e3af14
# we build CUPS also with relro
e3af14
%global _hardened_build 1
e3af14
e3af14
Summary: OpenPrinting CUPS filters and backends
e3af14
Name:    cups-filters
e3af14
Version: 1.0.35
905cb0
Release: 28%{?dist}
e3af14
e3af14
# For a breakdown of the licensing, see COPYING file
e3af14
# GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
e3af14
#                   imagetopdf, pstopdf, texttopdf
e3af14
#         backends: parallel, serial
e3af14
# GPLv2+:  filters: textonly, texttops, imagetops
e3af14
# GPLv3:   filters: bannertopdf
e3af14
# GPLv3+:  filters: urftopdf
e3af14
# LGPLv2+:   utils: cups-browsed
e3af14
# MIT:     filters: pdftoijs, pdftoopvp, pdftopdf, pdftoraster
e3af14
License: GPLv2 and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2+ and MIT
e3af14
e3af14
Group:   System Environment/Base
e3af14
Url:     http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
e3af14
Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
e3af14
e3af14
# source files from cups-filters-1.13.4 for partial rebase of cups-browsed and introducing
e3af14
# implicitclass backend for high availability and load balancing
e3af14
Source1: backend.tar.gz
e3af14
Source2: m4.tar.gz
e3af14
Source3: utils.tar.gz
e3af14
Source4: configure.ac
e3af14
Source5: Makefile.am
e3af14
e3af14
Patch1:  cups-filters-page-label.patch
e3af14
Patch2:  cups-filters-filter-costs.patch
e3af14
Patch3:  cups-filters-urftopdf.patch
e3af14
Patch4:  cups-filters-format-mismatch.patch
e3af14
Patch5:  cups-filters-pdf-landscape.patch
e3af14
Patch6:  cups-filters-pdftoopvp.patch
e3af14
Patch7:  cups-filters-CVE-2013-6475.patch
e3af14
Patch8:  cups-filters-poppler023.patch
e3af14
Patch9:  cups-filters-CVE-2015-3258-3279.patch
e3af14
# fixed covscan issues from upstream
e3af14
Patch10: 0001-Fixing-covscan-issues.patch
e3af14
# badly fixed coverity issue (bug #1700333)
e3af14
Patch11: 0001-cups-browsed-Fixed-freeing-of-literal-string-caused-.patch
e3af14
# bad paths in manpages (bug #1508018)
e3af14
Patch12: cups-filters-manpages.patch
905cb0
# 1775776 - Updated cups-browsed in RHEL 7.7 leaks sockets
905cb0
Patch13: cups-browsed-socket-leak.patch
905cb0
# 1816109 - Queues are not cleaned up after stopping cups-browsed
905cb0
Patch14: 0001-cups-browsed-Removing-CUPS-array-element-from-within.patch
905cb0
# 1811190 - cups-browsed leaks memory
905cb0
Patch15: cups-browsed-memory-leaks.patch
905cb0
# 1812635 - RHEL 7.7. cups-browsed segfaults on shutdown
905cb0
Patch16: cups-filters-deleted-master.patch
e3af14
e3af14
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
e3af14
e3af14
# Obsolete cups-php (bug #971741)
e3af14
Obsoletes: cups-php < 1:1.6.0-1
e3af14
# Don't Provide it because we don't build the php module
e3af14
#Provides: cups-php = 1:1.6.0-1
e3af14
e3af14
BuildRequires: cups-devel
e3af14
# pdftopdf
e3af14
BuildRequires: qpdf-devel
e3af14
# pdftops
e3af14
BuildRequires: poppler-utils
e3af14
# pdftoijs, pdftoopvp, pdftoraster
e3af14
BuildRequires: poppler-devel poppler-cpp-devel
e3af14
BuildRequires: libjpeg-devel
e3af14
BuildRequires: libpng-devel
e3af14
BuildRequires: libtiff-devel
e3af14
BuildRequires: zlib-devel
e3af14
# libijs
e3af14
BuildRequires: ghostscript-devel
e3af14
BuildRequires: freetype-devel
e3af14
BuildRequires: fontconfig-devel
e3af14
BuildRequires: lcms2-devel
e3af14
# cups-browsed
e3af14
BuildRequires: avahi-devel avahi-glib-devel
e3af14
BuildRequires: systemd
e3af14
e3af14
# Make sure we get postscriptdriver tags.
e3af14
BuildRequires: python-cups
e3af14
e3af14
# autogen.sh
e3af14
BuildRequires: autoconf
e3af14
BuildRequires: automake
e3af14
BuildRequires: libtool
e3af14
e3af14
# gdbus-codegen is used in Makefile.am for generating cups-notifier code,
e3af14
# so we need glib2-devel
e3af14
BuildRequires: glib2-devel
e3af14
e3af14
# dbus-devel is needed for new dbus CMS functionality
e3af14
BuildRequires: dbus-devel
e3af14
e3af14
Requires: cups-filesystem
e3af14
Requires: poppler-utils
e3af14
e3af14
# texttopdf
e3af14
Requires: liberation-mono-fonts
e3af14
e3af14
# pstopdf
e3af14
Requires: bc grep sed which
e3af14
e3af14
# cups-browsed
e3af14
Requires(post): systemd
e3af14
Requires(preun): systemd
e3af14
Requires(postun): systemd
e3af14
e3af14
%package libs
e3af14
Summary: OpenPrinting CUPS filters and backends - cupsfilters and fontembed libraries
e3af14
Group:   System Environment/Libraries
e3af14
# LGPLv2: libcupsfilters
e3af14
# MIT:    libfontembed
e3af14
License: LGPLv2 and MIT
e3af14
e3af14
%package devel
e3af14
Summary: OpenPrinting CUPS filters and backends - development environment
e3af14
Group:   Development/Libraries
e3af14
License: LGPLv2 and MIT
e3af14
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
e3af14
e3af14
%description
e3af14
Contains backends, filters, and other software that was
e3af14
once part of the core CUPS distribution but is no longer maintained by
e3af14
Apple Inc. In addition it contains additional filters developed
e3af14
independently of Apple, especially filters for the PDF-centric printing
e3af14
workflow introduced by OpenPrinting.
e3af14
e3af14
%description libs
e3af14
This package provides cupsfilters and fontembed libraries.
e3af14
e3af14
%description devel
e3af14
This is the development package for OpenPrinting CUPS filters and backends.
e3af14
e3af14
%prep
e3af14
# untar m4.tar.gz, backend.tar.gz and utils.tar.gz after untaring main source
e3af14
# tarball and going into the it
e3af14
%setup -q -a 1 -a 2 -a 3
e3af14
e3af14
# copy configure.ac and Makefile.am into untared directory
e3af14
cp %{SOURCE4} .
e3af14
cp %{SOURCE5} .
e3af14
e3af14
# Added support for page-label (bug #987515).
e3af14
%patch1 -p1 -b .page-label
e3af14
e3af14
# Upstream patch to re-work filter costs (bug #998981).
e3af14
%patch2 -p1 -b .filter-costs
e3af14
e3af14
# Don't ship urftopdf for now (bug #1002947).
e3af14
%patch3 -p1 -b .urftopdf
e3af14
e3af14
# Fixes for some printf-type format mismatches (bug #1003035).
e3af14
%patch4 -p1 -b .format-mismatch
e3af14
e3af14
# Fix PDF landscape printing (bug #1018313).
e3af14
%patch5 -p1 -b .pdf-landscape
e3af14
e3af14
# Don't ship pdftoopvp for now (bug #1027557).
e3af14
%patch6 -p1 -b .pdftoopvp
e3af14
e3af14
# Apply CVE-2013-6475 to pdftoopvp even though we don't ship it
e3af14
# (bug #1052741).
e3af14
%patch7 -p1 -b .CVE-2013-6475
e3af14
e3af14
# Build against newer poppler (bug #1217552).
e3af14
%patch8 -p1 -b .poppler023
e3af14
e3af14
# Fix heap-based buffer overflow in texttopdf filter (bug #1194263,
e3af14
# CVE-2015-3258, CVE-2015-3279).
e3af14
%patch9 -p1 -b .CVE-2015-3258-3279
e3af14
e3af14
# fixed covscan issues from upstream
e3af14
%patch10 -p1 -b .covscan
e3af14
e3af14
# 1700333 - [abrt] [faf] cups-filters: raise(): /usr/sbin/cups-browsed killed by 6
e3af14
%patch11 -p1 -b .abrt-during-restart
e3af14
e3af14
# 1508018 - man pages: wrong links in man cups-browsed
e3af14
%patch12 -p1 -b .manpages
e3af14
905cb0
# 1775776 - Updated cups-browsed in RHEL 7.7 leaks sockets
905cb0
%patch13 -p1 -b .cups-browsed-socket-leak
905cb0
905cb0
# 1816109 - Queues are not cleaned up after stopping cups-browsed
905cb0
%patch14 -p1 -b .clean-up-queues
905cb0
905cb0
# 1811190 - cups-browsed leaks memory
905cb0
%patch15 -p1 -b .memory-leaks
905cb0
905cb0
# 1812635 - RHEL 7.7. cups-browsed segfaults on shutdown
905cb0
%patch16 -p1 -b .deleted-master
905cb0
e3af14
%build
e3af14
# work-around Rpath
e3af14
./autogen.sh
e3af14
e3af14
# --with-pdftops=pdftops - use Poppler instead of Ghostscript (see README)
e3af14
# --with-rcdir=no - don't install SysV init script
e3af14
%configure --disable-static \
e3af14
           --disable-silent-rules \
e3af14
           --with-pdftops=pdftops \
e3af14
           --with-rcdir=no
e3af14
e3af14
make %{?_smp_mflags}
e3af14
e3af14
%install
e3af14
make install DESTDIR=%{buildroot}
e3af14
e3af14
# https://fedoraproject.org/wiki/Packaging_tricks#With_.25doc
e3af14
mkdir __doc
e3af14
mv  %{buildroot}%{_datadir}/doc/cups-filters/* __doc
e3af14
rm -rf %{buildroot}%{_datadir}/doc/cups-filters
e3af14
e3af14
# Don't ship libtool la files.
e3af14
rm -f %{buildroot}%{_libdir}/lib*.la
e3af14
e3af14
# Not sure what is this good for.
e3af14
rm -f %{buildroot}%{_bindir}/ttfread
e3af14
e3af14
# systemd unit file
e3af14
mkdir -p %{buildroot}%{_unitdir}
e3af14
install -p -m 644 utils/cups-browsed.service %{buildroot}%{_unitdir}
e3af14
e3af14
%post
e3af14
%systemd_post cups-browsed.service
e3af14
e3af14
# Initial installation
e3af14
if [ $1 -eq 1 ] ; then
e3af14
    IN=%{_sysconfdir}/cups/cupsd.conf
e3af14
    OUT=%{_sysconfdir}/cups/cups-browsed.conf
e3af14
    keyword=BrowsePoll
e3af14
e3af14
    # We can remove this after few releases, it's just for the introduction of cups-browsed.
e3af14
    if [ -f "$OUT" ]; then
e3af14
        echo -e "\n# NOTE: This file is not part of CUPS. You need to start & enable cups-browsed service." >> "$OUT"
e3af14
    fi
e3af14
e3af14
    # move BrowsePoll from cupsd.conf to cups-browsed.conf
e3af14
    if [ -f "$IN" ] && grep -iq ^$keyword "$IN"; then
e3af14
        if ! grep -iq ^$keyword "$OUT"; then
e3af14
            (cat >> "$OUT" <
e3af14
e3af14
# Settings automatically moved from cupsd.conf by RPM package:
e3af14
EOF
e3af14
            ) || :
e3af14
            (grep -i ^$keyword "$IN" >> "$OUT") || :
e3af14
            #systemctl enable cups-browsed.service >/dev/null 2>&1 || :
e3af14
        fi
e3af14
        sed -i -e "s,^$keyword,#$keyword directive moved to cups-browsed.conf\n#$keyword,i" "$IN" || :
e3af14
    fi
e3af14
fi
e3af14
e3af14
%preun
e3af14
%systemd_preun cups-browsed.service
e3af14
e3af14
%postun
e3af14
%systemd_postun_with_restart cups-browsed.service 
e3af14
e3af14
%post libs -p /sbin/ldconfig
e3af14
e3af14
%postun libs -p /sbin/ldconfig
e3af14
e3af14
e3af14
%files
e3af14
%doc __doc/README __doc/AUTHORS __doc/NEWS
e3af14
%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf
e3af14
%attr(0755,root,root) %{_cups_serverbin}/filter/*
e3af14
%attr(0755,root,root) %{_cups_serverbin}/backend/parallel
e3af14
%attr(0755,root,root) %{_cups_serverbin}/backend/implicitclass
e3af14
# Serial backend needs to run as root (bug #212577#c4).
e3af14
%attr(0700,root,root) %{_cups_serverbin}/backend/serial
e3af14
%{_datadir}/cups/banners
e3af14
%{_datadir}/cups/charsets
e3af14
%{_datadir}/cups/data/*
e3af14
# this needs to be in the main package because of cupsfilters.drv
e3af14
%{_datadir}/cups/ppdc/pcl.h
e3af14
%{_datadir}/cups/drv/cupsfilters.drv
e3af14
%{_datadir}/cups/mime/cupsfilters.types
e3af14
%{_datadir}/cups/mime/cupsfilters.convs
e3af14
%{_datadir}/ppd/cupsfilters
e3af14
%{_sbindir}/cups-browsed
e3af14
%{_unitdir}/cups-browsed.service
e3af14
%{_mandir}/man8/cups-browsed.8.gz
e3af14
%{_mandir}/man5/cups-browsed.conf.5.gz
e3af14
e3af14
%files libs
e3af14
%doc __doc/COPYING fontembed/README
e3af14
%attr(0755,root,root) %{_libdir}/libcupsfilters.so.*
e3af14
%attr(0755,root,root) %{_libdir}/libfontembed.so.*
e3af14
e3af14
%files devel
e3af14
%{_includedir}/cupsfilters
e3af14
%{_includedir}/fontembed
e3af14
%{_libdir}/pkgconfig/libcupsfilters.pc
e3af14
%{_libdir}/pkgconfig/libfontembed.pc
e3af14
%{_libdir}/libcupsfilters.so
e3af14
%{_libdir}/libfontembed.so
e3af14
e3af14
%changelog
905cb0
* Tue Mar 24 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.35-28
905cb0
- 1812635 - RHEL 7.7. cups-browsed segfaults on shutdown
905cb0
905cb0
* Mon Mar 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.35-28
905cb0
- 1816109 - Queues are not cleaned up after stopping cups-browsed
905cb0
- 1811190 - cups-browsed leaks memory
905cb0
905cb0
* Mon Nov 25 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.35-27
905cb0
- 1775776 - Updated cups-browsed in RHEL 7.7 leaks sockets
905cb0
e3af14
* Tue May 21 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.35-26
e3af14
- 1508018 - man pages: wrong links in man cups-browsed
e3af14
e3af14
* Wed Apr 17 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.35-25
e3af14
- 1700333 - [abrt] [faf] cups-filters: raise(): /usr/sbin/cups-browsed killed by 6
e3af14
e3af14
* Mon Mar 18 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.35-24
e3af14
- fixing covscan issues, backported from upstream - 1485502
e3af14
e3af14
* Wed Feb 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.35-23
e3af14
- 1485502 - Rebase cups-browsed to latest version in upstream cups-filters
e3af14
e3af14
* Thu Mar 02 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.35-22
e3af14
- 1427690 - /usr/lib/cups/filter/pstopdf: line 17: which: command not found
e3af14
e3af14
* Thu Jul  9 2015 Tim Waugh <twaugh@redhat.com> - 1.0.35-21
e3af14
- Fix heap-based buffer overflow in texttopdf filter (bug #1241242,
e3af14
  CVE-2015-3258, CVE-2015-3279).
e3af14
e3af14
* Thu Jun 25 2015 Tim Waugh <twaugh@redhat.com> - 1.0.35-20
e3af14
- Improvements to cups-browsed efficiency patch (bug #1191691).
e3af14
e3af14
* Mon Jun 22 2015 Tim Waugh <twaugh@redhat.com> - 1.0.35-18
e3af14
- Fix segfault in texttopdf filter (bug #1194263).
e3af14
- Improve cups-browsed efficiency (bug #1191691).
e3af14
- Fetch printer descriptions with cups-browsed (bug #1223719).
e3af14
- Fix cups-browsed "_" handling for printer names (bug #1167408).
e3af14
e3af14
* Tue Jun 16 2015 Tim Waugh <twaugh@redhat.com> - 1.0.35-17
e3af14
- Build against newer poppler (bug #1217552).
e3af14
e3af14
* Wed Oct  8 2014 Tim Waugh <twaugh@redhat.com> - 1.0.35-16
e3af14
- Applied upstream patch to fix BrowseAllow parsing issue
e3af14
  (CVE-2014-4338, bug #1091568).
e3af14
- Applied upstream patch for cups-browsed DoS via
e3af14
  process_browse_data() out-of-bounds read (CVE-2014-4337,
e3af14
  bug #1111510).
e3af14
e3af14
* Fri Mar 28 2014 Tim Waugh <twaugh@redhat.com> - 1.0.35-15
e3af14
- The texttopdf filter requires a TrueType monospaced font
e3af14
  (bug #1070729).
e3af14
e3af14
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.0.35-14
e3af14
- Mass rebuild 2014-01-24
e3af14
e3af14
* Mon Jan 20 2014 Tim Waugh <twaugh@redhat.com> - 1.0.35-13
e3af14
- Apply CVE-2013-6475 to pdftoopvp even though we don't ship it
e3af14
  (bug #1052741).
e3af14
e3af14
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.35-12
e3af14
- Mass rebuild 2013-12-27
e3af14
e3af14
* Fri Nov  8 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-11
e3af14
- Don't ship pdftoopvp for now (bug #1027557).
e3af14
e3af14
* Wed Oct 16 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-10
e3af14
- Fix PDF landscape printing (bug #1018313).
e3af14
e3af14
* Tue Oct  1 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-9
e3af14
- Fixes for some printf-type format mismatches (bug #1003035).
e3af14
e3af14
* Fri Aug 30 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-8
e3af14
- Don't ship urftopdf for now (bug #1002947).
e3af14
e3af14
* Wed Aug 21 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-7
e3af14
- Upstream patch to re-work filter costs (bug #998981). No longer need
e3af14
  text filter costs patch as paps gets used by default now if
e3af14
  installed.
e3af14
e3af14
* Tue Jul 30 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-6
e3af14
- Set cost for text filters to 200 so that the paps filter gets
e3af14
  preference for the time being (bug #988909).
e3af14
e3af14
* Wed Jul 24 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-5
e3af14
- Handle page-label when printing n-up as well.
e3af14
e3af14
* Tue Jul 23 2013 Tim Waugh <twaugh@redhat.com> - 1.0.35-4
e3af14
- Added support for page-label (bug #987515).
e3af14
e3af14
* Thu Jul 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-3
e3af14
- Rebuild (qpdf-5.0.0)
e3af14
e3af14
* Mon Jul 01 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-2
e3af14
- add cups-browsed(8) and cups-browsed.conf(5)
e3af14
- don't reverse lookup IP address in URI (#975822)
e3af14
e3af14
* Wed Jun 26 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.35-1
e3af14
- 1.0.35
e3af14
e3af14
* Mon Jun 24 2013 Marek Kasik <mkasik@redhat.com> - 1.0.34-9
e3af14
- Rebuild (poppler-0.22.5)
e3af14
e3af14
* Wed Jun 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-8
e3af14
- fix the note we add in cups-browsed.conf
e3af14
e3af14
* Wed Jun 12 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-7
e3af14
- Obsolete cups-php (#971741)
e3af14
e3af14
* Wed Jun 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-6
e3af14
- one more cups-browsed leak fixed (#959682)
e3af14
e3af14
* Wed Jun 05 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-5
e3af14
- perl is actually not required by pstopdf, because the calling is in dead code
e3af14
e3af14
* Mon Jun 03 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-4
e3af14
- fix resource leaks and other problems found by Coverity & Valgrind (#959682)
e3af14
e3af14
* Wed May 15 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-3
e3af14
- ship ppdc/pcl.h because of cupsfilters.drv
e3af14
e3af14
* Tue May 07 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-2
e3af14
- pstopdf requires bc (#960315)
e3af14
e3af14
* Thu Apr 11 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.34-1
e3af14
- 1.0.34
e3af14
e3af14
* Fri Apr 05 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.33-1
e3af14
- 1.0.33
e3af14
- removed cups-filters-1.0.32-null-info.patch, accepted by upstream
e3af14
e3af14
* Thu Apr 04 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.32-2
e3af14
- fixed segfault when info is NULL
e3af14
e3af14
* Thu Apr 04 2013 Fridolin Pokorny <fpokorny@redhat.com> - 1.0.32-1
e3af14
- 1.0.32
e3af14
e3af14
* Fri Mar 29 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-3
e3af14
- add note to cups-browsed.conf
e3af14
e3af14
* Thu Mar 28 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-2
e3af14
- check cupsd.conf existence prior to grepping it (#928816)
e3af14
e3af14
* Fri Mar 22 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.31-1
e3af14
- 1.0.31
e3af14
e3af14
* Tue Mar 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-4
e3af14
- revert previous change
e3af14
e3af14
* Wed Mar 13 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-3
e3af14
- don't ship banners for now (#919489)
e3af14
e3af14
* Tue Mar 12 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-2
e3af14
- move BrowsePoll from cupsd.conf to cups-browsed.conf in %%post
e3af14
e3af14
* Fri Mar 08 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.30-1
e3af14
- 1.0.30: CUPS browsing and broadcasting in cups-browsed
e3af14
e3af14
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.29-4
e3af14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e3af14
e3af14
* Sat Jan 19 2013 Rex Dieter <rdieter@fedoraproject.org> 1.0.29-3
e3af14
- backport upstream buildfix for poppler-0.22.x
e3af14
e3af14
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.0.29-2
e3af14
- rebuild due to "jpeg8-ABI" feature drop
e3af14
e3af14
* Thu Jan 03 2013 Jiri Popelka <jpopelka@redhat.com> 1.0.29-1
e3af14
- 1.0.29
e3af14
e3af14
* Wed Jan 02 2013 Jiri Popelka <jpopelka@redhat.com> 1.0.28-1
e3af14
- 1.0.28: cups-browsed daemon and service
e3af14
e3af14
* Thu Nov 29 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.25-1
e3af14
- 1.0.25
e3af14
e3af14
* Fri Sep 07 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.24-1
e3af14
- 1.0.24
e3af14
e3af14
* Wed Aug 22 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.23-1
e3af14
- 1.0.23: old pdftopdf removed
e3af14
e3af14
* Tue Aug 21 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.22-1
e3af14
- 1.0.22: new pdftopdf (uses qpdf instead of poppler)
e3af14
e3af14
* Wed Aug 08 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-4
e3af14
- rebuild
e3af14
e3af14
* Thu Aug 02 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-3
e3af14
- commented multiple licensing breakdown (#832130)
e3af14
- verbose build output
e3af14
e3af14
* Thu Aug 02 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-2
e3af14
- BuildRequires: poppler-cpp-devel (to build against poppler-0.20)
e3af14
e3af14
* Mon Jul 23 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.20-1
e3af14
- 1.0.20
e3af14
e3af14
* Tue Jul 17 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.19-1
e3af14
- 1.0.19
e3af14
e3af14
* Wed May 30 2012 Jiri Popelka <jpopelka@redhat.com> 1.0.18-1
e3af14
- initial spec file