aboutsummaryrefslogtreecommitdiffstats
path: root/factor/msieve
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2019-05-01 17:45:59 +0800
committerTing-Wei Lan <lantw44@gmail.com>2019-05-02 02:36:54 +0800
commit1b5d7317b79d72de339f94f2a19f1760cebda84c (patch)
tree78223b1575192176d2127d8cda9b2bdf9e3829e3 /factor/msieve
parent922de50aa3f7c07a704e12aefc043326b28e4f40 (diff)
downloadcopr-rpm-spec-1b5d7317b79d72de339f94f2a19f1760cebda84c.tar
copr-rpm-spec-1b5d7317b79d72de339f94f2a19f1760cebda84c.tar.gz
copr-rpm-spec-1b5d7317b79d72de339f94f2a19f1760cebda84c.tar.bz2
copr-rpm-spec-1b5d7317b79d72de339f94f2a19f1760cebda84c.tar.lz
copr-rpm-spec-1b5d7317b79d72de339f94f2a19f1760cebda84c.tar.xz
copr-rpm-spec-1b5d7317b79d72de339f94f2a19f1760cebda84c.tar.zst
copr-rpm-spec-1b5d7317b79d72de339f94f2a19f1760cebda84c.zip
Rebuild packages for Fedora 30 and 31
Diffstat (limited to 'factor/msieve')
-rw-r--r--factor/msieve/msieve.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/factor/msieve/msieve.spec b/factor/msieve/msieve.spec
index 5524a90..45b9f0a 100644
--- a/factor/msieve/msieve.spec
+++ b/factor/msieve/msieve.spec
@@ -1,6 +1,6 @@
Name: msieve
Version: 1.53
-Release: 6%{?dist}
+Release: 7%{?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
+* Tue Apr 30 2019 Ting-Wei Lan <lantw44@gmail.com> - 1.53-7
+- Rebuilt for Fedora 30 and 31
+
* Mon Oct 22 2018 Ting-Wei Lan <lantw44@gmail.com> - 1.53-6
- Add GCC to BuildRequires for Fedora 29 and later