Mailinglist Archive: opensuse-commit (771 mails)

< Previous Next >
commit yast2-printer
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 03 Jun 2008 00:56:26 +0200
  • Message-id: <20080602225627.037A46780DE@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-printer
checked in at Tue Jun 3 00:56:26 CEST 2008.


--------
--- yast2-printer/yast2-printer.changes 2008-05-22 14:25:51.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-printer/yast2-printer.changes
2008-06-02 11:29:07.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Jun 2 11:22:52 CEST 2008 - mzugec@xxxxxxx
+
+- install hplip only in case any "hp:/" configured queue exists
+(bnc#395386)
+- 2.16.32
+
+-------------------------------------------------------------------



Old:
----
yast2-printer-2.16.31.tar.bz2

New:
----
yast2-printer-2.16.32.tar.bz2

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

Other differences:
------------------
++++++ yast2-printer.spec ++++++
--- /var/tmp/diff_new_pack.D25182/_old 2008-06-03 00:56:20.000000000 +0200
+++ /var/tmp/diff_new_pack.D25182/_new 2008-06-03 00:56:20.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-printer (Version 2.16.31)
+# spec file for package yast2-printer (Version 2.16.32)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,12 +13,12 @@
Url: http://en.opensuse.org/YaST/Modules/Printer

Name: yast2-printer
-Version: 2.16.31
+Version: 2.16.32
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-printer-2.16.31.tar.bz2
+Source0: yast2-printer-2.16.32.tar.bz2
Prefix: /usr
BuildRequires: blocxx-devel cups-devel cups-drivers cups-drivers-stp
docbook-xsl-stylesheets doxygen gcc-c++ libxcrypt-devel libxslt openssl-devel
perl-XML-Writer popt-devel sgml-skel update-desktop-files yast2
yast2-core-devel yast2-devtools yast2-inetd yast2-testsuite zlib-devel
Requires: zlib blocxx yast2-inetd
@@ -58,7 +58,7 @@
Michal Zugec <mzugec@xxxxxxx>

%prep
-%setup -n yast2-printer-2.16.31
+%setup -n yast2-printer-2.16.32

%build
%{prefix}/bin/y2tool y2autoconf
@@ -139,6 +139,10 @@
%exclude %{prefix}/share/doc/packages/yast2-printer/COPYING
%exclude %{prefix}/share/doc/packages/yast2-printer/README
%changelog
+* Mon Jun 02 2008 mzugec@xxxxxxx
+- install hplip only in case any "hp:/" configured queue exists
+ (bnc#395386)
+- 2.16.32
* Thu May 22 2008 mzugec@xxxxxxx
- install and use hplip instead of hpijs-standalone (bnc#388149)
- 2.16.31

++++++ yast2-printer-2.16.31.tar.bz2 -> yast2-printer-2.16.32.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-printer-2.16.31/src/modules/Printer.ycp
new/yast2-printer-2.16.32/src/modules/Printer.ycp
--- old/yast2-printer-2.16.31/src/modules/Printer.ycp 2008-05-22
14:12:24.000000000 +0200
+++ new/yast2-printer-2.16.32/src/modules/Printer.ycp 2008-06-02
11:27:12.000000000 +0200
@@ -12,7 +12,7 @@
* Petr Blahos <pblahos@xxxxxxx>
* Jiri Srain <jsrain@xxxxxxx>
*
- * $Id: Printer.ycp 47791 2008-05-22 12:10:12Z mzugec $
+ * $Id: Printer.ycp 47978 2008-06-02 09:27:11Z mzugec $
*
* Well we all know what modules are for.
*/
@@ -1267,7 +1267,9 @@
if (testAbort ()) return false;

// Printerlib::readHplip();
- if (Package::Installed("hpijs-standalone") ||
(!Package::Installed("hplip") && PackageSystem::Available("hplip")))
Printerlib::installHplip();
+ if (!Package::Installed("hplip") && PackageSystem::Available("hplip")){
+ if (SCR::Execute(.target.bash, "lpstat -v|cut -d' ' -f4|grep -q
'^hp:/'")==0) Printerlib::installHplip();
+ }
CUPS::enable_netcat = PackageSystem::Installed("netcat");

if (! checkSpooler ()) return false;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-printer-2.16.31/VERSION
new/yast2-printer-2.16.32/VERSION
--- old/yast2-printer-2.16.31/VERSION 2008-05-22 13:17:25.000000000 +0200
+++ new/yast2-printer-2.16.32/VERSION 2008-06-02 11:22:49.000000000 +0200
@@ -1 +1 @@
-2.16.31
+2.16.32


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



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