2463e0
# build braille subpackage on Fedora, don't do it on CentOS Stream 9 or older
2463e0
%if 0%{?fedora} || 0%{?rhel} > 9
2463e0
%bcond_without braille
2463e0
%else
2463e0
%bcond_with braille
2463e0
%endif
2463e0
706f84
# we build CUPS also with relro
706f84
%global _hardened_build 1
706f84
706f84
Summary: OpenPrinting CUPS filters and backends
706f84
Name:    cups-filters
706f84
Version: 1.20.0
2463e0
Release: 29%{?dist}
706f84
706f84
# For a breakdown of the licensing, see COPYING file
706f84
# GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
706f84
#                   imagetopdf, pstopdf, texttopdf
706f84
#         backends: parallel, serial
706f84
# GPLv2+:  filters: gstopxl, textonly, texttops, imagetops, foomatic-rip
706f84
# GPLv3:   filters: bannertopdf
706f84
# GPLv3+:  filters: urftopdf, rastertopdf
706f84
# LGPLv2+:   utils: cups-browsed
706f84
# MIT:     filters: gstoraster, pdftoijs, pdftoopvp, pdftopdf, pdftoraster
706f84
License: GPLv2 and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2+ and MIT and BSD with advertising
706f84
706f84
Url:     http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
706f84
Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
d1f40f
Source1: testprint
706f84
706f84
Patch01: cups-filters-createall.patch
706f84
Patch02: cups-filters-brftopagedbrf-install.patch
706f84
# covscan fixes from upstream
706f84
Patch03: cups-filters-covscan.patch
706f84
# 1626996 - cups-filters: Sticky EOF behavior in glibc breaks descriptor concatenation using dup2
706f84
Patch04: cups-filters-cleareof.patch
706f84
# 1609264 - links in man page is wrong - it shows 'cups-browsed' in path, but we 
706f84
# have 'cups-filters' in path, because it is shipped in 'cups-filters' package
706f84
# instead of 'cups-browsed' as Ubuntu does. I can repack the project later,
706f84
# so cups-browsed would have separate sub package, so the link would be correct
706f84
Patch05: cups-browsed.8.patch
706f84
# change in ghostscript broke printing for several printer models, the fix is to use
706f84
# different ghostscript option, taken from upstream
706f84
# bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=1712814
706f84
Patch06: 0001-foomatic-rip-Changed-Ghostscript-call-to-count-pages.patch
5fc268
# rebuild and patch for FIPS compliance, backported from upstream (#1605101)
5fc268
Patch07: pdftopdf-nocrypt.patch
5fc268
# 1776270 - cups-browsed leaks sockets
5fc268
Patch08: cups-browsed-socket-leak.patch
11fe80
# 1677731 - error messages when using cups-browsed
11fe80
Patch09: cups-browsed-error-messages.patch
11fe80
# 1813229 - cups-browsed leaks memory
11fe80
Patch10: cups-browsed-memory-leaks.patch
c8d41b
# 1891681 - [RHEL 8] foomatic-rip files up /var/spool/tmp with temporary files
c8d41b
Patch11: foomatic-remove-tmpfile.patch
cc05f0
# 1889798 - Rebuild cups-filters due to rebase of poppler
cc05f0
Patch12: poppler-20.11.0.patch
f60f1a
# 1894543 - Fix '.setfilladjust' usage after gs upgrade to 9.27
f60f1a
Patch13: 0001-gstoraster-Use-.setfilladjust2-PostScript-command-fo.patch
c5d428
# 1931603 - cups-browsed doesn't save "-default" options
c5d428
Patch14: 0001-cups-browsed-Always-save-.-default-option-entries-fr.patch
a3c8ab
# 1972981 - cups-browsed doesn't renew DBus subscription in time and all printing comes to a halt
a3c8ab
Patch15: cups-browsed-renew.patch
ce43ae
# 1981612 - [RHEL 8] pdftopdf doesn't handle "page-range=10-2147483647" correctly
ce43ae
Patch16: 0001-libcupsfilters-Fix-page-range-like-10-in-pdftopdf-fi.patch
706f84
2463e0
%if %{with braille}
2463e0
Recommends: %{name}-braille%{?_isa} = %{version}-%{release}
2463e0
%endif
2463e0
706f84
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
706f84
706f84
# gcc and gcc-c++ is not in buildroot by default
706f84
706f84
# gcc for backends (implicitclass, parallel, serial, backend error handling)
706f84
# cupsfilters (colord, color manager...), filter (banners, 
706f84
# commandto*, braille, foomatic-rip, imagetoraster, imagetopdf, gstoraster e.g.),
706f84
# fontembed, cups-browsed
706f84
BuildRequires: gcc
706f84
# gcc-c++ for pdftoopvp, pdftopdf
706f84
BuildRequires: gcc-c++
706f84
706f84
BuildRequires: cups-devel
706f84
BuildRequires: pkgconfig
706f84
# pdftopdf
706f84
BuildRequires: pkgconfig(libqpdf)
706f84
# pdftops
706f84
BuildRequires: poppler-utils
706f84
# pdftoijs, pdftoopvp, pdftoraster, gstoraster
706f84
BuildRequires: pkgconfig(poppler)
706f84
BuildRequires: poppler-cpp-devel
706f84
BuildRequires: libjpeg-devel
706f84
BuildRequires: libtiff-devel
706f84
BuildRequires: pkgconfig(libpng)
706f84
BuildRequires: pkgconfig(zlib)
706f84
BuildRequires: pkgconfig(dbus-1)
706f84
BuildRequires: ghostscript
706f84
# libijs
706f84
BuildRequires: pkgconfig(ijs)
706f84
BuildRequires: pkgconfig(freetype2)
706f84
BuildRequires: pkgconfig(fontconfig)
706f84
BuildRequires: pkgconfig(lcms2)
706f84
# cups-browsed
706f84
BuildRequires: avahi-devel
706f84
BuildRequires: pkgconfig(avahi-glib)
706f84
BuildRequires: pkgconfig(glib-2.0)
706f84
BuildRequires: systemd
706f84
706f84
# Make sure we get postscriptdriver tags.
706f84
BuildRequires: python3-cups
706f84
706f84
# Testing font for test scripts.
706f84
BuildRequires: dejavu-sans-fonts
706f84
706f84
# autogen.sh
706f84
BuildRequires: autoconf
706f84
BuildRequires: automake
706f84
BuildRequires: libtool
706f84
706f84
Requires: cups-filesystem
706f84
# poppler required for banner printing and with ghostscript needed when project
706f84
# is configured with --with-pdftops=hybrid
706f84
Requires: poppler-utils
24c2bd
# 1894543 - just to make sure our filter will work if there is a case when cups-filters
24c2bd
# is updated alone and ghostscript isn't updated. This requirement will make sure we will
24c2bd
# bring along a new ghostscript too.
24c2bd
Requires: ghostscript%{?_isa} >= 0:9.27-1
706f84
706f84
# texttopdf
706f84
Requires: liberation-mono-fonts
706f84
706f84
# pstopdf
706f84
Requires: bc grep sed which
706f84
706f84
# cups-browsed
706f84
# it needs cups.service for running
706f84
Requires: cups
706f84
Requires(post): systemd
706f84
Requires(preun): systemd
706f84
Requires(postun): systemd
706f84
11fe80
# recommends avahi and cups-ipptool - it is needed for driverless support,
11fe80
# but it is useless for older devices and cups servers
11fe80
Recommends: avahi
11fe80
Recommends: cups-ipptool
11fe80
706f84
# older installations can still have ghostscript-cups and foomatic-filters
706f84
# installed, but they are replaced by cups-filters now. We need to obsolete
706f84
# them to have them uninstalled (#1632268)
cc05f0
# rpm complains about unversioned Obsoletes - use NVR bigger than is in RHEL7
cc05f0
# to make the upgrade to RHEL8 work even if RHEL7 obsoleted packages
cc05f0
# get an update
cc05f0
Obsoletes: ghostscript-cups < 9.26-1
cc05f0
Obsoletes: foomatic-filters < 4.0.10-1
706f84
706f84
%package libs
706f84
Summary: OpenPrinting CUPS filters and backends - cupsfilters and fontembed libraries
706f84
# LGPLv2: libcupsfilters
706f84
# MIT:    libfontembed
706f84
License: LGPLv2 and MIT
706f84
706f84
%package devel
706f84
Summary: OpenPrinting CUPS filters and backends - development environment
706f84
License: LGPLv2 and MIT
706f84
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
706f84
2463e0
%if %{with braille}
2463e0
%package braille
2463e0
Summary: OpenPrinting CUPS filters and backends - braille filters and backend
2463e0
License: GPLv2+ and MIT
2463e0
BuildRequires: liblouis-devel
2463e0
Conflicts: cups-filters < 1.28.7-11
2463e0
# we need classic pdftopdf and other filters as well
2463e0
Requires: cups-filters%{?_isa} = %{version}-%{release}
2463e0
# one of lou_translate (from liblouis-utils package) and
2463e0
# file2brl (from liblouisutdml-utils package) is used for file conversions:
2463e0
# => prefer lou_translate from liblouis-utils because liblouis-utils are in
2463e0
# CentOS Stream
2463e0
# liblouis-utils for lou_translate
2463e0
Requires: liblouis-utils
2463e0
%endif
2463e0
706f84
%description
706f84
Contains backends, filters, and other software that was
706f84
once part of the core CUPS distribution but is no longer maintained by
706f84
Apple Inc. In addition it contains additional filters developed
706f84
independently of Apple, especially filters for the PDF-centric printing
706f84
workflow introduced by OpenPrinting.
706f84
706f84
%description libs
706f84
This package provides cupsfilters and fontembed libraries.
706f84
706f84
%description devel
706f84
This is the development package for OpenPrinting CUPS filters and backends.
706f84
2463e0
%if %{with braille}
2463e0
%description braille
2463e0
The package provides filters and cups-brf backend needed for braille printing.
2463e0
%endif
2463e0
2463e0
706f84
%prep
706f84
%setup -q
706f84
706f84
%patch01 -p1 -b .createall
706f84
# 1572450 - cupsd: Filter "brftopagedbrf" not found.
706f84
%patch02 -p1 -b .brftopagedbrf-install
706f84
# covscan fixes from upstream
706f84
%patch03 -p1 -b .covscan
706f84
# 1626996 - cups-filters: Sticky EOF behavior in glibc breaks descriptor concatenation using dup2
706f84
%patch04 -p1 -b .cleareof
706f84
# 1609264 - man pages: wrong links in man cups-browsed
706f84
%patch05 -p1 -b .manpage
706f84
# 1712814 - Removed option from Ghostscript causes breakage of printing by foomatic-rip filter
706f84
%patch06 -p1 -b .foomatic-rip-crash
5fc268
# 1605101 - qpdf: should not re-implement crypto
5fc268
%patch07 -p1 -b .pdftopdf-nocrypt
5fc268
# 1776270 - cups-browsed leaks sockets
5fc268
%patch08 -p1 -b .cups-browsed-socket-leak
11fe80
# 1677731 - error messages when using cups-browsed
11fe80
%patch09 -p1 -b .cups-browsed-error-messages
11fe80
# 1813229 - cups-browsed leaks memory
11fe80
%patch10 -p1 -b .cups-browsed-memory-leak
c8d41b
# 1891681 - [RHEL 8] foomatic-rip files up /var/spool/tmp with temporary files
c8d41b
%patch11 -p1 -b .remove-tmpfile
cc05f0
# 1889798 - Rebuild cups-filters due to rebase of poppler
cc05f0
%patch12 -p1 -b .poppler2011
f60f1a
# 1894543 - Fix '.setfilladjust' usage after gs upgrade to 9.27
f60f1a
%patch13 -p1 -b .setfilladjust
c5d428
# 1931603 - cups-browsed doesn't save "-default" options
c5d428
%patch14 -p1 -b .cups-browsed-save-default-options
a3c8ab
# 1972981 - cups-browsed doesn't renew DBus subscription in time and all printing comes to a halt
a3c8ab
%patch15 -p1 -b .renew
ce43ae
# 1981612 - [RHEL 8] pdftopdf doesn't handle "page-range=10-2147483647" correctly
ce43ae
%patch16 -p1 -b .ranges
c5d428
706f84
706f84
%build
706f84
# work-around Rpath
706f84
./autogen.sh
706f84
706f84
# --with-pdftops=hybrid - use Poppler's pdftops instead of Ghostscript for
706f84
#                         Brother, Minolta, and Konica Minolta to work around
706f84
#                         bugs in the printer's PS interpreters
706f84
# --with-rcdir=no - don't install SysV init script
706f84
# --enable-auto-setup-driverless - enable automatic setup of IPP network printers
706f84
#                                  with driverless support
706f84
# --enable-driverless - enable PPD generator for driverless printing in 
706f84
#                       /usr/lib/cups/driver, it is for manual setup of 
706f84
#                       driverless printers with printer setup tool
706f84
# --disable-static - do not build static libraries (becuase of Fedora Packaging
706f84
#                    Guidelines)
706f84
# --enable-dbus - enable DBus Connection Manager's code
706f84
# --disable-silent-rules - verbose build output
706f84
# --disable-mutool - mupdf is retired in Fedora, use qpdf
706f84
706f84
%configure --disable-static \
706f84
           --disable-silent-rules \
706f84
           --with-pdftops=hybrid \
706f84
           --enable-dbus \
706f84
           --with-rcdir=no \
706f84
           --disable-mutool \
706f84
           --enable-driverless \
2463e0
%if %{with braille}
2463e0
           --enable-braille \
2463e0
%else
2463e0
           --disable-braille \
2463e0
%endif
706f84
           --enable-auto-setup-driverless
706f84
706f84
make %{?_smp_mflags}
706f84
706f84
%install
706f84
make install DESTDIR=%{buildroot}
706f84
706f84
# Don't ship libtool la files.
706f84
rm -f %{buildroot}%{_libdir}/lib*.la
706f84
706f84
# Not sure what is this good for.
706f84
rm -f %{buildroot}%{_bindir}/ttfread
706f84
706f84
rm -f %{buildroot}%{_pkgdocdir}/INSTALL
706f84
mkdir -p %{buildroot}%{_pkgdocdir}/fontembed/
706f84
cp -p fontembed/README %{buildroot}%{_pkgdocdir}/fontembed/
706f84
706f84
# systemd unit file
706f84
mkdir -p %{buildroot}%{_unitdir}
706f84
install -p -m 644 utils/cups-browsed.service %{buildroot}%{_unitdir}
706f84
706f84
# LSB3.2 requires /usr/bin/foomatic-rip,
706f84
# create it temporarily as a relative symlink
706f84
ln -sf %{_cups_serverbin}/filter/foomatic-rip %{buildroot}%{_bindir}/foomatic-rip
706f84
706f84
# Don't ship urftopdf for now (bug #1002947).
706f84
rm -f %{buildroot}%{_cups_serverbin}/filter/urftopdf
706f84
sed -i '/urftopdf/d' %{buildroot}%{_datadir}/cups/mime/cupsfilters.convs
706f84
706f84
# Don't ship pdftoopvp for now (bug #1027557).
706f84
rm -f %{buildroot}%{_cups_serverbin}/filter/pdftoopvp
706f84
rm -f %{buildroot}%{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf
706f84
d1f40f
# use pregenerated PDF for test page to workaround the broken bannertopdf filter
d1f40f
# for printers requesting PDF document format (bz#2064606)
d1f40f
install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/cups/data/testprint
d1f40f
706f84
706f84
%check
706f84
make check
706f84
706f84
%post
706f84
%systemd_post cups-browsed.service
706f84
706f84
%preun
706f84
%systemd_preun cups-browsed.service
706f84
706f84
%postun
706f84
%systemd_postun_with_restart cups-browsed.service 
706f84
706f84
%post libs -p /sbin/ldconfig
706f84
706f84
%postun libs -p /sbin/ldconfig
706f84
706f84
706f84
%files
706f84
%{_pkgdocdir}/README
706f84
%{_pkgdocdir}/AUTHORS
706f84
%{_pkgdocdir}/NEWS
706f84
%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf
706f84
%attr(0755,root,root) %{_cups_serverbin}/backend/parallel
706f84
# Serial backend needs to run as root (bug #212577#c4).
706f84
%attr(0700,root,root) %{_cups_serverbin}/backend/serial
706f84
%attr(0755,root,root) %{_cups_serverbin}/backend/implicitclass
706f84
%attr(0755,root,root) %{_cups_serverbin}/backend/beh
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/bannertopdf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/commandtoescpx
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/commandtopclx
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/foomatic-rip
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/gstopdf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/gstopxl
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/gstoraster
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/imagetopdf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/imagetops
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/imagetoraster
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/pdftopdf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/pdftops
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/pdftoraster
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/rastertoescpx
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/rastertopclm
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/rastertopclx
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/rastertopdf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/rastertops
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/sys5ippprinter
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/texttopdf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/texttops
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/texttotext
706f84
%{_bindir}/foomatic-rip
706f84
%{_bindir}/driverless
706f84
%{_cups_serverbin}/backend/driverless
706f84
%{_cups_serverbin}/driver/driverless
706f84
%{_datadir}/cups/banners
706f84
%{_datadir}/cups/charsets
706f84
%{_datadir}/cups/data/*
706f84
# this needs to be in the main package because of cupsfilters.drv
706f84
%{_datadir}/cups/ppdc/pcl.h
706f84
%{_datadir}/cups/drv/cupsfilters.drv
706f84
%{_datadir}/cups/mime/cupsfilters.types
706f84
%{_datadir}/cups/mime/cupsfilters.convs
706f84
%{_datadir}/cups/mime/cupsfilters-ghostscript.convs
706f84
%{_datadir}/cups/mime/cupsfilters-poppler.convs
706f84
%{_datadir}/ppd/cupsfilters
706f84
%{_sbindir}/cups-browsed
706f84
%{_unitdir}/cups-browsed.service
706f84
%{_mandir}/man8/cups-browsed.8.gz
706f84
%{_mandir}/man5/cups-browsed.conf.5.gz
706f84
%{_mandir}/man1/foomatic-rip.1.gz
706f84
%{_mandir}/man1/driverless.1.gz
706f84
706f84
%files libs
706f84
%dir %{_pkgdocdir}/
706f84
%{_pkgdocdir}/COPYING
706f84
%{_pkgdocdir}/fontembed/README
706f84
%{_libdir}/libcupsfilters.so.*
706f84
%{_libdir}/libfontembed.so.*
706f84
706f84
%files devel
706f84
%{_includedir}/cupsfilters
706f84
%{_includedir}/fontembed
706f84
%{_datadir}/cups/ppdc/escp.h
706f84
%{_libdir}/pkgconfig/libcupsfilters.pc
706f84
%{_libdir}/pkgconfig/libfontembed.pc
706f84
%{_libdir}/libcupsfilters.so
706f84
%{_libdir}/libfontembed.so
706f84
2463e0
%if %{with braille}
2463e0
%files braille
2463e0
# cups-brf needs to be run as root, otherwise it leaves error messages
2463e0
# in journal
2463e0
%attr(0700,root,root) %{_cups_serverbin}/backend/cups-brf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/brftoembosser
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/brftopagedbrf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/imagetobrf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/imageubrltoindexv3
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/imageubrltoindexv4
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/musicxmltobrf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/textbrftoindexv3
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/texttobrf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/vectortobrf
2463e0
%attr(0755,root,root) %{_cups_serverbin}/filter/vectortopdf
2463e0
%{_cups_serverbin}/filter/cgmtopdf
2463e0
%{_cups_serverbin}/filter/cmxtopdf
2463e0
%{_cups_serverbin}/filter/emftopdf
2463e0
%{_cups_serverbin}/filter/imagetoubrl
2463e0
%{_cups_serverbin}/filter/svgtopdf
2463e0
%{_cups_serverbin}/filter/textbrftoindexv4
2463e0
%{_cups_serverbin}/filter/vectortoubrl
2463e0
%{_cups_serverbin}/filter/xfigtopdf
2463e0
%{_cups_serverbin}/filter/wmftopdf
2463e0
%{_datadir}/cups/braille
2463e0
%{_datadir}/cups/drv/generic-brf.drv
2463e0
%{_datadir}/cups/drv/generic-ubrl.drv
2463e0
%{_datadir}/cups/drv/indexv3.drv
2463e0
%{_datadir}/cups/drv/indexv4.drv
2463e0
%{_datadir}/cups/ppdc/braille.defs
2463e0
%{_datadir}/cups/ppdc/fr-braille.po
2463e0
%{_datadir}/cups/ppdc/imagemagick.defs
2463e0
%{_datadir}/cups/ppdc/index.defs
2463e0
%{_datadir}/cups/ppdc/liblouis.defs
2463e0
%{_datadir}/cups/ppdc/liblouis1.defs
2463e0
%{_datadir}/cups/ppdc/liblouis2.defs
2463e0
%{_datadir}/cups/ppdc/liblouis3.defs
2463e0
%{_datadir}/cups/ppdc/liblouis4.defs
2463e0
%{_datadir}/cups/ppdc/media-braille.defs
2463e0
%{_datadir}/cups/mime/braille.convs
2463e0
%{_datadir}/cups/mime/braille.types
2463e0
%endif
2463e0
706f84
%changelog
2463e0
* Thu Sep 22 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-29
2463e0
- 2128539 - build braille subpackage only on Fedora and CentOS Stream > 9
2463e0
d1f40f
* Thu Jun 16 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-28
d1f40f
- 2064606 - [RHEL8.5] Test page is not working if the destination document format is PDF
d1f40f
ce43ae
* Tue Jul 13 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-27
ce43ae
- 1981612 - [RHEL 8] pdftopdf doesn't handle "page-range=10-2147483647" correctly
ce43ae
a3c8ab
* Mon Jun 21 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-26
a3c8ab
- 1972981 - cups-browsed doesn't renew DBus subscription in time and all printing comes to a halt
a3c8ab
c5d428
* Thu Jun 03 2021 Richard Lescak <zdohnal@redhat.com> - 1.20.0-25
c5d428
- 1931603 - cups-browsed doesn't save "*-default" options
c5d428
24c2bd
* Mon Dec 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-24
24c2bd
- require the explicit gs version
24c2bd
f60f1a
* Tue Dec 08 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-23
f60f1a
- 1894543 - Fix '.setfilladjust' usage after gs upgrade to 9.27
f60f1a
cc05f0
* Wed Nov 18 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-22
cc05f0
- 1889798 - Rebuild cups-filters due to rebase of poppler
cc05f0
c8d41b
* Tue Oct 27 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-21
c8d41b
- 1891681 - [RHEL 8] foomatic-rip files up /var/spool/tmp with temporary files
c8d41b
11fe80
* Wed Apr 08 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-20
11fe80
- 1813229 - cups-browsed leaks memory
11fe80
11fe80
* Mon Apr 06 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-20
11fe80
- 1677731 - error messages when using cups-browsed
11fe80
- 1776230 - missing dependency for ippfind
11fe80
5fc268
* Mon Nov 25 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-19
5fc268
- 1776270 - cups-browsed leaks sockets
5fc268
5fc268
* Mon Sep 02 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-18
5fc268
- 1605101 - qpdf: should not re-implement crypto
5fc268
5fc268
* Wed Aug 07 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-17
5fc268
- 1738533 - rpm -V failed for /etc/cups/cups-browsed.conf
5fc268
5fc268
* Fri Jun 28 2019 Marek Kasik <mkasik@redhat.com> - 1.20.0-16
5fc268
- Rebuild due to soname bump in poppler-0.66.0-21
5fc268
- Resolves: #1715836
5fc268
706f84
* Thu May 23 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-15
706f84
- 1712814 - Removed option from Ghostscript causes breakage of printing by foomatic-rip filter
706f84
706f84
* Mon Nov 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-14
706f84
- 1609264 - man pages: wrong links in man cups-browsed
706f84
706f84
* Fri Sep 21 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-13
706f84
- 1602470 - covscan fixes from upstream
706f84
- 1632268 - cups-filters needs to obsolete ghostscript-cups and foomatic-filters
706f84
- 1626996 - cups-filters: Sticky EOF behavior in glibc breaks descriptor concatenation using dup2
706f84
706f84
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-12
706f84
- correcting license
706f84
706f84
* Thu Jul 12 2018 Marek Kasik <mkasik@redhat.com> - 1.20.0-11
706f84
- Rebuild for poppler-0.66.0
706f84
706f84
* Tue Jun 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-10
706f84
- requires ghostscript and poppler-utils 
706f84
706f84
* Tue Jun 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-9
706f84
- cups-browsed needs cups.service to run
706f84
706f84
* Fri Apr 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-8
706f84
- 1572450 - cupsd: Filter "brftopagedbrf" not found.
706f84
706f84
* Thu Apr 05 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-7
706f84
- dependency on poppler-utils is now only recommended
706f84
706f84
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-6
706f84
- gcc and gcc-c++ is no longer in buildroot by default
706f84
706f84
* Wed Feb 14 2018 David Tardon <dtardon@redhat.com> - 1.20.0-5
706f84
- rebuild for poppler 0.62.0
706f84
706f84
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.20.0-4
706f84
- Escape macros in %%changelog
706f84
706f84
* Thu Feb 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-3
706f84
- remove old stuff https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/MRWOMRZ6KPCV25EFHJ2O67BCCP3L4Y6N/
706f84
706f84
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-2
706f84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
706f84
706f84
* Tue Jan 30 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-1
706f84
- Rebase to 1.20.0
706f84
706f84
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.19.0-2
706f84
- Rebuilt for switch to libxcrypt
706f84
706f84
* Tue Jan 16 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.19.0-1
706f84
- Rebase to 1.19.0
706f84
706f84
* Thu Jan 11 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-5
706f84
- adding build dependency on ghostscript because of its package changes
706f84
706f84
* Tue Jan 02 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-4
706f84
- 1529680 - set CreateIPPPrintQueues to ALL and LocalRemoteCUPSQueueNaming to RemoteName
706f84
706f84
* Mon Nov 20 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-3
706f84
- fixing patch for upstream issue 1413
706f84
706f84
* Wed Nov 08 2017 David Tardon <dtardon@redhat.com> - 1.17.9-2
706f84
- rebuild for poppler 0.61.0
706f84
706f84
* Wed Oct 18 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-1
706f84
- rebase to 1.17.9
706f84
706f84
* Mon Oct 09 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.8-4
706f84
- removing Provides ghostscript-cups and foomatic-filters
706f84
706f84
* Fri Oct 06 2017 David Tardon <dtardon@redhat.com> - 1.17.8-3
706f84
- rebuild for poppler 0.60.1
706f84
706f84
* Fri Oct 06 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.8-2
706f84
- upstream 1413 - Propagation of location doesn't work
706f84
706f84
* Tue Oct 03 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.8-1
706f84
- rebase to 1.17.8
706f84
706f84
* Tue Sep 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.7-1
706f84
- rebase to 1.17.7
706f84
706f84
* Fri Sep 08 2017 David Tardon <dtardon@redhat.com> - 1.17.2-2
706f84
- rebuild for poppler 0.59.0
706f84
706f84
* Wed Sep 06 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.2-1
706f84
- rebase to 1.17.2
706f84
706f84
* Tue Aug 22 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.3-1
706f84
- rebase to 1.16.3
706f84
706f84
* Mon Aug 14 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.1-1
706f84
- rebase to 1.16.1
706f84
706f84
* Thu Aug 10 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.0-2
706f84
- rebuilt for qpdf-libs
706f84
706f84
* Mon Aug 07 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.0-1
706f84
- rebase to 1.16.0
706f84
706f84
* Thu Aug 03 2017 David Tardon <dtardon@redhat.com> - 1.14.1-5
706f84
- rebuild for poppler 0.57.0
706f84
706f84
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
706f84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
706f84
706f84
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-3
706f84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
706f84
706f84
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 1.14.1-2
706f84
- Rebuilt for Boost 1.64
706f84
706f84
* Fri Jun 30 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.1-1
706f84
- rebase to 1.14.1
706f84
706f84
* Thu Jun 29 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.0-3
706f84
- update python Requires/BuildRequires accordingly to Fedora Guidelines for Python (python-cups -> python3-cups)
706f84
706f84
* Wed May 31 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.0-2
706f84
- removing BuildRequires: mupdf
706f84
706f84
* Wed May 17 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.0-1
706f84
- rebase to 1.14.0
706f84
706f84
* Fri Apr 28 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.5-1
706f84
- rebase to 1.13.5
706f84
706f84
* Tue Mar 28 2017 David Tardon <dtardon@redhat.com> - 1.13.4-2
706f84
- rebuild for poppler 0.53.0
706f84
706f84
* Fri Feb 24 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.4-1
706f84
- rebase to 1.13.4
706f84
- 1426567 - Added queues are not marked as remote ones
706f84
706f84
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.3-4
706f84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
706f84
706f84
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.13.3-3
706f84
- Rebuilt for Boost 1.63
706f84
706f84
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.13.3-2
706f84
- Rebuilt for Boost 1.63
706f84
706f84
* Thu Jan 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.3-1
706f84
- rebase to 1.13.3
706f84
706f84
* Mon Jan 02 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.2-1
706f84
- rebase to 1.13.2
706f84
706f84
* Mon Dec 19 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.1-1
706f84
- rebase to 1.13.1
706f84
706f84
* Fri Dec 16 2016 David Tardon <dtardon@redhat.com> - 1.13.0-2
706f84
- rebuild for poppler 0.50.0
706f84
706f84
* Mon Dec 12 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.0-1
706f84
- rebase to 1.13.0
706f84
706f84
* Fri Dec 02 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.12.0-2
706f84
- adding new sources
706f84
706f84
* Fri Dec 02 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.12.0-1
706f84
- rebase to 1.12.0
706f84
706f84
* Wed Nov 23 2016 David Tardon <dtardon@redhat.com> - 1.11.6-2
706f84
- rebuild for poppler 0.49.0
706f84
706f84
* Fri Nov 11 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.6-1
706f84
- rebase to 1.11.6
706f84
706f84
* Mon Oct 31 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.5-1
706f84
- rebase to 1.11.5
706f84
706f84
* Fri Oct 21 2016 Marek Kasik <mkasik@redhat.com> - 1.11.4-2
706f84
- Rebuild for poppler-0.48.0
706f84
706f84
* Tue Sep 27 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.4-1
706f84
- rebase to 1.11.4 
706f84
706f84
* Tue Sep 20 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.3-1
706f84
- rebase to 1.11.3
706f84
706f84
* Tue Aug 30 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.2-1
706f84
- rebase to 1.11.2, adding cupsfilters-poppler.convs and cupsfilters-mupdf.convs into package
706f84
706f84
* Wed Aug 03 2016 Jiri Popelka <jpopelka@redhat.com> - 1.10.0-3
706f84
- %%{_defaultdocdir}/cups-filters/ -> %%{_pkgdocdir}
706f84
706f84
* Mon Jul 18 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.10.0-2
706f84
- adding new sources cups-filters-1.10.0 
706f84
706f84
* Mon Jul 18 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.10.0-1
706f84
- rebase 1.10.0, include missing ppd.h
706f84
706f84
* Mon Jul 18 2016 Marek Kasik <mkasik@redhat.com> - 1.9.0-2
706f84
- Rebuild for poppler-0.45.0
706f84
706f84
* Fri Jun 10 2016 Jiri Popelka <jpopelka@redhat.com> - 1.9.0-1
706f84
- 1.9.0
706f84
706f84
* Tue May  3 2016 Marek Kasik <mkasik@redhat.com> - 1.8.3-2
706f84
- Rebuild for poppler-0.43.0
706f84
706f84
* Thu Mar 24 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.8.3-1
706f84
- Update to 1.8.3, adding cupsfilters-ghostscript.convs to %%files
706f84
706f84
* Fri Feb 12 2016 Jiri Popelka <jpopelka@redhat.com> - 1.8.2-1
706f84
- 1.8.2
706f84
706f84
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-3
706f84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
706f84
706f84
* Fri Jan 22 2016 Marek Kasik <mkasik@redhat.com> - 1.8.1-2
706f84
- Rebuild for poppler-0.40.0
706f84
706f84
* Fri Jan 22 2016 Jiri Popelka <jpopelka@redhat.com> - 1.8.1-1
706f84
- 1.8.1
706f84
706f84
* Thu Jan 21 2016 Jiri Popelka <jpopelka@redhat.com> - 1.8.0-1
706f84
- 1.8.0
706f84
706f84
* Tue Jan 19 2016 Jiri Popelka <jpopelka@redhat.com> - 1.7.0-1
706f84
- 1.7.0
706f84
706f84
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 1.6.0-2
706f84
- Rebuilt for Boost 1.60
706f84
706f84
* Thu Jan 14 2016 Jiri Popelka <jpopelka@redhat.com> - 1.6.0-1
706f84
- 1.6.0
706f84
706f84
* Fri Dec 18 2015 Jiri Popelka <jpopelka@redhat.com> - 1.5.0-1
706f84
- 1.5.0
706f84
706f84
* Tue Dec 15 2015 Jiri Popelka <jpopelka@redhat.com> - 1.4.0-1
706f84
- 1.4.0
706f84
706f84
* Wed Dec 09 2015 Jiri Popelka <jpopelka@redhat.com> - 1.3.0-1
706f84
- 1.3.0
706f84
706f84
* Fri Nov 27 2015 Jiri Popelka <jpopelka@redhat.com> - 1.2.0-1
706f84
- 1.2.0
706f84
706f84
* Wed Nov 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.0-2
706f84
- Rebuild (qpdf-6)
706f84
706f84
* Tue Oct 27 2015 Jiri Popelka <jpopelka@redhat.com> - 1.1.0-1
706f84
- 1.1.0 (version numbering change: minor version = feature, revision = bugfix)
706f84
706f84
* Sun Sep 13 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.76-1
706f84
- 1.0.76
706f84
706f84
* Tue Sep 08 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.75-1
706f84
- 1.0.75
706f84
706f84
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.0.74-2
706f84
- Rebuilt for Boost 1.59
706f84
706f84
* Wed Aug 26 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.74-1
706f84
- 1.0.74
706f84
706f84
* Wed Aug 19 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.73-1
706f84
- 1.0.73 - new implicitclass backend
706f84
706f84
* Fri Jul 24 2015 David Tardon <dtardon@redhat.com> - 1.0.71-3
706f84
- rebuild for Boost 1.58 to fix deps
706f84
706f84
* Thu Jul 23 2015 Orion Poplawski <orion@cora.nwra.com> - 1.0.71-2
706f84
- Add upstream patch for poppler 0.34 support
706f84
706f84
* Wed Jul 22 2015 Marek Kasik <mkasik@redhat.com> - 1.0.71-2
706f84
- Rebuild (poppler-0.34.0)
706f84
706f84
* Fri Jul 03 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.71-1
706f84
- 1.0.71
706f84
706f84
* Mon Jun 29 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.70-1
706f84
- 1.0.70
706f84
706f84
* Mon Jun 22 2015 Tim Waugh <twaugh@redhat.com> - 1.0.69-3
706f84
- Fixes for glib source handling (bug #1228555).
706f84
706f84
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.69-2
706f84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
706f84
706f84
* Thu Jun 11 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.69-1
706f84
- 1.0.69
706f84
706f84
* Fri Jun  5 2015 Marek Kasik <mkasik@redhat.com> - 1.0.68-2
706f84
- Rebuild (poppler-0.33.0)
706f84
706f84
* Tue Apr 14 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.68-1
706f84
- 1.0.68
706f84
706f84
* Wed Mar 11 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.67-1
706f84
- 1.0.67
706f84
706f84
* Mon Mar 02 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.66-1
706f84
- 1.0.66
706f84
706f84
* Mon Feb 16 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.65-1
706f84
- 1.0.65
706f84
706f84
* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 1.0.61-3
706f84
- Rebuild (poppler-0.30.0)
706f84
706f84
* Thu Nov 27 2014 Marek Kasik <mkasik@redhat.com> - 1.0.61-2
706f84
- Rebuild (poppler-0.28.1)
706f84
706f84
* Fri Oct 10 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.61-1
706f84
- 1.0.61 
706f84
706f84
* Tue Oct 07 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.60-1
706f84
- 1.0.60
706f84
706f84
* Sun Sep 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.59-1
706f84
- 1.0.59
706f84
706f84
* Thu Aug 21 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.58-1
706f84
- 1.0.58
706f84
706f84
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.55-3
706f84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
706f84
706f84
* Fri Aug 15 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.55-2
706f84
- Use %%_defaultdocdir instead of %%doc
706f84
706f84
* Mon Jul 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.55-1
706f84
- 1.0.55
706f84
706f84
* Fri Jun 13 2014 Tim Waugh <twaugh@redhat.com> - 1.0.54-4
706f84
- Really fix execmem issue (bug #1079534).
706f84
706f84
* Wed Jun 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.54-3
706f84
- Remove (F21) pdf-landscape.patch
706f84
706f84
* Wed Jun 11 2014 Tim Waugh <twaugh@redhat.com> - 1.0.54-2
706f84
- Fix build issue (bug #1106101).
706f84
- Don't use grep's -P switch in pstopdf as it needs execmem (bug #1079534).
706f84
- Return work-around patch for bug #768811.
706f84
706f84
* Mon Jun 09 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.54-1
706f84
- 1.0.54
706f84
706f84
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.53-4
706f84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
706f84
706f84
* Tue Jun 03 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.53-3
706f84
- Remove BuildRequires pkgconfig(lcms). pkgconfig(lcms2) is enough.
706f84
706f84
* Tue May 13 2014 Marek Kasik <mkasik@redhat.com> - 1.0.53-2
706f84
- Rebuild (poppler-0.26.0)
706f84
706f84
* Mon Apr 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.53-1
706f84
- 1.0.53
706f84
706f84
* Wed Apr 23 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.52-2
706f84
- Remove pdftoopvp and urftopdf in %%install instead of not building them.
706f84
706f84
* Tue Apr 08 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.52-1
706f84
- 1.0.52
706f84
706f84
* Wed Apr 02 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.51-1
706f84
- 1.0.51 (#1083327)
706f84
706f84
* Thu Mar 27 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.50-1
706f84
- 1.0.50
706f84
706f84
* Mon Mar 24 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.49-1
706f84
- 1.0.49
706f84
706f84
* Wed Mar 12 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.48-1
706f84
- 1.0.48
706f84
706f84
* Tue Mar 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.47-2
706f84
- Don't ship pdftoopvp (#1027557) and urftopdf (#1002947).
706f84
706f84
* Tue Mar 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.47-1
706f84
- 1.0.47: CVE-2013-6473 CVE-2013-6476 CVE-2013-6474 CVE-2013-6475 (#1074840)
706f84
706f84
* Mon Mar 10 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.46-3
706f84
- BuildRequires: pkgconfig(foo) instead of foo-devel
706f84
706f84
* Tue Mar  4 2014 Tim Waugh <twaugh@redhat.com> - 1.0.46-2
706f84
- The texttopdf filter requires a TrueType monospaced font
706f84
  (bug #1070729).
706f84
706f84
* Thu Feb 20 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.46-1
706f84
- 1.0.46
706f84
706f84
* Fri Feb 14 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.45-1
706f84
- 1.0.45
706f84
706f84
* Mon Jan 20 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.44-1
706f84
- 1.0.44
706f84
706f84
* Tue Jan 14 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.43-2
706f84
- add /usr/bin/foomatic-rip symlink, due to LSB3.2 (#1052452)
706f84
706f84
* Fri Dec 20 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.43-1
706f84
- 1.0.43: upstream fix for bug #768811 (pdf-landscape)
706f84
706f84
* Sat Nov 30 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.42-1
706f84
- 1.0.42: includes foomatic-rip (obsoletes foomatic-filters package)
706f84
706f84
* Tue Nov 19 2013 Tim Waugh <twaugh@redhat.com> - 1.0.41-4
706f84
- Adjust filter costs so application/vnd.adobe-read-postscript input
706f84
  doesn't go via pstotiff (bug #1008166).
706f84
706f84
* Thu Nov 14 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.41-3
706f84
- Fix memory leaks in cups-browsed (bug #1027317).
706f84
706f84
* Wed Nov  6 2013 Tim Waugh <twaugh@redhat.com> - 1.0.41-2
706f84
- Include dbus so that colord support works (bug #1026928).
706f84
706f84
* Wed Oct 30 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.41-1
706f84
- 1.0.41 - PPD-less printing support
706f84
706f84
* Mon Oct 21 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-4
706f84
- Fix socket leaks in the BrowsePoll code (bug #1021512).
706f84
706f84
* Wed Oct 16 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-3
706f84
- Ship the gstoraster MIME conversion rule now we provide that filter
706f84
  (bug #1019261).
706f84
706f84
* Fri Oct 11 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-2
706f84
- Fix PDF landscape printing (bug #768811).
706f84
706f84
* Fri Oct 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.40-1
706f84
- 1.0.40
706f84
- Use new "hybrid" pdftops renderer.
706f84
706f84
* Thu Oct 03 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.39-1
706f84
- 1.0.39
706f84
- Removed obsolete patches "pdf-landscape" and "browsepoll-notifications"
706f84
706f84
* Tue Oct  1 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-4
706f84
- Use IPP notifications for BrowsePoll when possible (bug #975241).
706f84
706f84
* Tue Oct  1 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-3
706f84
- Fixes for some printf-type format mismatches (bug #1014093).
706f84
706f84
* Tue Sep 17 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-2
706f84
- Fix landscape printing for PDFs (bug #768811).
706f84
706f84
* Wed Sep 04 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.38-1
706f84
- 1.0.38
706f84
706f84
* Thu Aug 29 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.37-1
706f84
- 1.0.37.
706f84
706f84
* Tue Aug 27 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.36-5
706f84
- Added build dependency - font required for running tests
706f84
706f84
* Tue Aug 27 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.36-4
706f84
- Added checking phase (make check)
706f84
706f84
* Wed Aug 21 2013 Tim Waugh <twaugh@redhat.com> - 1.0.36-3
706f84
- Upstream patch to re-work filter costs (bug #998977). No longer need
706f84
  text filter costs patch as paps gets used by default now if
706f84
  installed.
706f84
706f84
* Mon Aug 19 2013 Marek Kasik <mkasik@redhat.com> - 1.0.36-2
706f84
- Rebuild (poppler-0.24.0)
706f84
706f84
* Tue Aug 13 2013 Tim Waugh <twaugh@redhat.com> - 1.0.36-1
706f84
- 1.0.36.
706f84
706f84
* Tue Aug 13 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-7
706f84
- Upstream patch to move in filters from ghostscript.
706f84
706f84
* Tue Jul 30 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-6
706f84
- Set cost for text filters to 200 so that the paps filter gets
706f84
  preference for the time being (bug #988909).
706f84
706f84
* Wed Jul 24 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-5
706f84
- Handle page-label when printing n-up as well.
706f84
706f84
* Tue Jul 23 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-4
706f84
- Added support for page-label (bug #987515).
706f84
706f84
* Thu Jul 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-3
706f84
- Rebuild (qpdf-5.0.0)
706f84
706f84
* Mon Jul 01 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-2
706f84
- add cups-browsed(8) and cups-browsed.conf(5)
706f84
- don't reverse lookup IP address in URI (#975822)
706f84
706f84
* Wed Jun 26 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-1
706f84
- 1.0.35
706f84
706f84
* Mon Jun 24 2013 Marek Kasik <mkasik@redhat.com> - 1.0.34-9
706f84
- Rebuild (poppler-0.22.5)
706f84
706f84
* Wed Jun 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-8
706f84
- fix the note we add in cups-browsed.conf
706f84
706f84
* Wed Jun 12 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-7
706f84
- Obsolete cups-php (#971741)
706f84
706f84
* Wed Jun 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-6
706f84
- one more cups-browsed leak fixed (#959682)
706f84
706f84
* Wed Jun 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-5
706f84
- perl is actually not required by pstopdf, because the calling is in dead code
706f84
706f84
* Mon Jun 03 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-4
706f84
- fix resource leaks and other problems found by Coverity & Valgrind (#959682)
706f84
706f84
* Wed May 15 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-3
706f84
- ship ppdc/pcl.h because of cupsfilters.drv
706f84
706f84
* Tue May 07 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-2
706f84
- pstopdf requires bc (#960315)
706f84
706f84
* Thu Apr 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-1
706f84
- 1.0.34
706f84
706f84
* Fri Apr 05 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.33-1
706f84
- 1.0.33
706f84
- removed cups-filters-1.0.32-null-info.patch, accepted by upstream
706f84
706f84
* Thu Apr 04 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.32-2
706f84
- fixed segfault when info is NULL
706f84
706f84
* Thu Apr 04 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.32-1
706f84
- 1.0.32
706f84
706f84
* Fri Mar 29 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-3
706f84
- add note to cups-browsed.conf
706f84
706f84
* Thu Mar 28 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-2
706f84
- check cupsd.conf existence prior to grepping it (#928816)
706f84
706f84
* Fri Mar 22 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-1
706f84
- 1.0.31
706f84
706f84
* Tue Mar 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-4
706f84
- revert previous change
706f84
706f84
* Wed Mar 13 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-3
706f84
- don't ship banners for now (#919489)
706f84
706f84
* Tue Mar 12 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-2
706f84
- move BrowsePoll from cupsd.conf to cups-browsed.conf in %%post
706f84
706f84
* Fri Mar 08 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-1
706f84
- 1.0.30: CUPS browsing and broadcasting in cups-browsed
706f84
706f84
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.29-4
706f84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
706f84
706f84
* Sat Jan 19 2013 Rex Dieter <rdieter@fedoraproject.org> 1.0.29-3
706f84
- backport upstream buildfix for poppler-0.22.x
706f84
706f84
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.0.29-2
706f84
- rebuild due to "jpeg8-ABI" feature drop
706f84
706f84
* Thu Jan 03 2013 Jiri Popelka <jpopelka@redhat.com> 1.0.29-1
706f84
- 1.0.29
706f84
706f84
* Wed Jan 02 2013 Jiri Popelka <jpopelka@redhat.com> 1.0.28-1
706f84
- 1.0.28: cups-browsed daemon and service
706f84
706f84
* Thu Nov 29 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.25-1
706f84
- 1.0.25
706f84
706f84
* Fri Sep 07 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.24-1
706f84
- 1.0.24
706f84
706f84
* Wed Aug 22 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.23-1
706f84
- 1.0.23: old pdftopdf removed
706f84
706f84
* Tue Aug 21 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.22-1
706f84
- 1.0.22: new pdftopdf (uses qpdf instead of poppler)
706f84
706f84
* Wed Aug 08 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-4
706f84
- rebuild
706f84
706f84
* Thu Aug 02 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-3
706f84
- commented multiple licensing breakdown (#832130)
706f84
- verbose build output
706f84
706f84
* Thu Aug 02 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-2
706f84
- BuildRequires: poppler-cpp-devel (to build against poppler-0.20)
706f84
706f84
* Mon Jul 23 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-1
706f84
- 1.0.20
706f84
706f84
* Tue Jul 17 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.19-1
706f84
- 1.0.19
706f84
706f84
* Wed May 30 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.18-1
706f84
- initial spec file