Accepting request 619380 from home:pluskalm:branches:devel:libraries:c_c++

- Update to version 0.9.1:
  * Add __arraycount() macro.
  * Add flopenat() function.
  * Add strtoi() and strtou() functions.
  * Add several new vis and unvis functions.
  * Add pidfile_fileno() function, and struct pidfh is now opaque.
  * The humanize_number() now understands HN_IEC_PREFIXES.
  * The fmtcheck() function supports all standard printf(3)
    conversions.
  * The getentropy(), and thus arc4random() functions will not
    block anymore on Linux on boot when there's not enough entropy
    available.
  * The arc4random() function handles direct clone() calls better.

OBS-URL: https://build.opensuse.org/request/show/619380
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbsd?expand=0&rev=28
This commit is contained in:
Ismail Dönmez 2018-06-27 11:24:26 +00:00 committed by Git OBS Bridge
parent 6aa9e2b61b
commit 3529565e95
6 changed files with 40 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f548f10e5af5a08b1e22889ce84315b1ebe41505b015c9596bad03fd13a12b31
size 371772

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEETz509DYFDBD1aWV0uXK/PqSuV6MFAlpaK/sACgkQuXK/PqSu
V6NozBAAyUroVkORRSE8z0s+Py2a6oD6soPxuNrNMuyqyk/slx5ika/xb/LBErBb
Pd3sk72mE/jTb8nIxDy/BCElv8hAAWHB0QDZJRcEHo1C3XI0pkwjIqfPAWYrHq2p
Toyj73B4GMsTaZD/Og8c7j2El0AXo1w6klr0RwummB3rlechBpGgUtAhsUGwavh+
oe90vr/b8eaG2I170UVb0ET4MY/EBAjVy1WQi5iGRAsnNHKXnwE1OulRFkyXb/Zn
WjGqxHMUUoQEBOCwVRQDGY2xaNpxk8YPrR6KLkLOlwj1hOITDfHx2L2fetRiWgby
B7upSJsgkTE1VWPpDCCu3VgHY/7sUNmrNi9RDY5KRJUbYVvceAmDjM0S0fRkleBs
BiDcCrsJDaZs9ZUVGiOh9Mr5wXfRkp68n/StlIJmZj1j7SwVg4qyKY4sw27iFGFY
IUttohg8Q7QIvrf+L/Xh1KF9n0lwe8E6WVl7lpyWjn7La7v23Wo2j/FOyOps+Xv8
QMjrTMYzFrpvCyeA4k7NrlcQ0bHJYGYv7jToeqI11qq81KOWvTSqPuSL/DVgYPYb
wAl1tMlLlP0Z1hK7jDu15ZO3kbdeDpTf4q107i0AsmRV7O8r8u1LoUkR8UT0MDbc
rYnhAguXAh8SMlj1bsYEWxWdIbSMcc+5wBHa/2QWgldJTcKxJFU=
=fKu4
-----END PGP SIGNATURE-----

3
libbsd-0.9.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56d835742327d69faccd16955a60b6dcf30684a8da518c4eca0ac713b9e0a7a4
size 387180

16
libbsd-0.9.1.tar.xz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEETz509DYFDBD1aWV0uXK/PqSuV6MFAlsEJTAACgkQuXK/PqSu
V6MP+hAA4Sz4sC8B/GUymeOJa+Vj1irDl+0tV1B+tUZ9ypl9vSgm0rgfycc2XS2w
vQqbsTWO1CNaTZN65RFjs0sLeeF8nDx9kPyFtLe2MF8o8eciwxx8LzydYIkZrJ2l
J1Zrefz4AsU5BzCMgSkRBQkG2lpB6jDLsRVF0Eq++mm3dcQ9aNUu413LLEhqGRqv
MyKBUZO1obdQjHcpQPZarikParqJpwsyxXvrOJf54E7VVpUgdonOZa+RKPBc/AIk
rZg8P+51kx6on7bzXusAvCpqoE2PSSPCPD/GHJpQxDbZ9rrYQo79AC10rhdHATjG
RuW8kZxZ/NBRXbEZxuMAyylx7L+pDKe1RJ3D3/cefbSBT6DXRla07+LIzPMgn3Md
qD8KJ6n8y2nyOCS2jI9TYWCXPacXdlZFWbL6+1hN7Xv8ko5m8i5ikUeAPJRhRf2g
lzM3lO0Sn1SwuJy5KNmN0p6MOM9k49CKvABZcr9xALEnqmSy/2Vk/p2R55nW7sT4
5ku4wFZqGeG8CcRE6hHWCT78b7Gp3RDVS40ZTc4mUVFq/jNMpJ3w6H2xTpB+MpyW
7xHq6GISluoy+Er4YgSSaeasV3Do8x9CFSHv+GrVx4gmALaeQri01trsBeJbVxD7
IKR/HPfABzFXH8TJayoP7TeHcp2AKvq56eB9gnIEElopXx7fQBs=
=2JU3
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jun 27 11:13:12 UTC 2018 - mpluskal@suse.com
- Update to version 0.9.1:
* Add __arraycount() macro.
* Add flopenat() function.
* Add strtoi() and strtou() functions.
* Add several new vis and unvis functions.
* Add pidfile_fileno() function, and struct pidfh is now opaque.
* The humanize_number() now understands HN_IEC_PREFIXES.
* The fmtcheck() function supports all standard printf(3)
conversions.
* The getentropy(), and thus arc4random() functions will not
block anymore on Linux on boot when there's not enough entropy
available.
* The arc4random() function handles direct clone() calls better.
-------------------------------------------------------------------
Wed Jan 24 02:06:58 UTC 2018 - avindra@opensuse.org

View File

@ -18,12 +18,12 @@
%define lname libbsd0
Name: libbsd
Version: 0.8.7
Version: 0.9.1
Release: 0
Summary: Provides useful functions commonly found on BSD systems
License: BSD-3-Clause
Group: Development/Languages/C and C++
Url: http://libbsd.freedesktop.org/
URL: http://libbsd.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/git/libbsd
#Git-Web: http://cgit.freedesktop.org/libbsd/
Source0: https://archive.hadrons.org/software/%{name}/%{name}-%{version}.tar.xz
@ -93,7 +93,8 @@ make %{?_smp_mflags} check
%postun -n %{lname} -p /sbin/ldconfig
%files -n %{lname}
%doc ChangeLog COPYING
%license COPYING
%doc ChangeLog
%{_libdir}/libbsd.so.0*
%files devel