Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2013-06-18 15:11:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-07 
06:57:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2013-06-18 
15:11:13.000000000 +0200
@@ -1,0 +2,13 @@
+Sat Jun 15 15:14:01 UTC 2013 - [email protected]
+
+- Fix connection problem to Typhoon nntp servers. Instead of
+  CAPABILITIES use HELP 
+  *  emacs-24.3-nntp-typhoon-fix.patch 
+
+-------------------------------------------------------------------
+Fri Jun  7 07:53:58 UTC 2013 - [email protected]
+
+- Enforce update alternatives simply to avoid bug reports about
+  warnings
+
+-------------------------------------------------------------------

New:
----
  emacs-24.3-nntp-typhoon-fix.patch

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

Other differences:
------------------
++++++ emacs.spec ++++++
--- /var/tmp/diff_new_pack.WWQIPo/_old  2013-06-18 15:11:15.000000000 +0200
+++ /var/tmp/diff_new_pack.WWQIPo/_new  2013-06-18 15:11:15.000000000 +0200
@@ -103,6 +103,7 @@
 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
 %{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config 
--variable prefix x11 || echo /usr/X11R6)}
 %if "%_exec_prefix" == "/usr/X11R6"
@@ -216,6 +217,7 @@
 %patch22 -p0
 %patch23 -p0
 %patch25 -p0
+%patch26 -p1 
 
 %if %{without autoconf}
 # We don't want to run autoconf
@@ -579,13 +581,14 @@
 %if 0%{suse_version} >= 1300
 %post -n etags
 test -L %{_bindir}/ctags || rm -f %{_bindir}/ctags
-update-alternatives --install  %{_bindir}/ctags ctags %{_bindir}/gnuctags 10 \
+%{_sbindir}/update-alternatives --quiet --force --install \
+         %{_bindir}/ctags              ctags   %{_bindir}/gnuctags 10 \
   --slave %{_mandir}/man1/ctags.1.gz ctags.1 %{_mandir}/man1/gnuctags.1.gz
-update-alternatives --auto ctags
+%{_sbindir}/update-alternatives --auto ctags
 
 %preun -n etags
-if [ $1 -eq 0 ]; then
-  update-alternatives --remove ctags %{_bindir}/gnuctags
+if test $1 -eq 0 ; then
+    %{_sbindir}/update-alternatives --quiet --remove ctags %{_bindir}/gnuctags
 fi
 %endif
 

++++++ emacs-24.3-nntp-typhoon-fix.patch ++++++
---
 lisp/gnus/nntp.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/lisp/gnus/nntp.el
+++ b/lisp/gnus/nntp.el
@@ -1282,7 +1282,7 @@ If SEND-IF-FORCE, only send authinfo to
                     "nntpd" pbuffer nntp-address nntp-port-number
                     :type (cadr (assoc nntp-open-connection-function map))
                     :end-of-command "^\\([2345]\\|[.]\\).*\n"
-                    :capability-command "CAPABILITIES\r\n"
+                    :capability-command "HELP\r\n"
                     :success "^3"
                     :starttls-function
                     (lambda (capabilities)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to