Hello community,

here is the log from the commit of package manufacturer-PPDs for 
openSUSE:Factory checked in at 2017-05-17 10:45:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/manufacturer-PPDs (Old)
 and      /work/SRC/openSUSE:Factory/.manufacturer-PPDs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "manufacturer-PPDs"

Wed May 17 10:45:56 2017 rev:19 rq:493646 version:10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/manufacturer-PPDs/manufacturer-PPDs.changes      
2013-03-11 09:50:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.manufacturer-PPDs.new/manufacturer-PPDs.changes 
2017-05-17 10:45:59.737377901 +0200
@@ -1,0 +2,5 @@
+Sat Apr 29 18:34:07 UTC 2017 - [email protected]
+
+- call gzip -n -9 to make build more reproducible and have smaller results
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ manufacturer-PPDs.spec ++++++
--- /var/tmp/diff_new_pack.hWtQYz/_old  2017-05-17 10:46:00.681245126 +0200
+++ /var/tmp/diff_new_pack.hWtQYz/_new  2017-05-17 10:46:00.685244563 +0200
@@ -363,7 +363,7 @@
 for d in hp oce epson kyocera oki ricoh gestetner infotec lanier nrg savin 
brother toshiba
 do for p in $d/*.ppd
    do egrep -v '^\*UIConstraints:|^\*NonUIConstraints:' $p | cupstestppd - || 
true
-      gzip $p
+      gzip -n -9 $p
    done
 done
 # Apply a special test for Sharp PPDs:
@@ -385,7 +385,7 @@
 # than to be rigorous regarding enforcing compliance to the PPD specification:
 for p in sharp/*.ppd
 do egrep -v '^\*UIConstraints:|^\*NonUIConstraints:|DuplexBooklet' $p | 
cupstestppd - || true
-   gzip $p
+   gzip -n -9 $p
 done
 # For each manufacturer check and warn for duplicate NickName entries.
 # Usually the NickName entry is shown to the user to let him select a PPD


Reply via email to