Hello community,

here is the log from the commit of package xemacs for openSUSE:Factory checked 
in at 2013-07-23 14:43:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xemacs (Old)
 and      /work/SRC/openSUSE:Factory/.xemacs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xemacs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xemacs/xemacs.changes    2013-01-08 
15:11:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xemacs.new/xemacs.changes       2013-07-23 
14:43:57.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 23 08:59:47 UTC 2013 - ailin.ne...@gmail.com
+
+- remove incorrect patch which breaks XEmacs/wnn introduced by
+  request 123104 (fix crashbug bnc#830221)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xemacs.spec ++++++
--- /var/tmp/diff_new_pack.S58o4n/_old  2013-07-23 14:43:58.000000000 +0200
+++ /var/tmp/diff_new_pack.S58o4n/_new  2013-07-23 14:43:58.000000000 +0200
@@ -41,6 +41,8 @@
 %else
 BuildRequires:  gpm
 %endif
+%define _id     bee2e2568828
+%define _hg     hg%{_id}
 Version:        21.5.33
 Release:        0
 Summary:        XEmacs
@@ -50,8 +52,6 @@
 %define xbindir    /usr/bin
 %define xincludes  /usr/include
 %define xlibraries /usr/%{_lib}
-%define _id     bee2e2568828
-%define _hg     beta-%{_id}
 Url:            http://www.xemacs.org
 # Howto get the Mercurial tree of XEmacs:
 # See: http://xemacs.digimirror.nl/Develop/hgaccess.html

++++++ xemacs-21.5.31-array.patch ++++++
--- /var/tmp/diff_new_pack.S58o4n/_old  2013-07-23 14:43:58.000000000 +0200
+++ /var/tmp/diff_new_pack.S58o4n/_new  2013-07-23 14:43:58.000000000 +0200
@@ -14,14 +14,3 @@
  }
  
  void
---- src/mule-wnnfns.c
-+++ src/mule-wnnfns.c  2012-05-31 15:27:10.952509987 +0000
-@@ -2117,7 +2117,7 @@ yes_or_no (UExtbyte *s)
-   c2m (s, mbuf, charset);
-   /* truncate "(Y/N)" */
-   for (len = 0; (mbuf[len]) && (len < 512); len++);
--  for (; (mbuf[len] != '(') && (len > 0); len--);
-+  for (len--; (mbuf[len] != '(') && (len >= 0); len--);
-   {
-      Lisp_Object yes, str;
-      struct gcpro gcpro1;


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to