Hello community,

here is the log from the commit of package OpenPrintingPPDs for 
openSUSE:Factory checked in at 2014-04-04 16:40:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenPrintingPPDs (Old)
 and      /work/SRC/openSUSE:Factory/.OpenPrintingPPDs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenPrintingPPDs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenPrintingPPDs/OpenPrintingPPDs.changes        
2013-03-08 09:28:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.OpenPrintingPPDs.new/OpenPrintingPPDs.changes   
2014-04-04 16:40:27.000000000 +0200
@@ -1,0 +2,26 @@
+Thu Apr  3 14:39:15 CEST 2014 - jsm...@suse.de
+
+- Version upgrade to 4.0.0.1
+  The package version is the PPD-O-MATIC version mentioned in the
+  PPD files which is currently "PPD-O-MATIC (4.0.0 or newer)"
+  plus an additional trailing version number by openSUSE
+  (currently ".1") so that openSUSE package upgrades get
+  a strictly increasing sequence of versions.
+- Define foomatic_rip_version 4.0.0 as the required minimal
+  foomatic-rip version by the PPD files.
+- In determine_drivers_to_be_considered.sh exlude all PPDs
+  for all foo2* drivers to avoid any possible issues with
+  ZjStream printers and the related JBIG patent issues.
+  If such printers are supported, they would have to be supported
+  by an appropriate driver RPM that contains matching PPDs
+  and not by plain PPDs without driver from OpenPrinting.
+
+-------------------------------------------------------------------
+Sat Mar 29 11:03:39 UTC 2014 - joerg.loren...@ki.tng.de
+
+- update complete PPD database, current version is still 4.0.0
+- fix script move_downloaded_PPDs_to_their_actual_type_of_driver.sh
+  to move all PPDs to the right directory (there are little changes
+  in 'FoomaticRIPCommandLine')
+
+-------------------------------------------------------------------

Old:
----
  OpenPrintingPPDs-4.0.0.tar.bz2

New:
----
  OpenPrintingPPDs-4.0.0.1.tar.bz2

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

Other differences:
------------------
++++++ OpenPrintingPPDs.spec ++++++
--- /var/tmp/diff_new_pack.ByomyZ/_old  2014-04-04 16:40:28.000000000 +0200
+++ /var/tmp/diff_new_pack.ByomyZ/_new  2014-04-04 16:40:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package OpenPrintingPPDs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -29,7 +29,15 @@
 Summary:        PPD files from OpenPrinting.org
 License:        GPL-2.0+ and MIT
 Group:          Hardware/Printing
-Version:        4.0.0
+# The package version is the PPD-O-MATIC version mentioned in the PPD files
+# which is currently "PPD-O-MATIC (4.0.0 or newer)"
+# and/or the required minimal foomatic-rip version by the PPD files
+# which is currently "Foomatic 4.0.0"
+# (macro name can be only alphanumeric and '_' i.e. "foomatic-rip_version" 
does not work)
+%define foomatic_rip_version 4.0.0
+# plus an additional trailing version number by openSUSE
+# so that openSUSE package upgrades get a strictly increasing sequence of 
versions:
+Version:        4.0.0.1
 Release:        0
 Url:            
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/query
 BuildArch:      noarch
@@ -79,7 +87,7 @@
 # This version is no typo because the PPDs are created at OpenPrinting.org
 # by PPD-O-MATIC version X.Y.Z which is the version of this package
 # and usually those PPDs require at least the same version of the foomatic-rip 
filter:
-Requires:       foomatic-filters >= %{version}
+Requires:       foomatic-filters >= %{foomatic_rip_version}
 Requires:       ghostscript-library
 
 %description ghostscript
@@ -95,7 +103,7 @@
 # This version is no typo because the PPDs are created at OpenPrinting.org
 # by PPD-O-MATIC version X.Y.Z which is the version of this package
 # and usually those PPDs require at least the same version of the foomatic-rip 
filter:
-Requires:       foomatic-filters >= %{version}
+Requires:       foomatic-filters >= %{foomatic_rip_version}
 Requires:       ghostscript-library
 Requires:       hplip-hpijs
 
@@ -115,7 +123,7 @@
 # This version is no typo because the PPDs are created at OpenPrinting.org
 # by PPD-O-MATIC version X.Y.Z which is the version of this package
 # and usually those PPDs require at least the same version of the foomatic-rip 
filter:
-Requires:       foomatic-filters >= %{version}
+Requires:       foomatic-filters >= %{foomatic_rip_version}
 
 %description postscript
 PPD files for PostScript printers
@@ -238,10 +246,6 @@
 # The particular GDI printer models which are supported have already their
 # individual /usr/share/cups/model/OpenPrintingPPDs/ghostscript/*gdi* PPD 
files.
 rm 
%{buildroot}/usr/share/cups/model/OpenPrintingPPDs/ghostscript/Generic-GDI_Printer.gdi.ppd.gz
-# Do not install PPDs for the Ghostscript driver "lx5000" because
-# the driver is removed from the default build in Ghostscript,
-# see https://bugzilla.novell.com/show_bug.cgi?id=760684#c1
-rm 
%{buildroot}/usr/share/cups/model/OpenPrintingPPDs/ghostscript/*.lx5000.ppd.gz
 
 %files
 %defattr(-,root,root)

++++++ OpenPrintingPPDs-4.0.0.tar.bz2 -> OpenPrintingPPDs-4.0.0.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/OpenPrintingPPDs/OpenPrintingPPDs-4.0.0.tar.bz2 
/work/SRC/openSUSE:Factory/.OpenPrintingPPDs.new/OpenPrintingPPDs-4.0.0.1.tar.bz2
 differ: char 11, line 1

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

Reply via email to