Hello community, here is the log from the commit of package cups-filters for openSUSE:Factory checked in at 2015-03-16 06:59:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-01-20 18:59:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cups-filters.new/cups-filters.changes 2015-03-16 06:59:39.000000000 +0100 @@ -1,0 +2,38 @@ +Thu Mar 12 14:48:10 UTC 2015 - [email protected] + +- Reenable threads, seems to work fine. If there are thread related + issues assign the bug to me. + +------------------------------------------------------------------- +Thu Mar 12 15:47:17 CET 2015 - [email protected] + +- Version upgrade to 1.0.67 + Changes in 1.0.67: + * cups-browsed: Use g_source_remove() instead of + g_source_destroy() for killing auto shutdown timers + (Ubuntu bug #1427344). + +------------------------------------------------------------------- +Thu Mar 7 13:15:12 UTC 2015 - [email protected] + +- Do no longer create foomatic-rip symlink that is now done + by make install command (see linuxfoundation.org bug #1255 + and the entry dated "Mon Aug 25 15:30:37 CEST 2014" below). +- Fix postun call on cups-browsed to call right rpm macro + +------------------------------------------------------------------- +Sat Mar 7 12:24:51 UTC 2015 - [email protected] + +- Version bump to 1.0.66: + * Many fixes in cups-browsed in particular a SECURITY FIX: + Fixed a bug in the remove_bad_chars() failing to reliably + filter out illegal characters if there are two or more + subsequent illegal characters, allowing execution of arbitrary + commands with the rights of the "lp" user, using forged print + service announcements on DNS-SD servers + (CVE-2015-2265, boo#921753, linuxfoundation.org bug #1265). + * Compat code for new poppler. + * For detailed listing see NEWS file in documentation. +- Use .xz for tarball, bit smaller, adds dep on xz, no biggie + +------------------------------------------------------------------- Old: ---- cups-filters-1.0.58.tar.gz New: ---- cups-filters-1.0.67.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cups-filters.spec ++++++ --- /var/tmp/diff_new_pack.VoyS3t/_old 2015-03-16 06:59:40.000000000 +0100 +++ /var/tmp/diff_new_pack.VoyS3t/_new 2015-03-16 06:59:40.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package cups-filters # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -36,14 +36,9 @@ # 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.58 +Version: 1.0.67 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". -# For official cups-filters releases tarball_version and version are the same (i.e. "define tarball_version %{version}") -# Special tarball_version needed for current cups-filters e.g. "define tarball_version 9.10rc1". -%define tarball_version %{version} -Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{tarball_version}.tar.gz +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. # The foomatic-rip version that is provided by cups-filters is not specified in the cups-filters sources # but on http://www.openprinting.org/download/foomatic/ the foomatic-filters-4.0-current.tar.gz @@ -90,6 +85,7 @@ BuildRequires: glibc-devel BuildRequires: libtool BuildRequires: systemd +BuildRequires: xz %systemd_requires # test requires BuildRequires: dejavu-fonts @@ -264,8 +260,7 @@ This package contains the development files for cups-filters. %prep -# Be quiet when unpacking and use a directory name matching Source0: -%setup -q -n cups-filters-%{tarball_version} +%setup -q %build # Just do what is described in the upstream INSTALL file @@ -286,23 +281,13 @@ --without-php \ --with-rcdir=no \ --with-test-font-path=/usr/share/fonts/truetype/DejaVuSans.ttf -# At least for now - until an expert may have had a look - using plain make -# instead of make with _smp_mflags because that caused sometimes strange build failures: -make +make %{?_smp_mflags} %check -# At least for now - until an expert may have had a look - using plain make -# instead of make with _smp_mflags because that caused sometimes strange build failures: -make check +make check %{?_smp_mflags} %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 @@ -392,7 +377,7 @@ exit 0 %postun cups-browsed -%service_del_preun cups-browsed.service +%service_del_postun cups-browsed.service exit 0 %files -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
