From 2d128b718b527835fc68beddf5251bb3e1eb95e9 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 3 Jun 2019 15:39:05 -0400 Subject: [PATCH] New upstream release 0.11.0 --- .gitignore | 2 ++ regtest-without-bench.patch | 26 ++++++-------------------- sources | 2 +- userspace-rcu.spec | 26 +++++++++++++++++++++----- 4 files changed, 30 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index 74e3187..7e226f8 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ userspace-rcu-0.4.1.tar.bz2 /userspace-rcu-0.10.0.tar.bz2 /userspace-rcu-0.10.1.tar.bz2 /userspace-rcu-0.10.2.tar.bz2 +/userspace-rcu-0.11.0.tar.bz2 +/userspace-rcu-0.11.1.tar.bz2 diff --git a/regtest-without-bench.patch b/regtest-without-bench.patch index 8c29b9d..8497367 100644 --- a/regtest-without-bench.patch +++ b/regtest-without-bench.patch @@ -1,26 +1,12 @@ Remove the benchmarks from the regtest target, they timeout on the buildds. ---- a/tests/benchmark/Makefile.am -+++ b/tests/benchmark/Makefile.am -@@ -229,13 +229,10 @@ - done; \ - fi - --.PHONY: short_bench long_bench regtest -+.PHONY: short_bench long_bench - - short_bench: - ./run.sh short_bench_tests - - long_bench: - ./run.sh long_bench_tests -- --regtest: -- ./run.sh regression_tests ---- a/tests/Makefile.am -+++ b/tests/Makefile.am -@@ -8,4 +8,3 @@ +--- a/tests/Makefile.am.orig 2019-06-03 15:46:16.380163423 -0400 ++++ b/tests/Makefile.am 2019-06-03 15:46:26.099004417 -0400 +@@ -8,7 +8,6 @@ cd benchmark && $(MAKE) $(AM_MAKEFLAGS) long_bench regtest: cd regression && $(MAKE) $(AM_MAKEFLAGS) regtest - cd benchmark && $(MAKE) $(AM_MAKEFLAGS) regtest + + check-loop: + while [ 0 ]; do \ diff --git a/sources b/sources index 519be27..2400392 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (userspace-rcu-0.10.2.tar.bz2) = 47413b4a593d19185ee3d455e5744042c060cb50008dac25e9135c5cd2250ef5129a419258b18c665c8c794ad3b09234fdd70a106c72d8fc64631172b13d0e22 +SHA512 (userspace-rcu-0.11.1.tar.bz2) = 112f7be1b72edfbad61582bb9962e2cf3c83415d12886cecb8239ab3263d1d07310b097813ac206aa9d4622953099100f0f54375d5ba345a3c87159c4b27bdc3 diff --git a/userspace-rcu.spec b/userspace-rcu.spec index 6d1622d..c26131f 100644 --- a/userspace-rcu.spec +++ b/userspace-rcu.spec @@ -1,5 +1,5 @@ Name: userspace-rcu -Version: 0.10.2 +Version: 0.11.1 Release: 1%{?dist} Summary: RCU (read-copy-update) implementation in user-space License: LGPLv2+ @@ -28,8 +28,7 @@ that use %{name} %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build # Reinitialize libtool with the fedora version to remove Rpath @@ -54,12 +53,26 @@ make regtest %files %license LICENSE gpl-2.0.txt lgpl-relicensing.txt lgpl-2.1.txt %doc ChangeLog README.md -%{_libdir}/*.so.* +%{_libdir}/liburcu-bp.so.6* +%{_libdir}/liburcu-cds.so.6* +%{_libdir}/liburcu-common.so.6* +%{_libdir}/liburcu-mb.so.6* +%{_libdir}/liburcu-memb.so.6* +%{_libdir}/liburcu-qsbr.so.6* +%{_libdir}/liburcu-signal.so.6* +%{_libdir}/liburcu.so.6* %files devel %doc %{_pkgdocdir}/examples %{_includedir}/* -%{_libdir}/*.so +%{_libdir}/liburcu-bp.so +%{_libdir}/liburcu-cds.so +%{_libdir}/liburcu-common.so +%{_libdir}/liburcu-mb.so +%{_libdir}/liburcu-memb.so +%{_libdir}/liburcu-qsbr.so +%{_libdir}/liburcu-signal.so +%{_libdir}/liburcu.so %{_libdir}/pkgconfig/liburcu*.pc %{_docdir}/%{name}/cds-api.md %{_docdir}/%{name}/rcu-api.md @@ -68,6 +81,9 @@ make regtest %changelog +* Mon Jun 03 2019 Michael Jeanson - 0.11.1-1 +- New upstream release + * Fri May 03 2019 Michael Jeanson - 0.10.2-1 - New upstream release