commit splix for openSUSE:Factory
Hello community, here is the log from the commit of package splix for openSUSE:Factory checked in at 2017-04-30 21:24:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/splix (Old) and /work/SRC/openSUSE:Factory/.splix.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "splix" Sun Apr 30 21:24:16 2017 rev:16 rq:492139 version:2.0.0.315 Changes: -------- --- /work/SRC/openSUSE:Factory/splix/splix.changes 2017-04-20 20:54:52.578652214 +0200 +++ /work/SRC/openSUSE:Factory/.splix.new/splix.changes 2017-04-30 21:24:53.076352163 +0200 @@ -1,0 +2,11 @@ +Sat Apr 29 18:02:27 UTC 2017 - bwiedemann@suse.com + +- call gzip -n to make build fully reproducible + +------------------------------------------------------------------- +Thu Apr 20 09:16:20 UTC 2017 - jengelh@inai.de + +- Remove redundant %clean section, replace %__-type macro + indirections, and use %_smp_mflags over %jobs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ splix.spec ++++++ --- /var/tmp/diff_new_pack.hVuKLO/_old 2017-04-30 21:24:53.768254605 +0200 +++ /var/tmp/diff_new_pack.hVuKLO/_new 2017-04-30 21:24:53.776253478 +0200 @@ -85,16 +85,16 @@ %setup -q %patch1 -p1 %patch2 -p1 -%__cp %SOURCE2 . +cp %SOURCE2 . mv -v *.ppd ppd/ %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %if 0%{?suse_version} > 1110 -%__make %{?_without_jbigkit:DISABLE_JBIG=1} %{?jobs:-j%{jobs}} V=1 +make %{?_without_jbigkit:DISABLE_JBIG=1} %{?_smp_mflags} V=1 %else -%__make DISABLE_JBIG=1 %{?jobs:-j%{jobs}} V=1 +make DISABLE_JBIG=1 %{_smp_mflags} V=1 %endif %install @@ -104,9 +104,9 @@ %makeinstall DISABLE_JBIG=1 %endif pushd $RPM_BUILD_ROOT%_datadir/cups/model/samsung/ -%__tar xjvf "%{SOURCE1}" +tar -xjvf "%{SOURCE1}" popd -gzip -9 %buildroot/%_datadir/cups/model/*/*.ppd +gzip -n -9 %buildroot/%_datadir/cups/model/*/*.ppd # Run fdupes: # The RPM macro fdupes runs /usr/bin/fdupes that links files with identical content. # Never run fdupes carelessly over the whole buildroot directory @@ -118,9 +118,6 @@ # so that fdupes can only run for specific directories where linking files is safe: %fdupes -s %{buildroot}/%{_datadir}/cups/model/samsung/cms -%clean -rm -fr %buildroot - %if 0%{?suse_version} > 1110 # Do not do this for SLE11 where ghostscript-library 8.62 is used. # If Splix plus Ghostscript >= 9.02 is used on SLE11 the admin must do it manually as needed.
participants (1)
-
root@hilbert.suse.de