From 2ca14db8b0bc06308938056e4b3d1d6b65cfa4b7 Mon Sep 17 00:00:00 2001 From: Jonathan Underwood Date: Nov 14 2015 15:04:39 +0000 Subject: Update to 11.89 Use http for Source location Create the .nosearch files with touch, as Makefile no longer does --- diff --git a/.gitignore b/.gitignore index c42ba14..720d81f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ auctex-11.86.tar.gz /auctex-11.87.tar.gz /auctex-11.88.tar.gz +/auctex-11.89.tar.gz diff --git a/emacs-auctex.spec b/emacs-auctex.spec index 8c198c8..a08cad0 100644 --- a/emacs-auctex.spec +++ b/emacs-auctex.spec @@ -11,8 +11,8 @@ Summary: Enhanced TeX modes for Emacs Name: emacs-auctex -Version: 11.88 -Release: 2%{?dist} +Version: 11.89 +Release: 1%{?dist} License: GPLv3+ and GFDL Group: Applications/Editors URL: http://www.gnu.org/software/auctex/ @@ -27,7 +27,7 @@ Provides: emacs-auctex-el <= 11.86-9 Requires: tex-preview = %{version}-%{release} %endif -Source0: ftp://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz +Source0: http://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz BuildArch: noarch BuildRequires: emacs tex(latex) texinfo-tex ghostscript @@ -119,6 +119,10 @@ rm -rf %{buildroot}%{_var} # files installed here rm -rf %{buildroot}%{_docdir}/auctex +# Create these ,nosearch files to keep the directories from the elisp search path +touch %{buildroot}%{_emacs_sitelispdir}/auctex/.nosearch +touch %{buildroot}%{_emacs_sitelispdir}/auctex/style/.nosearch + %post /sbin/install-info %{_infodir}/auctex.info %{_infodir}/dir 2>/dev/null || : /sbin/install-info %{_infodir}/preview-latex.info %{_infodir}/dir 2>/dev/null || : @@ -169,6 +173,11 @@ fi %doc doc/html %changelog +* Sat Nov 14 2015 Jonathan Underwood - 11.89-1 +- Update to 11.89 +- Use http for Source location +- Create the .nosearch files with touch, as Makefile no longer does + * Wed Jun 17 2015 Fedora Release Engineering - 11.88-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 26dd31b..8754d3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c61fc1e9d60f0d031e3743434fc10210 auctex-11.88.tar.gz +eeb60f73c94a189d9161219c8256143d auctex-11.89.tar.gz