|
@@ -1,5 +1,5 @@
|
|
Name: userspace-rcu
|
|
Name: userspace-rcu
|
|
-Version: 0.12.2
|
|
|
|
|
|
+Version: 0.13.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: RCU (read-copy-update) implementation in user-space
|
|
Summary: RCU (read-copy-update) implementation in user-space
|
|
Group: system
|
|
Group: system
|
|
@@ -56,21 +56,21 @@ rm rpmdoc/LICENSE
|
|
|
|
|
|
|
|
|
|
%check
|
|
%check
|
|
-make check
|
|
|
|
-make regtest
|
|
|
|
|
|
+make %{_smp_mflags} check
|
|
|
|
+make %{_smp_mflags} regtest
|
|
|
|
|
|
|
|
|
|
%files
|
|
%files
|
|
%license LICENSE gpl-2.0.txt lgpl-relicensing.txt lgpl-2.1.txt
|
|
%license LICENSE gpl-2.0.txt lgpl-relicensing.txt lgpl-2.1.txt
|
|
%doc ChangeLog README.md
|
|
%doc ChangeLog README.md
|
|
-%{_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*
|
|
|
|
|
|
+%{_libdir}/liburcu-bp.so.8*
|
|
|
|
+%{_libdir}/liburcu-cds.so.8*
|
|
|
|
+%{_libdir}/liburcu-common.so.8*
|
|
|
|
+%{_libdir}/liburcu-mb.so.8*
|
|
|
|
+%{_libdir}/liburcu-memb.so.8*
|
|
|
|
+%{_libdir}/liburcu-qsbr.so.8*
|
|
|
|
+%{_libdir}/liburcu-signal.so.8*
|
|
|
|
+%{_libdir}/liburcu.so.8*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%doc rpmdoc/*
|
|
%doc rpmdoc/*
|
|
@@ -87,6 +87,9 @@ make regtest
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Oct 26 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.13.2-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.12.2-1
|
|
* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.12.2-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- dropped ldconfig scriptlets.
|
|
- dropped ldconfig scriptlets.
|