Accepting request 263883 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/263883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/userspace-rcu?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2014-12-03 21:48:36 +00:00 committed by Git OBS Bridge
commit 1057caa173
6 changed files with 33 additions and 15 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAABAgAGBQJTGx9hAAoJEBcoCpeBGGrPOt4IAJrU8j1tiF4aY7xca2CQBdUk
z5yzXJB6KM5RIGIs+ER0xLbI6jLL9tXDN1CoNOvgEnaHA4Pjc/f4E3Dy7SCkRVIa
5YDj4GkaVx8uZQRL7rwaZZspPBeFuD/nL3ubo+1+inYsIDBJu0r6kuT0eIHueKp6
MdwtafNIcY7u6LOzeonx06LTJmxPrEUNmHDCS3vH03FGeQJJ1GOy6zxHdRSHgSmH
Jk5blsaseVAU/mNG4+bykDFh03RYz72ZWSzmMZSvuEuEA3KXHPgXKRsb50qb13/J
WnVw2T9cNvJiLUc3IYM7b9aUGlZLvry9I0K7ZuoVVjCYYp4gF1jqLqkot47fH7A=
=Tltv
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJUWPlHAAoJEBcoCpeBGGrP0+YH/2XZ6YpdSEHV/Hb7UNNPHX2t
VzEa+WMY8tnohN+fEq/kh6E1AqzFDGATBAdJUGuNvXOUNieflEOcT+y3ty8S/cWv
xSjkwPWtkhOgRTbPjK211A9KULiQ7AuO18e3g56Xcj/rltQxwNQrETiKFMPKZXiz
4k1vrzuzTaBIgKzls4qdoay+NMXPymYw/CFW2Rig97wwXmTIC1oF0Ek+KRFVG6L3
jc15y09BwOzzC6TcCHxRiHFmsqPAdt/rTFx7vJrQnF8PBA/qKmps8u8RXCU2sJt0
0pZQjqBJ+RXcKJL/YgprpYQ4mmfT7GwG0MC7tITUm72mLwjWdsGUU/9ylsKknSU=
=uTIm
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 24 15:56:46 UTC 2014 - mq@suse.cz
- updated to 0.8.6:
* Fix: silence gcc -Wextra warning
* compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__
* Fix: lfstack reversed empty/non-empty return value
* lfstack: fix: add missing __cds_lfs_init
* Fix: preserve example files' timestamps when copying
* rculfhash: remove duplicated code
* rculfhash: handle pthread_create failures
* rculfhash: fall back to single-threaded resize on calloc failure
* x86: drop extra semi-colon in caa_cpu_relax
* Fix: Use after free in rcu_barrier()
* Fix: rcu_barrier(): uninitialized futex field
* call_rcu threads should clear their PAUSED flag when they unpause
* Fix: bring back dummy rcu_bp_exit symbol
-------------------------------------------------------------------
Fri Mar 28 10:47:13 UTC 2014 - pgajdos@suse.com

View File

@ -19,7 +19,7 @@
Name: userspace-rcu
Version: 0.8.4
Version: 0.8.6
Release: 0
%define soname 2
Summary: Userspace Read-Copy-Update Library