Hello community,

here is the log from the commit of package epson-inkjet-printer-escpr for 
openSUSE:Factory checked in at 2012-02-16 14:55:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/epson-inkjet-printer-escpr (Old)
 and      /work/SRC/openSUSE:Factory/.epson-inkjet-printer-escpr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "epson-inkjet-printer-escpr", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.changes
    2011-10-07 00:46:30.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.epson-inkjet-printer-escpr.new/epson-inkjet-printer-escpr.changes
       2012-02-16 14:55:54.000000000 +0100
@@ -1,0 +2,12 @@
+Wed Feb  8 12:39:53 CET 2012 - jsm...@suse.de
+
+- Upgraded to version 1.1.1:
+  Provided '1284DeviceID' attributes in the PPD files.
+  Several more supported devices (WP 4010/4023/4520/4533 series).
+  A few bug fixes (in particular for PX-B700 and PX-B750F devices).
+  For details see the NEWS file.
+- Use traditional bash scriptlets for post/postun with
+  an explicite "exit 0" line at the end to be fail safe
+  and therefore also "PreReq: /sbin/ldconfig" explicitly.
+
+-------------------------------------------------------------------

Old:
----
  epson-inkjet-printer-escpr-1.1.0-1lsb3.2.tar.gz

New:
----
  epson-inkjet-printer-escpr-1.1.1-1lsb3.2.tar.gz

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

Other differences:
------------------
++++++ epson-inkjet-printer-escpr.spec ++++++
--- /var/tmp/diff_new_pack.JYecKl/_old  2012-02-16 14:56:11.000000000 +0100
+++ /var/tmp/diff_new_pack.JYecKl/_new  2012-02-16 14:56:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package epson-inkjet-printer-escpr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           epson-inkjet-printer-escpr
-BuildRequires:  cups cups-devel
-Version:        1.1.0
-Release:        1
-License:        GPL-2.0
+BuildRequires:  cups
+BuildRequires:  cups-devel
+Version:        1.1.1
+Release:        0
 Url:            http://avasys.jp/english/linux_e/
-Group:          Hardware/Printing
 Summary:        Epson ESC/P-R Inkjet Printer Driver
+License:        GPL-2.0
+Group:          Hardware/Printing
+# URL to download Source0: 
http://avasys.jp/eng/linux_driver/download/lsb/epson-inkjet/escpr/
 Source0:        epson-inkjet-printer-escpr-%{version}-1lsb3.2.tar.gz
 # This software is a filter program used with CUPS:
 Requires:       cups
+# Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets 
for post/postun:
+PreReq:         /sbin/ldconfig
 # Install into this non-root directory (required when norootforbuild is used):
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -112,9 +117,13 @@
 set -x
 popd
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+exit 0
+
+%postun
+/sbin/ldconfig
+exit 0
 
 %files
 # The files sections list all mandatory files explicitly one by one.

++++++ epson-inkjet-printer-escpr-1.1.0-1lsb3.2.tar.gz -> 
epson-inkjet-printer-escpr-1.1.1-1lsb3.2.tar.gz ++++++
++++ 8233 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to