Mailinglist Archive: opensuse-commit (4019 mails)

< Previous Next >
commit texlive-bin for openSUSE:Factory
Hello community,

here is the log from the commit of package texlive-bin for openSUSE:Factory
checked in at 2011-12-02 09:28:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-bin (Old)
and /work/SRC/openSUSE:Factory/.texlive-bin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-bin", Maintainer is "werner@xxxxxxxx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-bin/texlive-bin.changes 2011-11-09
14:20:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-bin.new/texlive-bin.changes
2011-12-02 09:28:34.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Nov 28 14:01:32 UTC 2011 - werner@xxxxxxx
+
+- Remove tex2xindy manual page
+
+-------------------------------------------------------------------
+Mon Nov 28 13:15:10 UTC 2011 - werner@xxxxxxx
+
+- Make links for scripts below /usr/bin %nobin (bnc#732909)
+
+-------------------------------------------------------------------
@@ -14,0 +25,5 @@
+
+-------------------------------------------------------------------
+Sun Oct 30 03:12:04 UTC 2011 - rcoe@xxxxxxxxx
+
+- account for space in Ghostscript version for successfully creating a pdf
file (bnc#727242)

New:
----
source-a2ping.dif

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ texlive-bin.spec ++++++
--- /var/tmp/diff_new_pack.X41Jsk/_old 2011-12-02 09:29:09.000000000 +0100
+++ /var/tmp/diff_new_pack.X41Jsk/_new 2011-12-02 09:29:09.000000000 +0100
@@ -104,6 +104,7 @@
Patch14: source-luatex.dif
Patch15: source-overflow.dif
Patch17: source-64.dif
+Patch18: source-a2ping.dif
Patch19: source-dvipng.dif
Patch40: texmf.dif
Patch41: texmf-astro.dif
@@ -1209,6 +1210,7 @@
ln -sf pdfpagetree.w texk/web2c/luatexdir/pdf/pagetree.w
%patch15 -p0 -b .overflow
%patch17 -p0 -b .64
+%patch18 -p0 -b .a2p
%patch19 -p0 -b .dvipng
%patch40 -p0
%patch41 -p0
@@ -1552,7 +1554,7 @@
test -e ${line%%.in} || continue
rm -vf ${line}
done
- for dup in makeinfo texinfo texi2dvi texi2html texi2roff texi2pdf \
+ for dup in makeinfo texinfo texi2dvi texi2html texi2roff texi2pdf tex2xindy \
texindex infokey info info-stnd install-info dvi2tty pdftexi2dvi \
%if %{without psutils}
epsffit extractres fixdlsrps fixfmps fixmacps fixpsditps \


++++++ do.mklists ++++++
--- /var/tmp/diff_new_pack.X41Jsk/_old 2011-12-02 09:29:09.000000000 +0100
+++ /var/tmp/diff_new_pack.X41Jsk/_new 2011-12-02 09:29:09.000000000 +0100
@@ -120,6 +120,12 @@
-e "\@^%(no|is)bin@! s@^(.*[^\*])\$@%nobin \1@g" \
-e "\@^%(no|is)bin@! s@^(.*)\*\$@%isbin \1@g"
) < ${pkg} > $tmp
+ for bin in $(sed -rn '\@^%isbin[[:blank:]]+/usr/bin/@{
s@^%isbin[[:blank:]]+@@p; }' $tmp) ; do
+ lnk=$(readlink ${ROOT}${bin})
+ case "$lnk" in
+ */noarch/*) sed -ri "\@^%isbin[[:blank:]]+${bin}\$@{
s@^%isbin@%nobin@; }" $tmp ;;
+ esac
+ done
mv $tmp $pkg
done
exit $return




++++++ source-a2ping.dif ++++++
--- texk/texlive/linked_scripts/a2ping/a2ping.pl
+++ texk/texlive/linked_scripts/a2ping/a2ping.pl 2011-10-29
22:06:11.000000000 -0500
@@ -1677,7 +1677,7 @@ showpage quit
## print STDERR $res;
error $?==11 ? "segmentation fault in $GS" : "not a GS output from $GS
($?)"
if !defined $res # BUGFIX at Sun Mar 7 18:51:34 CET 2004
- or $res!~s/\A(?:\w+ Ghostscript \d|Copyright .* artofcode ).*\n// #
AFPL Ghostscript 6.50 (2000-12-02)
+ or $res!~s/\A(?:\w+ Ghostscript +\d|Copyright .* artofcode ).*\n// #
AFPL Ghostscript 6.50 (2000-12-02)
or $res!~s/.*?^bbox-begin\n//m;
if ($res!~s/\nbbox-success\n\Z(?!\n)/\n/) {
warning # not `error', mpost(1) `prologues:=0; ... btex fonts' output
won't compile



--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread