From ff48bd388a57b27a976499ab07758604a3927ab3 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sun, 13 Dec 2015 21:52:11 +0100 Subject: libtool: new gcc 5.3.1 in f23 --- repos/autotools/autotools-git/libtool/libtool.spec | 9 ++++++--- repos/autotools/autotools-latest/libtool/libtool.spec | 5 ++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/repos/autotools/autotools-git/libtool/libtool.spec b/repos/autotools/autotools-git/libtool/libtool.spec index 80af2a9..edfd333 100644 --- a/repos/autotools/autotools-git/libtool/libtool.spec +++ b/repos/autotools/autotools-git/libtool/libtool.spec @@ -6,15 +6,15 @@ # Detect gcc version, (workaround) see the bug #429880 %global gcc_version %(gcc -dumpversion || echo "666") -%global git_hash aabc -%global upstream_vr 2.4.6.19 +%global git_hash a5c64 +%global upstream_vr 2.4.6.22 %{?scl:%scl_package libtool} Summary: The GNU Portable Library Tool Name: %{?scl_prefix}libtool Version: %{upstream_vr}~git -Release: 1.%{git_hash}%{?dist} +Release: 2.%{git_hash}%{?dist} License: GPLv2+ and LGPLv2+ and GFDL URL: http://www.gnu.org/software/libtool/ Group: Development/Tools @@ -188,6 +188,9 @@ fi %{_libdir}/libltdl.so %changelog +* Sun Dec 13 2015 Pavel Raiskup - 2.4.6.19~git-2.a5c64 +- rebase and rebuild for new gcc 5.3.1 in f22+ + * Wed Nov 04 2015 Pavel Raiskup - 2.4.6.19~git-1.aabc - rebase to latest git diff --git a/repos/autotools/autotools-latest/libtool/libtool.spec b/repos/autotools/autotools-latest/libtool/libtool.spec index 691ffcf..718350f 100644 --- a/repos/autotools/autotools-latest/libtool/libtool.spec +++ b/repos/autotools/autotools-latest/libtool/libtool.spec @@ -9,7 +9,7 @@ Summary: The GNU Portable Library Tool Name: %{?scl_prefix}libtool Version: 2.4.2 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ and LGPLv2+ and GFDL URL: http://www.gnu.org/software/libtool/ Group: Development/Tools @@ -204,6 +204,9 @@ fi %{_libdir}/libltdl.so %changelog +* Sun Dec 13 2015 Pavel Raiskup - 2.4.2-11 +- bump for new gcc in f22+ + * Wed Aug 12 2015 Pavel Raiskup - 2.4.2-10 - help2man BR -- cgit