Skip to content

Commit

Permalink
pandoc: Rebuild against GHC 9.4.8
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Zhao <[email protected]>
  • Loading branch information
GZGavinZhao authored and malfisya committed Aug 23, 2024
1 parent a58f472 commit 36e3c8c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 23 deletions.
1 change: 0 additions & 1 deletion packages/p/pandoc/abi_used_libs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ld-linux-x86-64.so.2
libc.so.6
libffi.so.7
libgmp.so.10
Expand Down
21 changes: 9 additions & 12 deletions packages/p/pandoc/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
ld-linux-x86-64.so.2:__tls_get_addr
libc.so.6:__assert_fail
libc.so.6:__ctype_b_loc
libc.so.6:__ctype_tolower_loc
libc.so.6:__ctype_toupper_loc
libc.so.6:__cxa_atexit
libc.so.6:__environ
libc.so.6:__errno_location
libc.so.6:__isoc23_strtol
libc.so.6:__isoc23_strtoull
libc.so.6:__libc_start_main
libc.so.6:__progname
libc.so.6:__stack_chk_fail
libc.so.6:__uflow
libc.so.6:_exit
Expand All @@ -22,6 +21,7 @@ libc.so.6:calloc
libc.so.6:chdir
libc.so.6:chmod
libc.so.6:chown
libc.so.6:clearenv
libc.so.6:clearerr
libc.so.6:clock
libc.so.6:clock_getcpuclockid
Expand All @@ -44,7 +44,6 @@ libc.so.6:dup
libc.so.6:dup2
libc.so.6:endgrent
libc.so.6:endpwent
libc.so.6:environ
libc.so.6:epoll_create
libc.so.6:epoll_ctl
libc.so.6:epoll_wait
Expand Down Expand Up @@ -76,7 +75,6 @@ libc.so.6:free
libc.so.6:freeaddrinfo
libc.so.6:freelocale
libc.so.6:freopen64
libc.so.6:frexp
libc.so.6:fseek
libc.so.6:fseeko64
libc.so.6:fstat
Expand Down Expand Up @@ -139,7 +137,6 @@ libc.so.6:isxdigit
libc.so.6:kill
libc.so.6:killpg
libc.so.6:lchown
libc.so.6:ldexp
libc.so.6:link
libc.so.6:listen
libc.so.6:localeconv
Expand All @@ -163,6 +160,7 @@ libc.so.6:mktime
libc.so.6:mmap
libc.so.6:mprotect
libc.so.6:munmap
libc.so.6:nanosleep
libc.so.6:newlocale
libc.so.6:nice
libc.so.6:nl_langinfo
Expand All @@ -173,6 +171,7 @@ libc.so.6:opendir
libc.so.6:pathconf
libc.so.6:pclose
libc.so.6:pipe
libc.so.6:pipe2
libc.so.6:poll
libc.so.6:popen
libc.so.6:posix_memalign
Expand All @@ -188,7 +187,6 @@ libc.so.6:posix_spawnattr_setsigdefault
libc.so.6:posix_spawnp
libc.so.6:pread
libc.so.6:printf
libc.so.6:program_invocation_short_name
libc.so.6:pthread_attr_destroy
libc.so.6:pthread_attr_getstacksize
libc.so.6:pthread_attr_init
Expand Down Expand Up @@ -274,9 +272,7 @@ libc.so.6:socket
libc.so.6:sprintf
libc.so.6:stat
libc.so.6:stat64
libc.so.6:stderr
libc.so.6:stdin
libc.so.6:stdout
libc.so.6:stpcpy
libc.so.6:strchr
libc.so.6:strcmp
Expand All @@ -288,13 +284,12 @@ libc.so.6:strftime
libc.so.6:strlen
libc.so.6:strncmp
libc.so.6:strncpy
libc.so.6:strnlen
libc.so.6:strpbrk
libc.so.6:strrchr
libc.so.6:strspn
libc.so.6:strstr
libc.so.6:strtod
libc.so.6:strtol
libc.so.6:strtoull
libc.so.6:symlink
libc.so.6:syscall
libc.so.6:sysconf
Expand All @@ -317,8 +312,8 @@ libc.so.6:uselocale
libc.so.6:utime
libc.so.6:utimensat
libc.so.6:utimes
libc.so.6:vfork
libc.so.6:vfprintf
libc.so.6:vsnprintf
libc.so.6:waitpid
libc.so.6:write
libc.so.6:writev
Expand Down Expand Up @@ -389,6 +384,8 @@ libm.so.6:expf
libm.so.6:expm1
libm.so.6:expm1f
libm.so.6:fmod
libm.so.6:frexp
libm.so.6:ldexp
libm.so.6:log
libm.so.6:log10
libm.so.6:log1p
Expand Down
6 changes: 6 additions & 0 deletions packages/p/pandoc/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 2589
rss: ~
# No known CPE, checked 2024-08-23
security:
cpe: ~
4 changes: 2 additions & 2 deletions packages/p/pandoc/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : pandoc
version : 2.19.2
release : 6
release : 7
source :
- https://hackage.haskell.org/package/pandoc-2.19.2/pandoc-2.19.2.tar.gz : 36e83694c36a5af35a4442c4d5abd4273289d9d309793466f59c1632e87d4245
homepage : https://pandoc.org
Expand All @@ -10,7 +10,7 @@ summary : Pandoc is a Haskell library for converting from one markup format t
description: |
Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library
builddeps :
- ghc-devel
- ghc
- haskell-cabal-install
networking : yes
setup : |
Expand Down
16 changes: 8 additions & 8 deletions packages/p/pandoc/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<PISI>
<Source>
<Name>pandoc</Name>
<Homepage>https://pandoc.org</Homepage>
<Homepage>https://pandoc.org</Homepage>
<Packager>
<Name>Gavin Zhao</Name>
<Email>me@gzgz.dev</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>office</PartOf>
Expand Down Expand Up @@ -251,12 +251,12 @@
</Files>
</Package>
<History>
<Update release="6">
<Date>2023-11-16</Date>
<Update release="7">
<Date>2024-08-23</Date>
<Version>2.19.2</Version>
<Comment>Packaging update</Comment>
<Name>Gavin Zhao</Name>
<Email>me@gzgz.dev</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>
</PISI>

0 comments on commit 36e3c8c

Please sign in to comment.