Hello community,

here is the log from the commit of package m2300w for openSUSE:Factory checked 
in at 2012-04-17 07:46:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/m2300w (Old)
 and      /work/SRC/openSUSE:Factory/.m2300w.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "m2300w", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/m2300w/m2300w.changes    2012-01-24 
12:19:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.m2300w.new/m2300w.changes       2012-04-17 
07:46:34.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Mar 29 12:42:18 CEST 2012 - jsm...@suse.de
+
+- BuildRequire ghostscript-mini (instead of ghostscript-library)
+  because ghostscript-mini is sufficient to build it
+  (related to Ghostscript cleanup bnc#735824).
+- Updated m2300w-0.51-resolution.patch.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ m2300w.spec ++++++
--- /var/tmp/diff_new_pack.40skoz/_old  2012-04-17 07:46:36.000000000 +0200
+++ /var/tmp/diff_new_pack.40skoz/_new  2012-04-17 07:46:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package m2300w
 #
-# 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
@@ -17,15 +17,25 @@
 
 Name:           m2300w
 BuildRequires:  autoconf
+# If foomatic-filters is not installed, configure fails with
+#  "checking for foomatic-rip... no
+#   ERROR: This driver requires foomatic-rip.
+#   Please install the 'foomatic-filters' package first."
 BuildRequires:  foomatic-filters
-BuildRequires:  ghostscript-library
+# If Ghostscript is not installed, configure fails with
+#  "checking for gs... no
+#   This driver requires ghostscript.
+#   Please install ghostscript first."
+# But ghostscript-mini is sufficient to build it:
+BuildRequires:  ghostscript-mini
 Url:            http://sourceforge.net/projects/m2300w/
 Summary:        Konica Minolta magicolor 2300W and 2400W Printer Driver
 License:        GPL-2.0+
 Group:          Hardware/Printing
 Version:        0.51
 Release:        0
-Requires:       ghostscript-library >= 7.05, foomatic-filters
+Requires:       ghostscript
+Requires:       foomatic-filters
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        
http://heanet.dl.sourceforge.net/sourceforge/m2300w/m2300w-%{version}.tar.bz2
 # Patch100... is for openSUSE/Novell patches which which are not intended for 
upstream.
@@ -45,15 +55,6 @@
 which means that help, a workaround, or a bugfix
 is rather unlikely if there are issues with this driver.
 
-
-Authors:
---------
-    Gerhard Fuernkranz
-    Leif Birkenfeld
-    Thomas Rohringer
-    Rick Richardson
-    
-
 %prep
 # Be quiet when unpacking:
 %setup -q
@@ -78,7 +79,7 @@
 %post
 # send CUPS daemon SIGHUP to let it recognize new files:
 if test -x /etc/init.d/cups && /etc/init.d/cups status >/dev/null
-then /etc/init.d/cups reload >/dev/null || /bin/true
+then /etc/init.d/cups reload >/dev/null
 fi
 # exit successfully in any case:
 exit 0

++++++ m2300w-0.51-resolution.patch ++++++
--- /var/tmp/diff_new_pack.40skoz/_old  2012-04-17 07:46:36.000000000 +0200
+++ /var/tmp/diff_new_pack.40skoz/_new  2012-04-17 07:46:36.000000000 +0200
@@ -1,15 +1,19 @@
 --- m2300w/ppd/magicolor_2400W-m2400w.ppd.orig 2005-10-06 01:39:31.000000000 
+0200
-+++ m2300w/ppd/magicolor_2400W-m2400w.ppd      2007-09-04 20:16:46.000000000 
+0200
-@@ -140,9 +140,9 @@
++++ m2300w/ppd/magicolor_2400W-m2400w.ppd      2012-03-29 12:27:37.000000000 
+0200
+@@ -139,11 +139,11 @@ aft.Gray "
+ *OpenUI *Resolution/Resolution: PickOne
  *FoomaticRIPOption Resolution: enum CmdLine A
  *OrderDependency: 100 AnySetup *Resolution
 -*DefaultResolution: 1200x600
-+*DefaultResolution: 1200x600dpi
 -*Resolution 1200x600/1200x600 dpi: "%% FoomaticRIPOptionSetting: 
Resolution=1200x600"
-+*Resolution 1200x600dpi/1200x600 dpi: "%% FoomaticRIPOptionSetting: 
Resolution=1200x600"
- *FoomaticRIPOptionSetting Resolution=1200x600: "-r 2 "
+-*FoomaticRIPOptionSetting Resolution=1200x600: "-r 2 "
 -*Resolution 2400x600/2400x600 dpi: "%% FoomaticRIPOptionSetting: 
Resolution=2400x600"
-+*Resolution 2400x600dpi/2400x600 dpi: "%% FoomaticRIPOptionSetting: 
Resolution=2400x600"
- *FoomaticRIPOptionSetting Resolution=2400x600: "-r 3 "
+-*FoomaticRIPOptionSetting Resolution=2400x600: "-r 3 "
++*DefaultResolution: 1200x600dpi
++*Resolution 1200x600dpi/1200x600 dpi: "%% FoomaticRIPOptionSetting: 
Resolution=1200x600dpi"
++*FoomaticRIPOptionSetting Resolution=1200x600dpi: "-r 2 "
++*Resolution 2400x600dpi/2400x600 dpi: "%% FoomaticRIPOptionSetting: 
Resolution=2400x600dpi"
++*FoomaticRIPOptionSetting Resolution=2400x600dpi: "-r 3 "
  *CloseUI: *Resolution
  
+ *OpenUI *Multipage/Multipage: PickOne

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

Reply via email to