aboutsummaryrefslogtreecommitdiffstats
path: root/factor
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2017-03-11 15:58:55 +0800
committerTing-Wei Lan <lantw44@gmail.com>2017-03-11 15:58:55 +0800
commit6e10a430d6116c5086c700b3de70144c43da24de (patch)
treee6423f35246474cd40744652573dee60a56b13a2 /factor
parente13c1e4197cf6e1b807f42ad27d8fd0692e9ada4 (diff)
downloadcopr-rpm-spec-6e10a430d6116c5086c700b3de70144c43da24de.tar
copr-rpm-spec-6e10a430d6116c5086c700b3de70144c43da24de.tar.gz
copr-rpm-spec-6e10a430d6116c5086c700b3de70144c43da24de.tar.bz2
copr-rpm-spec-6e10a430d6116c5086c700b3de70144c43da24de.tar.lz
copr-rpm-spec-6e10a430d6116c5086c700b3de70144c43da24de.tar.xz
copr-rpm-spec-6e10a430d6116c5086c700b3de70144c43da24de.tar.zst
copr-rpm-spec-6e10a430d6116c5086c700b3de70144c43da24de.zip
Rebuild packages for Fedora 26 and 27
Diffstat (limited to 'factor')
-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 9599107..9101d8e 100644
--- a/factor/msieve/msieve.spec
+++ b/factor/msieve/msieve.spec
@@ -1,6 +1,6 @@
Name: msieve
Version: 1.53
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Msieve is a C library to factor large integers.
Group: Applications/Engineering
@@ -40,6 +40,9 @@ install -m 644 libmsieve.a %{buildroot}%{_libdir}
%changelog
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.53-2
+- Rebuilt for Fedora 26 and 27
+
* Mon Jan 23 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.53-1
- Update to 1.53
- Remove -march=native set in OPT_FLAGS
diff --git a/factor/yafu/yafu.spec b/factor/yafu/yafu.spec
index 7191afc..693854a 100644
--- a/factor/yafu/yafu.spec
+++ b/factor/yafu/yafu.spec
@@ -1,6 +1,6 @@
Name: yafu
Version: 1.34
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Automated integer factorization
Group: Applications/Engineering
@@ -46,6 +46,9 @@ install -m 755 yafu %{buildroot}%{_bindir}
%changelog
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.34-9
+- Rebuilt for Fedora 26 and 27
+
* Mon Jan 23 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.34-8
- Rebuilt for msieve 1.53 update