Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2015-02-16 15:02:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs (Old)
 and      /work/SRC/openSUSE:Factory/.emacs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs/emacs.changes      2015-01-21 
21:56:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2015-02-16 
17:25:02.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb  7 19:47:29 UTC 2015 - [email protected]
+
+- don't reference unexistant info pages (only exist on win32)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ emacs.spec ++++++
--- /var/tmp/diff_new_pack.W3fPBe/_old  2015-02-16 17:25:05.000000000 +0100
+++ /var/tmp/diff_new_pack.W3fPBe/_new  2015-02-16 17:25:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -129,7 +129,7 @@
 %define appDefaultsDir %{_x11data}/app-defaults
 %define appDefaultsFile %{appDefaultsDir}/Emacs
 %endif
-%define info_files  emacs eintr elisp ada-mode auth autotype bovine calc 
ccmode cl dbus dired-x ebrowse ede ediff edt efaq efaq-w32 eieio emacs-gnutls 
emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave 
ido mairix-el message mh-e newsticker nxml-mode octave-mode org pcl-cvs pgg 
rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode 
todo-mode tramp url vip viper widget wisent woman
+%define info_files  emacs eintr elisp ada-mode auth autotype bovine calc 
ccmode cl dbus dired-x ebrowse ede ediff edt efaq eieio emacs-gnutls emacs-mime 
epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido 
mairix-el message mh-e newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc 
reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode 
tramp url vip viper widget wisent woman
 
 %description
 Basic package for the GNU Emacs editor. Requires emacs-x11 or
@@ -290,7 +290,8 @@
       esac
   }
 
-  info_found="$(sed -rn '\@^\$[({](build)?infodir[})]/@{ 
s@\$\([A-Z_]*\)@@;s@.*/([^:]*):.*@\1@p; }' doc/*/Makefile.in|grep -v 
^info|xargs)"
+  # remove reference to win32 info page
+  info_found="$(sed -rn '\@^\$[({](build)?infodir[})]/@{ 
s@\$\([A-Z_]*\)@@;s@.*/([^:]*):.*@\1@p; }' doc/*/Makefile.in|grep -v 
^info|xargs|sed -e 's,efaq-w32 ,,')"
   if test "$info_found" != "%info_files"
   then
       echo Please update info_files >&2

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to