Hello community, here is the log from the commit of package pth for openSUSE:Factory checked in at 2011-12-27 18:38:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pth (Old) and /work/SRC/openSUSE:Factory/.pth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pth", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pth/pth.changes 2011-09-23 12:42:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pth.new/pth.changes 2011-12-27 18:38:11.000000000 +0100 @@ -1,0 +2,11 @@ +Wed Dec 21 10:41:24 UTC 2011 - [email protected] + +- add autoconf as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- +Tue Dec 20 11:06:28 UTC 2011 - [email protected] + +- own aclocal directory, there is no other reason to buildrequire + automake + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pth.spec ++++++ --- /var/tmp/diff_new_pack.1T5hIP/_old 2011-12-27 18:38:12.000000000 +0100 +++ /var/tmp/diff_new_pack.1T5hIP/_new 2011-12-27 18:38:12.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package pth (Version 2.0.7) +# spec file for package pth # -# 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 @@ -15,21 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: pth +BuildRequires: autoconf Url: http://www.gnu.org/software/pth/ -License: LGPL-2.1+ -Group: Development/Libraries/C and C++ Version: 2.0.7 -Release: 117 -AutoReqProv: on +Release: 0 Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf Patch: %{name}-%{version}.diff Patch1: pth_sched.patch Summary: GNU Portable Threads +License: LGPL-2.1+ +Group: Development/Libraries/C and C++ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -40,16 +38,8 @@ each thread has it's own individual program-counter, run-time stack, signal mask and errno variable. - - -Authors: --------- - Ralf S. Engelschall <[email protected]> - %package -n libpth20 -License: LGPL-2.1+ Summary: GNU Portable Threads -Group: Development/Libraries/C and C++ Provides: pth Obsoletes: pth %define library_name libpth20 @@ -63,16 +53,8 @@ each thread has it's own individual program-counter, run-time stack, signal mask and errno variable. - - -Authors: --------- - Ralf S. Engelschall <[email protected]> - %package -n libpth-devel -License: LGPL-2.1+ Summary: GNU Portable Threads -Group: Development/Libraries/C and C++ Requires: %{library_name} = %{version} # pth-devel was last used in openSUSE 11.1 Provides: pth-devel = %{version} @@ -86,12 +68,6 @@ each thread has it's own individual program-counter, run-time stack, signal mask and errno variable. - - -Authors: --------- - Ralf S. Engelschall <[email protected]> - %prep %setup -q %patch @@ -128,6 +104,7 @@ %defattr(-,root,root) %{_bindir}/pth-config %{_includedir}/pth.h +%dir %{_datadir}/aclocal %{_datadir}/aclocal/pth.m4 %{_libdir}/libpth*.so %doc %{_mandir}/man3/* -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
