Hello community,

here is the log from the commit of package pth for openSUSE:Factory checked in 
at 2015-03-16 06:51:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pth (Old)
 and      /work/SRC/openSUSE:Factory/.pth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pth"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pth/pth.changes  2013-04-07 14:25:52.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.pth.new/pth.changes     2015-03-16 
06:51:50.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Mar  4 13:58:28 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-clener
+- Add gpg signature
+- Remove self-obsoletion
+- Do not install INSTALL file
+
+-------------------------------------------------------------------

New:
----
  pth-2.0.7.tar.gz.sig
  pth.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pth.spec ++++++
--- /var/tmp/diff_new_pack.pfsouJ/_old  2015-03-16 06:51:51.000000000 +0100
+++ /var/tmp/diff_new_pack.pfsouJ/_new  2015-03-16 06:51:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pth
 #
-# Copyright (c) 2013 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
@@ -17,17 +17,19 @@
 
 
 Name:           pth
-BuildRequires:  autoconf
-Url:            http://www.gnu.org/software/pth/
 Version:        2.0.7
 Release:        0
-Source:         ftp://ftp.gnu.org/gnu/pth/%{name}-%{version}.tar.gz
-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++
+Url:            http://www.gnu.org/software/pth/
+Source0:        ftp://ftp.gnu.org/gnu/pth/%{name}-%{version}.tar.gz
+Source1:        ftp://ftp.gnu.org/gnu/pth/%{name}-%{version}.tar.gz.sig
+Source2:        %{name}.keyring
+Source3:        baselibs.conf
+Patch0:         %{name}-%{version}.diff
+Patch1:         pth_sched.patch
+BuildRequires:  autoconf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,12 +41,10 @@
 signal mask and errno variable.
 
 %package -n libpth20
-Summary:        GNU Portable Threads
-Group:          Development/Libraries/C and C++
-Provides:       pth
-Obsoletes:      pth
 %define library_name libpth20
 %define debug_package_requires %{library_name} = %{version}-%{release}
+Summary:        GNU Portable Threads
+Group:          Development/Libraries/C and C++
 
 %description -n libpth20
 Pth is a very portable POSIX/ANSI-C based library for Unix platforms
@@ -72,26 +72,28 @@
 
 %prep
 %setup -q
-%patch
+%patch0
 %patch1 -p1
 
 %build
 autoconf
 
-%configure --disable-static --with-pic \
+%configure \
+       --disable-static \
+       --with-pic \
             --enable-optimize=yes \
             --enable-pthread=no \
             --with-gnu-ld
-%{__make} pth_p.h
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags} pth_p.h
+make %{?_smp_mflags}
 
 %check
-make test
+make %{?_smp_mflags} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install --jobs 1
 #empty dependency_libs
-%{__rm} -f %{buildroot}%{_libdir}/libpth.la
+rm -f %{buildroot}%{_libdir}/libpth.la
 
 %post   -n %{library_name} -p /sbin/ldconfig
 
@@ -99,7 +101,7 @@
 
 %files -n libpth20
 %defattr(-,root,root)
-%doc ANNOUNCE AUTHORS COPYING HACKING HISTORY INSTALL NEWS PORTING README 
SUPPORT TESTS THANKS USERS
+%doc ANNOUNCE AUTHORS COPYING HACKING HISTORY NEWS PORTING README SUPPORT 
TESTS THANKS USERS
 %doc %{_mandir}/man1/*
 %{_libdir}/libpth*.so.*
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to