Hello community,

here is the log from the commit of package gzip for openSUSE:Factory checked in 
at 2017-04-03 11:04:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gzip (Old)
 and      /work/SRC/openSUSE:Factory/.gzip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gzip"

Mon Apr  3 11:04:32 2017 rev:42 rq:482898 version:1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/gzip/gzip.changes        2016-05-12 
09:32:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gzip.new/gzip.changes   2017-04-03 
11:04:33.964276190 +0200
@@ -1,0 +2,6 @@
+Thu Mar 23 15:14:56 UTC 2017 - kstreit...@suse.com
+
+- cleanup with spec-cleaner
+- use loop with a range instead of a number list
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gzip.spec ++++++
--- /var/tmp/diff_new_pack.IU3O6S/_old  2017-04-03 11:04:35.252094244 +0200
+++ /var/tmp/diff_new_pack.IU3O6S/_new  2017-04-03 11:04:35.252094244 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gzip
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -79,7 +79,7 @@
 %endif
 
 %check
-for i in 1 2 3 4 5 6 7 8 9; do
+for i in {1..9}; do
   for f in build-aux/texinfo.tex /bin/bash; do
     basef=${f##*/}
     time ./gzip -$i < $f > $basef.gz
@@ -90,7 +90,7 @@
 done
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 #UsrMerge
 mkdir -p %{buildroot}/bin
 ln -sf %{_bindir}/gzip %{_bindir}/gunzip %{_bindir}/zcat %{buildroot}/bin



Reply via email to