[emacs-auctex] Fix the Obsoletes and Provides to allow package updating (BZ 862398)

Jonathan G. Underwood jgu at fedoraproject.org
Wed Oct 3 13:18:36 UTC 2012


commit 54666a8652431003ee31fad15beb553a44a3be84
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Wed Oct 3 14:18:08 2012 +0100

    Fix the Obsoletes and Provides to allow package updating (BZ 862398)

 emacs-auctex.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/emacs-auctex.spec b/emacs-auctex.spec
index ad388b5..60ea281 100644
--- a/emacs-auctex.spec
+++ b/emacs-auctex.spec
@@ -12,7 +12,7 @@
 Summary: 	Enhanced TeX modes for Emacs
 Name: 		emacs-auctex
 Version: 	11.86
-Release: 	9%{?dist}
+Release: 	10%{?dist}
 License: 	GPLv3+ and GFDL
 Group: 		Applications/Editors
 URL: 		http://www.gnu.org/software/auctex/
@@ -21,8 +21,8 @@ Requires:	ghostscript dvipng
 Requires:	tex(latex) tex(dvips)
 Requires(pre): 	/sbin/install-info
 Requires(post): /sbin/install-info
-Obsoletes:	emacs-auctex-el <= 11.86-8
-Provides:	emacs-auctex-el <= 11.86-8
+Obsoletes:	emacs-auctex-el <= 11.86-9
+Provides:	emacs-auctex-el <= 11.86-9
 %if %{separate_preview}
 Requires: 	tex-preview = %{version}-%{release}
 %endif
@@ -172,6 +172,9 @@ fi
 %doc doc/html
 
 %changelog
+* Wed Oct  3 2012 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.86-10
+- Fix the Obsoletes and Provides to allow package updating (BZ 862398)
+
 * Wed Sep 19 2012 Karel Klíč <kklic at redhat.com> - 11.86-9
 - ELisp source code is no longer distributed in a separate package
 - License filed includes GFDL for the documentation


More information about the scm-commits mailing list