diff options
Diffstat (limited to 'factor')
-rw-r--r-- | factor/msieve/msieve.spec | 7 | ||||
-rw-r--r-- | factor/yafu/yafu.spec | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/factor/msieve/msieve.spec b/factor/msieve/msieve.spec index 0b7bc7e..68cc406 100644 --- a/factor/msieve/msieve.spec +++ b/factor/msieve/msieve.spec @@ -1,6 +1,6 @@ Name: msieve Version: 1.53 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Msieve is a C library to factor large integers. Group: Applications/Engineering @@ -17,7 +17,7 @@ integers. It contains an implementation of the SIQS and GNFS algorithms; the latter has helped complete some of the largest public factorizations known. %prep -%setup -qn %{name}-%{version} +%autosetup -n %{name}-%{version} -p1 %build @@ -40,6 +40,9 @@ install -m 644 libmsieve.a %{buildroot}%{_libdir} %changelog +* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.53-4 +- Use autosetup macro + * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.53-3 - Rebuilt for Fedora 27 and 28 diff --git a/factor/yafu/yafu.spec b/factor/yafu/yafu.spec index 8eab6ca..6f9386b 100644 --- a/factor/yafu/yafu.spec +++ b/factor/yafu/yafu.spec @@ -1,6 +1,6 @@ Name: yafu Version: 1.34 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Automated integer factorization Group: Applications/Engineering @@ -21,7 +21,7 @@ utilize multi- or many-core processors (including SNFS, GNFS, SIQS, and ECM). %prep -%setup -qn %{name}-%{version}.3 +%autosetup -n %{name}-%{version}.3 -p1 %build @@ -46,6 +46,9 @@ install -m 755 yafu %{buildroot}%{_bindir} %changelog +* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.34-11 +- Use autosetup macro + * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.34-10 - Rebuilt for Fedora 27 and 28 |