diff options
-rw-r--r-- | arm-linux-gnueabi-toolchain/arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc.spec | 5 | ||||
-rw-r--r-- | factor/msieve/msieve.spec | 7 | ||||
-rw-r--r-- | factor/yafu/yafu.spec | 7 |
3 files changed, 14 insertions, 5 deletions
diff --git a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc.spec b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc.spec index 63f7673..2fe3dd7 100644 --- a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc.spec +++ b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc.spec @@ -20,7 +20,7 @@ Name: %{cross_triplet}-gcc%{pkg_suffix} Version: 5.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The GNU Compiler Collection (%{cross_triplet}) Group: Development/Languages @@ -307,6 +307,9 @@ chmod +x %{__rpmdeps_skip_sysroot} %changelog +* Sat Nov 21 2015 Ting-Wei Lan <lantw44@gmail.com> - 5.2.0-3 +- Rebuilt for hardening flags + * Tue Jul 28 2015 Ting-Wei Lan <lantw44@gmail.com> - 5.2.0-2 - Rebuilt for Fedora 23 and 24 diff --git a/factor/msieve/msieve.spec b/factor/msieve/msieve.spec index aa5843c..b4dea6e 100644 --- a/factor/msieve/msieve.spec +++ b/factor/msieve/msieve.spec @@ -1,6 +1,6 @@ Name: msieve Version: 1.52 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Msieve is a C library to factor large integers. Group: Applications/Engineering @@ -21,7 +21,7 @@ latter has helped complete some of the largest public factorizations known. %build -make %{?_smp_mflags} all ECM=1 +make %{?_smp_mflags} all ECM=1 CC="gcc %{optflags} %{__global_ldflags}" %install @@ -39,6 +39,9 @@ install -m 644 libmsieve.a %{buildroot}%{_libdir} %changelog +* Fri Nov 20 2015 Ting-Wei Lan <lantw44@gmail.com> - 1.52-4 +- Rebuilt for hardening flags + * Tue Jul 28 2015 Ting-Wei Lan <lantw44@gmail.com> - 1.52-3 - Rebuilt for Fedora 23 and 24 diff --git a/factor/yafu/yafu.spec b/factor/yafu/yafu.spec index 3743f43..87d4c55 100644 --- a/factor/yafu/yafu.spec +++ b/factor/yafu/yafu.spec @@ -1,6 +1,6 @@ Name: yafu Version: 1.34 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Automated integer factorization Group: Applications/Engineering @@ -28,7 +28,7 @@ utilize multi- or many-core processors (including SNFS, GNFS, SIQS, and ECM). sed -i 's|-lmsieve|-lmsieve -lz|' Makefile %ifarch x86_64 -make %{?_smp_mflags} x86_64 NFS=1 USE_SSE41=1 +make %{?_smp_mflags} x86_64 NFS=1 USE_SSE41=1 CC="gcc %{optflags} %{__global_ldflags}" %else false %endif @@ -46,6 +46,9 @@ install -m 755 yafu %{buildroot}%{_bindir} %changelog +* Fri Nov 20 2015 Ting-Wei Lan <lantw44@gmail.com> - 1.34-4 +- Rebuilt for hardening flags + * Tue Jul 28 2015 Ting-Wei Lan <lantw44@gmail.com> - 1.34-3 - Rebuilt for Fedora 23 and 24 |