Hello community, here is the log from the commit of package texlive for openSUSE:Factory checked in at 2013-07-24 15:10:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive (Old) and /work/SRC/openSUSE:Factory/.texlive.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive" Changes: -------- --- /work/SRC/openSUSE:Factory/texlive/texlive.changes 2013-05-27 10:08:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes 2013-07-24 15:10:31.000000000 +0200 @@ -1,0 +2,13 @@ +Wed Jul 17 08:54:11 UTC 2013 - [email protected] + +- Use PreReq for own packages instead of Requires(pre) + +------------------------------------------------------------------- +Tue Jul 16 12:36:45 UTC 2013 - [email protected] + +- Let texlive-biber require perl(LWP::UserAgent) to be able to + read system based certificates +- New rpm had removed "prereq" flag from installation script bits + that is that `Requires(prereq)' is not valid anymore :((( + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive.spec ++++++ --- /var/tmp/diff_new_pack.gAdE6b/_old 2013-07-24 15:10:33.000000000 +0200 +++ /var/tmp/diff_new_pack.gAdE6b/_new 2013-07-24 15:10:33.000000000 +0200 @@ -19,7 +19,7 @@ %define texlive_version 2012 %define texlive_previous 2011 %define texlive_release 20120611 -%define texlive_noarch 66 +%define texlive_noarch 67 %define texlive_source texlive-20120611-source %define __perl_requires %{nil} @@ -53,21 +53,27 @@ License: GPL-2.0+ and GPL-2.0 and GPL-3.0 and LPPL-1.3c and LPPL-1.0 and Artistic-1.0 and Apache-2.0 and MIT and BSD-3-Clause and SUSE-TeX and SUSE-Public-Domain Group: Productivity/Publishing/TeX/Base Url: http://www.tug.org/texlive/ -Requires(prereq): /usr/bin/perl -Requires(prereq): /usr/bin/clear -Requires(prereq): /usr/bin/dialog -Requires(prereq): coreutils -Requires(prereq): ed -Requires(prereq): findutils -Requires(prereq): grep -Requires(prereq): sed -Requires(prereq): %{name}-filesystem >= %{texlive_version} -Requires(prereq): %{name}-kpathsea-bin >= %{texlive_version} -Requires(prereq): %{name}-kpathsea >= %{texlive_version} -Requires(prereq): %{name}-tetex-bin >= %{texlive_version} -Requires(prereq): %{name}-tetex >= %{texlive_version} -Requires(prereq): %{name}-texconfig-bin >= %{texlive_version} -Requires(prereq): %{name}-texconfig >= %{texlive_version} +PreReq: %{name}-filesystem >= %{texlive_version} +PreReq: %{name}-kpathsea-bin >= %{texlive_version} +PreReq: %{name}-kpathsea >= %{texlive_version} +PreReq: %{name}-tetex-bin >= %{texlive_version} +PreReq: %{name}-tetex >= %{texlive_version} +PreReq: %{name}-texconfig-bin >= %{texlive_version} +PreReq: %{name}-texconfig >= %{texlive_version} +#!BuildIgnore: %{name}-kpathsea-bin +#!BuildIgnore: %{name}-kpathsea +#!BuildIgnore: %{name}-tetex-bin +#!BuildIgnore: %{name}-tetex +#!BuildIgnore: %{name}-texconfig-bin +#!BuildIgnore: %{name}-texconfig +Requires(pre): /usr/bin/perl +Requires(pre): /usr/bin/clear +Requires(pre): /usr/bin/dialog +Requires(pre): coreutils +Requires(pre): ed +Requires(pre): findutils +Requires(pre): grep +Requires(pre): sed Requires(post): coreutils Requires(postun): coreutils Requires(posttrans): coreutils @@ -333,6 +339,7 @@ Url: http://www.tug.org/texlive/ %if %{with buildbiber} Requires: perl = %{perl_version} +Requires: perl(LWP::UserAgent) Requires: perl(Text::BibTeX) %endif Prefix: %{_bindir} @@ -915,7 +922,6 @@ License: LPPL-1.0 Group: Productivity/Publishing/TeX/Utilities Url: http://www.tug.org/texlive/ -Requires(prereq): %{name}-filesystem Requires(pre): %{name}-filesystem Requires(pre): /usr/bin/getent Requires(pre): /usr/sbin/groupadd @@ -2037,6 +2043,11 @@ %patch19 -p0 -b .dvipng %patch20 -p0 -b .asymptote %patch0 +%if %{with buildbiber} +pushd ../biblatex-biber-* +/usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . +popd +%endif # Correct FHS paths paths=$(find -name cnf-to-paths.awk) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
