Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions packages/l/libdispatch/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
ld-linux-x86-64.so.2:__tls_get_addr
libc.so.6:__asprintf_chk
libc.so.6:__dprintf_chk
libc.so.6:__errno_location
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__open_2
libc.so.6:__read_chk
libc.so.6:__sched_cpucount
libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:__syslog_chk
libc.so.6:__strlcpy_chk
libc.so.6:__vasprintf_chk
libc.so.6:__vdprintf_chk
libc.so.6:__vsnprintf_chk
libc.so.6:__vsyslog_chk
libc.so.6:abort
Expand Down Expand Up @@ -51,7 +53,6 @@ libc.so.6:pthread_self
libc.so.6:pthread_setspecific
libc.so.6:pthread_sigmask
libc.so.6:pwrite
libc.so.6:rand
libc.so.6:read
libc.so.6:sched_yield
libc.so.6:sem_destroy
Expand All @@ -72,9 +73,8 @@ libc.so.6:stat
libc.so.6:strcasecmp
libc.so.6:strcmp
libc.so.6:strdup
libc.so.6:strlcpy
libc.so.6:strlen
libc.so.6:strncpy
libc.so.6:strtol
libc.so.6:syscall
libc.so.6:sysconf
libc.so.6:timerfd_create
Expand Down
9 changes: 5 additions & 4 deletions packages/l/libdispatch/package.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : libdispatch
version : 5.3.0
release : 4
version : 6.1.1
release : 5
homepage : https://apple.github.io/swift-corelibs-libdispatch
source :
- https://github.com/apple/swift-corelibs-libdispatch/archive/swift-DEVELOPMENT-SNAPSHOT-2021-01-27-a.tar.gz : f1a7e6175558b4ed4871151aa0aa6bda8b7ec95044e630fbed4a743347d1feea
- https://github.com/swiftlang/swift-corelibs-libdispatch/archive/refs/tags/swift-6.1.1-RELEASE.tar.gz : 6fc6f8b1767a1348e1d960647b2bfbc52fd7074b7aeab97bd0f4b21af58baa47
license : Apache-2.0
summary : Comprehensive support for concurrent code execution on multicore hardware.
component : programming.library
Expand All @@ -19,5 +19,6 @@ build : |
%ninja_build
install : |
%ninja_install
test : |
%install_license LICENSE
check : |
%ninja_check
52 changes: 27 additions & 25 deletions packages/l/libdispatch/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<Name>libdispatch</Name>
<Homepage>https://apple.github.io/swift-corelibs-libdispatch</Homepage>
<Packager>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">Comprehensive support for concurrent code execution on multicore hardware.</Summary>
<Description xml:lang="en">Comprehensive support for concurrent code execution on multicore hardware.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>libdispatch</Name>
Expand All @@ -22,22 +22,7 @@
<Files>
<Path fileType="library">/usr/lib64/libBlocksRuntime.so</Path>
<Path fileType="library">/usr/lib64/libdispatch.so</Path>
<Path fileType="man">/usr/share/man/man3/dispatch.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_after.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_api.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_apply.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_async.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_data_create.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_group_create.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_io_create.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_io_read.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_object.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_once.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_queue_create.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_read.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_semaphore_create.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_source_create.3</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_time.3</Path>
<Path fileType="data">/usr/share/licenses/libdispatch/LICENSE</Path>
</Files>
</Package>
<Package>
Expand All @@ -47,7 +32,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="4">libdispatch</Dependency>
<Dependency release="5">libdispatch</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/Block.h</Path>
Expand All @@ -64,18 +49,35 @@
<Path fileType="header">/usr/include/dispatch/semaphore.h</Path>
<Path fileType="header">/usr/include/dispatch/source.h</Path>
<Path fileType="header">/usr/include/dispatch/time.h</Path>
<Path fileType="header">/usr/include/os/generic_base.h</Path>
<Path fileType="header">/usr/include/os/generic_unix_base.h</Path>
<Path fileType="header">/usr/include/os/generic_win_base.h</Path>
<Path fileType="header">/usr/include/os/object.h</Path>
<Path fileType="man">/usr/share/man/man3/dispatch.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_after.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_api.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_apply.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_async.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_data_create.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_group_create.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_io_create.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_io_read.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_object.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_once.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_queue_create.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_read.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_semaphore_create.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_source_create.3.zst</Path>
<Path fileType="man">/usr/share/man/man3/dispatch_time.3.zst</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2022-03-25</Date>
<Version>5.3.0</Version>
<Update release="5">
<Date>2026-06-18</Date>
<Version>6.1.1</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
</Update>
</History>
</PISI>