aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--factor/msieve/msieve.spec5
-rw-r--r--factor/yafu/yafu.spec5
2 files changed, 8 insertions, 2 deletions
diff --git a/factor/msieve/msieve.spec b/factor/msieve/msieve.spec
index d7f8dd4..f7c79eb 100644
--- a/factor/msieve/msieve.spec
+++ b/factor/msieve/msieve.spec
@@ -1,6 +1,6 @@
Name: msieve
Version: 1.53
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: Msieve is a C library to factor large integers.
License: Public Domain
@@ -40,6 +40,9 @@ install -m 644 libmsieve.a %{buildroot}%{_libdir}
%changelog
+* Fri Oct 30 2020 Ting-Wei Lan <lantw44@gmail.com> - 1.53-10
+- Rebuilt for Fedora 33 and 34
+
* Thu Apr 23 2020 Ting-Wei Lan <lantw44@gmail.com> - 1.53-9
- Fix GCC 10 linking failure with -fcommon
- Use build_* flags instead of the old optflags and __global_ldflags
diff --git a/factor/yafu/yafu.spec b/factor/yafu/yafu.spec
index d54d08d..807939d 100644
--- a/factor/yafu/yafu.spec
+++ b/factor/yafu/yafu.spec
@@ -1,6 +1,6 @@
Name: yafu
Version: 1.34
-Release: 16%{?dist}
+Release: 17%{?dist}
Summary: Automated integer factorization
License: Public Domain
@@ -47,6 +47,9 @@ install -m 755 yafu %{buildroot}%{_bindir}
%changelog
+* Fri Oct 30 2020 Ting-Wei Lan <lantw44@gmail.com> - 1.34-17
+- Rebuilt for Fedora 33 and 34
+
* Thu Apr 23 2020 Ting-Wei Lan <lantw44@gmail.com> - 1.34-16
- Fix GCC 10 linking failure with -fcommon
- Use build_* flags instead of the old optflags and __global_ldflags