Hello community,

here is the log from the commit of package xorg-x11-fonts for openSUSE:Factory 
checked in at 2017-06-08 16:37:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-x11-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-x11-fonts"

Thu Jun  8 16:37:24 2017 rev:45 rq:500946 version:7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-fonts/xorg-x11-fonts.changes    
2014-06-16 21:43:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-fonts.new/xorg-x11-fonts.changes       
2017-06-08 16:37:25.327330753 +0200
@@ -1,0 +2,6 @@
+Sat Jun  3 16:06:58 UTC 2017 - bwiedem...@suse.com
+
+- use wrapper script during build to call gzip -n 
+  to not add timestamps to .gz files to have fully reproducible builds
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xorg-x11-fonts.spec ++++++
--- /var/tmp/diff_new_pack.NYhU7y/_old  2017-06-08 16:37:26.379182224 +0200
+++ /var/tmp/diff_new_pack.NYhU7y/_new  2017-06-08 16:37:26.379182224 +0200
@@ -107,6 +107,7 @@
 for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
 
 %build
+echo -e '#!/bin/sh\nexec /usr/bin/gzip -n -9 "$@"' > ../gzip ; chmod a+x 
../gzip ; PATH=`pwd`/..:$PATH
 for dir in encodings-* $(ls | grep -v -e encodings -e alias) font-alias-* ; do
   pushd $dir
     case $dir in


Reply via email to