New upstream release 0.11.0
This commit is contained in:
parent
e151bb7917
commit
2d128b718b
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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 \
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (userspace-rcu-0.10.2.tar.bz2) = 47413b4a593d19185ee3d455e5744042c060cb50008dac25e9135c5cd2250ef5129a419258b18c665c8c794ad3b09234fdd70a106c72d8fc64631172b13d0e22
|
||||
SHA512 (userspace-rcu-0.11.1.tar.bz2) = 112f7be1b72edfbad61582bb9962e2cf3c83415d12886cecb8239ab3263d1d07310b097813ac206aa9d4622953099100f0f54375d5ba345a3c87159c4b27bdc3
|
||||
|
||||
@ -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 <mjeanson@efficios.com> - 0.11.1-1
|
||||
- New upstream release
|
||||
|
||||
* Fri May 03 2019 Michael Jeanson <mjeanson@efficios.com> - 0.10.2-1
|
||||
- New upstream release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user