Hello community,

here is the log from the commit of package xz for openSUSE:Factory checked in 
at 2014-09-29 12:40:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xz (Old)
 and      /work/SRC/openSUSE:Factory/.xz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xz/xz.changes    2013-12-19 13:35:40.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.xz.new/xz.changes       2014-09-29 
12:40:12.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Sep 23 00:11:27 UTC 2014 - [email protected]
+
+- xz 5.0.7:
+  * Fix regressions introduced in 5.0.6:
+    - Fix building with non-GNU make.
+    - Fix invalid Libs.private value in liblzma.pc which broke
+      static linking against liblzma if the linker flags were
+      taken from pkg-config.
+- include changes from 5.0.6:
+  * xzgrep now exits with status 0 if at least one file matched.
+  * A few minor portability and build system fixes
+
+-------------------------------------------------------------------

Old:
----
  xz-5.0.5.tar.gz
  xz-5.0.5.tar.gz.sig

New:
----
  xz-5.0.7.tar.gz
  xz-5.0.7.tar.gz.sig

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

Other differences:
------------------
++++++ xz.spec ++++++
--- /var/tmp/diff_new_pack.SOeLCi/_old  2014-09-29 12:40:13.000000000 +0200
+++ /var/tmp/diff_new_pack.SOeLCi/_new  2014-09-29 12:40:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xz
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,6 +16,8 @@
 #
 
 
+# avoid bootstrapping problem
+%define _binary_payload w9.bzdio
 %if 0%{?centos_version} || 0%{?rhel_version}
 %if 0%{?centos_version} <= 600 || 0%{?rhel_version <= 600}
 %bcond_without static_libs
@@ -23,36 +25,31 @@
 %else
 %bcond_with    static_libs
 %endif
-
+%if 0%{?suse_version} < 1130
+%define do_profiling 0
+%endif
+%ifarch aarch64 %{arm} %{sparc}
+%define do_profiling 0
+%endif
 Name:           xz
+Version:        5.0.7
+Release:        0
 Summary:        A Program for Compressing Files
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          Productivity/Archiving/Compression
-Version:        5.0.5
-Release:        0
 Url:            http://tukaani.org/xz/
 Source0:        http://tukaani.org/xz/%{name}-%{version}.tar.gz
 Source1:        http://tukaani.org/xz/%{name}-%{version}.tar.gz.sig
 Source2:        baselibs.conf
 # from http://tukaani.org/misc/lasse_collin_pubkey.txt#/xz.keyring
 Source3:        xz.keyring
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
-Provides:       lzma = %version
-Obsoletes:      lzma < %version
-
-%if 0%{?suse_version} < 1130
-%define do_profiling 0
-%endif
-%ifarch aarch64 %{arm} %sparc
-%define do_profiling 0
-%endif
-
+Provides:       lzma = %{version}
+Obsoletes:      lzma < %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?lang_package:1} > 0
-Recommends:     %name-lang
+Recommends:     %{name}-lang
 %endif
-# avoid bootstrapping problem
-%define _binary_payload w9.bzdio
 
 %description
 The xz command is a very powerful program for compressing files.
@@ -85,20 +82,21 @@
 Summary:        Development package for the LZMA library
 Group:          Development/Libraries/C and C++
 Requires:       liblzma5 = %{version}
-Provides:       lzma-devel = %version
-Obsoletes:      lzma-devel < %version
-Provides:       lzma-alpha-devel = %version
-Obsoletes:      lzma-alpha-devel < %version
+Provides:       lzma-devel = %{version}
+Obsoletes:      lzma-devel < %{version}
+Provides:       lzma-alpha-devel = %{version}
+Obsoletes:      lzma-alpha-devel < %{version}
 
 %description devel
 This package contains the header files and libraries needed for
 compiling programs using the LZMA library.
 
 %if %{with static_libs}
+
 %package static-devel
 Summary:        Static version of LZMA library
 Group:          Development/Libraries/C and C++
-Requires:       lzma-devel = %version
+Requires:       lzma-devel = %{version}
 
 %description static-devel
 Static library for the LZMA library 
@@ -112,25 +110,25 @@
 %if %{do_profiling}
 profiledir=$(mktemp -d)
 trap "rm -rf $profiledir" EXIT
-export CFLAGS="%optflags %{cflags_profile_generate}=$profiledir"
+export CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir"
 %endif
 %configure \
 %if ! %{with static_libs}
        --disable-static \
 %endif
        --with-pic \
-       --docdir=%_docdir/%name
+       --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 %if %{do_profiling}
 time make check
-make clean
-export CFLAGS="%optflags %{cflags_profile_feedback}=$profiledir"
+make clean %{?_smp_mflags}
+export CFLAGS="%{optflags} %{cflags_profile_feedback}=$profiledir"
 %configure \
 %if %{without static_libs}
        --disable-static \
 %endif
        --with-pic \
-       --docdir=%_docdir/%name
+       --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 %endif
 
@@ -138,8 +136,8 @@
 time make check
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-%{__rm} -v %{buildroot}%{_libdir}/liblzma.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+rm -v %{buildroot}%{_libdir}/liblzma.la
 %find_lang %{name}
 
 %post -n liblzma5 -p /sbin/ldconfig
@@ -152,13 +150,14 @@
 %defattr(-, root, root)
 
 %files
+%defattr(-,root,root)
 %else
 
 %files -f %{name}.lang
 %defattr(-, root, root)
 %endif
 %defattr(-, root, root)
-%_docdir/%name
+%{_docdir}/%{name}
 %{_bindir}/*
 %{_mandir}/man?/*
 
@@ -174,6 +173,7 @@
 %{_libdir}/pkgconfig/*.pc
 
 %if %{with static_libs}
+
 %files static-devel
 %defattr(-, root, root)
 %{_libdir}/*.a

++++++ xz-5.0.5.tar.gz -> xz-5.0.7.tar.gz ++++++
++++ 19921 lines of diff (skipped)

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

Reply via email to