- 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=66
This commit is contained in:
Philipp Thomas 2015-04-17 08:03:44 +00:00 committed by Git OBS Bridge
parent f4acff49cd
commit 78d4995168
7 changed files with 62 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:509cb49c7de14ce7eaf88993cf09fd4071882699dfd874c2e95b31ab107d6987
size 1802567

3
libtool-2.4.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f
size 973080

7
libtool-2.4.6.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlThw1QACgkQFRMICSmD1gaYAgCfZQy9flEWfwueS1Bq90Ov30J1
fC4AoLKPh93wTdSZc6/MgapNg5EaoMK8
=vJvt
-----END PGP SIGNATURE-----

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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