Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2013-11-26 06:09:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-09-13 
14:43:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2013-11-26 
06:09:57.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 22 20:38:08 UTC 2013 - [email protected]
+
+- emacs-24.3-glibc.patch, emacs-24.3.dif: Remove obsolete hunks
+- emacs-24.3-xevent.patch: Remove obsolete patch
+- Remove unknown configure option --without-sync-input
+
+-------------------------------------------------------------------

Old:
----
  emacs-24.3-xevent.patch

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

Other differences:
------------------
++++++ emacs.spec ++++++
--- /var/tmp/diff_new_pack.akmaGy/_old  2013-11-26 06:09:58.000000000 +0100
+++ /var/tmp/diff_new_pack.akmaGy/_new  2013-11-26 06:09:58.000000000 +0100
@@ -101,7 +101,6 @@
 Patch15:        emacs-24.3-iconic.patch
 Patch16:        emacs-24.3-flyspell.patch
 Patch22:        emacs-24.1-bnc628268.patch
-Patch23:        emacs-24.3-xevent.patch
 Patch25:        emacs-24.3-giflib5.patch
 Patch26:        emacs-24.3-nntp-typhoon-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -215,7 +214,6 @@
 %patch16 -p0 -b .flyspell
 %patch   -p0
 %patch22 -p0
-%patch23 -p0
 %patch25 -p0
 %patch26 -p1 
 
@@ -345,7 +343,6 @@
   NOX11="--with-gpm \
         --without-x \
         --without-sound \
-        --without-sync-input \
         --without-xpm \
         --without-jpeg \
         --without-tiff \

++++++ emacs-24.3-glibc.patch ++++++
--- /var/tmp/diff_new_pack.akmaGy/_old  2013-11-26 06:09:58.000000000 +0100
+++ /var/tmp/diff_new_pack.akmaGy/_new  2013-11-26 06:09:58.000000000 +0100
@@ -64,14 +64,3 @@
  
  profile${EXEEXT}: ${srcdir}/profile.c $(config_h)
        $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c \
---- lib-src/etags.c
-+++ lib-src/etags.c    2013-05-21 14:52:23.881939078 +0000
-@@ -91,7 +91,7 @@ char pot_etags_version[] = "@(#) pot rev
- #  define NDEBUG              /* disable assert */
- #endif
- 
--#include <config.h>
-+#include <../src/config.h>
- 
- #ifndef _GNU_SOURCE
- # define _GNU_SOURCE 1                /* enables some compiler checks on GNU 
*/

++++++ emacs-24.3.dif ++++++
--- /var/tmp/diff_new_pack.akmaGy/_old  2013-11-26 06:09:58.000000000 +0100
+++ /var/tmp/diff_new_pack.akmaGy/_new  2013-11-26 06:09:58.000000000 +0100
@@ -190,7 +190,7 @@
        (inferior-scheme-mode)))
 --- lisp/site-load.el
 +++ lisp/site-load.el  2013-05-21 15:51:51.649940239 +0000
-@@ -0,0 +1,61 @@
+@@ -0,0 +1,41 @@
 +;;;;
 +;;; emacs20.xx/lisp/site-load.el
 +;;; Copyright (c) 1995,96,98,99 SuSE Gmbh Nuernberg, Germany.  All rights 
reserved.
@@ -213,42 +213,22 @@
 +;;    -DSYSTEM_PURESIZE_EXTRA=25000 -DSITELOAD_PURESIZE_EXTRA=10000"
 +;;
 +;; DOC:
-+;;   lisp/emacs-lisp/backquote.elc lisp/disp-table.elc lisp/delsel.elc
-+;;   lisp/lpr.elc added to src/Makefile.in for DOCumentation
++;;   lisp/delsel.elc lisp/lpr.elc added to src/Makefile.in for DOCumentation
 +;;
 +;;;;
 +(garbage-collect)
 +
-+(if (fboundp 'delete-frame)
-+    (progn
-+      (load "emacs-lisp/backquote"))
-+      (garbage-collect))
-+
-+(load "disp-table")
-+(garbage-collect)
-+
 +(load "lpr")
 +(setq lpr-headers-switches (list "-h"))
 +(setq lpr-add-switches t)
 +(garbage-collect)
 +
-+;; Scrollbar was always on the `right' side
-+(custom-set-variables '(scroll-bar-mode (quote right)))
-+(garbage-collect)
-+
-+;; Highlight marked regions
-+(custom-set-variables '(transient-mark-mode 1))
-+(custom-set-variables '(mark-even-if-inactive t))
-+(garbage-collect)
-+
 +;; Overwrite `load delsel'
 +;; Choose `t' in your ~/.emacs
 +(custom-set-variables '(delete-selection-mode nil))
 +(garbage-collect)
 +
-+(setq news-inews-program "/usr/lib/news/inews")
 +(setq gnus-default-nntp-server "news")
-+(defvar gnus-local-domain nil)
 +(garbage-collect)
 +
 +;;; site-load.el ends here
@@ -272,42 +252,6 @@
      (define-key map "f" 'set-buffer-file-coding-system)
      (define-key map "r" 'revert-buffer-with-coding-system)
      (define-key map "F" 'set-file-name-coding-system)
---- lisp/mh-e/mh-e.el
-+++ lisp/mh-e/mh-e.el  2007-05-21 12:27:40.000000000 +0000
-@@ -137,6 +137,9 @@
-     "/usr/local/mh/"
-     "/usr/bin/mh/"                      ; Ultrix 4.2, Linux
-     "/usr/new/mh/"                      ; Ultrix < 4.2
-+    "/usr/bin/"                               ; SuSE Linux
-+    "/etc/nmh/"                               ; SuSE Linux
-+    "/usr/lib/nmh/"                   ; SuSE Linux
-     "/usr/contrib/mh/bin/"              ; BSDI
-     "/usr/pkg/bin/"                     ; NetBSD
-     "/usr/local/bin/"
-@@ -157,20 +160,20 @@ Use the function `mh-variants' instead."
- This differs from `mh-variant' when the latter is set to
- \"autodetect\".")
- 
--(defvar mh-progs nil
-+(defvar mh-progs "/usr/bin/"
-   "Directory containing MH commands, such as inc, repl, and rmm.")
- 
- ;;;###autoload
- (put 'mh-progs 'risky-local-variable t)
- 
--(defvar mh-lib nil
-+(defvar mh-lib "/etc/nmh/"
-   "Directory containing the MH library.
- This directory contains, among other things, the components file.")
- 
- ;;;###autoload
- (put 'mh-lib 'risky-local-variable t)
- 
--(defvar mh-lib-progs nil
-+(defvar mh-lib-progs "/usr/lib/nmh/"
-   "Directory containing MH helper programs.
- This directory contains, among other things, the mhl program.")
- 
 --- lisp/net/ange-ftp.el
 +++ lisp/net/ange-ftp.el       2009-08-12 13:35:06.000000000 +0000
 @@ -4976,7 +4976,7 @@ NEWNAME should be the name to give the n
@@ -348,7 +292,7 @@
  (defun ange-ftp-add-cms-host (host)
 --- lisp/textmodes/ispell.el
 +++ lisp/textmodes/ispell.el   2013-05-21 16:06:31.241439612 +0000
-@@ -351,10 +351,13 @@ Must be greater than 1."
+@@ -351,10 +351,12 @@ Must be greater than 1."
    :group 'ispell)
  
  (defcustom ispell-program-name
@@ -356,13 +300,12 @@
 -      (executable-find "ispell")
 -      (executable-find "hunspell")
 -      "ispell")
-+  (progn
-+    (if (and (functionp 'append-ispell-dict-alist))
-+      "ispell"
-+      (or (locate-file "aspell"   exec-path exec-suffixes 'file-executable-p)
-+          (locate-file "ispell"   exec-path exec-suffixes 'file-executable-p)
-+          (locate-file "hunspell" exec-path exec-suffixes 'file-executable-p)
-+          "ispell")))
++  (if (functionp 'append-ispell-dict-alist)
++      "ispell"
++    (or (executable-find "aspell")
++       (executable-find "ispell")
++       (executable-find "hunspell")
++       "ispell"))
    "Program invoked by \\[ispell-word] and \\[ispell-region] commands."
    :type 'string
    :group 'ispell)
@@ -743,7 +686,7 @@
 +;; Ende von linux.el
 --- site-lisp/term/locale.el
 +++ site-lisp/term/locale.el   2013-05-21 15:51:52.349939373 +0000
-@@ -0,0 +1,16 @@
+@@ -0,0 +1,13 @@
 +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 +;;; term/locale.el for site-lisp path
 +;;; Copyright (c) 1996-2003 SuSE Linux AG Nuernberg, Germany.
@@ -754,9 +697,6 @@
 +
 +(add-hook 'term-setup-hook (function (lambda ()
 +                                     (load "term/func-keys" t t))))
-+;; Nowadays
-+(if window-system
-+  (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT STRING TEXT)))
 +;;
 +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 +;; Ende von locale.el

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

Reply via email to