b91c6c
# we build CUPS also with relro
b91c6c
%global _hardened_build 1
b91c6c
b91c6c
Summary: OpenPrinting CUPS filters and backends
b91c6c
Name:    cups-filters
Zdenek Dohnal b5d9ad
Version: 1.20.2
Zdenek Dohnal b5d9ad
Release: 1%{?dist}
b91c6c
b91c6c
# For a breakdown of the licensing, see COPYING file
b91c6c
# GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
b91c6c
#                   imagetopdf, pstopdf, texttopdf
b91c6c
#         backends: parallel, serial
167d5a
# GPLv2+:  filters: gstopxl, textonly, texttops, imagetops, foomatic-rip
b91c6c
# GPLv3:   filters: bannertopdf
ad5aa3
# GPLv3+:  filters: urftopdf, rastertopdf
8f8fc5
# LGPLv2+:   utils: cups-browsed
Tim Waugh c61f61
# MIT:     filters: gstoraster, pdftoijs, pdftoopvp, pdftopdf, pdftoraster
8f8fc5
License: GPLv2 and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2+ and MIT
b91c6c
cb5ccc
Url:     http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
8f8fc5
Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
5b47ca
Zdenek Dohnal 8aa698
Patch01: cups-filters-createall.patch
5b47ca
Zdenek Dohnal 120947
# upstream patches, remove with new release
Zdenek Dohnal 120947
Patch100: cups-filters-no-txt.patch
Zdenek Dohnal 120947
b91c6c
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
b91c6c
Zdenek Dohnal 24ef2a
# gcc and gcc-c++ is not in buildroot by default
Zdenek Dohnal 24ef2a
Zdenek Dohnal 24ef2a
# gcc for backends (implicitclass, parallel, serial, backend error handling)
Zdenek Dohnal 24ef2a
# cupsfilters (colord, color manager...), filter (banners, 
Zdenek Dohnal 24ef2a
# commandto*, braille, foomatic-rip, imagetoraster, imagetopdf, gstoraster e.g.),
Zdenek Dohnal 24ef2a
# fontembed, cups-browsed
Zdenek Dohnal 24ef2a
BuildRequires: gcc
Zdenek Dohnal 24ef2a
# gcc-c++ for pdftoopvp, pdftopdf
Zdenek Dohnal 24ef2a
BuildRequires: gcc-c++
Zdenek Dohnal 24ef2a
b91c6c
BuildRequires: cups-devel
Zdenek Dohnal 8535a4
BuildRequires: pkgconf-pkg-config
16e648
# pdftopdf
a24b42
BuildRequires: pkgconfig(libqpdf)
16e648
# pdftops
16e648
BuildRequires: poppler-utils
Tim Waugh f7177f
# pdftoijs, pdftoopvp, pdftoraster, gstoraster
a24b42
BuildRequires: pkgconfig(poppler)
a24b42
BuildRequires: poppler-cpp-devel
Zdenek Dohnal 8535a4
BuildRequires: libjpeg-turbo-devel
b91c6c
BuildRequires: libtiff-devel
a24b42
BuildRequires: pkgconfig(libpng)
a24b42
BuildRequires: pkgconfig(zlib)
a24b42
BuildRequires: pkgconfig(dbus-1)
Zdenek Dohnal e83183
BuildRequires: ghostscript
b91c6c
# libijs
a24b42
BuildRequires: pkgconfig(ijs)
a24b42
BuildRequires: pkgconfig(freetype2)
a24b42
BuildRequires: pkgconfig(fontconfig)
81cba6
BuildRequires: pkgconfig(lcms2)
8f8fc5
# cups-browsed
a24b42
BuildRequires: avahi-devel
a24b42
BuildRequires: pkgconfig(avahi-glib)
a24b42
BuildRequires: pkgconfig(glib-2.0)
8f8fc5
BuildRequires: systemd
b91c6c
b91c6c
# Make sure we get postscriptdriver tags.
Zdenek Dohnal 1564b9
BuildRequires: python3-cups
b91c6c
Jaromír Končický ee08a4
# Testing font for test scripts.
Jaromír Končický ee08a4
BuildRequires: dejavu-sans-fonts
Jaromír Končický ee08a4
060dfd
# autogen.sh
b91c6c
BuildRequires: autoconf
b91c6c
BuildRequires: automake
b91c6c
BuildRequires: libtool
b91c6c
b91c6c
Requires: cups-filesystem
Zdenek Dohnal 7c37df
# poppler filters (only if enabled) and printing banners
Zdenek Dohnal 7c37df
Recommends: poppler-utils
Tim Waugh 28724f
Tim Waugh 28724f
# texttopdf
Tim Waugh 28724f
Requires: liberation-mono-fonts
Tim Waugh 28724f
8334a6
# pstopdf
Zdenek Dohnal 791cf6
Requires: bc grep sed which
b91c6c
8f8fc5
# cups-browsed
8f8fc5
Requires(post): systemd
8f8fc5
Requires(preun): systemd
8f8fc5
Requires(postun): systemd
8f8fc5
b91c6c
%package libs
b91c6c
Summary: OpenPrinting CUPS filters and backends - cupsfilters and fontembed libraries
b91c6c
# LGPLv2: libcupsfilters
b91c6c
# MIT:    libfontembed
b91c6c
License: LGPLv2 and MIT
b91c6c
b91c6c
%package devel
b91c6c
Summary: OpenPrinting CUPS filters and backends - development environment
b91c6c
License: LGPLv2 and MIT
b91c6c
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
b91c6c
b91c6c
%description
b91c6c
Contains backends, filters, and other software that was
b91c6c
once part of the core CUPS distribution but is no longer maintained by
b91c6c
Apple Inc. In addition it contains additional filters developed
b91c6c
independently of Apple, especially filters for the PDF-centric printing
b91c6c
workflow introduced by OpenPrinting.
b91c6c
b91c6c
%description libs
b91c6c
This package provides cupsfilters and fontembed libraries.
b91c6c
b91c6c
%description devel
b91c6c
This is the development package for OpenPrinting CUPS filters and backends.
b91c6c
b91c6c
%prep
b91c6c
%setup -q
Tim Waugh f09074
Zdenek Dohnal 120947
# set LocalQueueNamingRemoteCUPS and CreateIPPPrinterQueues by default
Zdenek Dohnal 8aa698
%patch01 -p1 -b .createall
Tim Waugh f09074
Zdenek Dohnal 120947
# discover remote CUPS queues and LDAP queues (upstream https://github.com/OpenPrinting/cups-filters/issues/34)
Zdenek Dohnal 120947
%patch100 -p1 -b .no-txt
David Tardon dc01ed
b91c6c
%build
060dfd
# work-around Rpath
b91c6c
./autogen.sh
b91c6c
8f4dfe
# --with-pdftops=hybrid - use Poppler's pdftops instead of Ghostscript for
8f4dfe
#                         Brother, Minolta, and Konica Minolta to work around
8f4dfe
#                         bugs in the printer's PS interpreters
8f8fc5
# --with-rcdir=no - don't install SysV init script
Zdenek Dohnal 77f2a3
# --enable-auto-setup-driverless - enable automatic setup of IPP network printers
Zdenek Dohnal 77f2a3
#                                  with driverless support
Zdenek Dohnal 77f2a3
# --enable-driverless - enable PPD generator for driverless printing in 
Zdenek Dohnal 77f2a3
#                       /usr/lib/cups/driver, it is for manual setup of 
Zdenek Dohnal 77f2a3
#                       driverless printers with printer setup tool
Zdenek Dohnal 77f2a3
# --disable-static - do not build static libraries (becuase of Fedora Packaging
Zdenek Dohnal 77f2a3
#                    Guidelines)
Zdenek Dohnal 77f2a3
# --enable-dbus - enable DBus Connection Manager's code
Zdenek Dohnal 77f2a3
# --disable-silent-rules - verbose build output
Zdenek Dohnal 77f2a3
# --disable-mutool - mupdf is retired in Fedora, use qpdf
Zdenek Dohnal 77f2a3
b91c6c
%configure --disable-static \
b91c6c
           --disable-silent-rules \
8f4dfe
           --with-pdftops=hybrid \
Tim Waugh f7177f
           --enable-dbus \
Zdenek Dohnal 5aa32b
           --with-rcdir=no \
Zdenek Dohnal 77f2a3
           --disable-mutool \
Zdenek Dohnal 77f2a3
           --enable-driverless \
Zdenek Dohnal 77f2a3
           --enable-auto-setup-driverless
b91c6c
b91c6c
make %{?_smp_mflags}
b91c6c
b91c6c
%install
b91c6c
make install DESTDIR=%{buildroot}
b91c6c
b91c6c
# Don't ship libtool la files.
b91c6c
rm -f %{buildroot}%{_libdir}/lib*.la
b91c6c
b91c6c
# Not sure what is this good for.
b91c6c
rm -f %{buildroot}%{_bindir}/ttfread
b91c6c
3b8a73
rm -f %{buildroot}%{_pkgdocdir}/INSTALL
3b8a73
mkdir -p %{buildroot}%{_pkgdocdir}/fontembed/
3b8a73
cp -p fontembed/README %{buildroot}%{_pkgdocdir}/fontembed/
c594a4
8f8fc5
# systemd unit file
8f8fc5
mkdir -p %{buildroot}%{_unitdir}
Jaromír Končický e7d573
install -p -m 644 utils/cups-browsed.service %{buildroot}%{_unitdir}
8f8fc5
2eedf3
# LSB3.2 requires /usr/bin/foomatic-rip,
2eedf3
# create it temporarily as a relative symlink
Zdenek Dohnal 98a130
ln -sf %{_cups_serverbin}/filter/foomatic-rip %{buildroot}%{_bindir}/foomatic-rip
Zdenek Dohnal 98a130
00177c
# Don't ship urftopdf for now (bug #1002947).
00177c
rm -f %{buildroot}%{_cups_serverbin}/filter/urftopdf
00177c
sed -i '/urftopdf/d' %{buildroot}%{_datadir}/cups/mime/cupsfilters.convs
00177c
00177c
# Don't ship pdftoopvp for now (bug #1027557).
00177c
rm -f %{buildroot}%{_cups_serverbin}/filter/pdftoopvp
00177c
rm -f %{buildroot}%{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf
00177c
00177c
Jaromír Končický 36a0f6
%check
Jaromír Končický 36a0f6
make check
Jaromír Končický 36a0f6
8f8fc5
%post
8f8fc5
%systemd_post cups-browsed.service
8f8fc5
09fdb6
# Initial installation
09fdb6
if [ $1 -eq 1 ] ; then
09fdb6
    IN=%{_sysconfdir}/cups/cupsd.conf
09fdb6
    OUT=%{_sysconfdir}/cups/cups-browsed.conf
09fdb6
    keyword=BrowsePoll
09fdb6
5d1906
    # We can remove this after few releases, it's just for the introduction of cups-browsed.
5d1906
    if [ -f "$OUT" ]; then
ad5aa3
        echo -e "\n# NOTE: This file is not part of CUPS.\n# You need to enable cups-browsed service\n# and allow ipp-client service in firewall." >> "$OUT"
5d1906
    fi
5d1906
5d1906
    # move BrowsePoll from cupsd.conf to cups-browsed.conf
285a04
    if [ -f "$IN" ] && grep -iq ^$keyword "$IN"; then
09fdb6
        if ! grep -iq ^$keyword "$OUT"; then
09fdb6
            (cat >> "$OUT" <
09fdb6
09fdb6
# Settings automatically moved from cupsd.conf by RPM package:
09fdb6
EOF
09fdb6
            ) || :
09fdb6
            (grep -i ^$keyword "$IN" >> "$OUT") || :
09fdb6
            #systemctl enable cups-browsed.service >/dev/null 2>&1 || :
09fdb6
        fi
09fdb6
        sed -i -e "s,^$keyword,#$keyword directive moved to cups-browsed.conf\n#$keyword,i" "$IN" || :
09fdb6
    fi
09fdb6
fi
09fdb6
8f8fc5
%preun
8f8fc5
%systemd_preun cups-browsed.service
8f8fc5
8f8fc5
%postun
8f8fc5
%systemd_postun_with_restart cups-browsed.service 
8f8fc5
b91c6c
%post libs -p /sbin/ldconfig
b91c6c
b91c6c
%postun libs -p /sbin/ldconfig
b91c6c
8f8fc5
b91c6c
%files
3b8a73
%{_pkgdocdir}/README
3b8a73
%{_pkgdocdir}/AUTHORS
3b8a73
%{_pkgdocdir}/NEWS
16c7d3
%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf
b91c6c
%attr(0755,root,root) %{_cups_serverbin}/filter/*
b91c6c
%attr(0755,root,root) %{_cups_serverbin}/backend/parallel
dc9ba0
# Serial backend needs to run as root (bug #212577#c4).
b91c6c
%attr(0700,root,root) %{_cups_serverbin}/backend/serial
86c88a
%attr(0755,root,root) %{_cups_serverbin}/backend/implicitclass
e5225e
%attr(0755,root,root) %{_cups_serverbin}/backend/beh
Zdenek Dohnal 89060f
%attr(0755,root,root) %{_cups_serverbin}/backend/cups-brf
Zdenek Dohnal 98a130
%{_bindir}/foomatic-rip
Zdenek Dohnal 98a130
%{_bindir}/driverless
Zdenek Dohnal e931ba
%{_cups_serverbin}/backend/driverless
Zdenek Dohnal 98a130
%{_cups_serverbin}/driver/driverless
6eadbb
%{_datadir}/cups/banners
9f7001
%{_datadir}/cups/braille
b91c6c
%{_datadir}/cups/charsets
b91c6c
%{_datadir}/cups/data/*
aec37c
# this needs to be in the main package because of cupsfilters.drv
aec37c
%{_datadir}/cups/ppdc/pcl.h
9f7001
%{_datadir}/cups/ppdc/braille.defs
9f7001
%{_datadir}/cups/ppdc/fr-braille.po
9f7001
%{_datadir}/cups/ppdc/imagemagick.defs
9f7001
%{_datadir}/cups/ppdc/index.defs
9f7001
%{_datadir}/cups/ppdc/liblouis.defs
Zdenek Dohnal 89060f
%{_datadir}/cups/ppdc/liblouis1.defs
9f7001
%{_datadir}/cups/ppdc/liblouis2.defs
9f7001
%{_datadir}/cups/ppdc/liblouis3.defs
9f7001
%{_datadir}/cups/ppdc/liblouis4.defs
9f7001
%{_datadir}/cups/ppdc/media-braille.defs
b91c6c
%{_datadir}/cups/drv/cupsfilters.drv
9f7001
%{_datadir}/cups/drv/generic-brf.drv
Zdenek Dohnal 89060f
%{_datadir}/cups/drv/generic-ubrl.drv
9f7001
%{_datadir}/cups/drv/indexv3.drv
9f7001
%{_datadir}/cups/drv/indexv4.drv
b91c6c
%{_datadir}/cups/mime/cupsfilters.types
b91c6c
%{_datadir}/cups/mime/cupsfilters.convs
Zdenek Dohnal c90a75
%{_datadir}/cups/mime/cupsfilters-ghostscript.convs
Zdenek Dohnal 8a184c
%{_datadir}/cups/mime/cupsfilters-poppler.convs
9f7001
%{_datadir}/cups/mime/braille.convs
9f7001
%{_datadir}/cups/mime/braille.types
b91c6c
%{_datadir}/ppd/cupsfilters
8f8fc5
%{_sbindir}/cups-browsed
8f8fc5
%{_unitdir}/cups-browsed.service
5b47ca
%{_mandir}/man8/cups-browsed.8.gz
5b47ca
%{_mandir}/man5/cups-browsed.conf.5.gz
167d5a
%{_mandir}/man1/foomatic-rip.1.gz
Zdenek Dohnal 98a130
%{_mandir}/man1/driverless.1.gz
b91c6c
b91c6c
%files libs
3b8a73
%dir %{_pkgdocdir}/
Zdenek Dohnal 46403f
%{_pkgdocdir}/COPYING
3b8a73
%{_pkgdocdir}/fontembed/README
Zdenek Dohnal 36a066
%{_libdir}/libcupsfilters.so.1*
Zdenek Dohnal 36a066
%{_libdir}/libfontembed.so.1*
b91c6c
b91c6c
%files devel
b91c6c
%{_includedir}/cupsfilters
b91c6c
%{_includedir}/fontembed
Tim Waugh 5edcd8
%{_datadir}/cups/ppdc/escp.h
b91c6c
%{_libdir}/pkgconfig/libcupsfilters.pc
b91c6c
%{_libdir}/pkgconfig/libfontembed.pc
b91c6c
%{_libdir}/libcupsfilters.so
b91c6c
%{_libdir}/libfontembed.so
b91c6c
b91c6c
%changelog
Zdenek Dohnal b5d9ad
* Wed Apr 04 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.2-1
Zdenek Dohnal b5d9ad
- 1.20.2
Zdenek Dohnal 120947
- fixing discovering of remote CUPS queues and LDAP queues
Zdenek Dohnal 7c37df
- dependency on poppler-utils is now only recommended
Zdenek Dohnal b5d9ad
Marek Kasik eac2d9
* Fri Mar 23 2018 Marek Kasik <mkasik@redhat.com> - 1.20.1-4
Marek Kasik eac2d9
- Rebuild for poppler-0.63.0
Marek Kasik eac2d9
Zdenek Dohnal 1c0cb6
* Wed Mar 07 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.1-3
Zdenek Dohnal 1c0cb6
- Rebuilt for qpdf-8.0.2
Zdenek Dohnal 1c0cb6
Zdenek Dohnal 805d0c
* Mon Mar 05 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.1-2
Zdenek Dohnal b28dd5
- 1.20.1
Zdenek Dohnal b28dd5
Zdenek Dohnal 36a066
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-8
Zdenek Dohnal 36a066
- add explicit soname -> warning about soname change
Zdenek Dohnal 36a066
Zdenek Dohnal 8535a4
* Wed Feb 21 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-7
Zdenek Dohnal 8535a4
- libjpeg is shipped in libjpeg-turbo and pkgconfig in pkgconf-pkg-config
Zdenek Dohnal 8535a4
Zdenek Dohnal 24ef2a
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-6
Zdenek Dohnal 24ef2a
- gcc and gcc-c++ is no longer in buildroot by default
Zdenek Dohnal 24ef2a
David Tardon 677832
* Wed Feb 14 2018 David Tardon <dtardon@redhat.com> - 1.20.0-5
David Tardon 677832
- rebuild for poppler 0.62.0
David Tardon 677832
Igor Gnatenko 5e19ac
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.20.0-4
Igor Gnatenko 5e19ac
- Escape macros in %%changelog
Igor Gnatenko 5e19ac
Zdenek Dohnal cf615f
* Thu Feb 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-3
Zdenek Dohnal cf615f
- remove old stuff https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/MRWOMRZ6KPCV25EFHJ2O67BCCP3L4Y6N/
Zdenek Dohnal cf615f
Fedora Release Engineering 58bbef
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-2
Fedora Release Engineering 58bbef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Fedora Release Engineering 58bbef
Zdenek Dohnal 967382
* Tue Jan 30 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-1
Zdenek Dohnal 967382
- Rebase to 1.20.0
Zdenek Dohnal 967382
Björn Esser 454cc8
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.19.0-2
Björn Esser 454cc8
- Rebuilt for switch to libxcrypt
Björn Esser 454cc8
Zdenek Dohnal 8aa698
* Tue Jan 16 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.19.0-1
Zdenek Dohnal 8aa698
- Rebase to 1.19.0
Zdenek Dohnal 8aa698
Zdenek Dohnal e83183
* Thu Jan 11 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-5
Zdenek Dohnal e83183
- adding build dependency on ghostscript because of its package changes
Zdenek Dohnal e83183
Zdenek Dohnal 38fd0c
* Tue Jan 02 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-4
Zdenek Dohnal 38fd0c
- 1529680 - set CreateIPPPrintQueues to ALL and LocalRemoteCUPSQueueNaming to RemoteName
Zdenek Dohnal 38fd0c
Zdenek Dohnal 38fd0c
* Mon Nov 20 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-3
Zdenek Dohnal 6b99ba
- fixing patch for upstream issue 1413
Zdenek Dohnal 6b99ba
David Tardon 65126b
* Wed Nov 08 2017 David Tardon <dtardon@redhat.com> - 1.17.9-2
David Tardon 65126b
- rebuild for poppler 0.61.0
David Tardon 65126b
Zdenek Dohnal 364623
* Wed Oct 18 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.9-1
Zdenek Dohnal 364623
- rebase to 1.17.9
Zdenek Dohnal 364623
Zdenek Dohnal f2aaf8
* Mon Oct 09 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.8-4
Zdenek Dohnal f2aaf8
- removing Provides ghostscript-cups and foomatic-filters
Zdenek Dohnal f2aaf8
David Tardon 6b4df6
* Fri Oct 06 2017 David Tardon <dtardon@redhat.com> - 1.17.8-3
David Tardon 6b4df6
- rebuild for poppler 0.60.1
David Tardon 6b4df6
Zdenek Dohnal f1894b
* Fri Oct 06 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.8-2
Zdenek Dohnal 9a4630
- upstream 1413 - Propagation of location doesn't work
Zdenek Dohnal 9a4630
Zdenek Dohnal ffd9d3
* Tue Oct 03 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.8-1
Zdenek Dohnal ffd9d3
- rebase to 1.17.8
Zdenek Dohnal ffd9d3
Zdenek Dohnal 89060f
* Tue Sep 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.7-1
Zdenek Dohnal 89060f
- rebase to 1.17.7
Zdenek Dohnal 89060f
David Tardon dc01ed
* Fri Sep 08 2017 David Tardon <dtardon@redhat.com> - 1.17.2-2
David Tardon dc01ed
- rebuild for poppler 0.59.0
David Tardon dc01ed
Zdenek Dohnal 77f2a3
* Wed Sep 06 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.17.2-1
Zdenek Dohnal 77f2a3
- rebase to 1.17.2
Zdenek Dohnal 77f2a3
Zdenek Dohnal f6e9ef
* Tue Aug 22 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.3-1
Zdenek Dohnal f6e9ef
- rebase to 1.16.3
Zdenek Dohnal f6e9ef
Zdenek Dohnal 696207
* Mon Aug 14 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.1-1
Zdenek Dohnal 696207
- rebase to 1.16.1
Zdenek Dohnal 696207
Zdenek Dohnal 956b8d
* Thu Aug 10 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.0-2
Zdenek Dohnal c3de9d
- rebuilt for qpdf-libs
Zdenek Dohnal c3de9d
Zdenek Dohnal 0382fa
* Mon Aug 07 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.0-1
Zdenek Dohnal 0382fa
- rebase to 1.16.0
Zdenek Dohnal 0382fa
David Tardon cb3b46
* Thu Aug 03 2017 David Tardon <dtardon@redhat.com> - 1.14.1-5
David Tardon cb3b46
- rebuild for poppler 0.57.0
David Tardon cb3b46
Fedora Release Engineering 74333f
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-4
Fedora Release Engineering 74333f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
Fedora Release Engineering 74333f
Fedora Release Engineering 6a7134
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-3
Fedora Release Engineering 6a7134
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Fedora Release Engineering 6a7134
Jonathan Wakely e0b443
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 1.14.1-2
Jonathan Wakely e0b443
- Rebuilt for Boost 1.64
Jonathan Wakely e0b443
Zdenek Dohnal a28c5c
* Fri Jun 30 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.1-1
Zdenek Dohnal a28c5c
- rebase to 1.14.1
Zdenek Dohnal a28c5c
Zdenek Dohnal 1564b9
* Thu Jun 29 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.0-3
Zdenek Dohnal 1564b9
- update python Requires/BuildRequires accordingly to Fedora Guidelines for Python (python-cups -> python3-cups)
Zdenek Dohnal 1564b9
Zdenek Dohnal 3a0452
* Wed May 31 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.0-2
Zdenek Dohnal 5aa32b
- removing BuildRequires: mupdf
Zdenek Dohnal 5aa32b
Zdenek Dohnal 70197e
* Wed May 17 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.14.0-1
Zdenek Dohnal 70197e
- rebase to 1.14.0
Zdenek Dohnal 70197e
Zdenek Dohnal 791cf6
* Fri Apr 28 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.5-1
Zdenek Dohnal 791cf6
- rebase to 1.13.5
Zdenek Dohnal 791cf6
David Tardon 7cf411
* Tue Mar 28 2017 David Tardon <dtardon@redhat.com> - 1.13.4-2
David Tardon 7cf411
- rebuild for poppler 0.53.0
David Tardon 7cf411
Zdenek Dohnal 916ff1
* Fri Feb 24 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.4-1
Zdenek Dohnal 916ff1
- rebase to 1.13.4
Zdenek Dohnal 184b8c
- 1426567 - Added queues are not marked as remote ones
Zdenek Dohnal 916ff1
Fedora Release Engineering 5cc06e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.3-4
Fedora Release Engineering 5cc06e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Fedora Release Engineering 5cc06e
Jonathan Wakely a16a82
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.13.3-3
Jonathan Wakely a16a82
- Rebuilt for Boost 1.63
Jonathan Wakely a16a82
Jonathan Wakely 250d0e
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.13.3-2
Jonathan Wakely 250d0e
- Rebuilt for Boost 1.63
Jonathan Wakely 250d0e
Zdenek Dohnal e881f0
* Thu Jan 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.3-1
Zdenek Dohnal e881f0
- rebase to 1.13.3
Zdenek Dohnal e881f0
Zdenek Dohnal af4609
* Mon Jan 02 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.2-1
Zdenek Dohnal af4609
- rebase to 1.13.2
Zdenek Dohnal af4609
Zdenek Dohnal db6b9b
* Mon Dec 19 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.1-1
Zdenek Dohnal db6b9b
- rebase to 1.13.1
Zdenek Dohnal db6b9b
David Tardon 9e6fcd
* Fri Dec 16 2016 David Tardon <dtardon@redhat.com> - 1.13.0-2
David Tardon 9e6fcd
- rebuild for poppler 0.50.0
David Tardon 9e6fcd
Zdenek Dohnal e931ba
* Mon Dec 12 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.13.0-1
Zdenek Dohnal e931ba
- rebase to 1.13.0
Zdenek Dohnal e931ba
Zdenek Dohnal b1048c
* Fri Dec 02 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.12.0-2
Zdenek Dohnal b1048c
- adding new sources
Zdenek Dohnal b1048c
Zdenek Dohnal 98a130
* Fri Dec 02 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.12.0-1
Zdenek Dohnal 98a130
- rebase to 1.12.0
Zdenek Dohnal 98a130
David Tardon ccc394
* Wed Nov 23 2016 David Tardon <dtardon@redhat.com> - 1.11.6-2
David Tardon ccc394
- rebuild for poppler 0.49.0
David Tardon ccc394
Zdenek Dohnal 491522
* Fri Nov 11 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.6-1
Zdenek Dohnal 491522
- rebase to 1.11.6
Zdenek Dohnal 491522
Zdenek Dohnal 0d4656
* Mon Oct 31 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.5-1
Zdenek Dohnal 0d4656
- rebase to 1.11.5
Zdenek Dohnal 0d4656
Marek Kasik ab7ccb
* Fri Oct 21 2016 Marek Kasik <mkasik@redhat.com> - 1.11.4-2
Marek Kasik ab7ccb
- Rebuild for poppler-0.48.0
Marek Kasik ab7ccb
Zdenek Dohnal 0495f8
* Tue Sep 27 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.4-1
Zdenek Dohnal 0495f8
- rebase to 1.11.4 
Zdenek Dohnal 0495f8
Zdenek Dohnal abb087
* Tue Sep 20 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.3-1
Zdenek Dohnal abb087
- rebase to 1.11.3
Zdenek Dohnal abb087
Zdenek Dohnal 8a184c
* Tue Aug 30 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.11.2-1
Zdenek Dohnal 8a184c
- rebase to 1.11.2, adding cupsfilters-poppler.convs and cupsfilters-mupdf.convs into package
Zdenek Dohnal 8a184c
3b8a73
* Wed Aug 03 2016 Jiri Popelka <jpopelka@redhat.com> - 1.10.0-3
3b8a73
- %%{_defaultdocdir}/cups-filters/ -> %%{_pkgdocdir}
3b8a73
Zdenek Dohnal 8ffa4b
* Mon Jul 18 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.10.0-2
Zdenek Dohnal 8ffa4b
- adding new sources cups-filters-1.10.0 
Zdenek Dohnal f6053b
Zdenek Dohnal 5e48ca
* Mon Jul 18 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.10.0-1
Zdenek Dohnal 5e48ca
- rebase 1.10.0, include missing ppd.h
Zdenek Dohnal 5e48ca
Marek Kasik c0dc60
* Mon Jul 18 2016 Marek Kasik <mkasik@redhat.com> - 1.9.0-2
Marek Kasik c0dc60
- Rebuild for poppler-0.45.0
Marek Kasik c0dc60
6028cf
* Fri Jun 10 2016 Jiri Popelka <jpopelka@redhat.com> - 1.9.0-1
6028cf
- 1.9.0
6028cf
Marek Kasik af3b81
* Tue May  3 2016 Marek Kasik <mkasik@redhat.com> - 1.8.3-2
Marek Kasik af3b81
- Rebuild for poppler-0.43.0
Marek Kasik af3b81
Zdenek Dohnal c90a75
* Thu Mar 24 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.8.3-1
Igor Gnatenko 5e19ac
- Update to 1.8.3, adding cupsfilters-ghostscript.convs to %%files
Zdenek Dohnal c90a75
102d64
* Fri Feb 12 2016 Jiri Popelka <jpopelka@redhat.com> - 1.8.2-1
102d64
- 1.8.2
102d64
Dennis Gilmore 0fd979
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-3
Dennis Gilmore 0fd979
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Dennis Gilmore 0fd979
Marek Kasik a3ee78
* Fri Jan 22 2016 Marek Kasik <mkasik@redhat.com> - 1.8.1-2
Marek Kasik a3ee78
- Rebuild for poppler-0.40.0
Marek Kasik a3ee78
20a62f
* Fri Jan 22 2016 Jiri Popelka <jpopelka@redhat.com> - 1.8.1-1
20a62f
- 1.8.1
20a62f
9f7001
* Thu Jan 21 2016 Jiri Popelka <jpopelka@redhat.com> - 1.8.0-1
9f7001
- 1.8.0
9f7001
a3b13e
* Tue Jan 19 2016 Jiri Popelka <jpopelka@redhat.com> - 1.7.0-1
a3b13e
- 1.7.0
a3b13e
Jonathan Wakely d1ae77
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 1.6.0-2
Jonathan Wakely d1ae77
- Rebuilt for Boost 1.60
Jonathan Wakely d1ae77
e5225e
* Thu Jan 14 2016 Jiri Popelka <jpopelka@redhat.com> - 1.6.0-1
e5225e
- 1.6.0
e5225e
c649f7
* Fri Dec 18 2015 Jiri Popelka <jpopelka@redhat.com> - 1.5.0-1
c649f7
- 1.5.0
c649f7
40f8b2
* Tue Dec 15 2015 Jiri Popelka <jpopelka@redhat.com> - 1.4.0-1
40f8b2
- 1.4.0
40f8b2
1b1ced
* Wed Dec 09 2015 Jiri Popelka <jpopelka@redhat.com> - 1.3.0-1
1b1ced
- 1.3.0
1b1ced
73b518
* Fri Nov 27 2015 Jiri Popelka <jpopelka@redhat.com> - 1.2.0-1
73b518
- 1.2.0
73b518
Peter Robinson a5e11f
* Wed Nov 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.0-2
Peter Robinson a5e11f
- Rebuild (qpdf-6)
Peter Robinson a5e11f
536cd1
* Tue Oct 27 2015 Jiri Popelka <jpopelka@redhat.com> - 1.1.0-1
536cd1
- 1.1.0 (version numbering change: minor version = feature, revision = bugfix)
536cd1
1b564d
* Sun Sep 13 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.76-1
1b564d
- 1.0.76
1b564d
79b2cb
* Tue Sep 08 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.75-1
79b2cb
- 1.0.75
79b2cb
Jonathan Wakely 8fef82
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.0.74-2
Jonathan Wakely 8fef82
- Rebuilt for Boost 1.59
Jonathan Wakely 8fef82
f6a517
* Wed Aug 26 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.74-1
f6a517
- 1.0.74
f6a517
86c88a
* Wed Aug 19 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.73-1
86c88a
- 1.0.73 - new implicitclass backend
86c88a
David Tardon 8d1d87
* Fri Jul 24 2015 David Tardon <dtardon@redhat.com> - 1.0.71-3
David Tardon 8d1d87
- rebuild for Boost 1.58 to fix deps
David Tardon 8d1d87
Orion Poplawski 03ad67
* Thu Jul 23 2015 Orion Poplawski <orion@cora.nwra.com> - 1.0.71-2
Orion Poplawski 03ad67
- Add upstream patch for poppler 0.34 support
Orion Poplawski 03ad67
Marek Kasik 007bf8
* Wed Jul 22 2015 Marek Kasik <mkasik@redhat.com> - 1.0.71-2
Marek Kasik 007bf8
- Rebuild (poppler-0.34.0)
Marek Kasik 007bf8
1476b8
* Fri Jul 03 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.71-1
1476b8
- 1.0.71
1476b8
2c31d0
* Mon Jun 29 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.70-1
2c31d0
- 1.0.70
2c31d0
Tim Waugh edaf0a
* Mon Jun 22 2015 Tim Waugh <twaugh@redhat.com> - 1.0.69-3
Tim Waugh 577859
- Fixes for glib source handling (bug #1228555).
Tim Waugh 577859
Dennis Gilmore 6723b3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.69-2
Dennis Gilmore 6723b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Dennis Gilmore 6723b3
0e7cbd
* Thu Jun 11 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.69-1
0e7cbd
- 1.0.69
0e7cbd
Marek Kasik 604307
* Fri Jun  5 2015 Marek Kasik <mkasik@redhat.com> - 1.0.68-2
Marek Kasik 604307
- Rebuild (poppler-0.33.0)
Marek Kasik 604307
504216
* Tue Apr 14 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.68-1
504216
- 1.0.68
504216
e77440
* Wed Mar 11 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.67-1
e77440
- 1.0.67
e77440
7237d6
* Mon Mar 02 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.66-1
7237d6
- 1.0.66
7237d6
d27e97
* Mon Feb 16 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.65-1
d27e97
- 1.0.65
d27e97
Marek Kasik db7c23
* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 1.0.61-3
Marek Kasik db7c23
- Rebuild (poppler-0.30.0)
Marek Kasik db7c23
Marek Kasik 26bc5d
* Thu Nov 27 2014 Marek Kasik <mkasik@redhat.com> - 1.0.61-2
Marek Kasik 26bc5d
- Rebuild (poppler-0.28.1)
Marek Kasik 26bc5d
d2c290
* Fri Oct 10 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.61-1
d2c290
- 1.0.61 
d2c290
0e50fe
* Tue Oct 07 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.60-1
0e50fe
- 1.0.60
0e50fe
d019bb
* Sun Sep 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.59-1
d019bb
- 1.0.59
d019bb
29d28d
* Thu Aug 21 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.58-1
29d28d
- 1.0.58
29d28d
Peter Robinson d388fd
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.55-3
Peter Robinson d388fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Peter Robinson d388fd
c594a4
* Fri Aug 15 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.55-2
c594a4
- Use %%_defaultdocdir instead of %%doc
c594a4
1a4b0c
* Mon Jul 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.55-1
1a4b0c
- 1.0.55
1a4b0c
Tim Waugh 1ba8d9
* Fri Jun 13 2014 Tim Waugh <twaugh@redhat.com> - 1.0.54-4
Tim Waugh 7f3ae9
- Really fix execmem issue (bug #1079534).
Tim Waugh 7f3ae9
ad5aa3
* Wed Jun 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.54-3
ad5aa3
- Remove (F21) pdf-landscape.patch
ad5aa3
Tim Waugh 8aa4ed
* Wed Jun 11 2014 Tim Waugh <twaugh@redhat.com> - 1.0.54-2
Tim Waugh 382dc7
- Fix build issue (bug #1106101).
Tim Waugh 659b81
- Don't use grep's -P switch in pstopdf as it needs execmem (bug #1079534).
Tim Waugh 8aa4ed
- Return work-around patch for bug #768811.
Tim Waugh 8aa4ed
247716
* Mon Jun 09 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.54-1
247716
- 1.0.54
247716
Dennis Gilmore 90dcd7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.53-4
Dennis Gilmore 90dcd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore 90dcd7
81cba6
* Tue Jun 03 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.53-3
81cba6
- Remove BuildRequires pkgconfig(lcms). pkgconfig(lcms2) is enough.
81cba6
Marek Kasik 2ac223
* Tue May 13 2014 Marek Kasik <mkasik@redhat.com> - 1.0.53-2
Marek Kasik 2ac223
- Rebuild (poppler-0.26.0)
Marek Kasik 2ac223
07f9cd
* Mon Apr 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.53-1
07f9cd
- 1.0.53
07f9cd
00177c
* Wed Apr 23 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.52-2
00177c
- Remove pdftoopvp and urftopdf in %%install instead of not building them.
00177c
75c020
* Tue Apr 08 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.52-1
75c020
- 1.0.52
75c020
0107e9
* Wed Apr 02 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.51-1
0107e9
- 1.0.51 (#1083327)
0107e9
b9692f
* Thu Mar 27 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.50-1
b9692f
- 1.0.50
b9692f
dd9d16
* Mon Mar 24 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.49-1
dd9d16
- 1.0.49
dd9d16
a9547e
* Wed Mar 12 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.48-1
a9547e
- 1.0.48
a9547e
4426ef
* Tue Mar 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.47-2
4426ef
- Don't ship pdftoopvp (#1027557) and urftopdf (#1002947).
4426ef
9da3b6
* Tue Mar 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.47-1
9da3b6
- 1.0.47: CVE-2013-6473 CVE-2013-6476 CVE-2013-6474 CVE-2013-6475 (#1074840)
9da3b6
a24b42
* Mon Mar 10 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.46-3
a24b42
- BuildRequires: pkgconfig(foo) instead of foo-devel
a24b42
Tim Waugh 28724f
* Tue Mar  4 2014 Tim Waugh <twaugh@redhat.com> - 1.0.46-2
Tim Waugh 28724f
- The texttopdf filter requires a TrueType monospaced font
Tim Waugh 28724f
  (bug #1070729).
Tim Waugh 28724f
d82c6d
* Thu Feb 20 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.46-1
d82c6d
- 1.0.46
d82c6d
7adaea
* Fri Feb 14 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.45-1
7adaea
- 1.0.45
7adaea
7704d5
* Mon Jan 20 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.44-1
7704d5
- 1.0.44
7704d5
2eedf3
* Tue Jan 14 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.43-2
2eedf3
- add /usr/bin/foomatic-rip symlink, due to LSB3.2 (#1052452)
2eedf3
548479
* Fri Dec 20 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.43-1
548479
- 1.0.43: upstream fix for bug #768811 (pdf-landscape)
548479
167d5a
* Sat Nov 30 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.42-1
167d5a
- 1.0.42: includes foomatic-rip (obsoletes foomatic-filters package)
167d5a
Tim Waugh 8b7e0c
* Tue Nov 19 2013 Tim Waugh <twaugh@redhat.com> - 1.0.41-4
Tim Waugh 8b7e0c
- Adjust filter costs so application/vnd.adobe-read-postscript input
Tim Waugh 8b7e0c
  doesn't go via pstotiff (bug #1008166).
Tim Waugh 8b7e0c
Jaromír Končický af64ae
* Thu Nov 14 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.41-3
Jaromír Končický af64ae
- Fix memory leaks in cups-browsed (bug #1027317).
Jaromír Končický af64ae
Tim Waugh f7177f
* Wed Nov  6 2013 Tim Waugh <twaugh@redhat.com> - 1.0.41-2
Tim Waugh f7177f
- Include dbus so that colord support works (bug #1026928).
Tim Waugh f7177f
de59c1
* Wed Oct 30 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.41-1
de59c1
- 1.0.41 - PPD-less printing support
de59c1
Tim Waugh 625d20
* Mon Oct 21 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-4
Tim Waugh 625d20
- Fix socket leaks in the BrowsePoll code (bug #1021512).
Tim Waugh 625d20
Tim Waugh a26703
* Wed Oct 16 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-3
Tim Waugh a26703
- Ship the gstoraster MIME conversion rule now we provide that filter
Tim Waugh a26703
  (bug #1019261).
Tim Waugh 7327a9
Tim Waugh 8b51fa
* Fri Oct 11 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-2
Tim Waugh 8b51fa
- Fix PDF landscape printing (bug #768811).
Tim Waugh 8b51fa
8f4dfe
* Fri Oct 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.40-1
8f4dfe
- 1.0.40
8f4dfe
- Use new "hybrid" pdftops renderer.
8f4dfe
Jaromír Končický fa2cdf
* Thu Oct 03 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.39-1
Jaromír Končický fa2cdf
- 1.0.39
Jaromír Končický fa2cdf
- Removed obsolete patches "pdf-landscape" and "browsepoll-notifications"
Jaromír Končický fa2cdf
Tim Waugh db83b8
* Tue Oct  1 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-4
Tim Waugh db83b8
- Use IPP notifications for BrowsePoll when possible (bug #975241).
Tim Waugh db83b8
Tim Waugh 98dd53
* Tue Oct  1 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-3
Tim Waugh 98dd53
- Fixes for some printf-type format mismatches (bug #1014093).
Tim Waugh 98dd53
Tim Waugh 53a2c3
* Tue Sep 17 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-2
Tim Waugh 53a2c3
- Fix landscape printing for PDFs (bug #768811).
Tim Waugh 53a2c3
ff7a7e
* Wed Sep 04 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.38-1
ff7a7e
- 1.0.38
ff7a7e
Jaromír Končický e7d573
* Thu Aug 29 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.37-1
Jaromír Končický e7d573
- 1.0.37.
Jaromír Končický e7d573
Jaromír Končický ee08a4
* Tue Aug 27 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.36-5
Jaromír Končický ee08a4
- Added build dependency - font required for running tests
Jaromír Končický ee08a4
Jaromír Končický 36a0f6
* Tue Aug 27 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.36-4
Jaromír Končický 36a0f6
- Added checking phase (make check)
Jaromír Končický 36a0f6
Tim Waugh 6d976f
* Wed Aug 21 2013 Tim Waugh <twaugh@redhat.com> - 1.0.36-3
Tim Waugh 6d976f
- Upstream patch to re-work filter costs (bug #998977). No longer need
Tim Waugh 6d976f
  text filter costs patch as paps gets used by default now if
Tim Waugh 6d976f
  installed.
Tim Waugh 6d976f
Marek Kasik 8f07d3
* Mon Aug 19 2013 Marek Kasik <mkasik@redhat.com> - 1.0.36-2
Marek Kasik 8f07d3
- Rebuild (poppler-0.24.0)
Marek Kasik 8f07d3
Tim Waugh 5edcd8
* Tue Aug 13 2013 Tim Waugh <twaugh@redhat.com> - 1.0.36-1
Tim Waugh 5edcd8
- 1.0.36.
Tim Waugh 5edcd8
Tim Waugh c61f61
* Tue Aug 13 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-7
Tim Waugh c61f61
- Upstream patch to move in filters from ghostscript.
Tim Waugh c61f61
Tim Waugh bd57f8
* Tue Jul 30 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-6
Tim Waugh bd57f8
- Set cost for text filters to 200 so that the paps filter gets
Tim Waugh bd57f8
  preference for the time being (bug #988909).
Tim Waugh bd57f8
Tim Waugh bc596f
* Wed Jul 24 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-5
Tim Waugh bc596f
- Handle page-label when printing n-up as well.
Tim Waugh bc596f
Tim Waugh f09074
* Tue Jul 23 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-4
Tim Waugh f09074
- Added support for page-label (bug #987515).
Tim Waugh f09074
beff8c
* Thu Jul 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-3
beff8c
- Rebuild (qpdf-5.0.0)
beff8c
5b47ca
* Mon Jul 01 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-2
5b47ca
- add cups-browsed(8) and cups-browsed.conf(5)
d29736
- don't reverse lookup IP address in URI (#975822)
5b47ca
cb5ccc
* Wed Jun 26 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-1
cb5ccc
- 1.0.35
cb5ccc
Marek Kasik 8b810d
* Mon Jun 24 2013 Marek Kasik <mkasik@redhat.com> - 1.0.34-9
Marek Kasik 8b810d
- Rebuild (poppler-0.22.5)
Marek Kasik 8b810d
3f344f
* Wed Jun 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-8
3f344f
- fix the note we add in cups-browsed.conf
3f344f
e260ff
* Wed Jun 12 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-7
e260ff
- Obsolete cups-php (#971741)
e260ff
49631a
* Wed Jun 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-6
49631a
- one more cups-browsed leak fixed (#959682)
49631a
e2e72b
* Wed Jun 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-5
e2e72b
- perl is actually not required by pstopdf, because the calling is in dead code
e2e72b
245ec3
* Mon Jun 03 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-4
245ec3
- fix resource leaks and other problems found by Coverity & Valgrind (#959682)
245ec3
aec37c
* Wed May 15 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-3
aec37c
- ship ppdc/pcl.h because of cupsfilters.drv
aec37c
8334a6
* Tue May 07 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-2
8334a6
- pstopdf requires bc (#960315)
8334a6
0d940b
* Thu Apr 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-1
0d940b
- 1.0.34
0d940b
8334a6
* Fri Apr 05 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.33-1
Fridolin Pokorny 052b9e
- 1.0.33
Fridolin Pokorny 052b9e
- removed cups-filters-1.0.32-null-info.patch, accepted by upstream
Fridolin Pokorny 052b9e
Fridolin Pokorny 27aed7
* Thu Apr 04 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.32-2
Fridolin Pokorny 27aed7
- fixed segfault when info is NULL
Fridolin Pokorny 27aed7
Fridolin Pokorny 99db87
* Thu Apr 04 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.32-1
Fridolin Pokorny 99db87
- 1.0.32
Fridolin Pokorny 99db87
5d1906
* Fri Mar 29 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-3
5d1906
- add note to cups-browsed.conf
5d1906
285a04
* Thu Mar 28 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-2
285a04
- check cupsd.conf existence prior to grepping it (#928816)
285a04
f4a5fb
* Fri Mar 22 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-1
f4a5fb
- 1.0.31
f4a5fb
6eadbb
* Tue Mar 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-4
6eadbb
- revert previous change
6eadbb
e955a6
* Wed Mar 13 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-3
e955a6
- don't ship banners for now (#919489)
e955a6
09fdb6
* Tue Mar 12 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-2
09fdb6
- move BrowsePoll from cupsd.conf to cups-browsed.conf in %%post
09fdb6
16c7d3
* Fri Mar 08 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-1
16c7d3
- 1.0.30: CUPS browsing and broadcasting in cups-browsed
16c7d3
Dennis Gilmore 12f499
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.29-4
Dennis Gilmore 12f499
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Dennis Gilmore 12f499
Rex Dieter 926135
* Sat Jan 19 2013 Rex Dieter <rdieter@fedoraproject.org> 1.0.29-3
Rex Dieter 926135
- backport upstream buildfix for poppler-0.22.x
Rex Dieter 926135
Adam Tkac c9807d
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.0.29-2
Adam Tkac c9807d
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac c9807d
961ee9
* Thu Jan 03 2013 Jiri Popelka <jpopelka@redhat.com> 1.0.29-1
961ee9
- 1.0.29
961ee9
8f8fc5
* Wed Jan 02 2013 Jiri Popelka <jpopelka@redhat.com> 1.0.28-1
8f8fc5
- 1.0.28: cups-browsed daemon and service
8f8fc5
8b72b8
* Thu Nov 29 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.25-1
8b72b8
- 1.0.25
8b72b8
682426
* Fri Sep 07 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.24-1
682426
- 1.0.24
682426
16e648
* Wed Aug 22 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.23-1
16e648
- 1.0.23: old pdftopdf removed
16e648
060dfd
* Tue Aug 21 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.22-1
060dfd
- 1.0.22: new pdftopdf (uses qpdf instead of poppler)
060dfd
dc9ba0
* Wed Aug 08 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-4
dc9ba0
- rebuild
dc9ba0
b91c6c
* Thu Aug 02 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-3
b91c6c
- commented multiple licensing breakdown (#832130)
b91c6c
- verbose build output
b91c6c
b91c6c
* Thu Aug 02 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-2
b91c6c
- BuildRequires: poppler-cpp-devel (to build against poppler-0.20)
b91c6c
b91c6c
* Mon Jul 23 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-1
b91c6c
- 1.0.20
b91c6c
b91c6c
* Tue Jul 17 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.19-1
b91c6c
- 1.0.19
b91c6c
b91c6c
* Wed May 30 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.18-1
b91c6c
- initial spec file