diff --git a/libtool-2.4.5.tar.gz b/libtool-2.4.5.tar.gz deleted file mode 100644 index 9539f6f..0000000 --- a/libtool-2.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:509cb49c7de14ce7eaf88993cf09fd4071882699dfd874c2e95b31ab107d6987 -size 1802567 diff --git a/libtool-2.4.6.tar.xz b/libtool-2.4.6.tar.xz new file mode 100644 index 0000000..898daa0 --- /dev/null +++ b/libtool-2.4.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f +size 973080 diff --git a/libtool-2.4.6.tar.xz.sig b/libtool-2.4.6.tar.xz.sig new file mode 100644 index 0000000..5c0fca9 --- /dev/null +++ b/libtool-2.4.6.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAlThw1QACgkQFRMICSmD1gaYAgCfZQy9flEWfwueS1Bq90Ov30J1 +fC4AoLKPh93wTdSZc6/MgapNg5EaoMK8 +=vJvt +-----END PGP SIGNATURE----- diff --git a/libtool-testsuite.changes b/libtool-testsuite.changes index 1e4a65a..32c6785 100644 --- a/libtool-testsuite.changes +++ b/libtool-testsuite.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Apr 17 10:02:12 CEST 2015 - pth@suse.de + +- Update to 2.4.6: + Noteworthy changes in release 2.4.6 (2015-02-15) [stable] + + * New features: + + - LT_SYS_LIBRARY_PATH can be set in config.site, or at configure time + and persists correctly in the generated libtool script. + + * Bug fixes: + + - Fix a race condition in ltdl dryrun test that would cause spurious + random failures of that test. + + - LT_SYS_DLSEARCH_PATH is munged correctly. + +- Add tarball signature. + ------------------------------------------------------------------- Mon Feb 9 12:45:26 CET 2015 - pth@suse.de diff --git a/libtool-testsuite.spec b/libtool-testsuite.spec index 32211a1..955dae2 100644 --- a/libtool-testsuite.spec +++ b/libtool-testsuite.spec @@ -1,7 +1,7 @@ # # spec file for package libtool-testsuite # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,7 @@ Requires: tar Summary: A Tool to Build Shared Libraries License: GPL-2.0+ and LGPL-2.1+ and GFDL-1.2+ Group: Development/Tools/Building -Version: 2.4.5 +Version: 2.4.6 Release: 0 # bug437293 %ifarch ppc64 @@ -47,9 +47,10 @@ Obsoletes: libtool-64bit PreReq: %{install_info_prereq} Requires: libltdl7 = %{version} Url: http://www.gnu.org/software/libtool/ -Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz +Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz Source2: baselibs.conf Source3: libtool-rpmlintrc +Source4: libtool-%{version}.tar.xz.sig Patch0: libtool-no_host_name.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: libltdl-devel @@ -96,10 +97,10 @@ chmod +x %{buildroot}%{_datadir}/libtool/build-aux/ltmain.sh %endif %post -%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info.gz +%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz %postun -%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz +%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz %post -n libltdl7 -p /sbin/ldconfig diff --git a/libtool.changes b/libtool.changes index 1e4a65a..32c6785 100644 --- a/libtool.changes +++ b/libtool.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Apr 17 10:02:12 CEST 2015 - pth@suse.de + +- Update to 2.4.6: + Noteworthy changes in release 2.4.6 (2015-02-15) [stable] + + * New features: + + - LT_SYS_LIBRARY_PATH can be set in config.site, or at configure time + and persists correctly in the generated libtool script. + + * Bug fixes: + + - Fix a race condition in ltdl dryrun test that would cause spurious + random failures of that test. + + - LT_SYS_DLSEARCH_PATH is munged correctly. + +- Add tarball signature. + ------------------------------------------------------------------- Mon Feb 9 12:45:26 CET 2015 - pth@suse.de diff --git a/libtool.spec b/libtool.spec index 03114ae..1081bb7 100644 --- a/libtool.spec +++ b/libtool.spec @@ -1,7 +1,7 @@ # # spec file for package libtool # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,7 @@ Requires: tar Summary: A Tool to Build Shared Libraries License: GPL-2.0+ and LGPL-2.1+ and GFDL-1.2+ Group: Development/Tools/Building -Version: 2.4.5 +Version: 2.4.6 Release: 0 # bug437293 %ifarch ppc64 @@ -47,9 +47,10 @@ Obsoletes: libtool-64bit PreReq: %{install_info_prereq} Requires: libltdl7 = %{version} Url: http://www.gnu.org/software/libtool/ -Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz +Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz Source2: baselibs.conf Source3: libtool-rpmlintrc +Source4: libtool-%{version}.tar.xz.sig Patch0: libtool-no_host_name.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: libltdl-devel @@ -96,10 +97,10 @@ chmod +x %{buildroot}%{_datadir}/libtool/build-aux/ltmain.sh %endif %post -%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info.gz +%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz %postun -%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz +%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz %post -n libltdl7 -p /sbin/ldconfig