From 63c9bf939b0968f6894fc0c855972877382762a8454552430a0a9a1096ed88b1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 19 Feb 2011 07:33:51 +0000 Subject: [PATCH 1/4] Accepting request 60575 from home:yecril71pl:branches:Base:System OBS-URL: https://build.opensuse.org/request/show/60575 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=21 --- _service | 10 ++++++++++ _service:recompress:download_url:libtool-2.4.tar.bz2 | 3 +++ libtool-2.2.6b.tar.lzma | 3 --- libtool-testsuite.changes | 5 +++++ libtool-testsuite.spec | 4 ++-- libtool.spec | 12 +++++++----- 6 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 _service create mode 100644 _service:recompress:download_url:libtool-2.4.tar.bz2 delete mode 100644 libtool-2.2.6b.tar.lzma diff --git a/_service b/_service new file mode 100644 index 0000000..ff56136 --- /dev/null +++ b/_service @@ -0,0 +1,10 @@ + + + ftp.gnu.org + http + /gnu/libtool/libtool-2.4.tar.gz + +_service:download_url:libtool-2.4.tar.gzbz2 \ No newline at end of file diff --git a/_service:recompress:download_url:libtool-2.4.tar.bz2 b/_service:recompress:download_url:libtool-2.4.tar.bz2 new file mode 100644 index 0000000..a74f892 --- /dev/null +++ b/_service:recompress:download_url:libtool-2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cf258b5d9fd6017d4ee6546a237d4d041510b138fa825233cfd5fd1647266b +size 1695141 diff --git a/libtool-2.2.6b.tar.lzma b/libtool-2.2.6b.tar.lzma deleted file mode 100644 index 26b7bda..0000000 --- a/libtool-2.2.6b.tar.lzma +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66ebad3c02e5cb6672bfbda1183fb6fc919d33d676eb8be4b7834aa7c3b8b7ae -size 739089 diff --git a/libtool-testsuite.changes b/libtool-testsuite.changes index b0e925a..ba055f2 100644 --- a/libtool-testsuite.changes +++ b/libtool-testsuite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de + +- Use %_smp_mflags + ------------------------------------------------------------------- Mon May 31 09:55:17 UTC 2010 - coolo@novell.com diff --git a/libtool-testsuite.spec b/libtool-testsuite.spec index 254bc57..6e18a75 100644 --- a/libtool-testsuite.spec +++ b/libtool-testsuite.spec @@ -24,7 +24,7 @@ License: GPLv2+ Group: Development/Tools/Building Summary: A Tool to Build Shared Libraries Version: 2.2.6b -Release: 2 +Release: 10 AutoReqProv: on # bug437293 %ifarch ppc64 @@ -63,7 +63,7 @@ Library needed by programs that use the ltdl interface of GNU libtool. --prefix=/usr --infodir=%{_infodir} --libdir=%{_libdir} # force rebuild with non-broken makeinfo rm -f doc/libtool.info -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %if "%{name}" == "libtool-testsuite" diff --git a/libtool.spec b/libtool.spec index 8688aea..ca7a7bf 100644 --- a/libtool.spec +++ b/libtool.spec @@ -23,8 +23,8 @@ Requires: tar License: GPLv2+ Group: Development/Tools/Building Summary: A Tool to Build Shared Libraries -Version: 2.2.6b -Release: 5 +Version: 2.4 +Release: 10 AutoReqProv: on # bug437293 %ifarch ppc64 @@ -34,10 +34,10 @@ Obsoletes: libtool-64bit PreReq: %{install_info_prereq} Requires: libltdl7 = %{version} Url: http://www.gnu.org/software/libtool/ -Source: ftp://ftp.gnu.org/pub/gnu/libtool/libtool-%{version}.tar.lzma +Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.bz2 Source2: baselibs.conf Patch1: libtool-no-hostname.patch -#Patch: libtool-%{version}.diff +#Patch: libtool-%%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -56,7 +56,7 @@ Library needed by programs that use the ltdl interface of GNU libtool. %prep %setup -q -n libtool-%{version} %patch1 -p0 -#%patch -p1 +#%%patch -p1 %build ./configure CFLAGS="$RPM_OPT_FLAGS" \ @@ -107,6 +107,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libltdl.so /usr/share/aclocal/*.m4 %doc %{_infodir}/libtool.info* +%doc %{_mandir}/man1/libtool.1.gz +%doc %{_mandir}/man1/libtoolize.1.gz /usr/share/libtool %files -n libltdl7 From 73556e7b41f912e45b9fe602de0c55c4a14bd1c4ebf50984dbc8e8d9b7f6565d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 9 Mar 2011 14:11:11 +0000 Subject: [PATCH 2/4] - update to 2.4, which has quite some new stuff. Limiting here to incompatible changes: - The fix_srcfile_path variable has been replaced by a more thorough mechanism triggered by the to_tool_file_cmd variable. - The wrapper command line option support described above introduces the following incompatibility: the wrapper will remove any command line options that begin with '--lt-*' from the argument list before launching (uninstalled) programs. Any '--lt-*' option on the command line not recognized by the wrapper will result in an error. - The type of the symbol lists variables (lt_*_LTX_preloaded_symbols) has been fixed in the manual and in a couple of tests to match the actual implementation. OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=22 --- ...ecompress:download_url:libtool-2.4.tar.bz2 | 3 --- libtool-no-hostname.patch | 12 ---------- libtool-testsuite.changes | 22 +++++++++++++++++++ libtool-testsuite.spec | 15 ++++++------- libtool.changes | 22 +++++++++++++++++++ libtool.spec | 7 ++---- 6 files changed, 53 insertions(+), 28 deletions(-) delete mode 100644 _service:recompress:download_url:libtool-2.4.tar.bz2 delete mode 100644 libtool-no-hostname.patch diff --git a/_service:recompress:download_url:libtool-2.4.tar.bz2 b/_service:recompress:download_url:libtool-2.4.tar.bz2 deleted file mode 100644 index a74f892..0000000 --- a/_service:recompress:download_url:libtool-2.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30cf258b5d9fd6017d4ee6546a237d4d041510b138fa825233cfd5fd1647266b -size 1695141 diff --git a/libtool-no-hostname.patch b/libtool-no-hostname.patch deleted file mode 100644 index 2cd0ee6..0000000 --- a/libtool-no-hostname.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: libltdl/m4/libtool.m4 -=================================================================== ---- libltdl/m4/libtool.m4.orig -+++ libltdl/m4/libtool.m4 -@@ -684,7 +684,6 @@ _LT_CONFIG_SAVE_COMMANDS([ - - # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. - # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION --# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: - # NOTE: Changes made to this file will be lost: look at ltmain.sh. - # - _LT_COPYING diff --git a/libtool-testsuite.changes b/libtool-testsuite.changes index ba055f2..f2315c9 100644 --- a/libtool-testsuite.changes +++ b/libtool-testsuite.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Mar 9 14:07:54 UTC 2011 - coolo@novell.com + +- update to 2.4, which has quite some new stuff. Limiting here to + incompatible changes: + + - The fix_srcfile_path variable has been replaced by a more thorough + mechanism triggered by the to_tool_file_cmd variable. + - The wrapper command line option support described above introduces the + following incompatibility: the wrapper will remove any command line + options that begin with '--lt-*' from the argument list before launching + (uninstalled) programs. Any '--lt-*' option on the command line not + recognized by the wrapper will result in an error. + - The type of the symbol lists variables (lt_*_LTX_preloaded_symbols) has + been fixed in the manual and in a couple of tests to match the actual + implementation. + +------------------------------------------------------------------- +Mon Feb 28 22:00:49 CET 2011 - jslaby@suse.de + +- Fix AC_LANG_PROGRAM warnings (bnc#675573) + ------------------------------------------------------------------- Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de diff --git a/libtool-testsuite.spec b/libtool-testsuite.spec index 6e18a75..ae3b95c 100644 --- a/libtool-testsuite.spec +++ b/libtool-testsuite.spec @@ -1,7 +1,7 @@ # -# spec file for package libtool-testsuite (Version 2.2.6b) +# spec file for package libtool # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Requires: tar License: GPLv2+ Group: Development/Tools/Building Summary: A Tool to Build Shared Libraries -Version: 2.2.6b +Version: 2.4 Release: 10 AutoReqProv: on # bug437293 @@ -34,10 +34,9 @@ Obsoletes: libtool-64bit PreReq: %{install_info_prereq} Requires: libltdl7 = %{version} Url: http://www.gnu.org/software/libtool/ -Source: ftp://ftp.gnu.org/pub/gnu/libtool/libtool-%{version}.tar.lzma +Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.bz2 Source2: baselibs.conf -Patch1: libtool-no-hostname.patch -#Patch: libtool-%{version}.diff +#Patch: libtool-%%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -55,8 +54,6 @@ Library needed by programs that use the ltdl interface of GNU libtool. %prep %setup -q -n libtool-%{version} -%patch1 -p0 -#%patch -p1 %build ./configure CFLAGS="$RPM_OPT_FLAGS" \ @@ -107,6 +104,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libltdl.so /usr/share/aclocal/*.m4 %doc %{_infodir}/libtool.info* +%doc %{_mandir}/man1/libtool.1.gz +%doc %{_mandir}/man1/libtoolize.1.gz /usr/share/libtool %files -n libltdl7 diff --git a/libtool.changes b/libtool.changes index ba055f2..08524d9 100644 --- a/libtool.changes +++ b/libtool.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Mar 9 14:07:54 UTC 2011 - giecrilj@stegny.2a.pl + +- update to 2.4, which has quite some new stuff. Limiting here to + incompatible changes: + + - The fix_srcfile_path variable has been replaced by a more thorough + mechanism triggered by the to_tool_file_cmd variable. + - The wrapper command line option support described above introduces the + following incompatibility: the wrapper will remove any command line + options that begin with '--lt-*' from the argument list before launching + (uninstalled) programs. Any '--lt-*' option on the command line not + recognized by the wrapper will result in an error. + - The type of the symbol lists variables (lt_*_LTX_preloaded_symbols) has + been fixed in the manual and in a couple of tests to match the actual + implementation. + +------------------------------------------------------------------- +Mon Feb 28 22:00:49 CET 2011 - jslaby@suse.de + +- Fix AC_LANG_PROGRAM warnings (bnc#675573) + ------------------------------------------------------------------- Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de diff --git a/libtool.spec b/libtool.spec index ca7a7bf..1779885 100644 --- a/libtool.spec +++ b/libtool.spec @@ -1,7 +1,7 @@ # -# spec file for package libtool (Version 2.2.6b) +# spec file for package libtool # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,7 +36,6 @@ Requires: libltdl7 = %{version} Url: http://www.gnu.org/software/libtool/ Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.bz2 Source2: baselibs.conf -Patch1: libtool-no-hostname.patch #Patch: libtool-%%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -55,8 +54,6 @@ Library needed by programs that use the ltdl interface of GNU libtool. %prep %setup -q -n libtool-%{version} -%patch1 -p0 -#%%patch -p1 %build ./configure CFLAGS="$RPM_OPT_FLAGS" \ From eac0428a8aa7e81838a335a58befb69962c078695aaa5a59175d0401adcdca94 Mon Sep 17 00:00:00 2001 From: OBS User _service Date: Wed, 9 Mar 2011 14:11:18 +0000 Subject: [PATCH 3/4] generated via source service OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=23 --- _service:recompress:download_url:libtool-2.4.tar.bz2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _service:recompress:download_url:libtool-2.4.tar.bz2 diff --git a/_service:recompress:download_url:libtool-2.4.tar.bz2 b/_service:recompress:download_url:libtool-2.4.tar.bz2 new file mode 100644 index 0000000..a74f892 --- /dev/null +++ b/_service:recompress:download_url:libtool-2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cf258b5d9fd6017d4ee6546a237d4d041510b138fa825233cfd5fd1647266b +size 1695141 From 5e1c4af97e73b1dfc135e609b7a0ccfba2b24a38136fdffea0f70267cbaadf57 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 10 Mar 2011 15:34:11 +0000 Subject: [PATCH 4/4] correct changes file OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=24 --- _service:recompress:download_url:libtool-2.4.tar.bz2 | 3 --- libtool-testsuite.changes | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 _service:recompress:download_url:libtool-2.4.tar.bz2 diff --git a/_service:recompress:download_url:libtool-2.4.tar.bz2 b/_service:recompress:download_url:libtool-2.4.tar.bz2 deleted file mode 100644 index a74f892..0000000 --- a/_service:recompress:download_url:libtool-2.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30cf258b5d9fd6017d4ee6546a237d4d041510b138fa825233cfd5fd1647266b -size 1695141 diff --git a/libtool-testsuite.changes b/libtool-testsuite.changes index f2315c9..08524d9 100644 --- a/libtool-testsuite.changes +++ b/libtool-testsuite.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Wed Mar 9 14:07:54 UTC 2011 - coolo@novell.com +Wed Mar 9 14:07:54 UTC 2011 - giecrilj@stegny.2a.pl - update to 2.4, which has quite some new stuff. Limiting here to incompatible changes: