Hello community,

here is the log from the commit of package lzip for openSUSE:Factory checked in 
at 2018-12-31 09:46:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lzip (Old)
 and      /work/SRC/openSUSE:Factory/.lzip.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lzip"

Mon Dec 31 09:46:18 2018 rev:10 rq:658023 version:1.21~rc1

Changes:
--------
--- /work/SRC/openSUSE:Factory/lzip/lzip.changes        2018-03-08 
10:54:56.554859830 +0100
+++ /work/SRC/openSUSE:Factory/.lzip.new.28833/lzip.changes     2018-12-31 
09:47:12.950175870 +0100
@@ -1,0 +2,7 @@
+Fri Dec 14 11:39:06 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to new upstream release 1.21~rc1
+  * Detection of forbidden combinations of characters in trailing
+    data has been improved.
+
+-------------------------------------------------------------------

Old:
----
  lzip-1.20.tar.gz
  lzip-1.20.tar.gz.sig

New:
----
  lzip-1.21-rc1.tar.gz

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

Other differences:
------------------
++++++ lzip.spec ++++++
--- /var/tmp/diff_new_pack.ebOmlh/_old  2018-12-31 09:47:13.458175453 +0100
+++ /var/tmp/diff_new_pack.ebOmlh/_new  2018-12-31 09:47:13.458175453 +0100
@@ -13,19 +13,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:           lzip
-Version:        1.20
+Version:        1.21~rc1
 Release:        0
+%define xversion       1.21-rc1
 Summary:        Lossless Data Compressor based on the LZMA Algorithm
 License:        GPL-2.0-or-later
 Group:          Productivity/Archiving/Compression
 Url:            http://www.nongnu.org/lzip/lzip.html
-Source:         
https://download.savannah.gnu.org/releases/%name/%name-%version.tar.gz
-Source2:        
https://download.savannah.gnu.org/releases/%name/%name-%version.tar.gz.sig
+Source:         
https://download.savannah.gnu.org/releases/lzip/%name-%xversion.tar.gz
+#Source2:        
https://download.savannah.gnu.org/releases/lzip/%name-%xversion.tar.gz.sig
 Source3:        %name.keyring
 BuildRequires:  gcc-c++
 PreReq:         %install_info_prereq
@@ -39,21 +40,21 @@
 these tasks.
 
 %prep
-%setup -q
+%autosetup -n %name-%xversion -p1
 
 %build
 # not autoconf:
 ./configure \
-    --prefix="%{_prefix}" \
-    --bindir="%{_bindir}" \
-    --datadir="%{_datadir}" \
-    --infodir="%{_infodir}" \
-    --mandir="%{_mandir}" \
-    --sysconfdir="%{_sysconfdir}" \
-    CC="%__cc" \
-    CFLAGS="%{optflags}" \
-    CXX="%__cxx" \
-    CXXFLAGS="%{optflags}"
+    --prefix="%_prefix" \
+    --bindir="%_bindir" \
+    --datadir="%_datadir" \
+    --infodir="%_infodir" \
+    --mandir="%_mandir" \
+    --sysconfdir="%_sysconfdir" \
+    CC="gcc" \
+    CFLAGS="%optflags" \
+    CXX="g++" \
+    CXXFLAGS="%optflags"
 make %{?_smp_mflags}
 
 %install


Reply via email to