Hello community, here is the log from the commit of package cups-filters for openSUSE:Factory checked in at 2016-03-16 10:26:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-12-27 01:58:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cups-filters.new/cups-filters.changes 2016-03-16 10:26:29.000000000 +0100 @@ -1,0 +2,73 @@ +Thu Mar 3 15:45:39 CET 2016 - [email protected] + +- Version upgrade to 1.8.2 + * Allow disabling dependencies on Ghostscript and Foomatic + (Bug #1342). + * cups-browsed: Optionally generate also local queues pointing + to remote raw queues. Usually only queues pointing to remote + queues with PPD/driver are created (Debian bug #814020, + Debian bug #756724). +- Version upgrade to 1.8.1 + * cups-browsed: Do not disable queues which still have jobs (and + therefore cannot be removed) when avahi-daemon goes away, the + print server is most probably still available and printing can + be continued. Especially important on mobile devices where + avahi-daemon is shut down when the print dialog is closed (and + the job(s) still printing). +- Version upgrade to 1.8.0 + * COPYING: Replaced the COPYING file by a file in Debian format, + derived from Debian's file but updated and corrected. + * braille: Added info about additional packages needed for + Braille printing to the README file. + * braille: Let the Braille filters use lou_translate of + liblouis if the more sophisticated file2brl of liblouisutdml + is not installed. This is decided on at run time, so later + installation of liblouisutdml will let the filters + automatically switch to file2brl. + * braille: Allow to build with Braille support also if + liblouis is not installed at build time. + * braille: Added checks for the presence of helper tools, to + get clear messages in the CUPS error_log if something is + missing. + * Fixed copyright headers of files inherited from CUPS or + derived from CUPS, pointing to COPYING as license info file, + removing Apple exceptions, removing hints that a missing + license info file can be found at www.cups.org, and removing + "$Id" SVN file ID placeholders. + * Updated COPYING file for missing implicitclass and beh + backends. +- Version upgrade to 1.7.0 + * cups-browsed: Added possibility to trigger the auto shutdown + by the queues of cups-browsed being without jobs. Before + auto shutdown was only possible when all queues have gone + away. This allows auto shutdown on mobile devices where + avahi-daemon is also used for other things than printing. +- Version upgrade to 1.6.0 + * cups-browsed: Fixed use of CUPS domain socket, both + detection during build process and permission check at + runtime. + * foomatic-rip: Fixed buffer overflow when reading environment + variables CUPS_FONTPATH, CUPS_DATADIR, and GS_LIB (Bug + #1336). + * beh: Introduced beh, the Backend Error Handler, a wrapper + backend to make handling of backend errors more + configurable. This backend is a C re-write of the beh + backend written in Perl which was part of the former + foomatic-filters package. Several people asked for beh + getting moved to cups-filters. + * braille: Make image printing working also if ImageMagick + generates formatted images without header. + * braille: If the user does not select a Braille translation, + let the embosser do the translation. + * cups-browsed: Added version info to help screen and start-up + in debug mode, call help screen also via "--version" option. + * cups-browsed: Minor improvements in help screen and man page. +- Version upgrade to 1.5.0 + * cups-browsed: Allow use of an alternative configuration file + via the "-c" command line option. + * cups-browsed: Allow supplying configuration settings via the + command line using the "-o" command line option. + * cups-browsed: Command line help via the "-h" or "--help" + command line option. + +------------------------------------------------------------------- Old: ---- cups-filters-1.4.0.tar.xz New: ---- cups-filters-1.8.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cups-filters.spec ++++++ --- /var/tmp/diff_new_pack.dB8RYU/_old 2016-03-16 10:26:30.000000000 +0100 +++ /var/tmp/diff_new_pack.dB8RYU/_new 2016-03-16 10:26:30.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package cups-filters # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,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.4.0 +Version: 1.8.2 Release: 0 Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz # Since cups-filters version 1.0.42 foomatic-rip is also provided by cups-filters. @@ -412,6 +412,7 @@ %config(noreplace) %{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf %dir /usr/lib/cups %dir /usr/lib/cups/backend +%attr(0755,root,root) /usr/lib/cups/backend/beh %attr(0755,root,root) /usr/lib/cups/backend/implicitclass %attr(0755,root,root) /usr/lib/cups/backend/parallel # Serial backend needs to run as root @@ -441,11 +442,13 @@ # Filters for braille embosser support: %attr(0755,root,root) /usr/lib/cups/filter/brftoembosser %attr(0755,root,root) /usr/lib/cups/filter/imagetobrf -%attr(0755,root,root) /usr/lib/cups/filter/imagetoubrl +# Explicit %attr() mode not applicaple to symlink /usr/lib/cups/filter/imagetoubrl +/usr/lib/cups/filter/imagetoubrl %attr(0755,root,root) /usr/lib/cups/filter/imageubrltoindexv3 %attr(0755,root,root) /usr/lib/cups/filter/imageubrltoindexv4 %attr(0755,root,root) /usr/lib/cups/filter/textbrftoindexv3 -%attr(0755,root,root) /usr/lib/cups/filter/textbrftoindexv4 +# Explicit %attr() mode not applicaple to symlink /usr/lib/cups/filter/textbrftoindexv4 +/usr/lib/cups/filter/textbrftoindexv4 %attr(0755,root,root) /usr/lib/cups/filter/texttobrf %dir %{_datadir}/cups %{_datadir}/cups/banners ++++++ cups-filters-1.4.0.tar.xz -> cups-filters-1.8.2.tar.xz ++++++ ++++ 5881 lines of diff (skipped)
