Hello community, here is the log from the commit of package cups-filters for openSUSE:Factory checked in at 2017-02-07 11:57:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-03-16 10:26:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cups-filters.new/cups-filters.changes 2017-02-07 11:57:10.843058929 +0100 @@ -1,0 +2,12 @@ +Fri Jan 20 12:24:22 UTC 2017 - [email protected] + +- Version update to 1.13.3: + * As the changelgo is really long for detailed info check NEWS file + * Disable mutool switch to not build with mupdf package in order + to not expand the dependencies too much + * /usr/lib/cups/filter/textonly was renamed to texttotext + * pstopdf filter dropped by upstream + * Add new driverless binary/driver to work with new style IPP printers + that do not require any driver + +------------------------------------------------------------------- Old: ---- cups-filters-1.8.2.tar.xz New: ---- cups-filters-1.13.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cups-filters.spec ++++++ --- /var/tmp/diff_new_pack.T6L8ws/_old 2017-02-07 11:57:11.402979549 +0100 +++ /var/tmp/diff_new_pack.T6L8ws/_new 2017-02-07 11:57:11.406978982 +0100 @@ -1,7 +1,7 @@ # # spec file for package cups-filters # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,9 +17,9 @@ Summary: OpenPrinting CUPS filters, backends, and cups-browsed +# See also http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format License: GPL-2.0 and GPL-2.0+ and GPL-3.0 and MIT Group: Hardware/Printing -# See also http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format Url: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters # For a breakdown of the licensing, see COPYING file # GPLv2: filters: commandto*, imagetoraster, pdftops, rasterto*, @@ -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.8.2 +Version: 1.13.3 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. @@ -162,8 +162,8 @@ %package ghostscript Summary: OpenPrinting CUPS filters for Ghostscript -Group: Hardware/Printing # Newer cups-filters versions use stuff that is provided since CUPS > 1.5.4: +Group: Hardware/Printing Requires: cups > 1.5.4 # Provide the well known generic name "gstoraster" so that it is easier for users # to find or install the RPM package name "cups-filters-ghostscript" that actually provides it @@ -187,8 +187,8 @@ %package foomatic-rip Summary: OpenPrinting CUPS filter foomatic-rip -Group: Hardware/Printing # Newer cups-filters versions use stuff that is provided since CUPS > 1.5.4: +Group: Hardware/Printing Requires: cups > 1.5.4 # Because gstoraster is linked with libcupsfilters.so # that library is in the cups-filters-ghostscript sub-package @@ -229,8 +229,8 @@ %package cups-browsed Summary: OpenPrinting cups-browsed for CUPS Browsing -Group: Hardware/Printing # Newer cups-filters versions use stuff that is provided since CUPS > 1.5.4: +Group: Hardware/Printing Requires: cups > 1.5.4 # Do not conflict with CUPS < 1.6 regardless that up to CUPS 1.5.4 # the CUPS Browsing functionality is provided by the cupsd @@ -287,7 +287,9 @@ # because the RPM macro configure does that. # --with-pdftops=pdftops - use Poppler instead of Ghostscript (see README) # --enable-braille - enable Braille embosing filters, requires liblouis +# --disable-mutool - disable mupdf processing as we use ghostcript %configure --disable-static \ + --disable-mutool \ --disable-silent-rules \ --enable-shared \ --enable-imagefilters \ @@ -303,7 +305,7 @@ make check %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} +%make_install # 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 @@ -410,7 +412,11 @@ %defattr(-,root,root) %doc __doc/README __doc/AUTHORS __doc/NEWS __doc/COPYING __doc/fontembed.README %config(noreplace) %{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf +%{_bindir}/driverless +%{_mandir}/man1/driverless.1.gz %dir /usr/lib/cups +%dir /usr/lib/cups/driver +/usr/lib/cups/driver/driverless %dir /usr/lib/cups/backend %attr(0755,root,root) /usr/lib/cups/backend/beh %attr(0755,root,root) /usr/lib/cups/backend/implicitclass @@ -418,6 +424,7 @@ # Serial backend needs to run as root # see https://bugzilla.redhat.com/show_bug.cgi?id=212577#c4 %attr(0700,root,root) /usr/lib/cups/backend/serial +%attr(0755,root,root) /usr/lib/cups/backend/driverless %dir /usr/lib/cups/filter %attr(0755,root,root) /usr/lib/cups/filter/bannertopdf %attr(0755,root,root) /usr/lib/cups/filter/commandtoescpx @@ -430,14 +437,14 @@ %attr(0755,root,root) /usr/lib/cups/filter/pdftopdf %attr(0755,root,root) /usr/lib/cups/filter/pdftops %attr(0755,root,root) /usr/lib/cups/filter/pdftoraster -%attr(0755,root,root) /usr/lib/cups/filter/pstopdf %attr(0755,root,root) /usr/lib/cups/filter/rastertoescpx %attr(0755,root,root) /usr/lib/cups/filter/rastertopclx +%attr(0755,root,root) /usr/lib/cups/filter/rastertops %attr(0755,root,root) /usr/lib/cups/filter/rastertopdf %attr(0755,root,root) /usr/lib/cups/filter/sys5ippprinter -%attr(0755,root,root) /usr/lib/cups/filter/textonly %attr(0755,root,root) /usr/lib/cups/filter/texttopdf %attr(0755,root,root) /usr/lib/cups/filter/texttops +%attr(0755,root,root) /usr/lib/cups/filter/texttotext %attr(0755,root,root) /usr/lib/cups/filter/urftopdf # Filters for braille embosser support: %attr(0755,root,root) /usr/lib/cups/filter/brftoembosser @@ -466,6 +473,8 @@ %dir %{_datadir}/cups/mime %{_datadir}/cups/mime/cupsfilters.types %{_datadir}/cups/mime/cupsfilters.convs +%{_datadir}/cups/mime/cupsfilters-ghostscript.convs +%{_datadir}/cups/mime/cupsfilters-poppler.convs # MIME conversion types and rules for braille embosser support: %{_datadir}/cups/mime/braille.types %{_datadir}/cups/mime/braille.convs @@ -500,6 +509,7 @@ %dir /usr/lib/cups/filter %attr(0755,root,root) /usr/lib/cups/filter/gstoraster %attr(0755,root,root) /usr/lib/cups/filter/gstopxl +%attr(0755,root,root) /usr/lib/cups/filter/gstopdf %{_libdir}/libcupsfilters.so.* %files foomatic-rip ++++++ cups-filters-1.8.2.tar.xz -> cups-filters-1.13.3.tar.xz ++++++ ++++ 50738 lines of diff (skipped)
