Hello community, here is the log from the commit of package libtool for openSUSE:Factory checked in at 2012-07-21 12:30:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtool (Old) and /work/SRC/openSUSE:Factory/.libtool.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtool", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libtool/libtool-testsuite.changes 2011-11-14 12:53:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libtool.new/libtool-testsuite.changes 2012-07-21 12:30:18.000000000 +0200 @@ -1,0 +2,10 @@ +Thu Jul 19 13:42:29 CEST 2012 - [email protected] + +- buildrequire makeinfo which is a seperate package now. + +------------------------------------------------------------------- +Tue Nov 29 13:45:11 UTC 2011 - [email protected] + +- buildrequire automake for file list check + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/libtool/libtool.changes 2011-12-02 09:27:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libtool.new/libtool.changes 2012-07-21 12:30:18.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jul 19 13:42:29 CEST 2012 - [email protected] + +- buildrequire makeinfo which is a seperate package now. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtool-testsuite.spec ++++++ --- /var/tmp/diff_new_pack.YBGOlY/_old 2012-07-21 12:30:21.000000000 +0200 +++ /var/tmp/diff_new_pack.YBGOlY/_new 2012-07-21 12:30:21.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libtool-testsuite # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,18 +16,25 @@ # +################################################################### +# NOTE: PLease run pre_checkin.sh before checking in the package! # +################################################################### Name: libtool-testsuite -BuildRequires: lzma zlib-devel -BuildRequires: gcc-c++ gcc-fortran gcc-objc -Requires: tar +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: gcc-fortran +BuildRequires: gcc-objc +BuildRequires: lzma +BuildRequires: makeinfo +BuildRequires: zlib-devel Requires: automake > 1.4 +Requires: tar +Summary: A Tool to Build Shared Libraries License: GPL-2.0+ Group: Development/Tools/Building -Summary: A Tool to Build Shared Libraries Version: 2.4.2 -Release: 1 -AutoReqProv: on +Release: 0 # bug437293 %ifarch ppc64 Obsoletes: libtool-64bit @@ -50,10 +57,8 @@ architectures to build shared libraries in a generic fashion. %package -n libltdl7 -License: GPL-2.0+ Summary: Libtool Runtime Library Group: Development/Libraries/C and C++ -AutoReqProv: on %description -n libltdl7 Library needed by programs that use the ltdl interface of GNU libtool. ++++++ libtool.spec ++++++ --- /var/tmp/diff_new_pack.YBGOlY/_old 2012-07-21 12:30:21.000000000 +0200 +++ /var/tmp/diff_new_pack.YBGOlY/_new 2012-07-21 12:30:21.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libtool # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,18 +16,25 @@ # +################################################################### +# NOTE: PLease run pre_checkin.sh before checking in the package! # +################################################################### Name: libtool -BuildRequires: lzma zlib-devel -BuildRequires: automake gcc-c++ gcc-fortran gcc-objc -Requires: tar +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: gcc-fortran +BuildRequires: gcc-objc +BuildRequires: lzma +BuildRequires: makeinfo +BuildRequires: zlib-devel Requires: automake > 1.4 +Requires: tar +Summary: A Tool to Build Shared Libraries License: GPL-2.0+ Group: Development/Tools/Building -Summary: A Tool to Build Shared Libraries Version: 2.4.2 -Release: 1 -AutoReqProv: on +Release: 0 # bug437293 %ifarch ppc64 Obsoletes: libtool-64bit @@ -50,10 +57,8 @@ architectures to build shared libraries in a generic fashion. %package -n libltdl7 -License: GPL-2.0+ Summary: Libtool Runtime Library Group: Development/Libraries/C and C++ -AutoReqProv: on %description -n libltdl7 Library needed by programs that use the ltdl interface of GNU libtool. ++++++ pre_checkin.sh ++++++ --- /var/tmp/diff_new_pack.YBGOlY/_old 2012-07-21 12:30:21.000000000 +0200 +++ /var/tmp/diff_new_pack.YBGOlY/_new 2012-07-21 12:30:21.000000000 +0200 @@ -1,4 +1,5 @@ #!/bin/bash # This script is called automatically during autobuild checkin. -sed -e "s,^\(Name:.*libtool\),\1-testsuite," libtool.spec > libtool-testsuite.spec +sed -e "s,^\(Name:.*libtool\),\1-testsuite," \ + -e "s,^\(#\ spec\ file\ for.*libtool\),\1-testsuite," libtool.spec > libtool-testsuite.spec cp libtool.changes libtool-testsuite.changes -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
