From f6253c544b12b5b2ee997d3340e9c047cc7eebeb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 14 Jun 2016 12:09:21 +0200 Subject: libtool: updates --- repos/autotools/autotools-git/libtool/libtool.spec | 12 +++++++++--- repos/autotools/autotools-latest/libtool/libtool.spec | 8 +++++++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/repos/autotools/autotools-git/libtool/libtool.spec b/repos/autotools/autotools-git/libtool/libtool.spec index 1af08cf..331d329 100644 --- a/repos/autotools/autotools-git/libtool/libtool.spec +++ b/repos/autotools/autotools-git/libtool/libtool.spec @@ -7,15 +7,15 @@ # Detect gcc version, (workaround) see the bug #429880 %global gcc_version %(gcc -dumpversion || echo "666") -%global git_hash a5c64 -%global upstream_vr 2.4.6.22 +%global git_hash 08c5 +%global upstream_vr 2.4.6.34 %{?scl:%scl_package libtool} Summary: The GNU Portable Library Tool Name: %{?scl_prefix}libtool Version: %{upstream_vr}~git -Release: 6.%{git_hash}%{?dist} +Release: 1.%{git_hash}%{?dist} License: GPLv2+ and LGPLv2+ and GFDL URL: http://www.gnu.org/software/libtool/ Group: Development/Tools @@ -187,6 +187,12 @@ fi %{_libdir}/libltdl.so %changelog +* Tue Jun 14 2016 Pavel Raiskup - 2.4.6.34~git-1.08c5 +- rebase + +* Wed Dec 16 2015 Pavel Raiskup - 2.4.6.22~git-7.a5c64 +- rebuild for gcc 5.3.1 in f22 + * Mon Dec 14 2015 Pavel Raiskup - 2.4.6.22~git-6.a5c64 - filter provides only if %%scl is defined diff --git a/repos/autotools/autotools-latest/libtool/libtool.spec b/repos/autotools/autotools-latest/libtool/libtool.spec index 83d37f8..203edfa 100644 --- a/repos/autotools/autotools-latest/libtool/libtool.spec +++ b/repos/autotools/autotools-latest/libtool/libtool.spec @@ -11,7 +11,7 @@ Summary: The GNU Portable Library Tool Name: %{?scl_prefix}libtool Version: 2.4.2 -Release: 15%{?dist} +Release: 17%{?dist} License: GPLv2+ and LGPLv2+ and GFDL URL: http://www.gnu.org/software/libtool/ Group: Development/Tools @@ -206,6 +206,12 @@ fi %{_libdir}/libltdl.so %changelog +* Tue Jun 14 2016 Pavel Raiskup - 2.4.2-17 +- rebuild for new gcc versions + +* Wed Dec 16 2015 Pavel Raiskup - 2.4.2-16 +- rebuild for new gcc 5.3.1 in f22 + * Mon Dec 14 2015 Pavel Raiskup - 2.4.2-15 - filter provides only if %%scl is defined -- cgit