diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -6,6 +6,7 @@ libbsd.so.0:LIBBSD_0.5 libbsd.so.0:LIBBSD_0.6 libbsd.so.0:LIBBSD_0.7 +libbsd.so.0:LIBBSD_0.8 libbsd.so.0:MD5Data libbsd.so.0:MD5End libbsd.so.0:MD5File @@ -34,6 +35,7 @@ libbsd.so.0:dehumanize_number libbsd.so.0:errc libbsd.so.0:expand_number +libbsd.so.0:explicit_bzero libbsd.so.0:fgetln libbsd.so.0:fgetwln libbsd.so.0:flopen diff --git a/component.xml b/component.xml deleted file mode 100644 --- a/component.xml +++ /dev/null @@ -1,3 +0,0 @@ - - system.utils - diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,16 +1,16 @@ name : libbsd -version : 0.7.0 -release : 1 +version : 0.8.0 +release : 2 source : - - http://libbsd.freedesktop.org/releases/libbsd-0.7.0.tar.xz : 0f3b0e17e5c34c038126e0a04351b11e23c6101a7d0ce3beeab29bb6415c10bb + - http://libbsd.freedesktop.org/releases/libbsd-0.8.0.tar.xz : fbb732084bd960e4c78b688aac875be98e290cc6fe462b2ff8ee946a6473e38c license : - BSD-3-Clause - BSD-4-Clause - BSD-2-Clause summary : BSD functionality library +component : system.utils description: | This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. -builddeps : setup : | %configure --disable-static build : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,51 +2,52 @@ libbsd - Justin - justin@solus-project.com + Thomas Hautier + th.solus2@openmailbox.org BSD-3-Clause BSD-4-Clause BSD-2-Clause + system.utils BSD functionality library This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. https://solus-project.com/sources/README.Solus - libbsd-devel - Development files for libbsd + libbsd + BSD functionality library This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. - programming.devel - - libbsd - + system.utils - /usr/lib64/lib*.so - /usr/lib64/lib*.a - /usr/lib64/pkgconfig - /usr/share/man/man3 - /usr/include + /usr/lib64/lib*.so.* + /usr/share/man - libbsd - BSD functionality library + libbsd-devel + Development files for libbsd This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. - system.utils + programming.devel + + libbsd + - /usr/lib64/lib*.so.* + /usr/include/ + /usr/lib64/lib*.a + /usr/lib64/lib*.so + /usr/lib64/pkgconfig/*.pc - - 2015-08-05 - 0.7.0 + + 2017-06-16 + 0.8.0 Packaging update - Justin - justin@solus-project.com + Thomas Hautier + th.solus2@openmailbox.org \ No newline at end of file