b91c6c3
# we build CUPS also with relro
b91c6c3
%global _hardened_build 1
b91c6c3
b91c6c3
Summary: OpenPrinting CUPS filters and backends
b91c6c3
Name:    cups-filters
c649f76
Version: 1.5.0
2c31d07
Release: 1%{?dist}
b91c6c3
b91c6c3
# For a breakdown of the licensing, see COPYING file
b91c6c3
# GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
b91c6c3
#                   imagetopdf, pstopdf, texttopdf
b91c6c3
#         backends: parallel, serial
167d5a2
# GPLv2+:  filters: gstopxl, textonly, texttops, imagetops, foomatic-rip
b91c6c3
# GPLv3:   filters: bannertopdf
ad5aa32
# GPLv3+:  filters: urftopdf, rastertopdf
8f8fc52
# LGPLv2+:   utils: cups-browsed
c61f61e
# MIT:     filters: gstoraster, pdftoijs, pdftoopvp, pdftopdf, pdftoraster
8f8fc52
License: GPLv2 and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2+ and MIT
b91c6c3
cb5ccc5
Url:     http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
8f8fc52
Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
5b47cad
b91c6c3
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
b91c6c3
e260ffb
# Obsolete cups-php (bug #971741)
e260ffb
Obsoletes: cups-php < 1:1.6.0-1
e260ffb
# Don't Provide it because we don't build the php module
e260ffb
#Provides: cups-php = 1:1.6.0-1
e260ffb
b91c6c3
BuildRequires: cups-devel
a24b42c
BuildRequires: pkgconfig
16e6482
# pdftopdf
a24b42c
BuildRequires: pkgconfig(libqpdf)
16e6482
# pdftops
16e6482
BuildRequires: poppler-utils
f7177f4
# pdftoijs, pdftoopvp, pdftoraster, gstoraster
a24b42c
BuildRequires: pkgconfig(poppler)
a24b42c
BuildRequires: poppler-cpp-devel
b91c6c3
BuildRequires: libjpeg-devel
b91c6c3
BuildRequires: libtiff-devel
a24b42c
BuildRequires: pkgconfig(libpng)
a24b42c
BuildRequires: pkgconfig(zlib)
a24b42c
BuildRequires: pkgconfig(dbus-1)
b91c6c3
# libijs
a24b42c
BuildRequires: pkgconfig(ijs)
a24b42c
BuildRequires: pkgconfig(freetype2)
a24b42c
BuildRequires: pkgconfig(fontconfig)
81cba62
BuildRequires: pkgconfig(lcms2)
8f8fc52
# cups-browsed
a24b42c
BuildRequires: avahi-devel
a24b42c
BuildRequires: pkgconfig(avahi-glib)
a24b42c
BuildRequires: pkgconfig(glib-2.0)
8f8fc52
BuildRequires: systemd
b91c6c3
b91c6c3
# Make sure we get postscriptdriver tags.
b91c6c3
BuildRequires: python-cups
b91c6c3
Jaromír Končický ee08a4b
# Testing font for test scripts.
Jaromír Končický ee08a4b
BuildRequires: dejavu-sans-fonts
Jaromír Končický ee08a4b
060dfd6
# autogen.sh
b91c6c3
BuildRequires: autoconf
b91c6c3
BuildRequires: automake
b91c6c3
BuildRequires: libtool
b91c6c3
b91c6c3
Requires: cups-filesystem
b91c6c3
Requires: poppler-utils
28724fd
28724fd
# texttopdf
28724fd
Requires: liberation-mono-fonts
28724fd
8334a6c
# pstopdf
e2e72b0
Requires: bc grep sed
b91c6c3
8f8fc52
# cups-browsed
8f8fc52
Requires(post): systemd
8f8fc52
Requires(preun): systemd
8f8fc52
Requires(postun): systemd
8f8fc52
c61f61e
# Ghostscript CUPS filters live here since Ghostscript 9.08.
c61f61e
Provides: ghostscript-cups = 9.08
c61f61e
Obsoletes: ghostscript-cups < 9.08
c61f61e
167d5a2
# foomatic-rip's upstream moved from foomatic-filters to cups-filters-1.0.42
167d5a2
Provides: foomatic-filters = 4.0.9-8
167d5a2
Obsoletes: foomatic-filters < 4.0.9-8
167d5a2
b91c6c3
%package libs
b91c6c3
Summary: OpenPrinting CUPS filters and backends - cupsfilters and fontembed libraries
b91c6c3
Group:   System Environment/Libraries
b91c6c3
# LGPLv2: libcupsfilters
b91c6c3
# MIT:    libfontembed
b91c6c3
License: LGPLv2 and MIT
b91c6c3
b91c6c3
%package devel
b91c6c3
Summary: OpenPrinting CUPS filters and backends - development environment
b91c6c3
Group:   Development/Libraries
b91c6c3
License: LGPLv2 and MIT
b91c6c3
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
b91c6c3
b91c6c3
%description
b91c6c3
Contains backends, filters, and other software that was
b91c6c3
once part of the core CUPS distribution but is no longer maintained by
b91c6c3
Apple Inc. In addition it contains additional filters developed
b91c6c3
independently of Apple, especially filters for the PDF-centric printing
b91c6c3
workflow introduced by OpenPrinting.
b91c6c3
b91c6c3
%description libs
b91c6c3
This package provides cupsfilters and fontembed libraries.
b91c6c3
b91c6c3
%description devel
b91c6c3
This is the development package for OpenPrinting CUPS filters and backends.
b91c6c3
b91c6c3
%prep
b91c6c3
%setup -q
f090744
b91c6c3
%build
060dfd6
# work-around Rpath
b91c6c3
./autogen.sh
b91c6c3
8f4dfe4
# --with-pdftops=hybrid - use Poppler's pdftops instead of Ghostscript for
8f4dfe4
#                         Brother, Minolta, and Konica Minolta to work around
8f4dfe4
#                         bugs in the printer's PS interpreters
8f8fc52
# --with-rcdir=no - don't install SysV init script
b91c6c3
%configure --disable-static \
b91c6c3
           --disable-silent-rules \
8f4dfe4
           --with-pdftops=hybrid \
f7177f4
           --enable-dbus \
8f8fc52
           --with-rcdir=no
b91c6c3
b91c6c3
make %{?_smp_mflags}
b91c6c3
b91c6c3
%install
b91c6c3
make install DESTDIR=%{buildroot}
b91c6c3
b91c6c3
# Don't ship libtool la files.
b91c6c3
rm -f %{buildroot}%{_libdir}/lib*.la
b91c6c3
b91c6c3
# Not sure what is this good for.
b91c6c3
rm -f %{buildroot}%{_bindir}/ttfread
b91c6c3
c594a4c
rm -f %{buildroot}%{_defaultdocdir}/cups-filters/INSTALL
c594a4c
mkdir -p %{buildroot}%{_defaultdocdir}/cups-filters/fontembed/
c594a4c
cp -p fontembed/README %{buildroot}%{_defaultdocdir}/cups-filters/fontembed/
c594a4c
8f8fc52
# systemd unit file
8f8fc52
mkdir -p %{buildroot}%{_unitdir}
Jaromír Končický e7d5732
install -p -m 644 utils/cups-browsed.service %{buildroot}%{_unitdir}
8f8fc52
2eedf3f
# LSB3.2 requires /usr/bin/foomatic-rip,
2eedf3f
# create it temporarily as a relative symlink
2eedf3f
ln -sf ../lib/cups/filter/foomatic-rip %{buildroot}%{_bindir}/foomatic-rip
2eedf3f
00177cd
# Don't ship urftopdf for now (bug #1002947).
00177cd
rm -f %{buildroot}%{_cups_serverbin}/filter/urftopdf
00177cd
sed -i '/urftopdf/d' %{buildroot}%{_datadir}/cups/mime/cupsfilters.convs
00177cd
00177cd
# Don't ship pdftoopvp for now (bug #1027557).
00177cd
rm -f %{buildroot}%{_cups_serverbin}/filter/pdftoopvp
00177cd
rm -f %{buildroot}%{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf
00177cd
00177cd
Jaromír Končický 36a0f6c
%check
Jaromír Končický 36a0f6c
make check
Jaromír Končický 36a0f6c
8f8fc52
%post
8f8fc52
%systemd_post cups-browsed.service
8f8fc52
09fdb61
# Initial installation
09fdb61
if [ $1 -eq 1 ] ; then
09fdb61
    IN=%{_sysconfdir}/cups/cupsd.conf
09fdb61
    OUT=%{_sysconfdir}/cups/cups-browsed.conf
09fdb61
    keyword=BrowsePoll
09fdb61
5d19066
    # We can remove this after few releases, it's just for the introduction of cups-browsed.
5d19066
    if [ -f "$OUT" ]; then
ad5aa32
        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"
5d19066
    fi
5d19066
5d19066
    # move BrowsePoll from cupsd.conf to cups-browsed.conf
285a043
    if [ -f "$IN" ] && grep -iq ^$keyword "$IN"; then
09fdb61
        if ! grep -iq ^$keyword "$OUT"; then
09fdb61
            (cat >> "$OUT" <
09fdb61
09fdb61
# Settings automatically moved from cupsd.conf by RPM package:
09fdb61
EOF
09fdb61
            ) || :
09fdb61
            (grep -i ^$keyword "$IN" >> "$OUT") || :
09fdb61
            #systemctl enable cups-browsed.service >/dev/null 2>&1 || :
09fdb61
        fi
09fdb61
        sed -i -e "s,^$keyword,#$keyword directive moved to cups-browsed.conf\n#$keyword,i" "$IN" || :
09fdb61
    fi
09fdb61
fi
09fdb61
8f8fc52
%preun
8f8fc52
%systemd_preun cups-browsed.service
8f8fc52
8f8fc52
%postun
8f8fc52
%systemd_postun_with_restart cups-browsed.service 
8f8fc52
b91c6c3
%post libs -p /sbin/ldconfig
b91c6c3
b91c6c3
%postun libs -p /sbin/ldconfig
b91c6c3
8f8fc52
b91c6c3
%files
c594a4c
%{_defaultdocdir}/cups-filters/README
c594a4c
%{_defaultdocdir}/cups-filters/AUTHORS
c594a4c
%{_defaultdocdir}/cups-filters/NEWS
16c7d32
%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf
b91c6c3
%attr(0755,root,root) %{_cups_serverbin}/filter/*
b91c6c3
%attr(0755,root,root) %{_cups_serverbin}/backend/parallel
dc9ba04
# Serial backend needs to run as root (bug #212577#c4).
b91c6c3
%attr(0700,root,root) %{_cups_serverbin}/backend/serial
86c88ac
%attr(0755,root,root) %{_cups_serverbin}/backend/implicitclass
6eadbb2
%{_datadir}/cups/banners
b91c6c3
%{_datadir}/cups/charsets
b91c6c3
%{_datadir}/cups/data/*
aec37c9
# this needs to be in the main package because of cupsfilters.drv
aec37c9
%{_datadir}/cups/ppdc/pcl.h
b91c6c3
%{_datadir}/cups/drv/cupsfilters.drv
b91c6c3
%{_datadir}/cups/mime/cupsfilters.types
b91c6c3
%{_datadir}/cups/mime/cupsfilters.convs
b91c6c3
%{_datadir}/ppd/cupsfilters
8f8fc52
%{_sbindir}/cups-browsed
8f8fc52
%{_unitdir}/cups-browsed.service
5b47cad
%{_mandir}/man8/cups-browsed.8.gz
5b47cad
%{_mandir}/man5/cups-browsed.conf.5.gz
167d5a2
%{_mandir}/man1/foomatic-rip.1.gz
2eedf3f
%{_bindir}/foomatic-rip
b91c6c3
b91c6c3
%files libs
c594a4c
%dir %{_defaultdocdir}/cups-filters/
c594a4c
%{_defaultdocdir}/cups-filters/COPYING
c594a4c
%{_defaultdocdir}/cups-filters/fontembed/README
5edcd87
%{_libdir}/libcupsfilters.so.*
5edcd87
%{_libdir}/libfontembed.so.*
b91c6c3
b91c6c3
%files devel
b91c6c3
%{_includedir}/cupsfilters
b91c6c3
%{_includedir}/fontembed
5edcd87
%{_datadir}/cups/ppdc/escp.h
b91c6c3
%{_libdir}/pkgconfig/libcupsfilters.pc
b91c6c3
%{_libdir}/pkgconfig/libfontembed.pc
b91c6c3
%{_libdir}/libcupsfilters.so
b91c6c3
%{_libdir}/libfontembed.so
b91c6c3
b91c6c3
%changelog
c649f76
* Fri Dec 18 2015 Jiri Popelka <jpopelka@redhat.com> - 1.5.0-1
c649f76
- 1.5.0
c649f76
40f8b26
* Tue Dec 15 2015 Jiri Popelka <jpopelka@redhat.com> - 1.4.0-1
40f8b26
- 1.4.0
40f8b26
1b1ceda
* Wed Dec 09 2015 Jiri Popelka <jpopelka@redhat.com> - 1.3.0-1
1b1ceda
- 1.3.0
1b1ceda
73b518c
* Fri Nov 27 2015 Jiri Popelka <jpopelka@redhat.com> - 1.2.0-1
73b518c
- 1.2.0
73b518c
536cd1c
* Tue Oct 27 2015 Jiri Popelka <jpopelka@redhat.com> - 1.1.0-1
536cd1c
- 1.1.0 (version numbering change: minor version = feature, revision = bugfix)
536cd1c
1b564db
* Sun Sep 13 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.76-1
1b564db
- 1.0.76
1b564db
79b2cb2
* Tue Sep 08 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.75-1
79b2cb2
- 1.0.75
79b2cb2
f6a517b
* Wed Aug 26 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.74-1
f6a517b
- 1.0.74
f6a517b
86c88ac
* Wed Aug 19 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.73-1
86c88ac
- 1.0.73 - new implicitclass backend
86c88ac
1476b88
* Fri Jul 03 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.71-1
1476b88
- 1.0.71
1476b88
2c31d07
* Mon Jun 29 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.70-1
2c31d07
- 1.0.70
2c31d07
5778593
* Mon Jun 22 2015 Tim Waugh <twaugh@redhat.com> - 1.0.69-2
5778593
- Fixes for glib source handling (bug #1228555).
5778593
0e7cbd3
* Thu Jun 11 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.69-1
0e7cbd3
- 1.0.69
0e7cbd3
504216f
* Tue Apr 14 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.68-1
504216f
- 1.0.68
504216f
e77440c
* Wed Mar 11 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.67-1
e77440c
- 1.0.67
e77440c
7237d6e
* Mon Mar 02 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.66-1
7237d6e
- 1.0.66
7237d6e
d27e97c
* Mon Feb 16 2015 Jiri Popelka <jpopelka@redhat.com> - 1.0.65-1
d27e97c
- 1.0.65
d27e97c
db7c235
* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 1.0.61-3
db7c235
- Rebuild (poppler-0.30.0)
db7c235
26bc5d2
* Thu Nov 27 2014 Marek Kasik <mkasik@redhat.com> - 1.0.61-2
26bc5d2
- Rebuild (poppler-0.28.1)
26bc5d2
d2c2900
* Fri Oct 10 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.61-1
d2c2900
- 1.0.61 
d2c2900
0e50fe3
* Tue Oct 07 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.60-1
0e50fe3
- 1.0.60
0e50fe3
d019bb1
* Sun Sep 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.59-1
d019bb1
- 1.0.59
d019bb1
29d28d4
* Thu Aug 21 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.58-1
29d28d4
- 1.0.58
29d28d4
d388fdb
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.55-3
d388fdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d388fdb
c594a4c
* Fri Aug 15 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.55-2
c594a4c
- Use %%_defaultdocdir instead of %%doc
c594a4c
1a4b0c9
* Mon Jul 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.55-1
1a4b0c9
- 1.0.55
1a4b0c9
1ba8d97
* Fri Jun 13 2014 Tim Waugh <twaugh@redhat.com> - 1.0.54-4
7f3ae9d
- Really fix execmem issue (bug #1079534).
7f3ae9d
ad5aa32
* Wed Jun 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.54-3
ad5aa32
- Remove (F21) pdf-landscape.patch
ad5aa32
8aa4ed9
* Wed Jun 11 2014 Tim Waugh <twaugh@redhat.com> - 1.0.54-2
382dc70
- Fix build issue (bug #1106101).
659b819
- Don't use grep's -P switch in pstopdf as it needs execmem (bug #1079534).
8aa4ed9
- Return work-around patch for bug #768811.
8aa4ed9
247716f
* Mon Jun 09 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.54-1
247716f
- 1.0.54
247716f
90dcd70
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.53-4
90dcd70
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
90dcd70
81cba62
* Tue Jun 03 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.53-3
81cba62
- Remove BuildRequires pkgconfig(lcms). pkgconfig(lcms2) is enough.
81cba62
2ac2233
* Tue May 13 2014 Marek Kasik <mkasik@redhat.com> - 1.0.53-2
2ac2233
- Rebuild (poppler-0.26.0)
2ac2233
07f9cda
* Mon Apr 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.53-1
07f9cda
- 1.0.53
07f9cda
00177cd
* Wed Apr 23 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.52-2
00177cd
- Remove pdftoopvp and urftopdf in %%install instead of not building them.
00177cd
75c020c
* Tue Apr 08 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.52-1
75c020c
- 1.0.52
75c020c
0107e9c
* Wed Apr 02 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.51-1
0107e9c
- 1.0.51 (#1083327)
0107e9c
b9692fc
* Thu Mar 27 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.50-1
b9692fc
- 1.0.50
b9692fc
dd9d16d
* Mon Mar 24 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.49-1
dd9d16d
- 1.0.49
dd9d16d
a9547e3
* Wed Mar 12 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.48-1
a9547e3
- 1.0.48
a9547e3
4426ef1
* Tue Mar 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.47-2
4426ef1
- Don't ship pdftoopvp (#1027557) and urftopdf (#1002947).
4426ef1
9da3b66
* Tue Mar 11 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.47-1
9da3b66
- 1.0.47: CVE-2013-6473 CVE-2013-6476 CVE-2013-6474 CVE-2013-6475 (#1074840)
9da3b66
a24b42c
* Mon Mar 10 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.46-3
a24b42c
- BuildRequires: pkgconfig(foo) instead of foo-devel
a24b42c
28724fd
* Tue Mar  4 2014 Tim Waugh <twaugh@redhat.com> - 1.0.46-2
28724fd
- The texttopdf filter requires a TrueType monospaced font
28724fd
  (bug #1070729).
28724fd
d82c6d3
* Thu Feb 20 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.46-1
d82c6d3
- 1.0.46
d82c6d3
7adaea1
* Fri Feb 14 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.45-1
7adaea1
- 1.0.45
7adaea1
7704d51
* Mon Jan 20 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.44-1
7704d51
- 1.0.44
7704d51
2eedf3f
* Tue Jan 14 2014 Jiri Popelka <jpopelka@redhat.com> - 1.0.43-2
2eedf3f
- add /usr/bin/foomatic-rip symlink, due to LSB3.2 (#1052452)
2eedf3f
5484796
* Fri Dec 20 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.43-1
5484796
- 1.0.43: upstream fix for bug #768811 (pdf-landscape)
5484796
167d5a2
* Sat Nov 30 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.42-1
167d5a2
- 1.0.42: includes foomatic-rip (obsoletes foomatic-filters package)
167d5a2
8b7e0c5
* Tue Nov 19 2013 Tim Waugh <twaugh@redhat.com> - 1.0.41-4
8b7e0c5
- Adjust filter costs so application/vnd.adobe-read-postscript input
8b7e0c5
  doesn't go via pstotiff (bug #1008166).
8b7e0c5
Jaromír Končický af64aeb
* Thu Nov 14 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.41-3
Jaromír Končický af64aeb
- Fix memory leaks in cups-browsed (bug #1027317).
Jaromír Končický af64aeb
f7177f4
* Wed Nov  6 2013 Tim Waugh <twaugh@redhat.com> - 1.0.41-2
f7177f4
- Include dbus so that colord support works (bug #1026928).
f7177f4
de59c12
* Wed Oct 30 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.41-1
de59c12
- 1.0.41 - PPD-less printing support
de59c12
625d209
* Mon Oct 21 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-4
625d209
- Fix socket leaks in the BrowsePoll code (bug #1021512).
625d209
a267035
* Wed Oct 16 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-3
a267035
- Ship the gstoraster MIME conversion rule now we provide that filter
a267035
  (bug #1019261).
7327a9a
8b51fa7
* Fri Oct 11 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-2
8b51fa7
- Fix PDF landscape printing (bug #768811).
8b51fa7
8f4dfe4
* Fri Oct 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.40-1
8f4dfe4
- 1.0.40
8f4dfe4
- Use new "hybrid" pdftops renderer.
8f4dfe4
Jaromír Končický fa2cdf9
* Thu Oct 03 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.39-1
Jaromír Končický fa2cdf9
- 1.0.39
Jaromír Končický fa2cdf9
- Removed obsolete patches "pdf-landscape" and "browsepoll-notifications"
Jaromír Končický fa2cdf9
db83b8d
* Tue Oct  1 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-4
db83b8d
- Use IPP notifications for BrowsePoll when possible (bug #975241).
db83b8d
98dd539
* Tue Oct  1 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-3
98dd539
- Fixes for some printf-type format mismatches (bug #1014093).
98dd539
53a2c3f
* Tue Sep 17 2013 Tim Waugh <twaugh@redhat.com> - 1.0.38-2
53a2c3f
- Fix landscape printing for PDFs (bug #768811).
53a2c3f
ff7a7e9
* Wed Sep 04 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.38-1
ff7a7e9
- 1.0.38
ff7a7e9
Jaromír Končický e7d5732
* Thu Aug 29 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.37-1
Jaromír Končický e7d5732
- 1.0.37.
Jaromír Končický e7d5732
Jaromír Končický ee08a4b
* Tue Aug 27 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.36-5
Jaromír Končický ee08a4b
- Added build dependency - font required for running tests
Jaromír Končický ee08a4b
Jaromír Končický 36a0f6c
* Tue Aug 27 2013 Jaromír Končický <jkoncick@redhat.com> - 1.0.36-4
Jaromír Končický 36a0f6c
- Added checking phase (make check)
Jaromír Končický 36a0f6c
6d976f6
* Wed Aug 21 2013 Tim Waugh <twaugh@redhat.com> - 1.0.36-3
6d976f6
- Upstream patch to re-work filter costs (bug #998977). No longer need
6d976f6
  text filter costs patch as paps gets used by default now if
6d976f6
  installed.
6d976f6
8f07d3b
* Mon Aug 19 2013 Marek Kasik <mkasik@redhat.com> - 1.0.36-2
8f07d3b
- Rebuild (poppler-0.24.0)
8f07d3b
5edcd87
* Tue Aug 13 2013 Tim Waugh <twaugh@redhat.com> - 1.0.36-1
5edcd87
- 1.0.36.
5edcd87
c61f61e
* Tue Aug 13 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-7
c61f61e
- Upstream patch to move in filters from ghostscript.
c61f61e
bd57f8f
* Tue Jul 30 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-6
bd57f8f
- Set cost for text filters to 200 so that the paps filter gets
bd57f8f
  preference for the time being (bug #988909).
bd57f8f
bc596f5
* Wed Jul 24 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-5
bc596f5
- Handle page-label when printing n-up as well.
bc596f5
f090744
* Tue Jul 23 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-4
f090744
- Added support for page-label (bug #987515).
f090744
beff8cc
* Thu Jul 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-3
beff8cc
- Rebuild (qpdf-5.0.0)
beff8cc
5b47cad
* Mon Jul 01 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-2
5b47cad
- add cups-browsed(8) and cups-browsed.conf(5)
d297362
- don't reverse lookup IP address in URI (#975822)
5b47cad
cb5ccc5
* Wed Jun 26 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-1
cb5ccc5
- 1.0.35
cb5ccc5
8b810de
* Mon Jun 24 2013 Marek Kasik <mkasik@redhat.com> - 1.0.34-9
8b810de
- Rebuild (poppler-0.22.5)
8b810de
3f344f2
* Wed Jun 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-8
3f344f2
- fix the note we add in cups-browsed.conf
3f344f2
e260ffb
* Wed Jun 12 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-7
e260ffb
- Obsolete cups-php (#971741)
e260ffb
49631a2
* Wed Jun 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-6
49631a2
- one more cups-browsed leak fixed (#959682)
49631a2
e2e72b0
* Wed Jun 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-5
e2e72b0
- perl is actually not required by pstopdf, because the calling is in dead code
e2e72b0
245ec3a
* Mon Jun 03 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-4
245ec3a
- fix resource leaks and other problems found by Coverity & Valgrind (#959682)
245ec3a
aec37c9
* Wed May 15 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-3
aec37c9
- ship ppdc/pcl.h because of cupsfilters.drv
aec37c9
8334a6c
* Tue May 07 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-2
8334a6c
- pstopdf requires bc (#960315)
8334a6c
0d940b8
* Thu Apr 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-1
0d940b8
- 1.0.34
0d940b8
8334a6c
* Fri Apr 05 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.33-1
052b9ed
- 1.0.33
052b9ed
- removed cups-filters-1.0.32-null-info.patch, accepted by upstream
052b9ed
27aed7a
* Thu Apr 04 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.32-2
27aed7a
- fixed segfault when info is NULL
27aed7a
99db87d
* Thu Apr 04 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.32-1
99db87d
- 1.0.32
99db87d
5d19066
* Fri Mar 29 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-3
5d19066
- add note to cups-browsed.conf
5d19066
285a043
* Thu Mar 28 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-2
285a043
- check cupsd.conf existence prior to grepping it (#928816)
285a043
f4a5fb7
* Fri Mar 22 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-1
f4a5fb7
- 1.0.31
f4a5fb7
6eadbb2
* Tue Mar 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-4
6eadbb2
- revert previous change
6eadbb2
e955a6c
* Wed Mar 13 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-3
e955a6c
- don't ship banners for now (#919489)
e955a6c
09fdb61
* Tue Mar 12 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-2
09fdb61
- move BrowsePoll from cupsd.conf to cups-browsed.conf in %%post
09fdb61
16c7d32
* Fri Mar 08 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-1
16c7d32
- 1.0.30: CUPS browsing and broadcasting in cups-browsed
16c7d32
12f499f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.29-4
12f499f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
12f499f
Rex Dieter 9261356
* Sat Jan 19 2013 Rex Dieter <rdieter@fedoraproject.org> 1.0.29-3
Rex Dieter 9261356
- backport upstream buildfix for poppler-0.22.x
Rex Dieter 9261356
Adam Tkac c9807df
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.0.29-2
Adam Tkac c9807df
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac c9807df
961ee94
* Thu Jan 03 2013 Jiri Popelka <jpopelka@redhat.com> 1.0.29-1
961ee94
- 1.0.29
961ee94
8f8fc52
* Wed Jan 02 2013 Jiri Popelka <jpopelka@redhat.com> 1.0.28-1
8f8fc52
- 1.0.28: cups-browsed daemon and service
8f8fc52
8b72b84
* Thu Nov 29 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.25-1
8b72b84
- 1.0.25
8b72b84
682426e
* Fri Sep 07 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.24-1
682426e
- 1.0.24
682426e
16e6482
* Wed Aug 22 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.23-1
16e6482
- 1.0.23: old pdftopdf removed
16e6482
060dfd6
* Tue Aug 21 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.22-1
060dfd6
- 1.0.22: new pdftopdf (uses qpdf instead of poppler)
060dfd6
dc9ba04
* Wed Aug 08 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-4
dc9ba04
- rebuild
dc9ba04
b91c6c3
* Thu Aug 02 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-3
b91c6c3
- commented multiple licensing breakdown (#832130)
b91c6c3
- verbose build output
b91c6c3
b91c6c3
* Thu Aug 02 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-2
b91c6c3
- BuildRequires: poppler-cpp-devel (to build against poppler-0.20)
b91c6c3
b91c6c3
* Mon Jul 23 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-1
b91c6c3
- 1.0.20
b91c6c3
b91c6c3
* Tue Jul 17 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.19-1
b91c6c3
- 1.0.19
b91c6c3
b91c6c3
* Wed May 30 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.18-1
b91c6c3
- initial spec file