Hello community, here is the log from the commit of package emacs-auctex checked in at Thu Jun 29 22:44:19 CEST 2006. -------- --- emacs-auctex/emacs-auctex.changes 2006-01-25 21:35:41.000000000 +0100 +++ emacs-auctex/emacs-auctex.changes 2006-06-29 19:36:33.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 29 19:36:17 CEST 2006 - werner@suse.de + +- Update to 11.83 + +------------------------------------------------------------------- Old: ---- auctex-11.55.dif auctex-11.55.tar.bz2 New: ---- auctex-11.83.dif auctex-11.83.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs-auctex.spec ++++++ --- /var/tmp/diff_new_pack.hNVDJj/_old 2006-06-29 22:43:53.000000000 +0200 +++ /var/tmp/diff_new_pack.hNVDJj/_new 2006-06-29 22:43:53.000000000 +0200 @@ -1,28 +1,28 @@ # -# spec file for package emacs-auctex (Version 11.55) +# spec file for package emacs-auctex (Version 11.83) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: emacs-auctex -BuildRequires: emacs-x11 giflib-devel libpng-devel libtiff-devel te_ams te_eplai te_latex xorg-x11 xorg-x11-devel +BuildRequires: emacs-x11 ghostscript_any giflib-devel libpng-devel libtiff-devel te_ams te_eplai te_latex xorg-x11 xorg-x11-devel License: GPL Group: Productivity/Editors/Emacs Obsoletes: ge_auc Provides: auc-tex auctex ge_auc -Requires: emacs lacheck tetex +Requires: emacs lacheck tetex te_latex Autoreqprov: on -Version: 11.55 +Version: 11.83 Release: 1 Summary: AUC TeX: An Emacs Extension -Source: ftp://sunsite.auc.dk/packages/auctex/auctex-%{version}.tar.bz2 -Url: http://www.cs.auc.dk/~amanda/auctex/ +Source: ftp://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.bz2 +Url: http://www.gnu.org/software/auctex Patch: auctex-%{version}.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -47,7 +47,7 @@ Kresten Krab Thorup <auc-tex_mgr@iesd.auc.dk> Per Abrahamsen <abraham@dina.kvl.dk> -%define _sitedir /usr/share/emacs/site-lisp +%define _sitedir %{_datadir}/emacs/site-lisp %define _aucdir %{_sitedir}/auctex %prep %setup -n auctex-%{version} @@ -57,48 +57,92 @@ export LC_CTYPE=ISO-8859-1 ./configure --prefix=/usr \ --exec-prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + --infodir=%{_infodir} \ + --mandir=%{_mandir} \ + --with-emacs \ --with-lispdir=%{_sitedir} \ - --with-auto-dir=%{_aucdir}/auto + --with-auto-dir=%{_aucdir}/auto \ + --with-texmf-dir=%{_datadir}/texmf \ + --with-doc-dir=%{_datadir}/texmf/doc/latex/preview \ + --with-tex-dir=%{_datadir}/texmf/tex/latex/preview rm -rf `find . -name '*.elc'` make make -C doc clean make -C doc + make -C doc extradist %install export LC_CTYPE=ISO-8859-1 - make install DESTDIR=${RPM_BUILD_ROOT} - rm -rf ${RPM_BUILD_ROOT}%{_aucdir}/auto - pushd ${RPM_BUILD_ROOT}%{_aucdir}/ + make install DESTDIR=%{buildroot} + rm -rf %{buildroot}%{_aucdir}/auto + pushd %{buildroot}%{_aucdir}/ emacs --no-site -batch -L ${RPM_BUILD_ROOT}%{_sitedir}/auctex \ --eval '(setq TeX-lisp-directory "%{buildroot}%{_aucdir}")' \ --eval '(setq TeX-auto-global "%{buildroot}%{_aucdir}/auto")' \ - -l ${RPM_BUILD_ROOT}%{_sitedir}/tex-site.el -f TeX-auto-generate-global + -l %{buildroot}%{_sitedir}/tex-site.el -f TeX-auto-generate-global popd - touch ${RPM_BUILD_ROOT}%{_aucdir}/auto/.nosearch - rm -f ${RPM_BUILD_ROOT}%{_aucdir}/auto/*.elc + touch %{buildroot}%{_aucdir}/auto/.nosearch + rm -f %{buildroot}%{_aucdir}/auto/*.elc + cat <<-EOF > %{buildroot}%{_sitedir}/suse-start-auctex.el + ;;; suse-start-auctex.el + ;; + ;; This is used for starting up AUCTeX + ;; See (info "(auctex)Introduction") on how to disable AUCTeX. + ;; + (load "auctex.el" nil t t) + EOF + cat <<-EOF > %{buildroot}%{_sitedir}/suse-start-preview-latex.el + ;;; suse-start-preview-latex.el + ;; + ;; This is used for starting up preview-latex of AUCTeX + ;; See (info "(auctex)Introduction") on how to disable AUCTeX. + ;; + (load "preview-latex.el" nil t t) + EOF + # + # Preview is part of te_latex + # + rm -rf %{buildroot}%{_datadir}/texmf + +%define info_files auctex.info preview-latex.info + +%post +for f in %info_files; do + %install_info --info-dir=%{_infodir} %{_infodir}/$f.gz +done + +%postun +for f in %info_files; do + %install_info_delete --info-dir=%{_infodir} %{_infodir}/$f.gz +done %files %defattr(-, root, root) -%doc README COPYING doc/*.dvi CHANGES ChangeLog +%doc README COPYING doc/*.pdf CHANGES ChangeLog %dir %{_sitedir}/ %dir %{_aucdir}/ %dir %{_aucdir}/auto/ %dir %{_aucdir}/images/ %dir %{_aucdir}/style/ -%doc %{_infodir}/auctex.info.gz +%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 %{_aucdir}/style/.nosearch +%config %{_sitedir}/suse-start*.el +%config %{_sitedir}/auctex.el +%config %{_sitedir}/preview-latex.el %config %{_sitedir}/tex-site.el %changelog -n emacs-auctex +* Thu Jun 29 2006 - werner@suse.de +- Update to 11.83 * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Thu Sep 22 2005 - werner@suse.de ++++++ auctex-11.55.dif -> auctex-11.83.dif ++++++ --- emacs-auctex/auctex-11.55.dif 2005-09-22 19:25:23.000000000 +0200 +++ emacs-auctex/auctex-11.83.dif 2006-06-29 18:44:47.000000000 +0200 @@ -1,6 +1,6 @@ --- latex.el -+++ latex.el 2005-09-22 18:15:49.000000000 +0200 -@@ -1498,6 +1498,7 @@ ++++ latex.el 2006-06-29 18:40:59.000000000 +0200 +@@ -1552,6 +1552,7 @@ ELSE as an argument list." ","))))) (if (zerop (length style)) (setq style LaTeX-default-style)) @@ -9,19 +9,19 @@ (insert LaTeX-optop options LaTeX-optcl)) (insert TeX-grop style TeX-grcl)) --- tex-site.el.in -+++ tex-site.el.in 2005-09-22 18:18:57.000000000 +0200 -@@ -73,6 +73,8 @@ ++++ tex-site.el.in 2006-06-29 18:44:29.000000000 +0200 +@@ -64,6 +64,8 @@ shared by all users of a site." :group 'TeX-file :type 'directory) +(setq-default TeX-macro-global '("/usr/share/texmf/tex/")) + - ;;; Autoloads: - - (add-to-list 'auto-mode-alist '("\\.dtx\\'" . doctex-mode)) + (defconst TeX-mode-alist + '((tex-mode . tex-mode) + (plain-tex-mode . tex-mode) --- tex.el -+++ tex.el 2005-09-22 18:22:49.000000000 +0200 -@@ -87,7 +87,7 @@ ++++ tex.el 2006-06-29 18:40:59.000000000 +0200 +@@ -86,7 +86,7 @@ ;; How to print. @@ -31,7 +31,7 @@ First `%p' is expanded to the printer name, then ordinary expansion is --- style/dinbrief.el -+++ style/dinbrief.el 2005-09-22 18:25:27.000000000 +0200 ++++ style/dinbrief.el 2006-06-29 18:40:59.000000000 +0200 @@ -2,6 +2,9 @@ ;; Contributed by Werner Fink <tex@itap.physik.uni-stuttgart.de> ++++++ auctex-11.55.tar.bz2 -> auctex-11.83.tar.bz2 ++++++ ++++ 52086 lines of diff (skipped) ++++++ emacs-auctex.test ++++++ --- emacs-auctex/emacs-auctex.test 2005-09-22 19:23:26.000000000 +0200 +++ emacs-auctex/emacs-auctex.test 2006-06-29 19:53:51.000000000 +0200 @@ -1,7 +1,7 @@ Testform für AUCTEX =================== -2005/09/22: Version 11.14 +2005/09/22: Version 11.83 Maintainer: werner Vorraussetzungen: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de