Hello community,

here is the log from the commit of package emacs-auctex for openSUSE:Factory 
checked in at 2015-12-09 19:51:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2014-10-14 07:13:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-auctex.new/emacs-auctex.changes   
2015-12-09 22:15:44.000000000 +0100
@@ -1,0 +2,60 @@
+Fri Nov 13 19:25:26 UTC 2015 - [email protected]
+
+- Remove auctex-11.86-dinbrief.dif, as it's been merged upstream, and
+  everything in auctex-11.87.dif except for the dvips part (now in
+  dvips.patch).  
+- Update to 18.89.
+  * You can now run all commands needed to compile a document and then
+    open the viewer with a single command: 'TeX-command-run-all', bound
+    to 'C-c C-a'.
+  * Commands such as LaTeX and View can now be executed conveniently on
+    the current section (or part, chapter, subsection, etc).  See
+    'LaTeX-command-section' and 'LaTeX-command-section-change-level'.
+  * Forward and backward search with Evince now also work when only a
+    region of the document is compiled/viewed.
+  * To open the PDF output file you can now use also PDF Tools, a
+    document viewer for Emacs.  With it, as a plus, forward and
+    backward search is accurate at word level.
+  * With new option 'TeX-PDF-via-dvips-ps2pdf' it is possible to
+    compile a document to DVI and then convert it to PDF using
+    'dvips'-'ps2pdf' before viewing it.
+  * New option 'TeX-file-line-error' allows to select file:line:error
+    style for error messages.
+  * Indent '\[...\]' math mode as a regular environment by default.
+  * Now AUCTeX suggests to run 'makeindex' when appropriate.
+  * 'TeX-view-program-list' can contain, as third optional element of
+    each item, the name of the executable(s) needed to open the viewer.
+  * 'TeX-expand-list' variable has been split into 'TeX-expand-list'
+    and 'TeX-expand-list-builtin'.  Only the former is intended to be
+    customized by the user, the latter contains built-in expanders.
+    You might want to keep in 'TeX-expand-list' only new expansion
+    strings.
+  * When new option 'TeX-check-engine' is non-nil, before running LaTeX
+    commands AUCTeX will check whether the correct engine has been set,
+    based upon known restrictions posed by LaTeX packages.
+  * Basic support to ConTeXt Mark IV has been added.  Users can now
+    select the Mark version to be used with new option
+    'ConTeXt-Mark-version', and AUCTeX is able to catch error messages
+    in the output log of a Mark IV document.
+
+-------------------------------------------------------------------
+Sun Sep 13 10:50:46 UTC 2015 - [email protected]
+
+- Update to 11.88
+  * 'TeX-PDF-mode' is now enabled.
+  * 'biblatex' support was greatly expanded.  If parsing is enabled, AUCTeX
+     looks at 'backend' option to decide whether to use Biber or BibTeX. The
+     'LaTeX-biblatex-use-Biber' variable was changed to be file local only
+     and is no more customizable.by default.
+  * Now you can insert '$...$' or '\(...\)' by typing a single '$'.  To do
+    this, customize the new option 'TeX-electric-math'.
+    'TeX-math-close-double-dollar' was removed.
+  * Brace pairing feature was enhanced in LaTeX documents.  Support for
+    '\bigl', '\Bigl', '\biggl' and '\Biggl', the same as the one for
+    '\left', was added to 'TeX-insert-macro'.  For example, 'C-c <RET> bigl
+    <RET> ( <RET>' inserts '\bigl(\bigr)'.
+   * You can insert brace pair '()', '{}' and '[]' by typing a single left
+     brace if the new user option 'LaTeX-electric-left-right-brace' is
+     enabled.
+
+-------------------------------------------------------------------

Old:
----
  auctex-11.86-dinbrief.dif
  auctex-11.87.dif
  auctex-11.87.tar.gz

New:
----
  auctex-11.89.tar.gz
  dvips.patch

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

Other differences:
------------------
++++++ emacs-auctex.spec ++++++
--- /var/tmp/diff_new_pack.6K4sDL/_old  2015-12-09 22:15:46.000000000 +0100
+++ /var/tmp/diff_new_pack.6K4sDL/_new  2015-12-09 22:15:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-auctex
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -35,15 +35,16 @@
 BuildRequires:  texlive-tex
 BuildRequires:  texlive-texinfo
 %endif
-Version:        11.87
+Version:        11.89
 Release:        0
 Summary:        AUC TeX: An Emacs Extension
 License:        GPL-2.0+
 Group:          Productivity/Editors/Emacs
-Source:         ftp://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz
+Source:         http://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz
 Url:            http://www.gnu.org/software/auctex
-Patch:          auctex-11.87.dif
-Patch2:         auctex-11.86-dinbrief.dif
+# Allows to select printer instance
+# PATCH-FEATURE-UPSTREAM dvips.patch
+Patch0:         dvips.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -66,8 +67,7 @@
 
 %prep
 %setup -n auctex-%{version}
-%patch
-%patch2 -p1
+%patch0
 
 %build
     unset ${!LC_*}
@@ -148,10 +148,8 @@
 %doc %{_infodir}/*.info*.gz
 %{_aucdir}/*.el
 %{_aucdir}/*.elc
-%{_aucdir}/.nosearch
 %{_aucdir}/auto/*.el
 %{_aucdir}/images/*.xpm
-%{_aucdir}/images/*.xbm
 %{_aucdir}/style/*.el
 %{_aucdir}/style/*.elc
 %{_aucdir}/auto/.nosearch

++++++ auctex-11.87.tar.gz -> auctex-11.89.tar.gz ++++++
++++ 85901 lines of diff (skipped)

++++++ dvips.patch ++++++
--- tex.el.orig 2015-11-14 12:07:48.063461445 +0200
+++ tex.el      2015-11-14 12:10:30.386677534 +0200
@@ -339,7 +339,7 @@
 ;; TeX-print-command.
 
 (defcustom TeX-print-command
-  "{ test -e %s.dvi && %(o?)dvips -P%p %r %s; } || lpr -P%p %o"
+  "{ test -e %s.dvi && %(o?)dvips %r -f %s | lpr -P%p; } || lpr -P%p %o"
   "Command used to print a file.
 
 First `%p' is expanded to the printer name, then ordinary expansion is

Reply via email to