Hello community,

here is the log from the commit of package libaec for openSUSE:Factory checked 
in at 2019-03-19 10:01:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libaec (Old)
 and      /work/SRC/openSUSE:Factory/.libaec.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libaec"

Tue Mar 19 10:01:16 2019 rev:4 rq:686120 version:1.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libaec/libaec.changes    2017-10-26 
18:42:19.345723995 +0200
+++ /work/SRC/openSUSE:Factory/.libaec.new.28833/libaec.changes 2019-03-19 
10:01:21.315893314 +0100
@@ -1,0 +2,11 @@
+Mon Feb 25 09:32:58 UTC 2019 - [email protected]
+
+- Update to version 1.0.4:
+  * added test data
+  * fixed include file
+
+- Update to version 1.0.3:
+  * Improvements to testing and fuzzing by Kurt Schwehr
+  * fixed various ubsan issues
+
+-------------------------------------------------------------------

Old:
----
  libaec-1.0.2.tar.gz

New:
----
  libaec-v1.0.4.tar.gz

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

Other differences:
------------------
++++++ libaec.spec ++++++
--- /var/tmp/diff_new_pack.DpmLRw/_old  2019-03-19 10:01:22.379892205 +0100
+++ /var/tmp/diff_new_pack.DpmLRw/_new  2019-03-19 10:01:22.383892201 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libaec
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           libaec
-Version:        1.0.2
+Version:        1.0.4
 Release:        0
 Summary:        Adaptive Entropy Coding library
 #---License is BSD, however there is a non-enforced NASA patent on the
 #---algorithm, see patent.txt
 License:        BSD-2-Clause
 Group:          Productivity/Archiving/Compression
-Url:            https://gitlab.dkrz.de/k202009/libaec
-Source:         
https://gitlab.dkrz.de/k202009/libaec/repository/archive.tar.gz?ref=v%{version}#/%{name}-%{version}.tar.gz
+URL:            https://gitlab.dkrz.de/k202009/libaec
+Source:         
https://gitlab.dkrz.de/k202009/libaec/-/archive/v%{version}/%{name}-v%{version}.tar.gz
 Source99:       baselibs.conf
 
 %if 0%{?is_opensuse} == 1 && 0%{?suse_version} > 1310
@@ -61,20 +61,21 @@
 System Standard documents 121.0-B-2 and 120.0-G-2.
 
 %package devel
-Summary:        Development files for libaec, a library for Adaptive Entropy 
Coding library
+Summary:        Development files for libaec (Adaptive Entropy Coding library)
 Group:          Development/Libraries/C and C++
 Requires:       libaec0 = %{version}
 
 %description devel
-Devel files for libaec (Adaptive Entropy Coding library).
+Development files for libaec (Adaptive Entropy Coding library), a lossless
+compression library for low entropy data.
 
 %package -n libsz2
 Summary:        Lossless compression library for scientific data
 Group:          System/Libraries
 
 %description -n libsz2
-Drop-in replacement for the SZIP library
-(http://www.hdfgroup.org/doc_resource/SZIP).
+Lossless compression library for scientific data. Libsz2 is a drop-in
+replacement for the SZIP library (http://www.hdfgroup.org/doc_resource/SZIP).
 
 %package -n sz2-devel
 Summary:        Development files for libsz2
@@ -89,8 +90,7 @@
 SZIP library (http://www.hdfgroup.org/doc_resource/SZIP).
 
 %prep
-%setup -q -T -a 0 -c
-mv %{name}-v%{version}-*/* .
+%setup -q -n "%{name}-v%{version}"
 
 %build
 %if 0%{?is_opensuse} == 1 && 0%{?suse_version} > 1310


Reply via email to