dff779
# build braille subpackage on Fedora, don't do it on CentOS Stream 9 or older
dff779
%if 0%{?fedora} || 0%{?rhel} > 9
dff779
%bcond_without braille
dff779
%else
dff779
%bcond_with braille
dff779
%endif
dff779
1b2345
# we build CUPS also with relro
1b2345
%global _hardened_build 1
1b2345
1b2345
Summary: OpenPrinting CUPS filters and backends
1b2345
Name:    cups-filters
1b2345
Version: 1.28.7
dff779
Release: 11%{?dist}
1b2345
1b2345
# For a breakdown of the licensing, see COPYING file
1b2345
# GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
1b2345
#                   imagetopdf, pstopdf, texttopdf
1b2345
#         backends: parallel, serial
1b2345
# GPLv2+:  filters: gstopxl, textonly, texttops, imagetops, foomatic-rip
1b2345
# GPLv3:   filters: bannertopdf
1b2345
# GPLv3+:  filters: urftopdf, rastertopdf
1b2345
# LGPLv2+:   utils: cups-browsed
1b2345
# MIT:     filters: gstoraster, pdftoijs, pdftoopvp, pdftopdf, pdftoraster
1b2345
License: GPLv2 and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2+ and MIT and BSD with advertising
1b2345
1b2345
Url:     http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
1b2345
Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
1b2345
1b2345
# backported from upstream
1b2345
#Patch01: 0001-libcupsfilters-In-the-PPD-generator-really-give-prio.patch
1b2345
# 1954523 - cups-browsed doesn't save "*-default" options
1b2345
# upstream https://github.com/OpenPrinting/cups-filters/commit/cdd61132e1719a88dd8006c65e8e260c1aaa02e4
1b2345
Patch01: 0001-cups-browsed-Always-save-.-default-option-entries-fr.patch
1b2345
# 1973055 - cups-browsed doesn't renew DBus subscription in time and all printing comes to a halt
1b2345
Patch02: 0001-cups-browsed.c-Make-NotifLeaseDuration-configurable-.patch
1b2345
# 1982118 - [RHEL 9] pdftopdf doesn't handle "page-range=10-2147483647" correctly
1b2345
Patch03: 0001-libcupsfilters-Fix-page-range-like-10-in-pdftopdf-fi.patch
1b2345
1b2345
1b2345
# autogen.sh
1b2345
BuildRequires: autoconf
1b2345
BuildRequires: automake
1b2345
BuildRequires: gettext-devel
1b2345
BuildRequires: libtool
1b2345
1b2345
# build requirements for build system:
1b2345
# gcc for backends (implicitclass, parallel, serial, backend error handling)
1b2345
# cupsfilters (colord, color manager...), filter (banners, 
1b2345
# commandto*, braille, foomatic-rip, imagetoraster, imagetopdf, gstoraster e.g.),
1b2345
# fontembed, cups-browsed
1b2345
BuildRequires: gcc
1b2345
# gcc-c++ for pdftoopvp, pdftopdf
1b2345
BuildRequires: gcc-c++
1b2345
# for autosetup
1b2345
BuildRequires: git-core
1b2345
# uses make for compiling
1b2345
BuildRequires: make
1b2345
# we use pkgconfig to get a proper devel packages
1b2345
# proper CFLAGS and LDFLAGS
1b2345
BuildRequires: pkgconf-pkg-config
1b2345
1b2345
# uses CUPS API functions - arrays, ipp functions
1b2345
BuildRequires: cups-devel
1b2345
1b2345
# pdftopdf
1b2345
BuildRequires: pkgconfig(libqpdf)
1b2345
1b2345
# pdftops
1b2345
BuildRequires: poppler-utils
1b2345
1b2345
# pdftoraster, gstoraster
1b2345
BuildRequires: ghostscript
1b2345
BuildRequires: libjpeg-turbo-devel
1b2345
BuildRequires: libtiff-devel
1b2345
BuildRequires: pkgconfig(dbus-1)
1b2345
BuildRequires: pkgconfig(fontconfig)
1b2345
BuildRequires: pkgconfig(freetype2)
1b2345
BuildRequires: pkgconfig(lcms2)
1b2345
BuildRequires: pkgconfig(libpng)
1b2345
BuildRequires: pkgconfig(poppler)
1b2345
BuildRequires: pkgconfig(zlib)
1b2345
BuildRequires: poppler-cpp-devel
1b2345
1b2345
# cups-browsed
1b2345
BuildRequires: avahi-devel
1b2345
BuildRequires: pkgconfig(avahi-glib)
1b2345
BuildRequires: pkgconfig(glib-2.0)
1b2345
BuildRequires: systemd
1b2345
1b2345
# Make sure we get postscriptdriver tags.
1b2345
BuildRequires: python3-cups
1b2345
1b2345
# Testing font for test scripts.
1b2345
BuildRequires: dejavu-sans-fonts
1b2345
1b2345
# needed for systemd rpm macros in scriptlets
1b2345
BuildRequires: systemd-rpm-macros
1b2345
1b2345
# cups-browsed needs systemd-resolved or nss-mdns for resolving .local addresses of remote print queues
1b2345
# let's not require a specific package and let the user decide what he wants to use.
1b2345
# just recommend nss-mdns for Fedora for now to have working default, but
1b2345
# don't hardwire it for resolved users
1b2345
%if 0%{?fedora}
1b2345
Recommends: nss-mdns
1b2345
%endif
1b2345
# Avahi is needed for device discovery for newer (2012+) devices and its sharing - make it recommended
1b2345
Recommends: avahi
1b2345
# ippfind is used in driverless backend, not needed classic PPD based print queue
1b2345
Recommends: cups-ipptool
1b2345
dff779
%if %{with braille}
dff779
Recommends: %{name}-braille%{?_isa} = %{version}-%{release}
dff779
%endif
dff779
1b2345
# pstopdf
1b2345
Requires: bc grep sed which
1b2345
# for getting ICC profiles for filters (dbus must run)
1b2345
Requires: colord
1b2345
Requires: cups-filesystem
1b2345
# have the same libs for the package
1b2345
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
1b2345
# several filters calls 'gs' binary during filtering
1b2345
Requires: ghostscript
1b2345
# texttopdf
1b2345
Requires: liberation-mono-fonts
1b2345
# if --with-pdftops is set to hybrid, we use poppler filters for several printers
1b2345
# and for printing banners, for other printers we need gs - ghostscript
1b2345
Requires: poppler-utils
1b2345
1b2345
# cups-browsed
1b2345
# cups-browsed needs to have cups.service to run
1b2345
Requires: cups
1b2345
Requires(post): systemd
1b2345
Requires(preun): systemd
1b2345
Requires(postun): systemd
1b2345
1b2345
1b2345
%package libs
1b2345
Summary: OpenPrinting CUPS filters and backends - cupsfilters and fontembed libraries
1b2345
# LGPLv2: libcupsfilters
1b2345
# MIT:    libfontembed
1b2345
License: LGPLv2 and MIT
1b2345
1b2345
%package devel
1b2345
Summary: OpenPrinting CUPS filters and backends - development environment
1b2345
License: LGPLv2 and MIT
1b2345
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
1b2345
dff779
%if %{with braille}
dff779
%package braille
dff779
Summary: OpenPrinting CUPS filters and backends - braille filters and backend
dff779
License: GPLv2+ and MIT
dff779
BuildRequires: liblouis-devel
dff779
Conflicts: cups-filters < 1.28.7-11
dff779
# we need classic pdftopdf and other filters as well
dff779
Requires: cups-filters%{?_isa} = %{version}-%{release}
dff779
# one of lou_translate (from liblouis-utils package) and
dff779
# file2brl (from liblouisutdml-utils package) is used for file conversions:
dff779
# => prefer lou_translate from liblouis-utils because liblouis-utils are in
dff779
# CentOS Stream
dff779
# liblouis-utils for lou_translate
dff779
Requires: liblouis-utils
dff779
%endif
dff779
1b2345
%description
1b2345
Contains backends, filters, and other software that was
1b2345
once part of the core CUPS distribution but is no longer maintained by
1b2345
Apple Inc. In addition it contains additional filters developed
1b2345
independently of Apple, especially filters for the PDF-centric printing
1b2345
workflow introduced by OpenPrinting.
1b2345
1b2345
%description libs
1b2345
This package provides cupsfilters and fontembed libraries.
1b2345
1b2345
%description devel
1b2345
This is the development package for OpenPrinting CUPS filters and backends.
1b2345
dff779
%if %{with braille}
dff779
%description braille
dff779
The package provides filters and cups-brf backend needed for braille printing.
dff779
%endif
dff779
dff779
1b2345
%prep
1b2345
%autosetup -S git
1b2345
1b2345
%build
1b2345
# work-around Rpath
1b2345
./autogen.sh
1b2345
1b2345
# --with-pdftops=hybrid - use Poppler's pdftops instead of Ghostscript for
1b2345
#                         Brother, Minolta, and Konica Minolta to work around
1b2345
#                         bugs in the printer's PS interpreters
1b2345
# --with-rcdir=no - don't install SysV init script
1b2345
# --enable-driverless - enable PPD generator for driverless printing in 
1b2345
#                       /usr/lib/cups/driver, it is for manual setup of 
1b2345
#                       driverless printers with printer setup tool
1b2345
# --disable-static - do not build static libraries (becuase of Fedora Packaging
1b2345
#                    Guidelines)
1b2345
# --enable-dbus - enable DBus Connection Manager's code
1b2345
# --disable-silent-rules - verbose build output
1b2345
# --disable-mutool - mupdf is retired in Fedora, use qpdf
1b2345
# --enable-pclm - support for pclm language
1b2345
# --with-remote-cups-local-queue-naming=RemoteName - name created local queues, which point to
1b2345
#                                                    remote CUPS queue, by its name from the server
1b2345
1b2345
%configure --disable-static \
1b2345
           --disable-silent-rules \
1b2345
           --with-pdftops=hybrid \
1b2345
           --enable-dbus \
1b2345
           --with-rcdir=no \
1b2345
           --disable-mutool \
1b2345
           --enable-driverless \
1b2345
           --enable-pclm \
1b2345
           --with-apple-raster-filter=rastertopdf \
dff779
%if %{with braille}
dff779
           --enable-braille \
dff779
%else
dff779
           --disable-braille \
dff779
%endif
1b2345
           --with-remote-cups-local-queue-naming=RemoteName
1b2345
1b2345
%make_build
1b2345
1b2345
%install
1b2345
%make_install
1b2345
1b2345
# Don't ship libtool la files.
1b2345
rm -f %{buildroot}%{_libdir}/lib*.la
1b2345
1b2345
# Not sure what is this good for.
1b2345
rm -f %{buildroot}%{_bindir}/ttfread
1b2345
1b2345
rm -f %{buildroot}%{_pkgdocdir}/INSTALL
1b2345
mkdir -p %{buildroot}%{_pkgdocdir}/fontembed/
1b2345
cp -p fontembed/README %{buildroot}%{_pkgdocdir}/fontembed/
1b2345
1b2345
# systemd unit file
1b2345
mkdir -p %{buildroot}%{_unitdir}
1b2345
install -p -m 644 utils/cups-browsed.service %{buildroot}%{_unitdir}
1b2345
1b2345
# LSB3.2 requires /usr/bin/foomatic-rip,
1b2345
# create it temporarily as a relative symlink
1b2345
ln -sf %{_cups_serverbin}/filter/foomatic-rip %{buildroot}%{_bindir}/foomatic-rip
1b2345
1b2345
1b2345
%check
1b2345
make check
1b2345
1b2345
%post
1b2345
%systemd_post cups-browsed.service
1b2345
1b2345
# put UpdateCUPSQueuesMaxPerCall and PauseBetweenCUPSQueueUpdates into cups-browsed.conf
1b2345
# for making cups-browsed work more stable for environments with many print queues
1b2345
# remove this after 1-2 releases
1b2345
for directive in "UpdateCUPSQueuesMaxPerCall" "PauseBetweenCUPSQueueUpdates"
1b2345
do
1b2345
    found=`%{_bindir}/grep "^[[:blank:]]*$directive" %{_sysconfdir}/cups/cups-browsed.conf`
1b2345
    if [ -z "$found" ]
1b2345
    then
1b2345
        if [ "x$directive" == "xUpdateCUPSQueuesMaxPerCall" ]
1b2345
        then
1b2345
            %{_bindir}/echo "UpdateCUPSQueuesMaxPerCall 20" >> %{_sysconfdir}/cups/cups-browsed.conf
1b2345
        else
1b2345
            %{_bindir}/echo "PauseBetweenCUPSQueueUpdates 5" >> %{_sysconfdir}/cups/cups-browsed.conf
1b2345
        fi
1b2345
    fi
1b2345
done
1b2345
1b2345
%preun
1b2345
%systemd_preun cups-browsed.service
1b2345
1b2345
%postun
1b2345
%systemd_postun_with_restart cups-browsed.service 
1b2345
1b2345
%ldconfig_scriptlets libs
1b2345
1b2345
1b2345
%files
1b2345
%{_pkgdocdir}/README
1b2345
%{_pkgdocdir}/ABOUT-NLS
1b2345
%{_pkgdocdir}/AUTHORS
1b2345
%{_pkgdocdir}/NEWS
1b2345
%{_bindir}/foomatic-rip
1b2345
%{_bindir}/driverless
1b2345
%{_bindir}/driverless-fax
1b2345
%{_sbindir}/cups-browsed
1b2345
%attr(0700,root,root) %{_cups_serverbin}/backend/beh
1b2345
# implicitclass backend must be run as root
1b2345
%attr(0700,root,root) %{_cups_serverbin}/backend/implicitclass
1b2345
# all backends needs to be run only as root because of kerberos
1b2345
%attr(0700,root,root) %{_cups_serverbin}/backend/parallel
1b2345
# Serial backend needs to run as root (bug #212577#c4).
1b2345
%attr(0700,root,root) %{_cups_serverbin}/backend/serial
1b2345
%{_cups_serverbin}/backend/driverless
1b2345
%{_cups_serverbin}/backend/driverless-fax
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/bannertopdf
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/commandtoescpx
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/commandtopclx
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/foomatic-rip
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/gstopdf
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/gstopxl
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/gstoraster
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/imagetopdf
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/imagetops
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/imagetoraster
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/pdftopdf
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/pdftops
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/pdftoraster
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/rastertoescpx
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/rastertopclm
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/rastertopclx
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/rastertopdf
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/rastertops
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/sys5ippprinter
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/texttopdf
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/texttops
1b2345
%attr(0755,root,root) %{_cups_serverbin}/filter/texttotext
1b2345
%{_cups_serverbin}/driver/driverless
1b2345
%{_cups_serverbin}/driver/driverless-fax
1b2345
%{_datadir}/cups/banners
1b2345
%{_datadir}/cups/charsets
1b2345
%{_datadir}/cups/data/*
1b2345
%{_datadir}/cups/drv/cupsfilters.drv
1b2345
%{_datadir}/cups/mime/cupsfilters.types
1b2345
%{_datadir}/cups/mime/cupsfilters.convs
1b2345
%{_datadir}/cups/mime/cupsfilters-ghostscript.convs
1b2345
%{_datadir}/cups/mime/cupsfilters-poppler.convs
1b2345
%{_datadir}/ppd/cupsfilters
1b2345
# this needs to be in the main package because of cupsfilters.drv
1b2345
%{_datadir}/cups/ppdc/pcl.h
1b2345
%{_mandir}/man1/foomatic-rip.1.gz
1b2345
%{_mandir}/man1/driverless.1.gz
1b2345
%{_mandir}/man5/cups-browsed.conf.5.gz
1b2345
%{_mandir}/man8/cups-browsed.8.gz
1b2345
%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf
1b2345
%{_unitdir}/cups-browsed.service
1b2345
1b2345
%files libs
1b2345
%dir %{_pkgdocdir}/
1b2345
%{_pkgdocdir}/COPYING
1b2345
%dir %{_pkgdocdir}/fontembed
1b2345
%{_pkgdocdir}/fontembed/README
1b2345
%{_libdir}/libcupsfilters.so.1*
1b2345
%{_libdir}/libfontembed.so.1*
1b2345
1b2345
%files devel
1b2345
%{_datadir}/cups/ppdc/escp.h
1b2345
%{_includedir}/cupsfilters
1b2345
%{_includedir}/fontembed
1b2345
%{_libdir}/libcupsfilters.so
1b2345
%{_libdir}/libfontembed.so
1b2345
%{_libdir}/pkgconfig/libcupsfilters.pc
1b2345
%{_libdir}/pkgconfig/libfontembed.pc
1b2345
dff779
%if %{with braille}
dff779
%files braille
dff779
# cups-brf needs to be run as root, otherwise it leaves error messages
dff779
# in journal
dff779
%attr(0700,root,root) %{_cups_serverbin}/backend/cups-brf
dff779
%attr(0755,root,root) %{_cups_serverbin}/filter/brftoembosser
dff779
%attr(0755,root,root) %{_cups_serverbin}/filter/brftopagedbrf
dff779
%attr(0755,root,root) %{_cups_serverbin}/filter/imagetobrf
dff779
%attr(0755,root,root) %{_cups_serverbin}/filter/imageubrltoindexv3
dff779
%attr(0755,root,root) %{_cups_serverbin}/filter/imageubrltoindexv4
dff779
%attr(0755,root,root) %{_cups_serverbin}/filter/musicxmltobrf
dff779
%attr(0755,root,root) %{_cups_serverbin}/filter/textbrftoindexv3
dff779
%attr(0755,root,root) %{_cups_serverbin}/filter/texttobrf
dff779
%attr(0755,root,root) %{_cups_serverbin}/filter/vectortobrf
dff779
%attr(0755,root,root) %{_cups_serverbin}/filter/vectortopdf
dff779
%{_cups_serverbin}/filter/cgmtopdf
dff779
%{_cups_serverbin}/filter/cmxtopdf
dff779
%{_cups_serverbin}/filter/emftopdf
dff779
%{_cups_serverbin}/filter/imagetoubrl
dff779
%{_cups_serverbin}/filter/svgtopdf
dff779
%{_cups_serverbin}/filter/textbrftoindexv4
dff779
%{_cups_serverbin}/filter/vectortoubrl
dff779
%{_cups_serverbin}/filter/xfigtopdf
dff779
%{_cups_serverbin}/filter/wmftopdf
dff779
%{_datadir}/cups/braille
dff779
%{_datadir}/cups/drv/generic-brf.drv
dff779
%{_datadir}/cups/drv/generic-ubrl.drv
dff779
%{_datadir}/cups/drv/indexv3.drv
dff779
%{_datadir}/cups/drv/indexv4.drv
dff779
%{_datadir}/cups/ppdc/braille.defs
dff779
%{_datadir}/cups/ppdc/fr-braille.po
dff779
%{_datadir}/cups/ppdc/imagemagick.defs
dff779
%{_datadir}/cups/ppdc/index.defs
dff779
%{_datadir}/cups/ppdc/liblouis.defs
dff779
%{_datadir}/cups/ppdc/liblouis1.defs
dff779
%{_datadir}/cups/ppdc/liblouis2.defs
dff779
%{_datadir}/cups/ppdc/liblouis3.defs
dff779
%{_datadir}/cups/ppdc/liblouis4.defs
dff779
%{_datadir}/cups/ppdc/media-braille.defs
dff779
%{_datadir}/cups/mime/braille.convs
dff779
%{_datadir}/cups/mime/braille.types
dff779
%endif
dff779
1b2345
%changelog
dff779
* Thu Sep 22 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.7-11
dff779
- 2129054 - build braille subpackage only on Fedora and CentOS Stream > 9
dff779
1b2345
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.28.7-10
1b2345
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
1b2345
  Related: rhbz#1991688
1b2345
1b2345
* Mon Jul 26 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.7-9
1b2345
- 1982118 - [RHEL 9] pdftopdf doesn't handle "page-range=10-2147483647" correctly
1b2345
1b2345
* Mon Jun 21 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.7-8
1b2345
- 1973055 - cups-browsed doesn't renew DBus subscription in time and all printing comes to a halt
1b2345
1b2345
* Thu May 20 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.7-7
1b2345
- 1954523 - cups-browsed doesn't save "*-default" options
1b2345
1b2345
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.28.7-6
1b2345
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
1b2345
1b2345
* Mon Feb 01 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.7-5
1b2345
- rebuilt
1b2345
1b2345
* Thu Jan 28 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.7-4
1b2345
- remove nss-mdns - dont require a specific way how to resolve .local addresses
1b2345
1b2345
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.28.7-3
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1b2345
1b2345
* Mon Jan 25 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.7-2
1b2345
- unpush fix for 1904405 - M281fdw now often chokes on URF
1b2345
1b2345
* Mon Jan 11 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.7-1
1b2345
- 1.28.7, urftopdf nor pdftoopvp aren't compiled anymore
1b2345
- 1904405 - HP M281fdw: čžš characters printed as squares with "driverless" driver
1b2345
1b2345
* Mon Dec 07 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.6-1
1b2345
- 1.28.6
1b2345
1b2345
* Tue Dec 01 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.5-4
1b2345
- filters using ijs were removed, removed the dep
1b2345
1b2345
* Tue Nov 24 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.5-3
1b2345
- fix various memory issues within cups-browsed
1b2345
1b2345
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.5-2
1b2345
- use make and git-core
1b2345
1b2345
* Mon Nov 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.5-1
1b2345
- 1.28.5, 1881365 - cups-browsed crashing
1b2345
1b2345
* Tue Sep 29 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.2-3
1b2345
- 1891720 - foomatic-rip files up /var/spool/tmp with temporary files
1b2345
1b2345
* Thu Sep 17 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.2-2
1b2345
- 1879147 - driverless cannot generate ppd for dns-sd based uris
1b2345
1b2345
* Tue Sep 15 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.2-1
1b2345
- 1.28.2
1b2345
1b2345
* Thu Sep 03 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.1-2
1b2345
- revert previous commit - systemd-resolved doesn't work with avahi right now
1b2345
  because missing link in NetworkManager
1b2345
1b2345
* Mon Aug 31 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.1-2
1b2345
- MDNS resolving should be done by systemd-resolved now
1b2345
1b2345
* Thu Aug 27 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.1-1
1b2345
- 1.28.1 - added driverless fax support
1b2345
1b2345
* Fri Aug 21 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.5-7
1b2345
- use configure option instead of downstream, cups-browsed.conf editing, patch
1b2345
- the exact path in cups-browsed manpage was removed, use the patch removing it instead of downstream one
1b2345
- use configure option to dont save queues between restarts instead of downstream patch reverting the issue
1b2345
- memory leaks patch is from upstream too
1b2345
1b2345
* Wed Aug 19 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.5-6
1b2345
- 1867412 - cups-browsed leaks memory
1b2345
1b2345
* Thu Aug 06 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.5-5
1b2345
- require ipptool explicitly
1b2345
- remove buildrequire on ipptool
1b2345
1b2345
* Wed Aug 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.5-4
1b2345
- use %%make_build and %%make_install according FPG
1b2345
- own 'new' directories
1b2345
1b2345
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.27.5-3
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1b2345
1b2345
* Mon Jul 20 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.5-2
1b2345
- 1848575 - [cups, cups-filters] PPD generators creates invalid cupsManualCopies entry
1b2345
1b2345
* Mon Jun 08 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.5-1
1b2345
- 1.27.5
1b2345
1b2345
* Tue Apr 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.4-1
1b2345
- 1.27.4
1b2345
1b2345
* Wed Apr 08 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.3-3
1b2345
- memory issues in cups-browsed
1b2345
1b2345
* Mon Apr 06 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.3-2
1b2345
- make nss-mdns and avahi recommended
1b2345
1b2345
* Mon Mar 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.3-1
1b2345
- 1.27.3
1b2345
1b2345
* Fri Mar 13 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.2-2
1b2345
- fix leaks in cups-browsed
1b2345
- add require on nss-mdns
1b2345
1b2345
* Mon Mar 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.2-1
1b2345
- 1.27.2
1b2345
1b2345
* Tue Feb 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.1-2
1b2345
- 1806862 - foomatic-rip handles empty files in bad way
1b2345
1b2345
* Tue Feb 18 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.1-1
1b2345
- 1.27.1
1b2345
1b2345
* Tue Feb 18 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.0-2
1b2345
- 1802969 - Service "cups-browsed" is crashing all the time
1b2345
1b2345
* Tue Jan 28 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.0-1
1b2345
- 1.27.0
1b2345
- add post scriptlet for update
1b2345
1b2345
* Wed Jan 22 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.5-13
1b2345
- fix build with GCC 10 and remove old obsoletes
1b2345
1b2345
* Fri Jan 17 2020 Marek Kasik <mkasik@redhat.com> - 1.22.5-11
1b2345
- Rebuild for poppler-0.84.0
1b2345
1b2345
* Wed Jan 15 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.5-11
1b2345
- add buildrequires fro systemd-rpm-macros
1b2345
1b2345
* Tue Nov 26 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.5-10
1b2345
- 1776271 - Updated cups-browsed in RHEL 7.7 leaks sockets
1b2345
1b2345
* Tue Nov 19 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.5-9
1b2345
- rebuilt for qpdf-9.1.0
1b2345
1b2345
* Tue Oct 22 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.5-8
1b2345
- 1756726 - Epson ET 7700 reports pwg support, but pwg does not work
1b2345
1b2345
* Wed Oct 09 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.5-7
1b2345
- gs 9.27 now uses setfilladjust2
1b2345
1b2345
* Tue Sep 17 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.5-6
1b2345
- ftbfs with qpdf-9.0.0
1b2345
- pdftopdf output should not be encrypted
1b2345
1b2345
* Wed Sep 11 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.5-5
1b2345
- require colord, because it is needed for ICC profiles for filters
1b2345
1b2345
* Tue Aug 13 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.5-4
1b2345
- 1740122 - foomatic-rip segfaults when env variable PRINTER is not defined
1b2345
1b2345
* Wed Aug 07 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.5-3
1b2345
- remove unneeded scriptlet
1b2345
1b2345
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.5-2
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1b2345
1b2345
* Mon Apr 08 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.5-1
1b2345
- 1.22.5
1b2345
1b2345
* Tue Mar 26 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.3-1
1b2345
- 1.22.3
1b2345
1b2345
* Fri Feb 01 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.0-4
1b2345
- cups-brf needs to be run as root
1b2345
1b2345
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-3
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1b2345
1b2345
* Fri Jan 25 2019 Marek Kasik <mkasik@redhat.com> - 1.22.0-2
1b2345
- Rebuild for poppler-0.73.0
1b2345
1b2345
* Fri Jan 25 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.22.0-1
1b2345
- 1.22.0
1b2345
1b2345
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 1.21.6-2
1b2345
- Rebuilt for libcrypt.so.2 (#1666033)
1b2345
1b2345
* Tue Jan 08 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.21.6-1
1b2345
- 1.21.6
1b2345
1b2345
* Thu Dec 13 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.21.5-1
1b2345
- 1.21.5
1b2345
1b2345
* Mon Nov 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.21.2-4
1b2345
- links in manpages are wrong
1b2345
1b2345
* Mon Sep 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.21.2-3
1b2345
- 1632267 - cups-filters needs to obsolete ghostscript-cups and foomatic-filters
1b2345
- rebuilt for qpdf-8.2.1
1b2345
1b2345
* Fri Sep 21 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.21.2-2
1b2345
- 1628255 - cups-filters: Sticky EOF behavior in glibc breaks descriptor concatenation using dup2 (breaks printing)
1b2345
1b2345
* Mon Sep 10 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.21.2-1
1b2345
- 1.21.2
1b2345
1b2345
* Tue Aug 14 2018 Marek Kasik <mkasik@redhat.com> - 1.20.3-7
1b2345
- Rebuild for poppler-0.67.0
1b2345
1b2345
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.3-6
1b2345
- correcting license
1b2345
1b2345
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.3-5
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1b2345
1b2345
* Mon Jun 25 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.3-4
1b2345
- rebuilt for new qpdf-8.1.0
1b2345
1b2345
* Tue Jun 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.3-3
1b2345
- hybrid pdftops filter requires poppler and ghostscript for run
1b2345
1b2345
* Tue Jun 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.3-2
1b2345
- cups-browsed needs to have cups.service to run
1b2345
1b2345
* Fri Apr 13 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.3-1
1b2345
- 1.20.3
1b2345
1b2345
* Wed Apr 04 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.2-1
1b2345
- 1.20.2
1b2345
- fixing discovering of remote CUPS queues and LDAP queues
1b2345
- dependency on poppler-utils is now only recommended
1b2345
1b2345
* Fri Mar 23 2018 Marek Kasik <mkasik@redhat.com> - 1.20.1-4
1b2345
- Rebuild for poppler-0.63.0
1b2345
1b2345
* Wed Mar 07 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.1-3
1b2345
- Rebuilt for qpdf-8.0.2
1b2345
1b2345
* Mon Mar 05 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.1-2
1b2345
- 1.20.1
1b2345
1b2345
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-8
1b2345
- add explicit soname -> warning about soname change
1b2345
1b2345
* Wed Feb 21 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-7
1b2345
- libjpeg is shipped in libjpeg-turbo and pkgconfig in pkgconf-pkg-config
1b2345
1b2345
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-6
1b2345
- gcc and gcc-c++ is no longer in buildroot by default
1b2345
1b2345
* Wed Feb 14 2018 David Tardon <dtardon@redhat.com> - 1.20.0-5
1b2345
- rebuild for poppler 0.62.0
1b2345
1b2345
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.20.0-4
1b2345
- Escape macros in %%changelog
1b2345
1b2345
* Thu Feb 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-3
1b2345
- remove old stuff https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/MRWOMRZ6KPCV25EFHJ2O67BCCP3L4Y6N/
1b2345
1b2345
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-2
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1b2345
1b2345
* Tue Jan 30 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-1
1b2345
- Rebase to 1.20.0
1b2345
1b2345
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.19.0-2
1b2345
- Rebuilt for switch to libxcrypt
1b2345
1b2345
* Tue Jan 16 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.19.0-1
1b2345
- Rebase to 1.19.0
1b2345
1b2345
* Thu Jan 11 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-5
1b2345
- adding build dependency on ghostscript because of its package changes
1b2345
1b2345
* Tue Jan 02 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-4
1b2345
- 1529680 - set CreateIPPPrintQueues to ALL and LocalRemoteCUPSQueueNaming to RemoteName
1b2345
1b2345
* Mon Nov 20 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-3
1b2345
- fixing patch for upstream issue 1413
1b2345
1b2345
* Wed Nov 08 2017 David Tardon <dtardon@redhat.com> - 1.17.9-2
1b2345
- rebuild for poppler 0.61.0
1b2345
1b2345
* Wed Oct 18 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-1
1b2345
- rebase to 1.17.9
1b2345
1b2345
* Mon Oct 09 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.8-4
1b2345
- removing Provides ghostscript-cups and foomatic-filters
1b2345
1b2345
* Fri Oct 06 2017 David Tardon <dtardon@redhat.com> - 1.17.8-3
1b2345
- rebuild for poppler 0.60.1
1b2345
1b2345
* Fri Oct 06 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.8-2
1b2345
- upstream 1413 - Propagation of location doesn't work
1b2345
1b2345
* Tue Oct 03 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.8-1
1b2345
- rebase to 1.17.8
1b2345
1b2345
* Tue Sep 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.7-1
1b2345
- rebase to 1.17.7
1b2345
1b2345
* Fri Sep 08 2017 David Tardon <dtardon@redhat.com> - 1.17.2-2
1b2345
- rebuild for poppler 0.59.0
1b2345
1b2345
* Wed Sep 06 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.2-1
1b2345
- rebase to 1.17.2
1b2345
1b2345
* Tue Aug 22 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.3-1
1b2345
- rebase to 1.16.3
1b2345
1b2345
* Mon Aug 14 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.1-1
1b2345
- rebase to 1.16.1
1b2345
1b2345
* Thu Aug 10 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.0-2
1b2345
- rebuilt for qpdf-libs
1b2345
1b2345
* Mon Aug 07 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.0-1
1b2345
- rebase to 1.16.0
1b2345
1b2345
* Thu Aug 03 2017 David Tardon <dtardon@redhat.com> - 1.14.1-5
1b2345
- rebuild for poppler 0.57.0
1b2345
1b2345
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1b2345
1b2345
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-3
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1b2345
1b2345
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 1.14.1-2
1b2345
- Rebuilt for Boost 1.64
1b2345
1b2345
* Fri Jun 30 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.1-1
1b2345
- rebase to 1.14.1
1b2345
1b2345
* Thu Jun 29 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.0-3
1b2345
- update python Requires/BuildRequires accordingly to Fedora Guidelines for Python (python-cups -> python3-cups)
1b2345
1b2345
* Wed May 31 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.0-2
1b2345
- removing BuildRequires: mupdf
1b2345
1b2345
* Wed May 17 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.0-1
1b2345
- rebase to 1.14.0
1b2345
1b2345
* Fri Apr 28 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.5-1
1b2345
- rebase to 1.13.5
1b2345
1b2345
* Tue Mar 28 2017 David Tardon <dtardon@redhat.com> - 1.13.4-2
1b2345
- rebuild for poppler 0.53.0
1b2345
1b2345
* Fri Feb 24 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.4-1
1b2345
- rebase to 1.13.4
1b2345
- 1426567 - Added queues are not marked as remote ones
1b2345
1b2345
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.3-4
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1b2345
1b2345
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.13.3-3
1b2345
- Rebuilt for Boost 1.63
1b2345
1b2345
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.13.3-2
1b2345
- Rebuilt for Boost 1.63
1b2345
1b2345
* Thu Jan 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.3-1
1b2345
- rebase to 1.13.3
1b2345
1b2345
* Mon Jan 02 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.2-1
1b2345
- rebase to 1.13.2
1b2345
1b2345
* Mon Dec 19 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.1-1
1b2345
- rebase to 1.13.1
1b2345
1b2345
* Fri Dec 16 2016 David Tardon <dtardon@redhat.com> - 1.13.0-2
1b2345
- rebuild for poppler 0.50.0
1b2345
1b2345
* Mon Dec 12 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.0-1
1b2345
- rebase to 1.13.0
1b2345
1b2345
* Fri Dec 02 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.12.0-2
1b2345
- adding new sources
1b2345
1b2345
* Fri Dec 02 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.12.0-1
1b2345
- rebase to 1.12.0
1b2345
1b2345
* Wed Nov 23 2016 David Tardon <dtardon@redhat.com> - 1.11.6-2
1b2345
- rebuild for poppler 0.49.0
1b2345
1b2345
* Fri Nov 11 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.6-1
1b2345
- rebase to 1.11.6
1b2345
1b2345
* Mon Oct 31 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.5-1
1b2345
- rebase to 1.11.5
1b2345
1b2345
* Fri Oct 21 2016 Marek Kasik <mkasik@redhat.com> - 1.11.4-2
1b2345
- Rebuild for poppler-0.48.0
1b2345
1b2345
* Tue Sep 27 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.4-1
1b2345
- rebase to 1.11.4 
1b2345
1b2345
* Tue Sep 20 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.3-1
1b2345
- rebase to 1.11.3
1b2345
1b2345
* Tue Aug 30 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.2-1
1b2345
- rebase to 1.11.2, adding cupsfilters-poppler.convs and cupsfilters-mupdf.convs into package
1b2345
1b2345
* Wed Aug 03 2016 Jiri Popelka <jpopelka@redhat.com> - 1.10.0-3
1b2345
- %%{_defaultdocdir}/cups-filters/ -> %%{_pkgdocdir}
1b2345
1b2345
* Mon Jul 18 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.10.0-2
1b2345
- adding new sources cups-filters-1.10.0 
1b2345
1b2345
* Mon Jul 18 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.10.0-1
1b2345
- rebase 1.10.0, include missing ppd.h
1b2345
1b2345
* Mon Jul 18 2016 Marek Kasik <mkasik@redhat.com> - 1.9.0-2
1b2345
- Rebuild for poppler-0.45.0
1b2345
1b2345
* Fri Jun 10 2016 Jiri Popelka <jpopelka@redhat.com> - 1.9.0-1
1b2345
- 1.9.0
1b2345
1b2345
* Tue May  3 2016 Marek Kasik <mkasik@redhat.com> - 1.8.3-2
1b2345
- Rebuild for poppler-0.43.0
1b2345
1b2345
* Thu Mar 24 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.8.3-1
1b2345
- Update to 1.8.3, adding cupsfilters-ghostscript.convs to %%files
1b2345
1b2345
* Fri Feb 12 2016 Jiri Popelka <jpopelka@redhat.com> - 1.8.2-1
1b2345
- 1.8.2
1b2345
1b2345
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-3
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1b2345
1b2345
* Fri Jan 22 2016 Marek Kasik <mkasik@redhat.com> - 1.8.1-2
1b2345
- Rebuild for poppler-0.40.0
1b2345
1b2345
* Fri Jan 22 2016 Jiri Popelka <jpopelka@redhat.com> - 1.8.1-1
1b2345
- 1.8.1
1b2345
1b2345
* Thu Jan 21 2016 Jiri Popelka <jpopelka@redhat.com> - 1.8.0-1
1b2345
- 1.8.0
1b2345
1b2345
* Tue Jan 19 2016 Jiri Popelka <jpopelka@redhat.com> - 1.7.0-1
1b2345
- 1.7.0
1b2345
1b2345
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 1.6.0-2
1b2345
- Rebuilt for Boost 1.60
1b2345
1b2345
* Thu Jan 14 2016 Jiri Popelka <jpopelka@redhat.com> - 1.6.0-1
1b2345
- 1.6.0
1b2345
1b2345
* Fri Dec 18 2015 Jiri Popelka <jpopelka@redhat.com> - 1.5.0-1
1b2345
- 1.5.0
1b2345
1b2345
* Tue Dec 15 2015 Jiri Popelka <jpopelka@redhat.com> - 1.4.0-1
1b2345
- 1.4.0
1b2345
1b2345
* Wed Dec 09 2015 Jiri Popelka <jpopelka@redhat.com> - 1.3.0-1
1b2345
- 1.3.0
1b2345
1b2345
* Fri Nov 27 2015 Jiri Popelka <jpopelka@redhat.com> - 1.2.0-1
1b2345
- 1.2.0
1b2345
1b2345
* Wed Nov 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.0-2
1b2345
- Rebuild (qpdf-6)
1b2345
1b2345
* Tue Oct 27 2015 Jiri Popelka <jpopelka@redhat.com> - 1.1.0-1
1b2345
- 1.1.0 (version numbering change: minor version = feature, revision = bugfix)
1b2345
1b2345
* Sun Sep 13 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.76-1
1b2345
- 1.0.76
1b2345
1b2345
* Tue Sep 08 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.75-1
1b2345
- 1.0.75
1b2345
1b2345
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.0.74-2
1b2345
- Rebuilt for Boost 1.59
1b2345
1b2345
* Wed Aug 26 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.74-1
1b2345
- 1.0.74
1b2345
1b2345
* Wed Aug 19 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.73-1
1b2345
- 1.0.73 - new implicitclass backend
1b2345
1b2345
* Fri Jul 24 2015 David Tardon <dtardon@redhat.com> - 1.0.71-3
1b2345
- rebuild for Boost 1.58 to fix deps
1b2345
1b2345
* Thu Jul 23 2015 Orion Poplawski <orion@cora.nwra.com> - 1.0.71-2
1b2345
- Add upstream patch for poppler 0.34 support
1b2345
1b2345
* Wed Jul 22 2015 Marek Kasik <mkasik@redhat.com> - 1.0.71-2
1b2345
- Rebuild (poppler-0.34.0)
1b2345
1b2345
* Fri Jul 03 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.71-1
1b2345
- 1.0.71
1b2345
1b2345
* Mon Jun 29 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.70-1
1b2345
- 1.0.70
1b2345
1b2345
* Mon Jun 22 2015 Tim Waugh <twaugh@redhat.com> - 1.0.69-3
1b2345
- Fixes for glib source handling (bug #1228555).
1b2345
1b2345
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.69-2
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1b2345
1b2345
* Thu Jun 11 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.69-1
1b2345
- 1.0.69
1b2345
1b2345
* Fri Jun  5 2015 Marek Kasik <mkasik@redhat.com> - 1.0.68-2
1b2345
- Rebuild (poppler-0.33.0)
1b2345
1b2345
* Tue Apr 14 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.68-1
1b2345
- 1.0.68
1b2345
1b2345
* Wed Mar 11 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.67-1
1b2345
- 1.0.67
1b2345
1b2345
* Mon Mar 02 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.66-1
1b2345
- 1.0.66
1b2345
1b2345
* Mon Feb 16 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.65-1
1b2345
- 1.0.65
1b2345
1b2345
* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 1.0.61-3
1b2345
- Rebuild (poppler-0.30.0)
1b2345
1b2345
* Thu Nov 27 2014 Marek Kasik <mkasik@redhat.com> - 1.0.61-2
1b2345
- Rebuild (poppler-0.28.1)
1b2345
1b2345
* Fri Oct 10 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.61-1
1b2345
- 1.0.61 
1b2345
1b2345
* Tue Oct 07 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.60-1
1b2345
- 1.0.60
1b2345
1b2345
* Sun Sep 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.59-1
1b2345
- 1.0.59
1b2345
1b2345
* Thu Aug 21 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.58-1
1b2345
- 1.0.58
1b2345
1b2345
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.55-3
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1b2345
1b2345
* Fri Aug 15 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.55-2
1b2345
- Use %%_defaultdocdir instead of %%doc
1b2345
1b2345
* Mon Jul 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.55-1
1b2345
- 1.0.55
1b2345
1b2345
* Fri Jun 13 2014 Tim Waugh <twaugh@redhat.com> - 1.0.54-4
1b2345
- Really fix execmem issue (bug #1079534).
1b2345
1b2345
* Wed Jun 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.54-3
1b2345
- Remove (F21) pdf-landscape.patch
1b2345
1b2345
* Wed Jun 11 2014 Tim Waugh <twaugh@redhat.com> - 1.0.54-2
1b2345
- Fix build issue (bug #1106101).
1b2345
- Don't use grep's -P switch in pstopdf as it needs execmem (bug #1079534).
1b2345
- Return work-around patch for bug #768811.
1b2345
1b2345
* Mon Jun 09 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.54-1
1b2345
- 1.0.54
1b2345
1b2345
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.53-4
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1b2345
1b2345
* Tue Jun 03 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.53-3
1b2345
- Remove BuildRequires pkgconfig(lcms). pkgconfig(lcms2) is enough.
1b2345
1b2345
* Tue May 13 2014 Marek Kasik <mkasik@redhat.com> - 1.0.53-2
1b2345
- Rebuild (poppler-0.26.0)
1b2345
1b2345
* Mon Apr 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.53-1
1b2345
- 1.0.53
1b2345
1b2345
* Wed Apr 23 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.52-2
1b2345
- Remove pdftoopvp and urftopdf in %%install instead of not building them.
1b2345
1b2345
* Tue Apr 08 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.52-1
1b2345
- 1.0.52
1b2345
1b2345
* Wed Apr 02 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.51-1
1b2345
- 1.0.51 (#1083327)
1b2345
1b2345
* Thu Mar 27 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.50-1
1b2345
- 1.0.50
1b2345
1b2345
* Mon Mar 24 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.49-1
1b2345
- 1.0.49
1b2345
1b2345
* Wed Mar 12 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.48-1
1b2345
- 1.0.48
1b2345
1b2345
* Tue Mar 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.47-2
1b2345
- Don't ship pdftoopvp (#1027557) and urftopdf (#1002947).
1b2345
1b2345
* Tue Mar 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.47-1
1b2345
- 1.0.47: CVE-2013-6473 CVE-2013-6476 CVE-2013-6474 CVE-2013-6475 (#1074840)
1b2345
1b2345
* Mon Mar 10 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.46-3
1b2345
- BuildRequires: pkgconfig(foo) instead of foo-devel
1b2345
1b2345
* Tue Mar  4 2014 Tim Waugh <twaugh@redhat.com> - 1.0.46-2
1b2345
- The texttopdf filter requires a TrueType monospaced font
1b2345
  (bug #1070729).
1b2345
1b2345
* Thu Feb 20 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.46-1
1b2345
- 1.0.46
1b2345
1b2345
* Fri Feb 14 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.45-1
1b2345
- 1.0.45
1b2345
1b2345
* Mon Jan 20 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.44-1
1b2345
- 1.0.44
1b2345
1b2345
* Tue Jan 14 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.43-2
1b2345
- add /usr/bin/foomatic-rip symlink, due to LSB3.2 (#1052452)
1b2345
1b2345
* Fri Dec 20 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.43-1
1b2345
- 1.0.43: upstream fix for bug #768811 (pdf-landscape)
1b2345
1b2345
* Sat Nov 30 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.42-1
1b2345
- 1.0.42: includes foomatic-rip (obsoletes foomatic-filters package)
1b2345
1b2345
* Tue Nov 19 2013 Tim Waugh <twaugh@redhat.com> - 1.0.41-4
1b2345
- Adjust filter costs so application/vnd.adobe-read-postscript input
1b2345
  doesn't go via pstotiff (bug #1008166).
1b2345
1b2345
* Thu Nov 14 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.41-3
1b2345
- Fix memory leaks in cups-browsed (bug #1027317).
1b2345
1b2345
* Wed Nov  6 2013 Tim Waugh <twaugh@redhat.com> - 1.0.41-2
1b2345
- Include dbus so that colord support works (bug #1026928).
1b2345
1b2345
* Wed Oct 30 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.41-1
1b2345
- 1.0.41 - PPD-less printing support
1b2345
1b2345
* Mon Oct 21 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-4
1b2345
- Fix socket leaks in the BrowsePoll code (bug #1021512).
1b2345
1b2345
* Wed Oct 16 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-3
1b2345
- Ship the gstoraster MIME conversion rule now we provide that filter
1b2345
  (bug #1019261).
1b2345
1b2345
* Fri Oct 11 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-2
1b2345
- Fix PDF landscape printing (bug #768811).
1b2345
1b2345
* Fri Oct 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.40-1
1b2345
- 1.0.40
1b2345
- Use new "hybrid" pdftops renderer.
1b2345
1b2345
* Thu Oct 03 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.39-1
1b2345
- 1.0.39
1b2345
- Removed obsolete patches "pdf-landscape" and "browsepoll-notifications"
1b2345
1b2345
* Tue Oct  1 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-4
1b2345
- Use IPP notifications for BrowsePoll when possible (bug #975241).
1b2345
1b2345
* Tue Oct  1 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-3
1b2345
- Fixes for some printf-type format mismatches (bug #1014093).
1b2345
1b2345
* Tue Sep 17 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-2
1b2345
- Fix landscape printing for PDFs (bug #768811).
1b2345
1b2345
* Wed Sep 04 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.38-1
1b2345
- 1.0.38
1b2345
1b2345
* Thu Aug 29 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.37-1
1b2345
- 1.0.37.
1b2345
1b2345
* Tue Aug 27 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.36-5
1b2345
- Added build dependency - font required for running tests
1b2345
1b2345
* Tue Aug 27 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.36-4
1b2345
- Added checking phase (make check)
1b2345
1b2345
* Wed Aug 21 2013 Tim Waugh <twaugh@redhat.com> - 1.0.36-3
1b2345
- Upstream patch to re-work filter costs (bug #998977). No longer need
1b2345
  text filter costs patch as paps gets used by default now if
1b2345
  installed.
1b2345
1b2345
* Mon Aug 19 2013 Marek Kasik <mkasik@redhat.com> - 1.0.36-2
1b2345
- Rebuild (poppler-0.24.0)
1b2345
1b2345
* Tue Aug 13 2013 Tim Waugh <twaugh@redhat.com> - 1.0.36-1
1b2345
- 1.0.36.
1b2345
1b2345
* Tue Aug 13 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-7
1b2345
- Upstream patch to move in filters from ghostscript.
1b2345
1b2345
* Tue Jul 30 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-6
1b2345
- Set cost for text filters to 200 so that the paps filter gets
1b2345
  preference for the time being (bug #988909).
1b2345
1b2345
* Wed Jul 24 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-5
1b2345
- Handle page-label when printing n-up as well.
1b2345
1b2345
* Tue Jul 23 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-4
1b2345
- Added support for page-label (bug #987515).
1b2345
1b2345
* Thu Jul 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-3
1b2345
- Rebuild (qpdf-5.0.0)
1b2345
1b2345
* Mon Jul 01 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-2
1b2345
- add cups-browsed(8) and cups-browsed.conf(5)
1b2345
- don't reverse lookup IP address in URI (#975822)
1b2345
1b2345
* Wed Jun 26 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-1
1b2345
- 1.0.35
1b2345
1b2345
* Mon Jun 24 2013 Marek Kasik <mkasik@redhat.com> - 1.0.34-9
1b2345
- Rebuild (poppler-0.22.5)
1b2345
1b2345
* Wed Jun 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-8
1b2345
- fix the note we add in cups-browsed.conf
1b2345
1b2345
* Wed Jun 12 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-7
1b2345
- Obsolete cups-php (#971741)
1b2345
1b2345
* Wed Jun 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-6
1b2345
- one more cups-browsed leak fixed (#959682)
1b2345
1b2345
* Wed Jun 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-5
1b2345
- perl is actually not required by pstopdf, because the calling is in dead code
1b2345
1b2345
* Mon Jun 03 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-4
1b2345
- fix resource leaks and other problems found by Coverity & Valgrind (#959682)
1b2345
1b2345
* Wed May 15 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-3
1b2345
- ship ppdc/pcl.h because of cupsfilters.drv
1b2345
1b2345
* Tue May 07 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-2
1b2345
- pstopdf requires bc (#960315)
1b2345
1b2345
* Thu Apr 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-1
1b2345
- 1.0.34
1b2345
1b2345
* Fri Apr 05 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.33-1
1b2345
- 1.0.33
1b2345
- removed cups-filters-1.0.32-null-info.patch, accepted by upstream
1b2345
1b2345
* Thu Apr 04 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.32-2
1b2345
- fixed segfault when info is NULL
1b2345
1b2345
* Thu Apr 04 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.32-1
1b2345
- 1.0.32
1b2345
1b2345
* Fri Mar 29 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-3
1b2345
- add note to cups-browsed.conf
1b2345
1b2345
* Thu Mar 28 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-2
1b2345
- check cupsd.conf existence prior to grepping it (#928816)
1b2345
1b2345
* Fri Mar 22 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-1
1b2345
- 1.0.31
1b2345
1b2345
* Tue Mar 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-4
1b2345
- revert previous change
1b2345
1b2345
* Wed Mar 13 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-3
1b2345
- don't ship banners for now (#919489)
1b2345
1b2345
* Tue Mar 12 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-2
1b2345
- move BrowsePoll from cupsd.conf to cups-browsed.conf in %%post
1b2345
1b2345
* Fri Mar 08 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-1
1b2345
- 1.0.30: CUPS browsing and broadcasting in cups-browsed
1b2345
1b2345
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.29-4
1b2345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1b2345
1b2345
* Sat Jan 19 2013 Rex Dieter <rdieter@fedoraproject.org> 1.0.29-3
1b2345
- backport upstream buildfix for poppler-0.22.x
1b2345
1b2345
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.0.29-2
1b2345
- rebuild due to "jpeg8-ABI" feature drop
1b2345
1b2345
* Thu Jan 03 2013 Jiri Popelka <jpopelka@redhat.com> 1.0.29-1
1b2345
- 1.0.29
1b2345
1b2345
* Wed Jan 02 2013 Jiri Popelka <jpopelka@redhat.com> 1.0.28-1
1b2345
- 1.0.28: cups-browsed daemon and service
1b2345
1b2345
* Thu Nov 29 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.25-1
1b2345
- 1.0.25
1b2345
1b2345
* Fri Sep 07 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.24-1
1b2345
- 1.0.24
1b2345
1b2345
* Wed Aug 22 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.23-1
1b2345
- 1.0.23: old pdftopdf removed
1b2345
1b2345
* Tue Aug 21 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.22-1
1b2345
- 1.0.22: new pdftopdf (uses qpdf instead of poppler)
1b2345
1b2345
* Wed Aug 08 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-4
1b2345
- rebuild
1b2345
1b2345
* Thu Aug 02 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-3
1b2345
- commented multiple licensing breakdown (#832130)
1b2345
- verbose build output
1b2345
1b2345
* Thu Aug 02 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-2
1b2345
- BuildRequires: poppler-cpp-devel (to build against poppler-0.20)
1b2345
1b2345
* Mon Jul 23 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-1
1b2345
- 1.0.20
1b2345
1b2345
* Tue Jul 17 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.19-1
1b2345
- 1.0.19
1b2345
1b2345
* Wed May 30 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.18-1
1b2345
- initial spec file