Hello community,

here is the log from the commit of package xemacs for openSUSE:Factory checked 
in at 2017-07-02 13:38:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xemacs (Old)
 and      /work/SRC/openSUSE:Factory/.xemacs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xemacs"

Sun Jul  2 13:38:26 2017 rev:88 rq:507545 version:21.5.34

Changes:
--------
--- /work/SRC/openSUSE:Factory/xemacs/xemacs.changes    2017-05-08 
19:04:16.065517743 +0200
+++ /work/SRC/openSUSE:Factory/.xemacs.new/xemacs.changes       2017-07-02 
13:38:29.956345142 +0200
@@ -1,0 +2,6 @@
+Thu Jun 29 07:51:21 UTC 2017 - [email protected]
+
+- use gzip -n to not add timestamps to .gz headers
+- use %fdupes macro to create symlinks in a reproducible way
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xemacs.spec ++++++
--- /var/tmp/diff_new_pack.Kbs7TN/_old  2017-07-02 13:38:31.172173690 +0200
+++ /var/tmp/diff_new_pack.Kbs7TN/_new  2017-07-02 13:38:31.176173125 +0200
@@ -431,7 +431,7 @@
 do
     test "${f##*.}" = "gz" && continue
     test -e $f || continue
-    gzip -9f $f
+    gzip -9nf $f
 done
 find %{buildroot}%{_datadir}/xemacs/%{version}/ -name '*.orig'     | xargs -r 
rm -f
 find %{buildroot}%{_datadir}/xemacs/%{version}/ -name '*.el.ediff' | xargs -r 
rm -f
@@ -489,30 +489,7 @@
 ln -sf  /usr/share/xemacs/%{version}/etc %{buildroot}/%{_docdir}/xemacs/etc
 mkdir -p %{buildroot}%{_sysconfdir}/skel/.xemacs
 install -m 0644 %{_sourcedir}/skel.init.el 
%{buildroot}%{_sysconfdir}/skel/.xemacs/init.el
-fdupes -q -r -1 %{buildroot}%{_datadir}/xemacs/%{version}/etc/ 
%{buildroot}%{_mandir}/man1/ |\
-xargs -n 2 | while read first second; do
-    case "${first}" in
-    *xemacs/%{version}/etc/*)
-       target=$second
-       file=$first
-       ;;
-    *)  target=$first
-       file=$second
-    esac
-    ln -sf ${file#%{buildroot}} ${target}
-done
-fdupes -q -r -1 %{buildroot}%{_datadir}/xemacs/%{version}/etc/toolbar/ |\
-xargs -n 2 | while read first second; do
-    case "${first}" in
-    *xemacs/%{version}/etc/*)
-       target=$second
-       file=$first
-       ;;
-    *)  target=$first
-       file=$second
-    esac
-    ln -sf ${file#%{buildroot}} ${target}
-done
+%fdupes -s %{buildroot}%{_datadir}
 #
 # replace buildroot in comments in .elc files by spaces with the same total 
length:
 REPLACEMENT=$(echo %{buildroot} | tr '[:print:]' ' ')



Reply via email to