Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libzio for openSUSE:Factory checked 
in at 2021-06-18 10:13:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzio (Old)
 and      /work/SRC/openSUSE:Factory/.libzio.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzio"

Fri Jun 18 10:13:08 2021 rev:46 rq:898664 version:1.08

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzio/libzio.changes    2019-09-05 
12:06:57.847890320 +0200
+++ /work/SRC/openSUSE:Factory/.libzio.new.2625/libzio.changes  2021-06-18 
10:13:09.425944344 +0200
@@ -1,0 +2,15 @@
+Wed Jun  9 08:24:52 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Correct download URL 
+
+-------------------------------------------------------------------
+Wed Jun  9 07:24:43 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Version 1.08: Fix bug triggered by short files
+
+-------------------------------------------------------------------
+Tue Jun  8 13:43:13 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Version 1.07: Add support for zstd at least for write and read 
+
+-------------------------------------------------------------------

Old:
----
  libzio-1.06.tar.bz2

New:
----
  libzio-1.08.tar.bz2

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

Other differences:
------------------
++++++ libzio.spec ++++++
--- /var/tmp/diff_new_pack.I1IP3S/_old  2021-06-18 10:13:10.013945122 +0200
+++ /var/tmp/diff_new_pack.I1IP3S/_new  2021-06-18 10:13:10.017945127 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libzio
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -18,17 +18,19 @@
 
 Name:           libzio
 %define lname   libzio1
-Version:        1.06
+Version:        1.08
 Release:        0
 Summary:        A Library for Accessing Compressed Text Files
 License:        GPL-2.0-or-later
 Group:          System/Libraries
-Url:            http://libzio.sourceforge.net/
-Source:         
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
+URL:            http://libzio.sourceforge.net/
+Source:         
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
 BuildRequires:  libbz2-devel
+BuildRequires:  libzstd-devel
 BuildRequires:  xz-devel
 BuildRequires:  zlib-devel
+BuildRequires:  zstd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,15 +65,20 @@
 make %{?_smp_mflags} noweak
 
 %check
-make testt
-make tests
-make testx
-for comp in gzip bzip2 lzma xz
+make testt tests testx
+for comp in gzip bzip2 lzma xz zstd
 do
+    case $comp in
+    gzip) x=g ;;
+    bzip2) x=b ;;
+    lzma) x=l ;;
+    xz) x=x ;;
+    zstd) x=s ;;
+    esac
     $comp -c < fzopen.3.in > fzopen.test
     ./testt fzopen.test | cmp fzopen.3.in -
-    cat fzopen.test | ./tests ${comp:0:1} | cmp fzopen.3.in -
-    ./testx ${comp:0:1} < fzopen.3.in | ./tests ${comp:0:1} | cmp fzopen.3.in -
+    cat fzopen.test | ./tests $x | cmp fzopen.3.in -
+    ./testx $x < fzopen.3.in | ./tests $x | cmp fzopen.3.in -
 done
 
 %install

++++++ libzio-1.06.tar.bz2 -> libzio-1.08.tar.bz2 ++++++
++++ 3129 lines of diff (skipped)

Reply via email to