Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pixz for openSUSE:Factory checked in 
at 2021-01-28 21:22:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pixz (Old)
 and      /work/SRC/openSUSE:Factory/.pixz.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pixz"

Thu Jan 28 21:22:27 2021 rev:15 rq:867283 version:1.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/pixz/pixz.changes        2020-06-11 
14:53:45.695106695 +0200
+++ /work/SRC/openSUSE:Factory/.pixz.new.28504/pixz.changes     2021-01-28 
21:22:28.427644617 +0100
@@ -1,0 +2,8 @@
+Tue Jan 26 00:20:45 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- pixz 1.0.7:
+  * Fix memory corruption error
+  * Fix decompressing large files on 32-bit systems
+  * Avoid unaligned memory access
+
+-------------------------------------------------------------------

Old:
----
  pixz-1.0.6.tar.gz

New:
----
  pixz-1.0.7.tar.xz

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

Other differences:
------------------
++++++ pixz.spec ++++++
--- /var/tmp/diff_new_pack.ReDwZJ/_old  2021-01-28 21:22:28.927645410 +0100
+++ /var/tmp/diff_new_pack.ReDwZJ/_new  2021-01-28 21:22:28.927645410 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pixz
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,18 @@
 
 
 Name:           pixz
-Version:        1.0.6
+Version:        1.0.7
 Release:        0
 Summary:        Parallel, indexing version of XZ
 License:        BSD-2-Clause
 Group:          Productivity/Archiving/Compression
 URL:            https://github.com/vasi/pixz
-Source:         
https://github.com/vasi/pixz/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source:         
https://github.com/vasi/pixz/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig
 # compatibility tests run classic xz
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libarchive) >= 2.8
-BuildRequires:  pkgconfig(liblzma) >= 4.999.9-beta-212
+BuildRequires:  pkgconfig(liblzma)
 
 %description
 The existing XZ Utils provide great compression in the .xz file format, but
@@ -49,6 +49,8 @@
 
 %install
 %make_install
+mkdir -p %{buildroot}/%{_mandir}/man1
+install -c -m 644 src/pixz.1 %{buildroot}/%{_mandir}/man1
 
 %check
 %make_build check

Reply via email to