From dd05e3b47cd6e21fab3bb5082209921ebbac770c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 10 Oct 2009 22:13:22 +0000 Subject: [PATCH 01/58] Initialize branch F-11 for vim-latex --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..25c7708 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-11 From 3832ba6f953717e56b6b6305c0b1311fd057838f Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Sat, 10 Oct 2009 22:48:19 +0000 Subject: [PATCH 02/58] Imported in Fedora. --- .cvsignore | 1 + import.log | 1 + sources | 1 + vim-latex.spec | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 87 insertions(+) create mode 100644 import.log create mode 100644 vim-latex.spec diff --git a/.cvsignore b/.cvsignore index e69de29..5c49968 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +vim-latex-1.5-20091002-r1074.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..0a0e45b --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +vim-latex-1_5-3_20091002_r1074_fc11:HEAD:vim-latex-1.5-3.20091002.r1074.fc11.src.rpm:1255214879 diff --git a/sources b/sources index e69de29..624bfde 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +59420b4e4e13d8ea92806b4179b6311b vim-latex-1.5-20091002-r1074.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec new file mode 100644 index 0000000..1b73b48 --- /dev/null +++ b/vim-latex.spec @@ -0,0 +1,84 @@ +%global date 20091002 +%global rel r1074 + +Name: vim-latex +Version: 1.5 +Release: 3.%{date}.%{rel}%{?dist} +Summary: Tools to view, edit and compile LaTeX documents in Vim +Group: Applications/Editors +# According to doc/latex-suite license is Vim charityware license +License: Vim +URL: http://vim-latex.sourceforge.net/ +Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}-%{date}-%{rel}.tar.gz +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +BuildArch: noarch + +# We need vim-common for dir ownership +Requires: vim-common +# Needed for compilation (duh) +Requires: tex(latex) +# Needed for display +Requires: xdvi + +%description +A comprehensive set of tools to view, edit and compile LaTeX documents without +needing to ever quit Vim. Together, they provide tools starting from macros to +speed up editing LaTeX documents to compiling tex files to forward searching +.dvi documents. + +%package doc +Summary: Documentation for vim-latex +Group: Documentation + +%description doc +Documentation for vim-latex. + +%prep +%setup -q -n %{name}-%{version}-%{date}-%{rel} + +%build + +%install +rm -rf %{buildroot} +# Install files +make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bindir} + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%{_bindir}/latextags +%{_bindir}/ltags +%{_datadir}/vim/vimfiles/compiler/tex.vim +%doc %{_datadir}/vim/vimfiles/doc/imaps.txt +%doc %{_datadir}/vim/vimfiles/doc/latex*.txt +%{_datadir}/vim/vimfiles/ftplugin/bib_latexSuite.vim +%{_datadir}/vim/vimfiles/ftplugin/tex_latexSuite.vim +%{_datadir}/vim/vimfiles/ftplugin/latex-suite/ +%{_datadir}/vim/vimfiles/indent/tex.vim +%{_datadir}/vim/vimfiles/plugin/SyntaxFolds.vim +%{_datadir}/vim/vimfiles/plugin/filebrowser.vim +%{_datadir}/vim/vimfiles/plugin/imaps.vim +%{_datadir}/vim/vimfiles/plugin/libList.vim +%{_datadir}/vim/vimfiles/plugin/remoteOpen.vim + + +%files doc +%defattr(-,root,root,-) +%doc doc/latex-suite doc/latex-suite-quickstart + + +%changelog +* Fri Oct 09 2009 Jussi Lehtola - 1.5-3.20091002.r1074 +- Use make install instead of manual install. + +* Thu Oct 08 2009 Jussi Lehtola - 1.5-2.20091002.r1074 +- Update to 20091002-r1074. + +* Thu Oct 08 2009 Jussi Lehtola - 1.5-2.20090901.r1069 +- Added missing Requires: tex(latex) and xdvi. + +* Mon Sep 28 2009 Jussi Lehtola - 1.5-1.20090901.r1069 +- First release. From 54b6073fee56e9b0c4c17f2edc0262bad9962a4d Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Sat, 10 Oct 2009 22:51:30 +0000 Subject: [PATCH 03/58] Imported in Fedora. --- sources | 1 + vim-latex.spec | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 vim-latex.spec diff --git a/sources b/sources index e69de29..624bfde 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +59420b4e4e13d8ea92806b4179b6311b vim-latex-1.5-20091002-r1074.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec new file mode 100644 index 0000000..1b73b48 --- /dev/null +++ b/vim-latex.spec @@ -0,0 +1,84 @@ +%global date 20091002 +%global rel r1074 + +Name: vim-latex +Version: 1.5 +Release: 3.%{date}.%{rel}%{?dist} +Summary: Tools to view, edit and compile LaTeX documents in Vim +Group: Applications/Editors +# According to doc/latex-suite license is Vim charityware license +License: Vim +URL: http://vim-latex.sourceforge.net/ +Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}-%{date}-%{rel}.tar.gz +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +BuildArch: noarch + +# We need vim-common for dir ownership +Requires: vim-common +# Needed for compilation (duh) +Requires: tex(latex) +# Needed for display +Requires: xdvi + +%description +A comprehensive set of tools to view, edit and compile LaTeX documents without +needing to ever quit Vim. Together, they provide tools starting from macros to +speed up editing LaTeX documents to compiling tex files to forward searching +.dvi documents. + +%package doc +Summary: Documentation for vim-latex +Group: Documentation + +%description doc +Documentation for vim-latex. + +%prep +%setup -q -n %{name}-%{version}-%{date}-%{rel} + +%build + +%install +rm -rf %{buildroot} +# Install files +make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bindir} + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%{_bindir}/latextags +%{_bindir}/ltags +%{_datadir}/vim/vimfiles/compiler/tex.vim +%doc %{_datadir}/vim/vimfiles/doc/imaps.txt +%doc %{_datadir}/vim/vimfiles/doc/latex*.txt +%{_datadir}/vim/vimfiles/ftplugin/bib_latexSuite.vim +%{_datadir}/vim/vimfiles/ftplugin/tex_latexSuite.vim +%{_datadir}/vim/vimfiles/ftplugin/latex-suite/ +%{_datadir}/vim/vimfiles/indent/tex.vim +%{_datadir}/vim/vimfiles/plugin/SyntaxFolds.vim +%{_datadir}/vim/vimfiles/plugin/filebrowser.vim +%{_datadir}/vim/vimfiles/plugin/imaps.vim +%{_datadir}/vim/vimfiles/plugin/libList.vim +%{_datadir}/vim/vimfiles/plugin/remoteOpen.vim + + +%files doc +%defattr(-,root,root,-) +%doc doc/latex-suite doc/latex-suite-quickstart + + +%changelog +* Fri Oct 09 2009 Jussi Lehtola - 1.5-3.20091002.r1074 +- Use make install instead of manual install. + +* Thu Oct 08 2009 Jussi Lehtola - 1.5-2.20091002.r1074 +- Update to 20091002-r1074. + +* Thu Oct 08 2009 Jussi Lehtola - 1.5-2.20090901.r1069 +- Added missing Requires: tex(latex) and xdvi. + +* Mon Sep 28 2009 Jussi Lehtola - 1.5-1.20090901.r1069 +- First release. From f4797a412dc7992054c8c5a738db6e3a05833fff Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:21 +0000 Subject: [PATCH 04/58] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5b19709..8276e7d 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: vim-latex -# $Id$ +# $Id: Makefile,v 1.1 2009/10/10 22:13:19 kevin Exp $ NAME := vim-latex SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 3ab439c91fcbcae4b133505a490e22f2f8af9d82 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:14:07 +0000 Subject: [PATCH 05/58] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b19709..b74c793 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := vim-latex SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From a0ecd18e602cfe2c7c3684550a529a945e48b9d1 Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Thu, 31 Dec 2009 11:49:18 +0000 Subject: [PATCH 06/58] Update to 1.8.23-20091230. --- .cvsignore | 2 +- sources | 2 +- vim-latex.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5c49968..3c15d0f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vim-latex-1.5-20091002-r1074.tar.gz +vim-latex-1.8.23-20091230-r1079.tar.gz diff --git a/sources b/sources index 624bfde..0b7557b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59420b4e4e13d8ea92806b4179b6311b vim-latex-1.5-20091002-r1074.tar.gz +66dfb8493c4bb3bf5412d6a99516ced0 vim-latex-1.8.23-20091230-r1079.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec index 1b73b48..f7c581e 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,9 +1,9 @@ -%global date 20091002 -%global rel r1074 +%global date 20091230 +%global rel r1079 Name: vim-latex -Version: 1.5 -Release: 3.%{date}.%{rel}%{?dist} +Version: 1.8.23 +Release: 1.%{date}.%{rel}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -71,6 +71,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 31 2009 Jussi Lehtola - 1.8.23-1.20091230.r1079 +- Update to 20091230-r1079. + * Fri Oct 09 2009 Jussi Lehtola - 1.5-3.20091002.r1074 - Use make install instead of manual install. From e1ea376f1eb554cf30e2affe0a076da48dadcde7 Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Thu, 31 Dec 2009 11:55:44 +0000 Subject: [PATCH 07/58] Update to 1.8.23-20091230. --- sources | 2 +- vim-latex.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sources b/sources index 624bfde..0b7557b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59420b4e4e13d8ea92806b4179b6311b vim-latex-1.5-20091002-r1074.tar.gz +66dfb8493c4bb3bf5412d6a99516ced0 vim-latex-1.8.23-20091230-r1079.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec index 1b73b48..f7c581e 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,9 +1,9 @@ -%global date 20091002 -%global rel r1074 +%global date 20091230 +%global rel r1079 Name: vim-latex -Version: 1.5 -Release: 3.%{date}.%{rel}%{?dist} +Version: 1.8.23 +Release: 1.%{date}.%{rel}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -71,6 +71,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 31 2009 Jussi Lehtola - 1.8.23-1.20091230.r1079 +- Update to 20091230-r1079. + * Fri Oct 09 2009 Jussi Lehtola - 1.5-3.20091002.r1074 - Use make install instead of manual install. From fee442339406b15c754af148f3ee5dfaf8b8a376 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 30 Jan 2010 19:31:47 +0000 Subject: [PATCH 08/58] - Update to new release --- .cvsignore | 2 +- sources | 2 +- vim-latex.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3c15d0f..7317d1d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vim-latex-1.8.23-20091230-r1079.tar.gz +vim-latex-1.8.23-20100129-r1104.tar.gz diff --git a/sources b/sources index 0b7557b..5c54af1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66dfb8493c4bb3bf5412d6a99516ced0 vim-latex-1.8.23-20091230-r1079.tar.gz +1d8e6a05a2e07245d22f1afbae474f5e vim-latex-1.8.23-20100129-r1104.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec index f7c581e..3e19de4 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,5 +1,5 @@ -%global date 20091230 -%global rel r1079 +%global date 20100129 +%global rel r1104 Name: vim-latex Version: 1.8.23 @@ -71,6 +71,9 @@ rm -rf %{buildroot} %changelog +* Sat Jan 30 2010 Till Maas - 1.8.23-1.20100129.r1104 +- Update to new release + * Thu Dec 31 2009 Jussi Lehtola - 1.8.23-1.20091230.r1079 - Update to 20091230-r1079. From 79da5aa0a74689fd48d41941714c0ccf01a799da Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 30 Jan 2010 19:55:46 +0000 Subject: [PATCH 09/58] sync with devel --- .cvsignore | 1 + sources | 2 +- vim-latex.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e69de29..7317d1d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +vim-latex-1.8.23-20100129-r1104.tar.gz diff --git a/sources b/sources index 0b7557b..5c54af1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66dfb8493c4bb3bf5412d6a99516ced0 vim-latex-1.8.23-20091230-r1079.tar.gz +1d8e6a05a2e07245d22f1afbae474f5e vim-latex-1.8.23-20100129-r1104.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec index f7c581e..3e19de4 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,5 +1,5 @@ -%global date 20091230 -%global rel r1079 +%global date 20100129 +%global rel r1104 Name: vim-latex Version: 1.8.23 @@ -71,6 +71,9 @@ rm -rf %{buildroot} %changelog +* Sat Jan 30 2010 Till Maas - 1.8.23-1.20100129.r1104 +- Update to new release + * Thu Dec 31 2009 Jussi Lehtola - 1.8.23-1.20091230.r1079 - Update to 20091230-r1079. From 9d8af2c29739a3696f172afcdceb939be837932d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:03:30 +0000 Subject: [PATCH 10/58] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 8276e7d..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vim-latex -# $Id: Makefile,v 1.1 2009/10/10 22:13:19 kevin Exp $ -NAME := vim-latex -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index 0a0e45b..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -vim-latex-1_5-3_20091002_r1074_fc11:HEAD:vim-latex-1.5-3.20091002.r1074.fc11.src.rpm:1255214879 From 2cc470690e9763e8be2e7e80b4c06f6b4fd204d7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:03:31 +0000 Subject: [PATCH 11/58] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index b74c793..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vim-latex -# $Id$ -NAME := vim-latex -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 25c7708..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-11 From f4af5dd8157fadeb3786817e16fafb72b2472438 Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Mon, 1 Nov 2010 15:39:15 +0200 Subject: [PATCH 12/58] Update to 20101027.r1112. --- vim-latex.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vim-latex.spec b/vim-latex.spec index 3e19de4..10cbf55 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,5 +1,5 @@ -%global date 20100129 -%global rel r1104 +%global date 20101027 +%global rel r1112 Name: vim-latex Version: 1.8.23 @@ -23,7 +23,7 @@ Requires: xdvi %description A comprehensive set of tools to view, edit and compile LaTeX documents without needing to ever quit Vim. Together, they provide tools starting from macros to -speed up editing LaTeX documents to compiling tex files to forward searching +speed up editing LaTeX documents to compiling TeX files to forward searching .dvi documents. %package doc @@ -71,6 +71,9 @@ rm -rf %{buildroot} %changelog +* Mon Nov 01 2010 Jussi Lehtola - 1.8.23-1.20101027.r1112 +- Update to 20101027-r1112. + * Sat Jan 30 2010 Till Maas - 1.8.23-1.20100129.r1104 - Update to new release From 87136727ee3e8a94e93581955000c0568f01425d Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Mon, 1 Nov 2010 15:54:57 +0200 Subject: [PATCH 13/58] Update to 20101027.r1112. --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7317d1d..1afa7f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vim-latex-1.8.23-20100129-r1104.tar.gz +/vim-latex-1.8.23-20101027-r1112.tar.gz diff --git a/sources b/sources index 5c54af1..e0af0ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d8e6a05a2e07245d22f1afbae474f5e vim-latex-1.8.23-20100129-r1104.tar.gz +2f4421a9aab18d095c9361b346725255 vim-latex-1.8.23-20101027-r1112.tar.gz From 9d4e440d6b4144589cdbd6fa8b69a7201df9673a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 19:32:53 -0600 Subject: [PATCH 14/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 10cbf55..4516be9 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -3,7 +3,7 @@ Name: vim-latex Version: 1.8.23 -Release: 1.%{date}.%{rel}%{?dist} +Release: 2.%{date}.%{rel}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -71,6 +71,9 @@ rm -rf %{buildroot} %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.8.23-2.20101027.r1112 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Nov 01 2010 Jussi Lehtola - 1.8.23-1.20101027.r1112 - Update to 20101027-r1112. From 9f3fac7b6e80b2c8e540332f02ef6c6bde02f8f7 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Mon, 14 Feb 2011 22:02:39 +0100 Subject: [PATCH 15/58] Update to new release Adjust to new upstream snapshot schema build documentation, that is not included in upstream snapshot anymore --- .gitignore | 1 + sources | 2 +- vim-latex.spec | 21 ++++++++++++++++----- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1afa7f7..2879e0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vim-latex-1.8.23-20100129-r1104.tar.gz /vim-latex-1.8.23-20101027-r1112.tar.gz +/vim-latex-1.8.23-20110214.1049-git089726a.tar.gz diff --git a/sources b/sources index e0af0ee..656fad5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f4421a9aab18d095c9361b346725255 vim-latex-1.8.23-20101027-r1112.tar.gz +dc8a22600aa6c10e71842b10836211dc vim-latex-1.8.23-20110214.1049-git089726a.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec index 4516be9..356b4b8 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,18 +1,22 @@ -%global date 20101027 -%global rel r1112 +%global date 20110214 +%global commitcount 1049 +%global githash git089726a Name: vim-latex Version: 1.8.23 -Release: 2.%{date}.%{rel}%{?dist} +Release: 3.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license License: Vim URL: http://vim-latex.sourceforge.net/ -Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}-%{date}-%{rel}.tar.gz +Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}-%{date}.%{commitcount}-%{githash}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch +# needed to build documentation +BuildRequires: libxslt docbook-style-xsl docbook-dtds + # We need vim-common for dir ownership Requires: vim-common # Needed for compilation (duh) @@ -34,9 +38,11 @@ Group: Documentation Documentation for vim-latex. %prep -%setup -q -n %{name}-%{version}-%{date}-%{rel} +%setup -q -n %{name}-%{version}-%{date}.%{commitcount}-%{githash} %build +# build documentation +make -C doc %install rm -rf %{buildroot} @@ -71,6 +77,11 @@ rm -rf %{buildroot} %changelog +* Mon Feb 14 2011 Till Maas - 1.8.23-3.20110214.1049.git089726a +- Update to new release +- Adjust to new upstream snapshot schema +- build documentation, that is not included in upstream snapshot anymore + * Mon Feb 07 2011 Fedora Release Engineering - 1.8.23-2.20101027.r1112 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 85b3c82c28ccd359ff116eca80d206347428d887 Mon Sep 17 00:00:00 2001 From: Mario Santagiuliana Date: Fri, 28 Oct 2011 18:50:14 +0200 Subject: [PATCH 16/58] Review spec file --- sources | 2 +- vim-latex.spec | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/sources b/sources index 656fad5..6cbb689 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc8a22600aa6c10e71842b10836211dc vim-latex-1.8.23-20110214.1049-git089726a.tar.gz +67d626cb2c1614dabf70c6a3b21f57df vim-latex-1.8.23-20110214.1049-git089726a.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec index 356b4b8..e7b3192 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -4,7 +4,7 @@ Name: vim-latex Version: 1.8.23 -Release: 3.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 4.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -14,9 +14,6 @@ Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}-%{date} BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch -# needed to build documentation -BuildRequires: libxslt docbook-style-xsl docbook-dtds - # We need vim-common for dir ownership Requires: vim-common # Needed for compilation (duh) @@ -24,6 +21,11 @@ Requires: tex(latex) # Needed for display Requires: xdvi +# needed to build documentation +BuildRequires: libxslt +BuildRequires: docbook-style-xsl +BuildRequires: docbook-dtds + %description A comprehensive set of tools to view, edit and compile LaTeX documents without needing to ever quit Vim. Together, they provide tools starting from macros to @@ -77,6 +79,9 @@ rm -rf %{buildroot} %changelog +* Fri Nov 28 2011 Mario Santagiuliana - 1.8.23-1.20110214.1049-git089726a +- Review spec file + * Mon Feb 14 2011 Till Maas - 1.8.23-3.20110214.1049.git089726a - Update to new release - Adjust to new upstream snapshot schema From 1811bddd974300698c4aa347acaeb101e5a76a68 Mon Sep 17 00:00:00 2001 From: Mario Santagiuliana Date: Thu, 29 Dec 2011 15:44:28 +0100 Subject: [PATCH 17/58] Fix little mistake --- vim-latex.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vim-latex.spec b/vim-latex.spec index e7b3192..c98d4a7 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -4,7 +4,7 @@ Name: vim-latex Version: 1.8.23 -Release: 4.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 5.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -79,7 +79,11 @@ rm -rf %{buildroot} %changelog -* Fri Nov 28 2011 Mario Santagiuliana - 1.8.23-1.20110214.1049-git089726a +* Fri Dec 29 2011 Mario Santagiuliana - 1.8.23-5.20110214.1049-git089726a +- Review spec file +- Fix changelog error + +* Fri Nov 28 2011 Mario Santagiuliana - 1.8.23-4.20110214.1049-git089726a - Review spec file * Mon Feb 14 2011 Till Maas - 1.8.23-3.20110214.1049.git089726a From de7f3033181491bc34ee2e6900651c02f0083767 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 01:55:33 -0600 Subject: [PATCH 18/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index e7b3192..576b5e9 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -4,7 +4,7 @@ Name: vim-latex Version: 1.8.23 -Release: 4.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 5.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -79,6 +79,9 @@ rm -rf %{buildroot} %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.8.23-5.20110214.1049.git089726a +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Fri Nov 28 2011 Mario Santagiuliana - 1.8.23-1.20110214.1049-git089726a - Review spec file From 9f9d9d0bc4fd2eeba8aa54bf9cfac3c3231d1b35 Mon Sep 17 00:00:00 2001 From: Mario Santagiuliana Date: Sun, 15 Jan 2012 01:27:53 +0100 Subject: [PATCH 19/58] Fix my error reporting English date in the changelog --- vim-latex.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vim-latex.spec b/vim-latex.spec index c98d4a7..28fd176 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -4,7 +4,7 @@ Name: vim-latex Version: 1.8.23 -Release: 5.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 6.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -79,11 +79,14 @@ rm -rf %{buildroot} %changelog -* Fri Dec 29 2011 Mario Santagiuliana - 1.8.23-5.20110214.1049-git089726a +* Sun Jan 15 2012 Mario Santagiuliana - 1.8.23-6.20110214.1049-git089726a +- Fix my changelog: date error reporting + +* Thu Dec 29 2011 Mario Santagiuliana - 1.8.23-5.20110214.1049-git089726a - Review spec file - Fix changelog error -* Fri Nov 28 2011 Mario Santagiuliana - 1.8.23-4.20110214.1049-git089726a +* Fri Oct 28 2011 Mario Santagiuliana - 1.8.23-4.20110214.1049-git089726a - Review spec file * Mon Feb 14 2011 Till Maas - 1.8.23-3.20110214.1049.git089726a From 5b267c5b59d462371271dbe8de7aaa0eebbd143c Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 25 Jan 2012 11:46:20 +0100 Subject: [PATCH 20/58] Update to new snaphot --- .gitignore | 1 + sources | 2 +- vim-latex.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2879e0f..ef5f855 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ vim-latex-1.8.23-20100129-r1104.tar.gz /vim-latex-1.8.23-20101027-r1112.tar.gz /vim-latex-1.8.23-20110214.1049-git089726a.tar.gz +/vim-latex-1.8.23-20120125.768-git8b62284.tar.gz diff --git a/sources b/sources index 6cbb689..e12a5db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67d626cb2c1614dabf70c6a3b21f57df vim-latex-1.8.23-20110214.1049-git089726a.tar.gz +f3cb2c76f1617f84297262c25938ad6d vim-latex-1.8.23-20120125.768-git8b62284.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec index efc5c13..db7dabc 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,10 +1,10 @@ -%global date 20110214 -%global commitcount 1049 -%global githash git089726a +%global date 20120125 +%global commitcount 768 +%global githash git8b62284 Name: vim-latex Version: 1.8.23 -Release: 6.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 7.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -79,6 +79,9 @@ rm -rf %{buildroot} %changelog +* Wed Jan 25 2012 Till Maas - 1.8.23-7.20120125.768-git8b62284 +- Update to new snaphot + * Sun Jan 15 2012 Mario Santagiuliana - 1.8.23-6.20110214.1049-git089726a - Fix my changelog: date error reporting From e8339f7e403fab1c0fa46ae4876948de08823002 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 21:45:22 -0500 Subject: [PATCH 21/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index db7dabc..6e9d113 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -4,7 +4,7 @@ Name: vim-latex Version: 1.8.23 -Release: 7.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 8.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -79,6 +79,9 @@ rm -rf %{buildroot} %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.8.23-8.20120125.768.git8b62284 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Wed Jan 25 2012 Till Maas - 1.8.23-7.20120125.768-git8b62284 - Update to new snaphot From 5c054a56daf8050cb31566d2fb6df0c63a4df2a3 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 16 Nov 2012 18:15:45 +0100 Subject: [PATCH 22/58] Update to new release --- .gitignore | 5 +---- sources | 2 +- vim-latex.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index ef5f855..23412a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -vim-latex-1.8.23-20100129-r1104.tar.gz -/vim-latex-1.8.23-20101027-r1112.tar.gz -/vim-latex-1.8.23-20110214.1049-git089726a.tar.gz -/vim-latex-1.8.23-20120125.768-git8b62284.tar.gz +/vim-latex-1.8.23-20121116.784-git1c17b37.tar.gz diff --git a/sources b/sources index e12a5db..fac472e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3cb2c76f1617f84297262c25938ad6d vim-latex-1.8.23-20120125.768-git8b62284.tar.gz +728659188399322ed37cfd6a74bda9c4 vim-latex-1.8.23-20121116.784-git1c17b37.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec index 6e9d113..2c0b6d5 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,10 +1,10 @@ -%global date 20120125 -%global commitcount 768 -%global githash git8b62284 +%global date 20121116 +%global commitcount 784 +%global githash git1c17b37 Name: vim-latex Version: 1.8.23 -Release: 8.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 9.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -79,6 +79,9 @@ rm -rf %{buildroot} %changelog +* Fri Nov 16 2012 Till Maas - 1.8.23-9 +- Update to new release + * Sun Jul 22 2012 Fedora Release Engineering - 1.8.23-8.20120125.768.git8b62284 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From aa9a81bb44269245bedf981fc2dbc0433f7a1f0f Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 16 Jan 2013 15:39:01 +0100 Subject: [PATCH 23/58] Update to new release --- .gitignore | 1 + sources | 2 +- vim-latex.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 23412a4..9502ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vim-latex-1.8.23-20121116.784-git1c17b37.tar.gz +/vim-latex-1.8.23-20130116.788-git2ef9956.tar.gz diff --git a/sources b/sources index fac472e..c722dcc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -728659188399322ed37cfd6a74bda9c4 vim-latex-1.8.23-20121116.784-git1c17b37.tar.gz +e6443b4440a1c420d078aec7d2c23e87 vim-latex-1.8.23-20130116.788-git2ef9956.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec index 2c0b6d5..9bfde02 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,10 +1,10 @@ -%global date 20121116 -%global commitcount 784 -%global githash git1c17b37 +%global date 20130116 +%global commitcount 788 +%global githash git2ef9956 Name: vim-latex Version: 1.8.23 -Release: 9.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 10.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -79,6 +79,9 @@ rm -rf %{buildroot} %changelog +* Wed Jan 16 2013 Till Maas - 1.8.23-10 +- Update to new release + * Fri Nov 16 2012 Till Maas - 1.8.23-9 - Update to new release From b09bb481016659e77a608e4ab71311a67323a7f1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 20:47:52 -0600 Subject: [PATCH 24/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 9bfde02..bf5b197 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -4,7 +4,7 @@ Name: vim-latex Version: 1.8.23 -Release: 10.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 11.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -79,6 +79,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.8.23-11.20130116.788.git2ef9956 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jan 16 2013 Till Maas - 1.8.23-10 - Update to new release From dac3a2b68411abbf2e2d1572555d83ca1657ebd7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 01:14:35 -0500 Subject: [PATCH 25/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index bf5b197..8cc6146 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -4,7 +4,7 @@ Name: vim-latex Version: 1.8.23 -Release: 11.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 12.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -79,6 +79,9 @@ rm -rf %{buildroot} %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.8.23-12.20130116.788.git2ef9956 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.8.23-11.20130116.788.git2ef9956 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 84d697ab708d5e8402ef944d240727c426221182 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 22:43:50 -0500 Subject: [PATCH 26/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 8cc6146..908d682 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -4,7 +4,7 @@ Name: vim-latex Version: 1.8.23 -Release: 12.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 13.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -79,6 +79,9 @@ rm -rf %{buildroot} %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 1.8.23-13.20130116.788.git2ef9956 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 1.8.23-12.20130116.788.git2ef9956 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 2ba97554d37f64113de21953ea55232e8798afbc Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sun, 16 Nov 2014 15:27:52 +0100 Subject: [PATCH 27/58] Update to new release --- .gitignore | 1 + sources | 2 +- vim-latex.spec | 14 +++++++++----- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9502ff5..884a9df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vim-latex-1.8.23-20121116.784-git1c17b37.tar.gz /vim-latex-1.8.23-20130116.788-git2ef9956.tar.gz +/vim-latex-1.8.23-20141116.812-gitd0f31c9.tar.gz diff --git a/sources b/sources index c722dcc..2fc12ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6443b4440a1c420d078aec7d2c23e87 vim-latex-1.8.23-20130116.788-git2ef9956.tar.gz +c7662fd5ccad9912655ca585626ed515 vim-latex-1.8.23-20141116.812-gitd0f31c9.tar.gz diff --git a/vim-latex.spec b/vim-latex.spec index 908d682..815ff73 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,10 +1,10 @@ -%global date 20130116 -%global commitcount 788 -%global githash git2ef9956 +%global date 20141116 +%global commitcount 812 +%global githash gitd0f31c9 Name: vim-latex Version: 1.8.23 -Release: 13.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 14.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -49,7 +49,7 @@ make -C doc %install rm -rf %{buildroot} # Install files -make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bindir} +make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bindir} PREFIX=%{_prefix} %clean rm -rf %{buildroot} @@ -59,6 +59,7 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{_bindir}/latextags %{_bindir}/ltags +%{_datadir}/appdata/vim-latex.metainfo.xml %{_datadir}/vim/vimfiles/compiler/tex.vim %doc %{_datadir}/vim/vimfiles/doc/imaps.txt %doc %{_datadir}/vim/vimfiles/doc/latex*.txt @@ -79,6 +80,9 @@ rm -rf %{buildroot} %changelog +* Sun Nov 16 2014 Till Maas - 1.8.23-14.20141116.812.gitd0f31c9 +- Update to new release + * Sun Jun 08 2014 Fedora Release Engineering - 1.8.23-13.20130116.788.git2ef9956 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 8dea27908d5bf5e86337a8363cde1e943d98c680 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:01:37 +0000 Subject: [PATCH 28/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 815ff73..560deb1 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -4,7 +4,7 @@ Name: vim-latex Version: 1.8.23 -Release: 14.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 15.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -80,6 +80,9 @@ rm -rf %{buildroot} %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.8.23-15.20141116.812.gitd0f31c9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Nov 16 2014 Till Maas - 1.8.23-14.20141116.812.gitd0f31c9 - Update to new release From b679982a0e2006e85e09de3b059fb7706320086e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:43:55 +0000 Subject: [PATCH 29/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 560deb1..2e0c1fa 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -4,7 +4,7 @@ Name: vim-latex Version: 1.8.23 -Release: 15.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -80,6 +80,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.8.23-16.20141116.812.gitd0f31c9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 1.8.23-15.20141116.812.gitd0f31c9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 0aea52394ff4e59e7d0ecb1ecdd2d1c5f39e1581 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 23 Sep 2016 21:29:57 +0200 Subject: [PATCH 30/58] Update to new release --- .gitignore | 2 ++ sources | 3 ++- vim-latex-gpgkeys.gpg | Bin 0 -> 3442 bytes vim-latex.spec | 22 ++++++++++++++++------ 4 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 vim-latex-gpgkeys.gpg diff --git a/.gitignore b/.gitignore index 884a9df..4f520f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /vim-latex-1.8.23-20121116.784-git1c17b37.tar.gz /vim-latex-1.8.23-20130116.788-git2ef9956.tar.gz /vim-latex-1.8.23-20141116.812-gitd0f31c9.tar.gz +/vim-latex-1.9.0.tar.gz.asc +/vim-latex-1.9.0.tar.gz diff --git a/sources b/sources index 2fc12ca..664f0f3 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -c7662fd5ccad9912655ca585626ed515 vim-latex-1.8.23-20141116.812-gitd0f31c9.tar.gz +a426712823aa428b956474bf9a86969d vim-latex-1.9.0.tar.gz.asc +7c64cad8f8f8eb3c9b3fe420385abeb5 vim-latex-1.9.0.tar.gz diff --git a/vim-latex-gpgkeys.gpg b/vim-latex-gpgkeys.gpg new file mode 100644 index 0000000000000000000000000000000000000000..b227699ee4a7068aabd8b9c24cafe7f954ad6808 GIT binary patch literal 3442 zcmbu>_d6Ai-^cOeaN->6pzMr<$Sk6hj#0#^V~21;&LMj{k}{8Rj3o2OF>>q?PF9GM zRrVf7Mr3AYh4@~de)wLW`?|0Dr~9|}AMm)|uV)&NnNBM}3rhn9l#`_J8$S6=K~L|M zgSKB!@dgkMzzEjq-NK8rg0~EgT#Yoer24|-Ib-bq8euIEAqp@ zj{-y?UDF)iQ~948;Bo zwwRqq6teR!Izjx)JS1n1EBULy&Zb`eL+6p3)JU4+acO|Pltb7Xk>r~y--0&x8<4Q? zuf3~FG<>j5KwG$mF_W!=t-@I>{cfak-f@WRM|2?ly+xaE+l3G3-GYl{-U>|l)hp|I z)7UPTJi1(+D!edPhun`9z7uNqL2P6!Oni}k@<%1xvRUFB z3u?Z$a8($E7+CBS4LJ%vq$NMps_84=dv=QGBPg5NFbOme1@-^r35!p?D3nEC+U_GU z&HW~QK`b}Sh{!ptR(wrImFLdOAX7g<%E$#K$QpV88x4SlENJZD>@0+|vGEd8@pf=_ zmT|GM@lyMHx!Sm3;88#|Iu05LKoZDD3lyLMas>f-Xh4kg3}9N&1qhgd5yT0kr2&9| z#@~fYLEwvuUw#81V5lPuTE!1d;_8F3o;`XH2|4f(>~VU~(b?QsO}xZUK!0>19Bx+T zFAYTBNQz9~f643ytNda8Ble_G)9v#U>`VZ!&u?qQ#-nG&;hztiKuVe5nS;lqq&cDU zn>VHz886n|UeL?K#G6Z6{wj{STtgweE+K#_^yp4d*Y zI*Zc{KG9M~7lSH1oDtp@3fH{u{@RQ2c($VSA~mbPiC0D~tT7DQ%T!VRf)90nb!0`8 zSBbIwF2!9%EAr&Kvi|A*@U56s9^}p=&Uc$@?sDAFWw^e@nZw3>z7Z*k>UCKS3CXX0 z7_E{8h@rj@pw^#wx_#4U)(dunmOQ&C-GANSm-hAkgfUCGXU1(W#)x8>~IJKlKII1(o5+T*}WbMw|_Yt7Rw9)jIg zW8SkyS;TYq4VJ<_h7aNf1;)9I1DxILLP=g!9n!|v2_v1z<#1^cEVm9;`F#q<7X8JC zrq*Gbw5ySA=2oT0AU{F#ERo;yqAlX~piBd)=mfZ?n{F}z^>et(XElUx9x^I__DUvN z+Iqs;j_EP?)lg4(gKT`4l|h^@iq#CVjn1X<7S%>~4V&O3o4tE4#`kmn64>Ze%nKn= z?5WPe;ALWvQoKc|@h;C{Ct2uU#@yU7u3m0Fp0=3(f$a8QWa9rt_J0T~``^Mw)}VkG zwI(~gh7QTQk*Gc^|7s`(R?{bVEgCz9Xp2dWA@;ma+blAlg&YHQpJnC+eweY9U3j%@ zD6qU_cU5!`{nE2@%kB2H66HDwJ|kzY0D3-VZ0%63&2J$tBjuH<(@|^j5RHL)#{C{I zx94Kxv&-A2%9DZa_8)7nI%Z7F@@A(|@WqWE0CIkM?{S2))xN_9y%Gi)STe%mOTFfq zNDugJ!gG};W6jVEw0{*NYluH_i`#H}B&QEhT~)V5*GbzY{H z@DYN>J&6Ksz`WhLopGuVuSpmqUBsH#$N2`mh(9{5O27yA^~~w`n|%T{*}=I6>lKr< zd+y93`z=!7I=CA{Lxtw(Ymqc(kG9c`xbHit&Nps3$JfB z*DfPMvssLE#9&~*&cX8~OrLtTD0WkCIUhWF+gknJUF?-;>^H1<#1q?`$z--@k0Q-m zF=L3rz(7;Yp{hc1NgNM@p_M5^XNaWPaot0C-fn$^$Aqs`U5~GS%(raGm;NQ}pWmfs zhe5k}+PHhVIbv+RW!yaN;Zgq&WA0+CrwU%pY~|^d!5YcNUj@*&9;($XX2XlFzArT_ zPwf3Q((nHOCR_hG!;q~Hym#!WDs53dquQig2t2YoXx$4@gWf{aD*qvlDUZ1?t0D1PiOqe#3q;URJUtDN10Xm#U~EspjOAw6wt4x|SONYS=!-lL?EOvpP=JEEBubmHO0`*7Jwk>jNsb_R3<1AcM?cMAaPD=v(2BI}^6; zOVqb5dHq+5l-|fWlxY`2mGGdWf*WD0sv(Jc;FR8iwR9JVKEB&7bymcp9e24vcN?8v zaE`Qq%d0!6Ht9Fh5@7YAG*G3;!gf!)Rp@}@^kdjNJ(hdT15c}^E)D76MzI^2ysW>u zDe?7O?fVko#n%k{m&XElh?b`a-(SI*ewm{)DSa5}%*EIA+$HIOw?%Io`s)**c{89i zrY7T0HWepsq&jLEUOml^th$0roNC_?avhWsOSehu6FVedacnsfl2hH)YtcF@E0qpK z?InfS)I&)oZHzfWR%Z!1t#~R+=Kq1i%X9WBOY^2mfqSE7QO0hoHoIdLwX6Ssk=` zL9&Wrh5$I{TXIso8uBVLQon*Y<&xnVWR8lh-23FgcL2$`Utdrg5t(>(A-wD$v4fUt zGeEx!%Qe`_U?h>PIxH~zbMF<=a65U^$3(V2{Yd7+>g@OjeHF*VFnyEd`0KN4URe9haA9_KR1J;P&*~jDWt<7#!G<> zk~`t*lu6mpI=<0F{zXc_vc^_#J0+}>wijR_caz_rpY={}B{#CNyDe=81xn4ys@dDj zwPFxk5e=tt3eH8;XkMXXt~p#RFxnE|Kk>JePs7qZ7RWQ)+sEd`{+nUVgBO>UzHoUqDh6YnXjHk(BFe(!FwmGT)s@SNl@Q159?Mu?rS>4B;%WBx{{ewbbiM!p literal 0 HcmV?d00001 diff --git a/vim-latex.spec b/vim-latex.spec index 2e0c1fa..792d8a8 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -3,15 +3,18 @@ %global githash gitd0f31c9 Name: vim-latex -Version: 1.8.23 -Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} +Version: 1.9.0 +#Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} +Release: 1%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license License: Vim URL: http://vim-latex.sourceforge.net/ -Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}-%{date}.%{commitcount}-%{githash}.tar.gz -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +#Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}-%{date}.%{commitcount}-%{githash}.tar.gz +Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}.tar.gz +Source1: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}.tar.gz.asc +Source2: vim-latex-gpgkeys.gpg BuildArch: noarch # We need vim-common for dir ownership @@ -26,6 +29,9 @@ BuildRequires: libxslt BuildRequires: docbook-style-xsl BuildRequires: docbook-dtds +# For source verification with gpgv +BuildRequires: gnupg2 + %description A comprehensive set of tools to view, edit and compile LaTeX documents without needing to ever quit Vim. Together, they provide tools starting from macros to @@ -40,7 +46,9 @@ Group: Documentation Documentation for vim-latex. %prep -%setup -q -n %{name}-%{version}-%{date}.%{commitcount}-%{githash} +gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} +#setup -q -n %{name}-%{version}-%{date}.%{commitcount}-%{githash} +%setup -q -n %{name}-%{version} %build # build documentation @@ -70,7 +78,6 @@ rm -rf %{buildroot} %{_datadir}/vim/vimfiles/plugin/SyntaxFolds.vim %{_datadir}/vim/vimfiles/plugin/filebrowser.vim %{_datadir}/vim/vimfiles/plugin/imaps.vim -%{_datadir}/vim/vimfiles/plugin/libList.vim %{_datadir}/vim/vimfiles/plugin/remoteOpen.vim @@ -80,6 +87,9 @@ rm -rf %{buildroot} %changelog +* Fri Sep 23 2016 Till Maas - 1.9.0-1 +- Update to new release + * Fri Feb 05 2016 Fedora Release Engineering - 1.8.23-16.20141116.812.gitd0f31c9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 931278379d8677bd71d12059df88f93dadb6d186 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:05:29 +0000 Subject: [PATCH 31/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 792d8a8..d1aebe5 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.9.0 #Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -87,6 +87,9 @@ rm -rf %{buildroot} %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Sep 23 2016 Till Maas - 1.9.0-1 - Update to new release From 9a2af7baeb2b97021b6843537033bcc137887e99 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:19:51 +0000 Subject: [PATCH 32/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index d1aebe5..1688c44 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.9.0 #Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -87,6 +87,9 @@ rm -rf %{buildroot} %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.9.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 656c26ee9564f600b277914b8c8dc81d798c33a4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:31:32 +0000 Subject: [PATCH 33/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 1688c44..2940969 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.9.0 #Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -87,6 +87,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.9.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 38ad2472fff4f671653b6d51622f8c9f1e22ebee Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:42:34 +0100 Subject: [PATCH 34/58] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- vim-latex.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim-latex.spec b/vim-latex.spec index 2940969..011dc7c 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -59,9 +59,6 @@ rm -rf %{buildroot} # Install files make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bindir} PREFIX=%{_prefix} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) From 8c9a1bb0dcb8b2b2516e2375952b37e701ef889d Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:42:48 -0500 Subject: [PATCH 35/58] Remove needless use of %defattr --- vim-latex.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/vim-latex.spec b/vim-latex.spec index 011dc7c..a754b55 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -61,7 +61,6 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %files -%defattr(-,root,root,-) %{_bindir}/latextags %{_bindir}/ltags %{_datadir}/appdata/vim-latex.metainfo.xml @@ -79,7 +78,6 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %files doc -%defattr(-,root,root,-) %doc doc/latex-suite doc/latex-suite-quickstart From 8a691c77b34090ef987c4ee5a09b73ba1109d82d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:33:17 +0000 Subject: [PATCH 36/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index a754b55..d09fcf3 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.9.0 #Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -82,6 +82,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.9.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 235fb2c5a6620c624ba01c60d9fd3bd4aa7eac35 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 10 Aug 2018 15:50:19 +0200 Subject: [PATCH 37/58] Update to release 1.10.0 --- .gitignore | 2 ++ sources | 4 ++-- vim-latex.spec | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4f520f0..d1e8983 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /vim-latex-1.8.23-20141116.812-gitd0f31c9.tar.gz /vim-latex-1.9.0.tar.gz.asc /vim-latex-1.9.0.tar.gz +/vim-latex-1.10.0.tar.gz.asc +/vim-latex-1.10.0.tar.gz diff --git a/sources b/sources index 664f0f3..b532d9d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -a426712823aa428b956474bf9a86969d vim-latex-1.9.0.tar.gz.asc -7c64cad8f8f8eb3c9b3fe420385abeb5 vim-latex-1.9.0.tar.gz +SHA512 (vim-latex-1.10.0.tar.gz) = 1d22b675c124e402a280dcc3a675b49a92fb9f4d42efdda0ea97be26379cd6c023589a35e165f4231524d853380e22411901bfbcc98f171c938ba800821a1213 +SHA512 (vim-latex-1.10.0.tar.gz.asc) = 5515df76cc24cbe7bcb61d371b16b2dc55c30fb6b30a9c040881212c23c6e2d448e0989c1f1f3f3aaa5942c119ac4a4c984e020672c805529b97b36c72ba4d5f diff --git a/vim-latex.spec b/vim-latex.spec index d09fcf3..88d3b84 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -3,9 +3,9 @@ %global githash gitd0f31c9 Name: vim-latex -Version: 1.9.0 +Version: 1.10.0 #Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} -Release: 5%{?dist} +Release: 1%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license @@ -82,6 +82,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Fri Aug 10 2018 Jeremiah Mahler - 1.10.0-1 +- Update to release 1.10.0 + * Sat Jul 14 2018 Fedora Release Engineering - 1.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From c2fb2204b78dc2924d0875a429e1ab4d98a5110b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:29 +0100 Subject: [PATCH 38/58] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- vim-latex.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/vim-latex.spec b/vim-latex.spec index 88d3b84..10e0cdb 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -7,7 +7,6 @@ Version: 1.10.0 #Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} Release: 1%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim -Group: Applications/Editors # According to doc/latex-suite license is Vim charityware license License: Vim URL: http://vim-latex.sourceforge.net/ @@ -40,7 +39,6 @@ speed up editing LaTeX documents to compiling TeX files to forward searching %package doc Summary: Documentation for vim-latex -Group: Documentation %description doc Documentation for vim-latex. From d1907106731485f883a340c8663344d2f867989d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:18:14 +0000 Subject: [PATCH 39/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 10e0cdb..cf73119 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.10.0 #Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -80,6 +80,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Aug 10 2018 Jeremiah Mahler - 1.10.0-1 - Update to release 1.10.0 From 3ec27fea093177963aacb41baa3409de20d6065d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 9 Jul 2019 14:12:13 +0200 Subject: [PATCH 40/58] Use Python 3 --- ...0.0-Interpret-outline.py-by-Python-3.patch | 30 +++++++++++++++++++ vim-latex.spec | 8 ++++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 vim-latex-1.10.0-Interpret-outline.py-by-Python-3.patch diff --git a/vim-latex-1.10.0-Interpret-outline.py-by-Python-3.patch b/vim-latex-1.10.0-Interpret-outline.py-by-Python-3.patch new file mode 100644 index 0000000..f8e1bc3 --- /dev/null +++ b/vim-latex-1.10.0-Interpret-outline.py-by-Python-3.patch @@ -0,0 +1,30 @@ +From 40c0bfc2803daa86aa678c8e4b97a32f6da55161 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Tue, 9 Jul 2019 14:07:27 +0200 +Subject: [PATCH] Interpret outline.py by Python 3 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Fedora deprecated Python 2. The script seems working with both +Pythons. Because we need to choose a one, use Python 3. + +https://bugzilla.redhat.com/show_bug.cgi?id=1676189 +Signed-off-by: Petr Písař +--- + ftplugin/latex-suite/outline.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/ftplugin/latex-suite/outline.py b/ftplugin/latex-suite/outline.py +index ed72b34..475910d 100755 +--- a/ftplugin/latex-suite/outline.py ++++ b/ftplugin/latex-suite/outline.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python3 + + # Part of Latex-Suite + # +-- +2.20.1 + diff --git a/vim-latex.spec b/vim-latex.spec index cf73119..7737cbb 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.10.0 #Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -14,6 +14,8 @@ URL: http://vim-latex.sourceforge.net/ Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}.tar.gz Source1: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}.tar.gz.asc Source2: vim-latex-gpgkeys.gpg +# Use Python 3, bug #1676189 +Patch0: vim-latex-1.10.0-Interpret-outline.py-by-Python-3.patch BuildArch: noarch # We need vim-common for dir ownership @@ -47,6 +49,7 @@ Documentation for vim-latex. gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} #setup -q -n %{name}-%{version}-%{date}.%{commitcount}-%{githash} %setup -q -n %{name}-%{version} +%patch0 -p1 %build # build documentation @@ -80,6 +83,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Tue Jul 09 2019 Petr Pisar - 1.10.0-3 +- Use Python 3 (bug #1676189) + * Sun Feb 03 2019 Fedora Release Engineering - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 6129a4fccd9f38f4254af5c3914a20f3eb6ce624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 9 Jul 2019 14:13:06 +0200 Subject: [PATCH 41/58] Escape spec comments correctly --- vim-latex.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim-latex.spec b/vim-latex.spec index 7737cbb..6d4a7ae 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -4,13 +4,13 @@ Name: vim-latex Version: 1.10.0 -#Release: 16.%{date}.%{commitcount}.%{githash}%{?dist} +#Release: 16.%%{date}.%%{commitcount}.%%{githash}%%{?dist} Release: 3%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim URL: http://vim-latex.sourceforge.net/ -#Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}-%{date}.%{commitcount}-%{githash}.tar.gz +#Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%%{version}-%%{date}.%%{commitcount}-%%{githash}.tar.gz Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}.tar.gz Source1: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}.tar.gz.asc Source2: vim-latex-gpgkeys.gpg @@ -47,7 +47,7 @@ Documentation for vim-latex. %prep gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} -#setup -q -n %{name}-%{version}-%{date}.%{commitcount}-%{githash} +#setup -q -n %%{name}-%%{version}-%%{date}.%%{commitcount}-%%{githash} %setup -q -n %{name}-%{version} %patch0 -p1 From fec2242fb029a671323c3f7fa5519261ee2c1639 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:00:27 +0000 Subject: [PATCH 42/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 6d4a7ae..96f9bf4 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.10.0 #Release: 16.%%{date}.%%{commitcount}.%%{githash}%%{?dist} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -83,6 +83,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.10.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Jul 09 2019 Petr Pisar - 1.10.0-3 - Use Python 3 (bug #1676189) From 5ad45222a80aa8d1a2bb3473903999628c7a13bb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:11:19 +0000 Subject: [PATCH 43/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 96f9bf4..8624733 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.10.0 #Release: 16.%%{date}.%%{commitcount}.%%{githash}%%{?dist} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -83,6 +83,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.10.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.10.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From dab19303e725f6ad81af4d99acab34b9732948d5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:44:12 +0000 Subject: [PATCH 44/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 8624733..d5b0955 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.10.0 #Release: 16.%%{date}.%%{commitcount}.%%{githash}%%{?dist} -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -83,6 +83,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.10.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 1.10.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 6368b5f97330f242f4504a23b9ab97413a3d2613 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 00:42:53 +0000 Subject: [PATCH 45/58] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- vim-latex.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/vim-latex.spec b/vim-latex.spec index d5b0955..00c7aa7 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -26,6 +26,7 @@ Requires: tex(latex) Requires: xdvi # needed to build documentation +BuildRequires: make BuildRequires: libxslt BuildRequires: docbook-style-xsl BuildRequires: docbook-dtds From f026ed6a8c0459e6badc281eebad0dadad900bfd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:05:44 +0000 Subject: [PATCH 46/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 00c7aa7..6e76107 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.10.0 #Release: 16.%%{date}.%%{commitcount}.%%{githash}%%{?dist} -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -84,6 +84,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.10.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.10.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From d40f40d67ff7e574a015e16d788a96bfd3201d56 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:30:03 +0000 Subject: [PATCH 47/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 6e76107..6d2bb12 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.10.0 #Release: 16.%%{date}.%%{commitcount}.%%{githash}%%{?dist} -Release: 7%{?dist} +Release: 8%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -84,6 +84,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.10.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.10.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 22ee43fad52bc815ae9bf76e9d9ff6d84aaed842 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:00:29 +0000 Subject: [PATCH 48/58] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 6d2bb12..54d2dbf 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.10.0 #Release: 16.%%{date}.%%{commitcount}.%%{githash}%%{?dist} -Release: 8%{?dist} +Release: 9%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -84,6 +84,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.10.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.10.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 3b11f0d7c4c87fd44ac58de02f687687955fa696 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:55:11 +0000 Subject: [PATCH 49/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 54d2dbf..d31c72b 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -5,7 +5,7 @@ Name: vim-latex Version: 1.10.0 #Release: 16.%%{date}.%%{commitcount}.%%{githash}%%{?dist} -Release: 9%{?dist} +Release: 10%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -84,6 +84,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.10.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.10.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From bf98fc7b467556effc85b737b9a000f12526b140 Mon Sep 17 00:00:00 2001 From: Arthur Bols Date: Wed, 4 Jan 2023 13:41:17 +0100 Subject: [PATCH 50/58] Spec file cleanup --- vim-latex.spec | 52 +++++++++++++++++++++----------------------------- 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/vim-latex.spec b/vim-latex.spec index d31c72b..29a4ff8 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,16 +1,10 @@ -%global date 20141116 -%global commitcount 812 -%global githash gitd0f31c9 - Name: vim-latex Version: 1.10.0 -#Release: 16.%%{date}.%%{commitcount}.%%{githash}%%{?dist} -Release: 10%{?dist} +Release: 11%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim URL: http://vim-latex.sourceforge.net/ -#Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%%{version}-%%{date}.%%{commitcount}-%%{githash}.tar.gz Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}.tar.gz Source1: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}.tar.gz.asc Source2: vim-latex-gpgkeys.gpg @@ -18,15 +12,18 @@ Source2: vim-latex-gpgkeys.gpg Patch0: vim-latex-1.10.0-Interpret-outline.py-by-Python-3.patch BuildArch: noarch -# We need vim-common for dir ownership -Requires: vim-common -# Needed for compilation (duh) +# We need vim-filesystem for dir ownership +Requires: vim-filesystem +# Needed for compilation Requires: tex(latex) # Needed for display Requires: xdvi -# needed to build documentation -BuildRequires: make +# Needed for vim macros +BuildRequires: vim-filesystem + +# Needed to build documentation +BuildRequires: make BuildRequires: libxslt BuildRequires: docbook-style-xsl BuildRequires: docbook-dtds @@ -47,36 +44,28 @@ Summary: Documentation for vim-latex Documentation for vim-latex. %prep -gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} -#setup -q -n %%{name}-%%{version}-%%{date}.%%{commitcount}-%%{githash} -%setup -q -n %{name}-%{version} -%patch0 -p1 +%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' +%autosetup -p1 %build # build documentation -make -C doc +%make_build -C doc %install -rm -rf %{buildroot} # Install files -make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bindir} PREFIX=%{_prefix} +%make_install VIMDIR=%{vimfiles_root} BINDIR=%{_bindir} PREFIX=%{_prefix} %files +%doc %{vimfiles_root}/doc/imaps.txt +%doc %{vimfiles_root}/doc/latex*.txt %{_bindir}/latextags %{_bindir}/ltags %{_datadir}/appdata/vim-latex.metainfo.xml -%{_datadir}/vim/vimfiles/compiler/tex.vim -%doc %{_datadir}/vim/vimfiles/doc/imaps.txt -%doc %{_datadir}/vim/vimfiles/doc/latex*.txt -%{_datadir}/vim/vimfiles/ftplugin/bib_latexSuite.vim -%{_datadir}/vim/vimfiles/ftplugin/tex_latexSuite.vim -%{_datadir}/vim/vimfiles/ftplugin/latex-suite/ -%{_datadir}/vim/vimfiles/indent/tex.vim -%{_datadir}/vim/vimfiles/plugin/SyntaxFolds.vim -%{_datadir}/vim/vimfiles/plugin/filebrowser.vim -%{_datadir}/vim/vimfiles/plugin/imaps.vim -%{_datadir}/vim/vimfiles/plugin/remoteOpen.vim +%{vimfiles_root}/compiler/* +%{vimfiles_root}/ftplugin/* +%{vimfiles_root}/indent/* +%{vimfiles_root}/plugin/* %files doc @@ -84,6 +73,9 @@ make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim/vimfiles BINDIR=%{_bind %changelog +* Wed Jan 04 2023 Arthur Bols - 1.10.0-11 +- Spec file cleanup + * Sat Jul 23 2022 Fedora Release Engineering - 1.10.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 274403d4022b445d4d3e445e5ad942720566417e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:19:55 +0000 Subject: [PATCH 51/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 29a4ff8..8f4e007 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,6 +1,6 @@ Name: vim-latex Version: 1.10.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -73,6 +73,9 @@ Documentation for vim-latex. %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.10.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jan 04 2023 Arthur Bols - 1.10.0-11 - Spec file cleanup From 2098ef19e3c590cb034ebb791c04db6dde77e374 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:40:50 +0000 Subject: [PATCH 52/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 8f4e007..f0dd931 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,6 +1,6 @@ Name: vim-latex Version: 1.10.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -73,6 +73,9 @@ Documentation for vim-latex. %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.10.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.10.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 8cbd57affe8d539a68588d9d6488412d48ff7839 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:51:03 +0000 Subject: [PATCH 53/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index f0dd931..47de9f2 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,6 +1,6 @@ Name: vim-latex Version: 1.10.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -73,6 +73,9 @@ Documentation for vim-latex. %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.10.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.10.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 87d250b628070877384a9fc566c9428c4956cd29 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:49:10 +0000 Subject: [PATCH 54/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 47de9f2..3111af9 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,6 +1,6 @@ Name: vim-latex Version: 1.10.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -73,6 +73,9 @@ Documentation for vim-latex. %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.10.0-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.10.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 122bb0ecf34dd34d392c0a3d4fa9535201daacec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:23:42 +0000 Subject: [PATCH 55/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 3111af9..be48fb5 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,6 +1,6 @@ Name: vim-latex Version: 1.10.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -73,6 +73,9 @@ Documentation for vim-latex. %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.10.0-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.10.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 6bc2966ce729bc324baec2914a9ea8e75bf6592a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:06:46 +0000 Subject: [PATCH 56/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index be48fb5..050183a 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,6 +1,6 @@ Name: vim-latex Version: 1.10.0 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -73,6 +73,9 @@ Documentation for vim-latex. %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.10.0-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.10.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 6a27101a87d8d793a590a694beb44bb8141efcb9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:56:00 +0000 Subject: [PATCH 57/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index 050183a..d4da7ec 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,6 +1,6 @@ Name: vim-latex Version: 1.10.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -73,6 +73,9 @@ Documentation for vim-latex. %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.10.0-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.10.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 8d0f5791e18be990102ebdc00e82bbfb264644f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:30:20 +0000 Subject: [PATCH 58/58] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- vim-latex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-latex.spec b/vim-latex.spec index d4da7ec..47a634c 100644 --- a/vim-latex.spec +++ b/vim-latex.spec @@ -1,6 +1,6 @@ Name: vim-latex Version: 1.10.0 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Tools to view, edit and compile LaTeX documents in Vim # According to doc/latex-suite license is Vim charityware license License: Vim @@ -73,6 +73,9 @@ Documentation for vim-latex. %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.10.0-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.10.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild