Hello community,

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

Package is "liboil"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liboil/liboil.changes    2013-06-14 
15:45:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liboil.new/liboil.changes       2015-06-17 
16:16:24.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jun 16 12:35:43 UTC 2015 - [email protected]
+
+- Use url for source
+- Remove old ppc obsoletes/provides
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  liboil-0.3.17.tar.bz2

New:
----
  liboil-0.3.17.tar.gz

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

Other differences:
------------------
++++++ liboil.spec ++++++
--- /var/tmp/diff_new_pack.nu8998/_old  2015-06-17 16:16:25.000000000 +0200
+++ /var/tmp/diff_new_pack.nu8998/_new  2015-06-17 16:16:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liboil
 #
-# 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,22 +17,17 @@
 
 
 Name:           liboil
-BuildRequires:  glib2-devel
-BuildRequires:  gtk-doc
 Version:        0.3.17
 Release:        0
-Url:            http://liboil.freedesktop.org/wiki/
 Summary:        Library of Optimized Inner Loops
 License:        BSD-2-Clause
 Group:          System/Libraries
-Source:         %{name}-%{version}.tar.bz2
-Source2:        baselibs.conf
-Patch:          ppc-asm.patch
-# bug437293
-%ifarch ppc64
-Obsoletes:      liboil-64bit
-%endif
-#
+Url:            http://liboil.freedesktop.org/wiki/
+Source0:        
http://liboil.freedesktop.org/download/%{name}-%{version}.tar.gz
+Source1:        baselibs.conf
+Patch0:         ppc-asm.patch
+BuildRequires:  glib2-devel
+BuildRequires:  gtk-doc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,22 +44,11 @@
 used by various multimedia projects and also make optimizations easier
 to use by a broader range of applications.
 
-
-
-Authors:
---------
-    David Schleef <[email protected]>
-
 %package devel
 Summary:        Library of Optimized Inner Loops
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 Requires:       glibc-devel
-# bug437293
-%ifarch ppc64
-Obsoletes:      liboil-devel-64bit
-%endif
-#
 
 %description devel
 Liboil is a library of simple functions that are optimized for various
@@ -80,12 +64,6 @@
 used by various multimedia projects, and also make optimizations easier
 to use by a broader range of applications.
 
-
-
-Authors:
---------
-    David Schleef <[email protected]>
-
 %package doc
 Summary:        Library of optimized inner loops
 Group:          Development/Libraries/C and C++
@@ -106,19 +84,13 @@
 used by various multimedia projects, and also make optimizations easier
 to use by a broader range of applications.
 
-
-
-Authors:
---------
-    David Schleef <[email protected]>
-
 %prep
 %setup -q
-%patch
+%patch0
 
 %build
 %configure --disable-static --with-pic
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 # Do NOT! disable running the testsuite or make failures
 # non-fatal for the build!
 
@@ -126,16 +98,13 @@
 # Several tests are failing only under Power KVM
 # Test passed during the local build. The test for ppc64 will be 
 # reenabled once we'll have solution for it.
-%ifnarch %power64
-%__make check
+%ifnarch %{power64}
+make %{?_smp_mflags} check
 %endif
 
 %install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
 


Reply via email to