commit texlive-specs-b for openSUSE:Factory
Hello community, here is the log from the commit of package texlive-specs-b for openSUSE:Factory checked in at 2013-09-27 18:32:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive-specs-b (Old) and /work/SRC/openSUSE:Factory/.texlive-specs-b.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "texlive-specs-b" Changes: -------- --- /work/SRC/openSUSE:Factory/texlive-specs-b/texlive-specs-b.changes 2013-09-12 14:15:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.texlive-specs-b.new/texlive-specs-b.changes 2013-09-27 18:32:06.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Sep 25 09:00:27 UTC 2013 - werner@suse.de + +- Be aware that texlive scripts are now in the packages them self + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive-specs.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/texlive-specs/texlive-tetex.spec new/texlive-specs/texlive-tetex.spec --- old/texlive-specs/texlive-tetex.spec 2013-08-02 10:30:57.000000000 +0200 +++ new/texlive-specs/texlive-tetex.spec 2013-09-25 11:02:03.000000000 +0200 @@ -19,7 +19,7 @@ %define texlive_version 2013 %define texlive_previous 2011 %define texlive_release 20130620 -%define texlive_noarch 72 +%define texlive_noarch 79 %define __perl_requires %{nil} %define __os_install_post /usr/lib/rpm/brp-compress \\\ @@ -76,6 +76,7 @@ # from 20130620 Source0: tetex.tar.xz Source1: tetex.doc.tar.xz +Patch0: tetex_scripts.dif BuildArch: noarch # skip-check-libtool-deps @@ -138,6 +139,9 @@ %{buildroot}/var/adm/update-scripts/%{name}-%{version}-%{release}-zypper tar --use-compress-program=xz -xf %{S:0} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:1} -C %{buildroot}%{_datadir}/texlive + pushd %{buildroot}%{_datadir}/texlive/ + patch --reject-format=unified --quoting-style=literal -f -p0 -F0 -T < %{P:0} + popd rm -v %{buildroot}%{_datadir}/texlive/texmf rm -v %{buildroot}%{_datadir}/texlive/texmf-dist rm -vr %{buildroot}%{_datadir}/texlive @@ -267,6 +271,31 @@ /var/adm/update-scripts/%{name}-%{version}-%{release}-zypper %changelog +* Wed Sep 25 2013 werner@suse.de +- Be aware that texlive scripts are now in the packages them self + +* Tue Sep 10 2013 werner@suse.de +- Change /bin/env to /usr/bin/env in latexdiff tool below doc + +* Fri Aug 09 2013 werner@suse.de +- Be aware that the package texlive-ascii-font is the former + texlive-ascii + +* Thu Aug 08 2013 werner@suse.de +- Do not override TEXMFLOCAL with TEXMFMAIN as this is now TEXMFDIST + +* Wed Aug 07 2013 werner@suse.de +- Drop dependency freeglut-devel of texlive-asymptote (bnc#833498) + +* Mon Aug 05 2013 werner@suse.de +- Make sure that TEXMFMAIN is /usr/share/texmf now +- Replace texmf.cnf if really required that is do not install + as .rpmnew but move the old to .rpmold + +* Fri Aug 02 2013 werner@suse.de +- Move leipzig.tex from doc/latex/leipzig/leipzig.tex to + tex/latex/leipzig/leipzig.tex + * Tue Jul 30 2013 werner@suse.de - Update to TeXLive 2013 (timestamp 20130620) + Distribution layout: the top-level texmf/ directory has been diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/texlive-specs/texlive-texconfig.spec new/texlive-specs/texlive-texconfig.spec --- old/texlive-specs/texlive-texconfig.spec 2013-08-02 10:31:38.000000000 +0200 +++ new/texlive-specs/texlive-texconfig.spec 2013-09-25 11:02:22.000000000 +0200 @@ -19,7 +19,7 @@ %define texlive_version 2013 %define texlive_previous 2011 %define texlive_release 20130620 -%define texlive_noarch 72 +%define texlive_noarch 79 %define __perl_requires %{nil} %define __os_install_post /usr/lib/rpm/brp-compress \\\ @@ -60,6 +60,7 @@ # from 20130620 Source0: texconfig.tar.xz Source1: texconfig.doc.tar.xz +Patch0: texconfig_scripts.dif BuildArch: noarch # skip-check-libtool-deps @@ -110,6 +111,9 @@ %{buildroot}/var/adm/update-scripts/%{name}-%{version}-%{release}-zypper tar --use-compress-program=xz -xf %{S:0} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:1} -C %{buildroot}%{_datadir}/texlive + pushd %{buildroot}%{_datadir}/texlive/ + patch --reject-format=unified --quoting-style=literal -f -p0 -F0 -T < %{P:0} + popd rm -v %{buildroot}%{_datadir}/texlive/texmf rm -v %{buildroot}%{_datadir}/texlive/texmf-dist rm -vr %{buildroot}%{_datadir}/texlive @@ -172,6 +176,31 @@ /var/adm/update-scripts/%{name}-%{version}-%{release}-zypper %changelog +* Wed Sep 25 2013 werner@suse.de +- Be aware that texlive scripts are now in the packages them self + +* Tue Sep 10 2013 werner@suse.de +- Change /bin/env to /usr/bin/env in latexdiff tool below doc + +* Fri Aug 09 2013 werner@suse.de +- Be aware that the package texlive-ascii-font is the former + texlive-ascii + +* Thu Aug 08 2013 werner@suse.de +- Do not override TEXMFLOCAL with TEXMFMAIN as this is now TEXMFDIST + +* Wed Aug 07 2013 werner@suse.de +- Drop dependency freeglut-devel of texlive-asymptote (bnc#833498) + +* Mon Aug 05 2013 werner@suse.de +- Make sure that TEXMFMAIN is /usr/share/texmf now +- Replace texmf.cnf if really required that is do not install + as .rpmnew but move the old to .rpmold + +* Fri Aug 02 2013 werner@suse.de +- Move leipzig.tex from doc/latex/leipzig/leipzig.tex to + tex/latex/leipzig/leipzig.tex + * Tue Jul 30 2013 werner@suse.de - Update to TeXLive 2013 (timestamp 20130620) + Distribution layout: the top-level texmf/ directory has been -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de