Mailinglist Archive: opensuse-commit (1826 mails)

< Previous Next >
commit cups
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 12 Sep 2008 23:57:37 +0200
  • Message-id: <20080912215738.50DB3678164@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package cups
checked in at Fri Sep 12 23:57:37 CEST 2008.


--------
--- cups/cups.changes 2008-08-23 15:57:13.000000000 +0200
+++ cups/cups.changes 2008-09-12 23:55:40.548123000 +0200
@@ -1,0 +2,10 @@
+Thu Sep 11 11:50:47 CEST 2008 - kssingvo@xxxxxxx
+
+- removed hplip in init script: hplip is no more (bnc#390663)
+
+-------------------------------------------------------------------
+Tue Sep 9 13:56:14 CEST 2008 - kssingvo@xxxxxxx
+
+- beautified $BUILD_DISTRIBUTION_NAME setting
+
+-------------------------------------------------------------------



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

Other differences:
------------------
++++++ cups.spec ++++++
--- /var/tmp/diff_new_pack.F12243/_old 2008-09-12 23:56:28.000000000 +0200
+++ /var/tmp/diff_new_pack.F12243/_new 2008-09-12 23:56:28.000000000 +0200
@@ -30,7 +30,7 @@
Group: Hardware/Printing
Summary: The Common UNIX Printing System
Version: 1.3.8
-Release: 20
+Release: 30
Requires: cups-libs = %{version}, cups-client = %{version}
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
Requires: util-linux /usr/bin/pdftops
@@ -183,9 +183,9 @@
%patch22 -p1
if [ -f /.buildenv ]; then
. /.buildenv
-else
- BUILD_DISTRIBUTION_NAME="personal build CUPS version"
+ test -z "$BUILD_DISTRIBUTION_NAME" &&
BUILD_DISTRIBUTION_NAME="%{?distribution}"
fi
+test -z "$BUILD_DISTRIBUTION_NAME" && BUILD_DISTRIBUTION_NAME="personal build
CUPS version"
perl -pi -e "s|SUSEVERSION|$BUILD_DISTRIBUTION_NAME|; \
s/CUPSVERSION/%{version}/" %{PATCH100}
#tbd: %patch100 -p1
@@ -434,6 +434,10 @@
%{_datadir}/locale/*/cups_*

%changelog
+* Thu Sep 11 2008 kssingvo@xxxxxxx
+- removed hplip in init script: hplip is no more (bnc#390663)
+* Tue Sep 09 2008 kssingvo@xxxxxxx
+- beautified $BUILD_DISTRIBUTION_NAME setting
* Sat Aug 23 2008 aj@xxxxxxx
- Remove -p from fillups call.
* Wed Jul 23 2008 kssingvo@xxxxxxx




++++++ cups.init ++++++
--- cups/cups.init 2008-05-15 11:33:42.000000000 +0200
+++ cups/cups.init 2008-09-11 11:50:33.648616000 +0200
@@ -19,7 +19,7 @@
# Provides: cupsd
# Required-Start: $local_fs $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
-# Should-Start: dbus $named $portmap ptal slpd printbill hplip
+# Should-Start: dbus $named $portmap ptal slpd printbill
# Should-Stop: $portmap
# Default-Start: 2 3 5
# Default-Stop: 0 1 6



















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



Remember to have fun...

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

< Previous Next >
This Thread