Hello community,

here is the log from the commit of package emacs-auctex for openSUSE:Factory 
checked in at 2016-09-30 15:32:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs-auctex (Old)
 and      /work/SRC/openSUSE:Factory/.emacs-auctex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs-auctex"

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs-auctex/emacs-auctex.changes        
2015-12-09 22:15:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.emacs-auctex.new/emacs-auctex.changes   
2016-09-30 15:33:00.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 14:20:47 UTC 2016 - [email protected]
+
+- Add patch 0001-Fix_bug_in_subfigure_style_filee.patch
+  to fix build with GNU Emacs 25.1 
+
+-------------------------------------------------------------------

New:
----
  0001-Fix_bug_in_subfigure_style_filee.patch

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

Other differences:
------------------
++++++ emacs-auctex.spec ++++++
--- /var/tmp/diff_new_pack.zlSTqN/_old  2016-09-30 15:33:02.000000000 +0200
+++ /var/tmp/diff_new_pack.zlSTqN/_new  2016-09-30 15:33:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-auctex
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,6 +45,8 @@
 # Allows to select printer instance
 # PATCH-FEATURE-UPSTREAM dvips.patch
 Patch0:         dvips.patch
+# PATCH-FIX-UPSTREAM
+Patch1:         0001-Fix_bug_in_subfigure_style_filee.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -68,6 +70,7 @@
 %prep
 %setup -n auctex-%{version}
 %patch0
+%patch1 -p1
 
 %build
     unset ${!LC_*}
@@ -121,6 +124,11 @@
        ;;
        (load "preview-latex.el" nil t t)
        EOF
+    for el in auctex.el preview-latex.el
+    do
+       test -e %{buildroot}%{_sitedir}/$el || continue
+       mv %{buildroot}%{_sitedir}/$el %{buildroot}%{_sitedir}/site-start.d/
+    done
     #
     # Preview is part of te_latex
     #

++++++ 0001-Fix_bug_in_subfigure_style_filee.patch ++++++
>From d2c7bb3aa56930c45722482fd64174b2504bb9a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <[email protected]>
Date: Wed, 20 Jan 2016 23:00:03 +0100
Subject: Fix bug in subfigure style file

* style/subfigure.el ("subfigure"): Move `TeX-complete-list' inside
  append argument.  Fixes bug#22417.
---
 style/subfigure.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/style/subfigure.el b/style/subfigure.el
index e129e62..5d7525b 100644
--- a/style/subfigure.el
+++ b/style/subfigure.el
@@ -47,8 +47,8 @@
    ;; Install completion for labels:
    (setq TeX-complete-list
         (append
-         '(("\\\\[Ss]ubref{\\([^{}\n\r\\%,]*\\)" 1 LaTeX-label-list "}")))
-         TeX-complete-list)
+         '(("\\\\[Ss]ubref{\\([^{}\n\r\\%,]*\\)" 1 LaTeX-label-list "}"))
+         TeX-complete-list))
 
    ;; Fontification
    (when (and (featurep 'font-latex)
-- 
cgit v1.0


Reply via email to