Hello community,

here is the log from the commit of package cups-filters for openSUSE:Factory 
checked in at 2014-08-28 21:04:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cups-filters (Old)
 and      /work/SRC/openSUSE:Factory/.cups-filters.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cups-filters"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cups-filters/cups-filters.changes        
2014-07-31 10:04:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cups-filters.new/cups-filters.changes   
2014-08-28 21:04:57.000000000 +0200
@@ -1,0 +2,74 @@
+Mon Aug 25 15:30:37 CEST 2014 - [email protected]
+
+- A /usr/bin/foomatic-rip -> /usr/lib/cups/filter/foomatic-rip 
+  symlink is added to the cups-filters-foomatic-rip sub-package
+  to make our lsb RPM installable again (bnc#892604).
+  LSB currently requires /usr/bin/foomatic-rip but future LSB
+  will require /usr/lib/cups/filter/foomatic-rip see
+  https://lsbbugs.linuxfoundation.org/show_bug.cgi?id=3900
+
+-------------------------------------------------------------------
+Mon Aug 25 10:22:51 CEST 2014 - [email protected]
+
+- Version upgrade to 1.0.58
+  Changes in 1.0.58 (excerpt - for details see the NEWS file):
+  * pdftoraster: Changed ICC profile get function to accept a
+    PPD fallback profile.
+  * pdftoraster: Fixed handling of cupsColorSpaces 18,19,20.
+  * rastertopdf: Grayscale color conversion now properly inverts
+    bits.
+  * rastertopdf: Implemented basic 8bit->8bit color space
+    conversions.
+  * rastertopdf: Added black point compensation.
+  * rastertopdf: Added handling of color rendering intent.
+  * gstoraster, imagetoraster, pdftoraster, rastertopclx,
+    rastertopdf, foomatic-rip: Use color management functions in
+    libcupsfilters.
+  * libcupsfilters: Modified code formatting and documentation in
+    the color management functions.
+  * libcupsfilters: Fixed string handling and added debug log
+    messages in the color management functions.
+  * libcupsfilters: Fixed Adobe RGB matrix for proper rendering
+    (transpose)
+  * libcupsfilters: Moved color management functions from the
+    individual filters to the libcupsfilters library.
+- Version upgrade to 1.0.57
+  Changes in 1.0.57 (excerpt - for details see the NEWS file):
+  * Build system: Explicitly link to libm as -lm was dropped
+    from cups-config --libs.
+  * libcupsfilters, foomaticrip, gstoraster, imagetoraster,
+    pdftoraster, rastertopclx, rastertopdf: Handle absence of
+    colord or D-Bus gracefully (Ubuntu bug #1356405).
+- Version upgrade to 1.0.56
+  Changes in 1.0.56 (excerpt - for details see the NEWS file):
+  * Major regression fix in cups-browsed (introduced in 1.0.55
+    by no longer creating a local queue pointing to a remote
+    raw queue that causes no longer creating local queues for
+    traditional CUPS Browsing remote CUPS queues):
+    Do not consider a remote CUPS queue as raw if the TXT record
+    is NULL as for queues broadcasted by the legacy CUPS method
+    the TXT record does not exist. Now  consider a queue with
+    NULL TXT record only as raw if the domain entry is not empty
+    which tells that the queue is Bonjour-broadcasted
+    (linuxfoundation.org bug #1223).
+  * cups-browsed: Do also not mark a discovered printer as
+    already provided by another server when the other server's
+    queue has "unconfirmed" status. Mark the other queue with
+    "disappeared" or "unconfirmed" status as duplicate of the
+    discovered printer so that the new queue for the discovered
+    printer does not get removed when the entry for the other
+    queue times out.
+  * rastertopdf: Some code polishing and removal of now unneeded
+    functions
+  * rastertopdf: Reduced color space handling to only
+    PWG-supported color spaces
+  * rastertopdf: Added colorspace calibration function; included
+    optional "/Alternate" PDF key for ICC profile embedding
+  * rastertopdf: Colorspace sRGB now embeds srgb icc profile;
+    implemented ICC Profile embedding (PDF 1.3 spec)
+  * rastertopdf: Added basic color calibration
+  * rastertopdf: Implemented ICC Profile creation code for IPP
+    Everywhere (from PWG raster)
+  * pdftoraster: Added colord handling of ICC profiles
+
+-------------------------------------------------------------------
@@ -5 +79 @@
-  Changes in 1.0.54 (excerpt - for details see the NEWS file):
+  Changes in 1.0.55 (excerpt - for details see the NEWS file):

Old:
----
  cups-filters-1.0.55.tar.gz

New:
----
  cups-filters-1.0.58.tar.gz

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

Other differences:
------------------
++++++ cups-filters.spec ++++++
--- /var/tmp/diff_new_pack.5f1cKT/_old  2014-08-28 21:04:59.000000000 +0200
+++ /var/tmp/diff_new_pack.5f1cKT/_new  2014-08-28 21:04:59.000000000 +0200
@@ -36,7 +36,7 @@
 #       and also run: zypper vcmp 'next version' 'current version'
 # e.g. zypper vcmp '1.0.49' '1.0.49.20140326' -> 1.0.49 is older than 
1.0.49.20140326
 #  and zypper vcmp '1.0.50' '1.0.49.20140326' -> 1.0.50 is newer than 
1.0.49.20140326
-Version:        1.0.55
+Version:        1.0.58
 Release:        0
 # tarball_version is used below to specify the directory via "setup -n":
 # Special tarball_version needed for current cups-filters e.g. "define 
tarball_version 9.10rc1".
@@ -297,6 +297,12 @@
 
 %install
 make install DESTDIR=%{buildroot}
+# LSB requires /usr/bin/foomatic-rip only future LSB will require 
/usr/lib/cups/filter/foomatic-rip
+# see https://lsbbugs.linuxfoundation.org/show_bug.cgi?id=3900
+# so that a /usr/bin/foomatic-rip -> /usr/lib/cups/filter/foomatic-rip symlink 
is added
+# to our cups-filters-foomatic-rip sub-package to make the lsb RPM installable 
again
+# see https://bugzilla.novell.com/show_bug.cgi?id=892604
+ln -s /usr/lib/cups/filter/foomatic-rip %{buildroot}%{_bindir}/foomatic-rip
 # As band-aid for now remove the "# BrowseAllow cups.example.com" example line 
in cups-browsed.conf
 # because currently hostnames do not work, see 
https://bugs.linuxfoundation.org/show_bug.cgi?id=1205
 if grep -q '^# BrowseAllow cups.example.com' 
%{buildroot}%{_sysconfdir}/cups/cups-browsed.conf
@@ -462,6 +468,7 @@
 %dir /usr/lib/cups
 %dir /usr/lib/cups/filter
 %attr(0755,root,root) /usr/lib/cups/filter/foomatic-rip
+%{_bindir}/foomatic-rip
 %{_mandir}/man1/foomatic-rip.1.gz
 
 %files cups-browsed

++++++ cups-filters-1.0.55.tar.gz -> cups-filters-1.0.58.tar.gz ++++++
++++ 2490 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to