Mailinglist Archive: opensuse-commit (689 mails)

< Previous Next >
commit xemacs
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 20 Dec 2007 16:56:58 +0100
  • Message-id: <20071220155658.42867678337@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xemacs
checked in at Thu Dec 20 16:56:58 CET 2007.

--------
--- xemacs/xemacs.changes 2007-12-14 16:14:51.000000000 +0100
+++ /mounts/work_users/ro/STABLE/xemacs/xemacs.changes 2007-12-20
16:34:32.768102000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 20 16:34:22 CET 2007 - ro@xxxxxxx
+
+- update to CVS of 20071220
+- deleted bugzilla-294746-support-windows-1252.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
bugzilla-294746-support-windows-1252.patch
xemacs-21.5.28.20070807.tar.bz2

New:
----
xemacs-21.5.28.20071220.tar.bz2

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

Other differences:
------------------
++++++ xemacs.spec ++++++
--- /var/tmp/diff_new_pack.g32581/_old 2007-12-20 16:56:28.000000000 +0100
+++ /var/tmp/diff_new_pack.g32581/_new 2007-12-20 16:56:28.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package xemacs (Version 21.5.28.20070807)
+# spec file for package xemacs (Version 21.5.28.20071220)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -36,8 +36,8 @@
Requires: xemacs-info xemacs-packages ctags
Conflicts: gnuserv
AutoReqProv: on
-Version: 21.5.28.20070807
-Release: 46
+Version: 21.5.28.20071220
+Release: 1
Summary: XEmacs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Howto get the cvs tree of XEmacs:
@@ -85,7 +85,6 @@
Patch43: set-language-unicode-precedence-list.patch
Patch45: fix-defface-custom-modified-face.patch
Patch292811: bugzilla-292811-make-x-make-font-bold-italic-xft-work.patch
-Patch294746: bugzilla-294746-support-windows-1252.patch
Patch301352: bugzilla-301352-fix-wrong-incrementing-in-macros.patch

%description
@@ -175,7 +174,6 @@
%patch43 -p1
%patch45 -p0
%patch292811 -p1
-%patch294746 -p1
%patch301352 -p1
%patch0 -p1
find lisp/ etc/ -name '*.elc' | xargs -r rm -f
@@ -579,6 +577,9 @@
%dir /usr/share/xemacs/site-packages/lisp/term/

%changelog
+* Thu Dec 20 2007 - ro@xxxxxxx
+- update to CVS of 20071220
+- deleted bugzilla-294746-support-windows-1252.patch (upstream)
* Fri Dec 14 2007 - ro@xxxxxxx
- move /etc/skel/.xemacs/init.el to this package
* Wed Dec 05 2007 - mfabian@xxxxxxx

++++++ cast-pointer-integer-different-size.patch ++++++
--- /var/tmp/diff_new_pack.g32581/_old 2007-12-20 16:56:28.000000000 +0100
+++ /var/tmp/diff_new_pack.g32581/_new 2007-12-20 16:56:28.000000000 +0100
@@ -51,26 +51,6 @@

*instream = (infd >= 0
? make_filedesc_input_stream (infd, 0, -1, 0)
-diff -ru xemacs-21.5.28.20070726.orig/src/input-method-xlib.c
xemacs-21.5.28.20070726/src/input-method-xlib.c
---- xemacs-21.5.28.20070726.orig/src/input-method-xlib.c 2006-07-05
15:53:37.000000000 +0200
-+++ xemacs-21.5.28.20070726/src/input-method-xlib.c 2007-07-26
17:18:08.000000000 +0200
-@@ -70,6 +70,7 @@
- */
-
- #include <config.h>
-+#include <stdint.h>
- #include "lisp.h"
-
- #include "buffer.h"
-@@ -713,7 +714,7 @@
-
- if (converter_data)
- {
-- Boolean free_p = (Boolean) (int) converter_data;
-+ Boolean free_p = (Boolean) (int) (intptr_t) converter_data;
- XIMStyles *styles = (XIMStyles *) toVal->addr;
- if (free_p)
- XFree ( styles->supported_styles );
diff -ru xemacs-21.5.28.20070726.orig/src/process-unix.c
xemacs-21.5.28.20070726/src/process-unix.c
--- xemacs-21.5.28.20070726.orig/src/process-unix.c 2007-07-26
15:22:26.000000000 +0200
+++ xemacs-21.5.28.20070726/src/process-unix.c 2007-07-26 17:19:24.000000000
+0200






++++++ xemacs-21.5.28.20070807.tar.bz2 -> xemacs-21.5.28.20071220.tar.bz2 ++++++
xemacs/xemacs-21.5.28.20070807.tar.bz2
/mounts/work_users/ro/STABLE/xemacs/xemacs-21.5.28.20071220.tar.bz2 differ:
byte 11, line 1





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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread