Mailinglist Archive: opensuse-commit (770 mails)
| < Previous | Next > |
commit texlive
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 05 Jun 2008 18:04:31 +0200
- Message-id: <20080605160431.E59B567817A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package texlive
checked in at Thu Jun 5 18:04:31 CEST 2008.
--------
--- texlive/texlive-bin.changes 2008-06-02 17:53:54.000000000 +0200
+++ /mounts/work_src_done/STABLE/texlive/texlive-bin.changes 2008-06-04
19:07:56.302761000 +0200
@@ -1,0 +2,5 @@
+Wed Jun 4 19:02:02 CEST 2008 - werner@xxxxxxx
+
+- Check for local cups server before using lpoptions (bnc#397106)
+
+-------------------------------------------------------------------
texlive.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ texlive-bin.spec ++++++
--- /var/tmp/diff_new_pack.qL9860/_old 2008-06-05 18:01:30.000000000 +0200
+++ /var/tmp/diff_new_pack.qL9860/_new 2008-06-05 18:01:30.000000000 +0200
@@ -33,7 +33,7 @@
Summary: The Base System of TeXLive
Group: Productivity/Publishing/TeX/Base
Version: 2007
-Release: 173
+Release: 175
# Remark: Due license problems ./texk/dvi2tty and ./libs/libgsw32 are removed
from
Source0: source.tar.bz2
Source1: texmf-doc.tar.bz2
@@ -1652,6 +1652,8 @@
%files -n texlive-bin-musictex -f lists/texlive-bin-musictex
%changelog
+* Wed Jun 04 2008 werner@xxxxxxx
+- Check for local cups server before using lpoptions (bnc#397106)
* Mon Jun 02 2008 werner@xxxxxxx
- Avoid crash of dvipdfm with 0.5 timezone
- There is no Arabicore.sty but arabicore.sty
++++++ texlive.spec ++++++
--- /var/tmp/diff_new_pack.qL9860/_old 2008-06-05 18:01:30.000000000 +0200
+++ /var/tmp/diff_new_pack.qL9860/_new 2008-06-05 18:01:30.000000000 +0200
@@ -35,7 +35,7 @@
Summary: The Base System of TeXLive
Group: Productivity/Publishing/TeX/Base
Version: 2007
-Release: 174
+Release: 176
# Remark: Due license problems ./texk/dvi2tty and ./libs/libgsw32 are removed
from
Source0: source.tar.bz2
Source1: texmf-doc.tar.bz2
@@ -1823,6 +1823,8 @@
%files -n texlive-nfs -f lists/texlive-nfs
%changelog
+* Wed Jun 04 2008 werner@xxxxxxx
+- Check for local cups server before using lpoptions (bnc#397106)
* Mon Jun 02 2008 werner@xxxxxxx
- Avoid crash of dvipdfm with 0.5 timezone
- There is no Arabicore.sty but arabicore.sty
++++++ SuSEconfig.texlive ++++++
--- texlive/SuSEconfig.texlive 2008-03-18 18:24:18.000000000 +0100
+++ /mounts/work_src_done/STABLE/texlive/SuSEconfig.texlive 2008-06-04
19:17:37.385961000 +0200
@@ -225,7 +225,7 @@
# The main system printer.
#
lp=""
-if test -x /usr/bin/lpoptions ; then
+if type -p lpoptions &>/dev/null && lpstat -r &>/dev/null ; then
dev=PS
size=a4
dpi=300
@@ -281,7 +281,7 @@
fi
test -n "$lp" || exit 0 # No (configured) filter system: nothing to do
-if test -x /usr/bin/lpoptions ; then
+if type -p lpoptions &>/dev/null && lpstat -r &>/dev/null ; then
omd5cups=0
if test -r ${md5_cups} ; then
set -- $(cat ${md5_cups}) ; omd5cups=$1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |