Hello community,

here is the log from the commit of package emacs-w3 for openSUSE:Factory 
checked in at 2012-07-02 21:42:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs-w3 (Old)
 and      /work/SRC/openSUSE:Factory/.emacs-w3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs-w3", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs-w3/emacs-w3.changes        2011-09-23 
01:56:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-w3.new/emacs-w3.changes   2012-07-02 
21:42:18.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul  2 14:36:33 UTC 2012 - [email protected]
+
+- (condition-case ...) and (eval-when (compile) ...) will not work
+  together
+
+-------------------------------------------------------------------

New:
----
  flavour.patch

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

Other differences:
------------------
++++++ emacs-w3.spec ++++++
--- /var/tmp/diff_new_pack.RqlXgy/_old  2012-07-02 21:42:19.000000000 +0200
+++ /var/tmp/diff_new_pack.RqlXgy/_new  2012-07-02 21:42:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-w3
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,6 +41,7 @@
 Patch2:         w3-4.0pre.46-mule-sysdp.el.patch
 # http://article.gmane.org/gmane.emacs.devel/60013
 Patch3:         w3-fetch-callback.diff
+Patch4:         flavour.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 PreReq:         %install_info_prereq
@@ -61,6 +62,7 @@
 %patch1
 # %patch2 -p0
 %patch3
+%patch4
 # autoconf
 
 %build

++++++ flavour.patch ++++++
--- lisp/w3-speak.el
+++ lisp/w3-speak.el    2012-07-02 14:35:10.272509775 +0000
@@ -52,8 +52,7 @@
       (require 'dtk-voices)
       (require 'emacspeak-speak)
       (require 'emacspeak-sounds)
-      (eval-when (compile)
-                (require 'emacspeak-fix-interactive)))
+      (require 'emacspeak-fix-interactive))
   (error (message "Emacspeak not found - speech will not work.")))
 
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to