aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2022-10-30 21:21:09 +0800
committerTing-Wei Lan <lantw44@gmail.com>2022-10-30 21:21:09 +0800
commitaf599c1b4e412a22ca292df16b9f4d813c32a949 (patch)
tree5e0547492c85ac6e474d093448c1fdf5f99a5c38
parentfc0dea4dacc9b411e5085a7354b7a5d740ccc2cc (diff)
downloadcopr-rpm-spec-af599c1b4e412a22ca292df16b9f4d813c32a949.tar
copr-rpm-spec-af599c1b4e412a22ca292df16b9f4d813c32a949.tar.gz
copr-rpm-spec-af599c1b4e412a22ca292df16b9f4d813c32a949.tar.bz2
copr-rpm-spec-af599c1b4e412a22ca292df16b9f4d813c32a949.tar.lz
copr-rpm-spec-af599c1b4e412a22ca292df16b9f4d813c32a949.tar.xz
copr-rpm-spec-af599c1b4e412a22ca292df16b9f4d813c32a949.tar.zst
copr-rpm-spec-af599c1b4e412a22ca292df16b9f4d813c32a949.zip
factor: Rebuild packages for Fedora 37 and 38
-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 b4b7fed..47bb909 100644
--- a/factor/msieve/msieve.spec
+++ b/factor/msieve/msieve.spec
@@ -1,6 +1,6 @@
Name: msieve
Version: 1.53
-Release: 13%{?dist}
+Release: 14%{?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
+* Sat Oct 29 2022 Ting-Wei Lan <lantw44@gmail.com> - 1.53-14
+- Rebuilt for Fedora 37 and 38
+
* Thu Apr 28 2022 Ting-Wei Lan <lantw44@gmail.com> - 1.53-13
- Rebuilt for Fedora 36 and 37
diff --git a/factor/yafu/yafu.spec b/factor/yafu/yafu.spec
index d524750..19efd07 100644
--- a/factor/yafu/yafu.spec
+++ b/factor/yafu/yafu.spec
@@ -1,6 +1,6 @@
Name: yafu
Version: 1.34
-Release: 20%{?dist}
+Release: 21%{?dist}
Summary: Automated integer factorization
License: Public Domain
@@ -47,6 +47,9 @@ install -m 755 yafu %{buildroot}%{_bindir}
%changelog
+* Sat Oct 29 2022 Ting-Wei Lan <lantw44@gmail.com> - 1.34-21
+- Rebuilt for Fedora 37 and 38
+
* Thu Apr 28 2022 Ting-Wei Lan <lantw44@gmail.com> - 1.34-20
- Rebuilt for Fedora 36 and 37