Hello community,

here is the log from the commit of package lzo for openSUSE:Factory checked in 
at 2015-03-01 14:51:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lzo (Old)
 and      /work/SRC/openSUSE:Factory/.lzo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lzo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lzo/lzo.changes  2014-07-26 11:28:02.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.lzo.new/lzo.changes     2015-03-01 
14:52:02.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Feb 24 20:20:31 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Update to 2.09
+ * Work around gcc bug #64516 that could affect architectures like
+   armv4, armv5 and sparc.
+
+-------------------------------------------------------------------

Old:
----
  lzo-2.08.tar.gz

New:
----
  lzo-2.09.tar.gz

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

Other differences:
------------------
++++++ lzo.spec ++++++
--- /var/tmp/diff_new_pack.Zp5hFA/_old  2015-03-01 14:52:03.000000000 +0100
+++ /var/tmp/diff_new_pack.Zp5hFA/_new  2015-03-01 14:52:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lzo
 #
-# Copyright (c) 2014 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,21 +17,20 @@
 
 
 Name:           lzo
-Url:            http://www.oberhumer.com/opensource/lzo/
-Version:        2.08
+Version:        2.09
 Release:        0
+Summary:        A Real-Time Data Compression Library
+License:        GPL-2.0+
+Group:          Development/Libraries/C and C++
+Url:            http://www.oberhumer.com/opensource/lzo/
 Source:         
http://www.oberhumer.com/opensource/%{name}/download/%{name}-%{version}.tar.gz
 Source2:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # bug437293
 %ifarch ppc64
 Obsoletes:      lzo-64bit
 %endif
-#
-Summary:        A Real-Time Data Compression Library
-License:        GPL-2.0+
-Group:          Development/Libraries/C and C++
 
 %description
 LZO is a portable lossless data compression library written in ANSI C.
@@ -40,12 +39,6 @@
 and decompression in real-time. This means it favors speed over
 compression ratio.
 
-
-
-Authors:
---------
-    Markus Franz Xaver Johannes Oberhumer <mar...@oberhumer.com>
-
 %define library_package liblzo2-2
 
 %package -n liblzo2-2
@@ -66,16 +59,10 @@
 and decompression in real-time. This means it favors speed over
 compression ratio.
 
-
-
-Authors:
---------
-    Markus Franz Xaver Johannes Oberhumer <mar...@oberhumer.com>
-
 %package devel
-Requires:       %{library_package} = %{version}
 Summary:        Development files for lzo
 Group:          Development/Languages/C and C++
+Requires:       %{library_package} = %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:      lzo-devel-64bit
@@ -89,17 +76,11 @@
 de-/compression in real-time. This means it favours speed over
 compression ratio.
 
-
-
-Authors:
---------
-    Markus Franz Xaver Johannes Oberhumer <mar...@oberhumer.com>
-
 %package devel-static
-Requires:       lzo-devel = %{version}
-Provides:       lzo-devel:%{_libdir}/liblzo.a
 Summary:        Development files for lzo
 Group:          Development/Languages/C and C++
+Requires:       lzo-devel = %{version}
+Provides:       lzo-devel:%{_libdir}/liblzo.a
 
 %description devel-static
 LZO is a portable lossless data compression library written in ANSI C.
@@ -108,17 +89,11 @@
 de-/compression in real-time. This means it favours speed over
 compression ratio.
 
-
-
-Authors:
---------
-    Markus Franz Xaver Johannes Oberhumer <mar...@oberhumer.com>
-
 %prep
 %setup -q
 
 %build
-export CFLAGS="%optflags -fvisibility=hidden"
+export CFLAGS="%{optflags} -fvisibility=hidden"
 %configure --enable-shared \
            --enable-static \
            --disable-silent-rules \
@@ -132,17 +107,14 @@
 
 echo '#define __LZO_EXPORT1 __attribute__ ((visibility ("default")))' >> 
config.h
 
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %check
-%{__make} check test
+make %{?_smp_mflags} check test
 
 %install
-%makeinstall
-%{__rm} -v %{buildroot}%{_libdir}/liblzo2.la
-
-%clean
-%{__rm} -rf %{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+rm -v %{buildroot}%{_libdir}/liblzo2.la
 
 %post   -n %{library_package} -p /sbin/ldconfig
 
@@ -157,7 +129,7 @@
 %doc AUTHORS BUGS COPYING NEWS README THANKS
 %doc doc/* util/*
 %{_libdir}/liblzo2.so
-%_includedir/lzo
+%{_includedir}/lzo
 
 %files devel-static
 %defattr (-,root,root)

++++++ lzo-2.08.tar.gz -> lzo-2.09.tar.gz ++++++
++++ 8805 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to