Blame SPECS/foomatic.spec

2508af
%global enginever 4.0.9
2508af
%global filtersver 4.0.17
2508af
2508af
Summary: Tools for using the foomatic database of printers and printer drivers
2508af
Name:       foomatic
2508af
Version:    %{enginever}
2508af
Release:    9%{?dist}
2508af
License:    GPLv2+
2508af
Group: System Environment/Libraries
2508af
2508af
# printer-filters package has gone (bug #967316, bug #1035450).
2508af
Obsoletes: printer-filters < 1.1-8
2508af
Provides: printer-filters = 1.1-8
2508af
2508af
# The database engine.
2508af
Source0: http://www.openprinting.org/download/foomatic/foomatic-db-engine-%{enginever}.tar.gz
2508af
2508af
# The CUPS driver and filter.
2508af
# Source1: http://www.openprinting.org/download/foomatic/foomatic-filters-%%{filtersver}.tar.gz
2508af
# We need to remove test/*.sh, because those files are non-free (Artistic). We don't use them.
2508af
Source1: foomatic-filters-%{filtersver}-clean.tar.gz
2508af
2508af
## PATCHES FOR FOOMATIC-FILTERS (PATCHES 1 TO 100)
2508af
Patch1: foomatic-filters-debug-string.patch
2508af
Patch2: 0001-foomatic-rip-Changed-Ghostscript-call-to-count-pages.patch
2508af
2508af
## PATCHES FOR FOOMATIC-DB-ENGINE (PATCHES 101 TO 200)
2508af
Patch101:       foomatic-manpages.patch
2508af
2508af
## PATCHES FOR FOOMATIC-DB-HPIJS (PATCHES 201 TO 300)
2508af
2508af
Url:            http://www.linuxprinting.org
2508af
BuildRequires:  perl >= 3:5.8.1
2508af
BuildRequires:  perl(ExtUtils::MakeMaker)
2508af
BuildRequires:  libxml2-devel
2508af
BuildRequires:  autoconf, automake
2508af
BuildRequires:  cups-devel
2508af
BuildRequires:  dbus-devel
2508af
Requires:       dbus
2508af
Requires:       %{name}-filters = %{version}-%{release}
2508af
Requires:       perl >= 3:5.8.1
2508af
Requires:       %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
2508af
# For 'rm' and '/sbin/service' in post
2508af
Requires: fileutils initscripts
2508af
2508af
# foomatic-filters checks for a conversion utility (bug #124931).
2508af
BuildRequires: mpage
2508af
2508af
# Make sure we get postscriptdriver tags.  Safe to comment out when
2508af
# bootstrapping a new architecture.
2508af
BuildRequires: python-cups, cups
2508af
%if 0%{!?perl_bootstrap:1}
2508af
BuildRequires: foomatic, foomatic-db
2508af
%endif
2508af
2508af
Requires: foomatic-db
2508af
Requires: cups
2508af
Requires: ghostscript
2508af
Requires: colord
2508af
2508af
%description
2508af
Foomatic is a comprehensive, spooler-independent database of printers,
2508af
printer drivers, and driver descriptions. This package contains
2508af
utilities to generate driver description files and printer queues for
2508af
CUPS, LPD, LPRng, and PDQ using the database (packaged separately).
2508af
There is also the possibility to read the PJL options out of PJL-capable
2508af
laser printers and take them into account at the driver description
2508af
file generation.
2508af
2508af
There are spooler-independent command line interfaces to manipulate
2508af
queues (foomatic-configure) and to print files/manipulate jobs
2508af
(foomatic printjob).
2508af
2508af
The site http://www.linuxprinting.org/ is based on this database.
2508af
2508af
%package filters
2508af
Summary: CUPS print filters for the foomatic package
2508af
License: GPLv2+
2508af
Group: System Environment/Libraries
2508af
2508af
%description filters
2508af
CUPS print filters for the foomatic package.
2508af
2508af
%prep
2508af
%setup -q -c -a 1
2508af
2508af
pushd foomatic-filters-%{filtersver}
2508af
# Too few arguments for format in a debugging string (bug #726384)
2508af
%patch1 -p1 -b .debug-string
2508af
# 1707559 - removal of option in ghostscript caused foomatic-rip to fail
2508af
%patch2 -p1 -b .foomatic-rip-crash
2508af
2508af
aclocal
2508af
automake --add-missing
2508af
autoconf
2508af
popd
2508af
2508af
pushd foomatic-db-engine-%{enginever}
2508af
2508af
# Ship more manpages.
2508af
%patch101 -p1 -b .manpages
2508af
2508af
chmod a+x mkinstalldirs
2508af
aclocal
2508af
autoconf
2508af
popd
2508af
2508af
%build
2508af
export LIB_CUPS=%{_cups_serverbin}
2508af
export CUPS_BACKENDS=%{_cups_serverbin}/backend
2508af
export CUPS_FILTERS=%{_cups_serverbin}/filter
2508af
export CUPS_PPDS=%{_datadir}/cups/model
2508af
2508af
pushd foomatic-filters-%{filtersver}
2508af
%configure
2508af
make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS"
2508af
popd
2508af
2508af
pushd foomatic-db-engine-%{enginever}
2508af
%configure --disable-xmltest
2508af
make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS"
2508af
popd
2508af
2508af
%install
2508af
pushd foomatic-filters-%{filtersver}
2508af
mkdir -p %{buildroot}%{perl_vendorlib}
2508af
make    DESTDIR=%buildroot PREFIX=%{_prefix} \
2508af
        INSTALLSITELIB=%{perl_vendorlib} \
2508af
        INSTALLSITEARCH=%{perl_vendorarch} \
2508af
        install-main install-cups
2508af
popd
2508af
2508af
pushd foomatic-db-engine-%{enginever}
2508af
make    DESTDIR=%buildroot PREFIX=%{_prefix} \
2508af
        INSTALLSITELIB=%{perl_vendorlib} \
2508af
        INSTALLSITEARCH=%{perl_vendorarch} \
2508af
        install
2508af
popd
2508af
2508af
# Use relative, not absolute, symlink for CUPS filter and driver.
2508af
ln -sf ../../../bin/foomatic-rip %{buildroot}%{_cups_serverbin}/filter/foomatic-rip
2508af
ln -sf ../../../bin/foomatic-ppdfile %{buildroot}%{_cups_serverbin}/driver/foomatic
2508af
2508af
mkdir -p %{buildroot}%{_var}/cache/foomatic
2508af
2508af
echo cups > %{buildroot}%{_sysconfdir}/foomatic/defaultspooler
2508af
2508af
# Remove things we don't ship.
2508af
rm -rf  \
2508af
        %{buildroot}%{_libdir}/ppr \
2508af
        %{buildroot}%{_sysconfdir}/foomatic/filter.conf.sample \
2508af
        %{buildroot}%{_datadir}/foomatic/templates
2508af
#%%{buildroot}%%{_libdir}/perl5/site_perl
2508af
find %{buildroot} -name .packlist | xargs rm -f
2508af
2508af
mkdir  _enginedocs
2508af
cp -pr --parents foomatic-db-engine-%{enginever}/COPYING _enginedocs/
2508af
mkdir _filtersdocs
2508af
cp -pr --parents foomatic-filters-%{filtersver}/COPYING _filtersdocs/
2508af
2508af
%post
2508af
/bin/rm -f /var/cache/foomatic/*
2508af
exit 0
2508af
2508af
2508af
%files
2508af
%doc _enginedocs/*
2508af
%config(noreplace) %{_sysconfdir}/foomatic/defaultspooler
2508af
%{_bindir}/foomatic-combo-xml
2508af
%{_bindir}/foomatic-compiledb
2508af
%{_bindir}/foomatic-configure
2508af
%{_bindir}/foomatic-datafile
2508af
%{_bindir}/foomatic-perl-data
2508af
%{_bindir}/foomatic-ppd-options
2508af
%{_bindir}/foomatic-ppd-to-xml
2508af
%{_bindir}/foomatic-ppdfile
2508af
%{_bindir}/foomatic-printjob
2508af
%{_bindir}/foomatic-searchprinter
2508af
%{_sbindir}/*
2508af
%{perl_vendorlib}/Foomatic
2508af
%{_cups_serverbin}/backend/beh
2508af
%{_cups_serverbin}/driver/*
2508af
%{_mandir}/man1/foomatic-cleanupdrivers.1*
2508af
%{_mandir}/man1/foomatic-combo-xml.1*
2508af
%{_mandir}/man1/foomatic-compiledb.1*
2508af
%{_mandir}/man1/foomatic-configure.1*
2508af
%{_mandir}/man1/foomatic-datafile.1*
2508af
%{_mandir}/man1/foomatic-extract-text.1*
2508af
%{_mandir}/man1/foomatic-fix-xml.1*
2508af
%{_mandir}/man1/foomatic-nonumericalids.1*
2508af
%{_mandir}/man1/foomatic-perl-data.1*
2508af
%{_mandir}/man1/foomatic-ppd-options.1*
2508af
%{_mandir}/man1/foomatic-ppd-to-xml.1*
2508af
%{_mandir}/man1/foomatic-ppdfile.1*
2508af
%{_mandir}/man1/foomatic-printermap-to-gutenprint-xml.1*
2508af
%{_mandir}/man1/foomatic-printjob.1*
2508af
%{_mandir}/man1/foomatic-replaceoldprinterids.1*
2508af
%{_mandir}/man1/foomatic-searchprinter.1*
2508af
%{_mandir}/man8/*
2508af
%{_var}/cache/foomatic
2508af
2508af
%files filters
2508af
%doc _filtersdocs/*
2508af
%dir %{_sysconfdir}/foomatic
2508af
%config(noreplace) %{_sysconfdir}/foomatic/filter.conf
2508af
%{_bindir}/foomatic-rip
2508af
%{_cups_serverbin}/filter/foomatic-rip
2508af
%{_mandir}/man1/foomatic-rip.1*
2508af
2508af
%changelog
2508af
* Thu May 23 2019 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.9-9
2508af
- 1707559 - removal of option in ghostscript caused foomatic-rip to fail
2508af
2508af
* Thu Aug 28 2014 Tim Waugh <twaugh@redhat.com> - 4.0.9-8
2508af
- Put some text into foomatic-preferred-drivers man page.
2508af
2508af
* Thu Aug 21 2014 Tim Waugh <twaugh@redhat.com> - 4.0.9-7
2508af
- Ship more manpages (bug #948965).
2508af
2508af
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 4.0.9-6
2508af
- Mass rebuild 2014-01-24
2508af
2508af
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.0.9-5
2508af
- Mass rebuild 2013-12-27
2508af
2508af
* Fri Dec 13 2013 Jiri Popelka <jpopelka@redhat.com> - 4.0.9-4
2508af
- Correct Obsoletes/Provides printer-filters (bug #1035450)
2508af
2508af
* Mon Jun  3 2013 Tim Waugh <twaugh@redhat.com> - 4.0.9-3
2508af
- Obsolete/provide printer-filters package now it has gone (bug #967316).
2508af
2508af
* Tue May 28 2013 Tom Callaway <spot@fedoraproject.org> - 4.0.9-2
2508af
- remove Artistic test scripts from source tarball (bz 967406)
2508af
2508af
* Tue Mar 12 2013 Jiri Popelka <jpopelka@redhat.com> - 4.0.9-1
2508af
- 4.0.9
2508af
2508af
* Fri Feb 22 2013 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-16
2508af
- Fix %%doc abuse (bug #914006).
2508af
- Fix bogus dates in changelog.
2508af
2508af
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.8-15
2508af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2508af
2508af
* Tue Aug 21 2012 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-14
2508af
- Updated filters to 4.0.17
2508af
2508af
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.8-13
2508af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2508af
2508af
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 4.0.8-12
2508af
- Perl 5.16 re-rebuild of bootstrapped packages
2508af
2508af
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 4.0.8-11
2508af
- Perl 5.16 rebuild
2508af
2508af
* Wed May 30 2012 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-10
2508af
- Updated filters to 4.0.15
2508af
2508af
* Tue Apr 10 2012 Tim Waugh <twaugh@redhat.com> - 4.0.8-9
2508af
- Use perl_bootstrap macro to allow for easier perl bootstrapping
2508af
  (bug #810542).
2508af
2508af
* Tue Mar 13 2012 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-8
2508af
- Updated filters to 4.0.13
2508af
2508af
* Mon Mar  5 2012 Tim Waugh <twaugh@redhat.com> - 4.0.8-7
2508af
- Rebuilt to pick up new IEEE 1284 Device IDs.
2508af
2508af
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.8-6
2508af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2508af
2508af
* Mon Oct 24 2011 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-5
2508af
- Use _cups_serverbin macro from cups-devel instead of hard-coded /usr/lib/cups.
2508af
- No need to define BuildRoot and clean it in clean and install section anymore.
2508af
- Add argument for format in a debugging string (bug #726384).
2508af
2508af
* Thu Aug 18 2011 Tim Waugh <twaugh@redhat.com> - 4.0.8-4
2508af
- Another fix for CVE-2011-2924 (bug #726426).
2508af
2508af
* Thu Aug 18 2011 Tim Waugh <twaugh@redhat.com> - 4.0.8-3
2508af
- Use mktemp when creating debug log file in foomatic-rip
2508af
  (CVE-2011-2924, bug #726426).
2508af
2508af
* Wed Jul 27 2011 Petr Sabata <contyk@redhat.com> - 4.0.8-2
2508af
- Rebuild for perl5.14 (#725979)
2508af
2508af
* Mon Jul 25 2011 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-1
2508af
- 4.0.8 (all patches merged upstream)
2508af
2508af
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 4.0.7-6
2508af
- Perl mass rebuild
2508af
2508af
* Wed Jul 20 2011 Tim Waugh <twaugh@redhat.com> - 4.0.7-5
2508af
- Fix improper sanitization of command line options (bug #721001,
2508af
  CVE-2011-2697).
2508af
2508af
* Thu Jun 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4.0.7-4
2508af
- Perl mass rebuild
2508af
2508af
* Mon Mar 07 2011 Richard Hughes <rhughes@redhat.com> - 4.0.7-3
2508af
- Added BR dbus-devel.
2508af
2508af
* Fri Mar 04 2011 Richard Hughes <rhughes@redhat.com> - 4.0.7-2
2508af
- Added colord support.
2508af
2508af
* Mon Feb 21 2011 Jiri Popelka <jpopelka@redhat.com> - 4.0.7-1
2508af
- 4.0.7
2508af
2508af
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.6-3
2508af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2508af
2508af
* Tue Dec 21 2010 Tim Waugh <twaugh@redhat.com> - 4.0.6-2
2508af
- Use perl_vendorlib macro instead of defining our own.
2508af
2508af
* Thu Dec 16 2010 Jiri Popelka <jpopelka@redhat.com> - 4.0.6-1
2508af
- 4.0.6
2508af
2508af
* Thu Dec  9 2010 Tim Waugh <twaugh@redhat.com> - 4.0.5-5
2508af
- Rebuilt for new device IDs.
2508af
2508af
* Fri Nov 26 2010 Tim Waugh <twaugh@redhat.com> - 4.0.5-4
2508af
- The pycups requirement is now python-cups.
2508af
2508af
* Fri Oct 15 2010 Tim Waugh <twaugh@redhat.com> - 4.0.5-3
2508af
- Removed hard-coded perl paths from spec file.
2508af
2508af
* Tue Oct  5 2010 Tim Waugh <twaugh@redhat.com> - 4.0.5-2
2508af
- Updated summary and description to more accurately reflect package
2508af
  contents (bug #630651).
2508af
2508af
* Wed Aug 18 2010 Jiri Popelka <jpopelka@redhat.com> - 4.0.5-1
2508af
- 4.0.5
2508af
- fixing of installation path for perl module is no longer needed
2508af
2508af
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 4.0.4-12
2508af
- Mass rebuild with perl-5.12.0
2508af
2508af
* Wed May  5 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-11
2508af
- Moved beh backend to main package.
2508af
2508af
* Sun Apr 25 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-10
2508af
- Rebuilt for new device IDs.
2508af
2508af
* Thu Apr 15 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-9
2508af
- Split out foomatic-filters sub-package.  Main package depends on it.
2508af
2508af
* Mon Apr 12 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-8
2508af
- Rebuilt for new device IDs (bug #575063).
2508af
2508af
* Thu Mar 18 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-4
2508af
- Package requires ghostscript (used by foomatic-rip).
2508af
2508af
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-3
2508af
- Removed old explicit provides for perl(Foomatic::GrovePath).
2508af
- Fixed macro in changelog.
2508af
- Avoid mixed spaces and tabs.
2508af
- Ship COPYING files.
2508af
- Added comments for sources.
2508af
2508af
* Thu Feb 25 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-2
2508af
- Make it explicit that the build requires foomatic-db.  This is
2508af
  needed for postscriptdriver tags.
2508af
2508af
* Tue Feb 16 2010 Jiri Popelka <jpopelka@redhat.com> - 4.0.4-1
2508af
- 4.0.4
2508af
- build no more requires ghostscript-devel
2508af
- removed foomatic-filters-int-options.patch
2508af
2508af
* Fri Feb  5 2010 Tim Waugh <twaugh@redhat.com> - 4.0.3-13
2508af
- Use relative, not absolute, symlink for CUPS driver.
2508af
2508af
* Fri Feb  5 2010 Tim Waugh <twaugh@redhat.com> - 4.0.3-12
2508af
- Another rebuild.
2508af
2508af
* Thu Feb  4 2010 Tim Waugh <twaugh@redhat.com> - 4.0.3-11
2508af
- Rebuild for postscriptdriver tags.
2508af
2508af
* Thu Jan 21 2010 Tim Waugh <twaugh@redhat.com> - 4.0.3-10
2508af
- Use Requires not PreReq (bug #225768).
2508af
2508af
* Tue Jan 19 2010 Tim Waugh <twaugh@redhat.com> - 4.0.3-9
2508af
- Fix for handling integer options (bug #531278).
2508af
2508af
* Tue Dec 15 2009 Tim Waugh <twaugh@redhat.com> - 4.0.3-8
2508af
- Really fixed installation path for perl module (bug #547696).
2508af
2508af
* Fri Dec  4 2009 Tim Waugh <twaugh@redhat.com> - 4.0.3-7
2508af
- Fixed installation path for perl module.
2508af
2508af
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 4.0.3-6
2508af
- rebuild against perl 5.10.1
2508af
2508af
* Tue Nov 10 2009 Tim Waugh <twaugh@redhat.com> 4.0.3-5
2508af
- Build requires cups.
2508af
2508af
* Tue Nov 10 2009 Tim Waugh <twaugh@redhat.com> 4.0.3-4
2508af
- Require cups and don't own its directories (bug #534051).
2508af
2508af
* Sun Nov  8 2009 Tim Waugh <twaugh@redhat.com> 4.0.3-3
2508af
- Revert last change.
2508af
2508af
* Thu Nov  5 2009 Tim Waugh <twaugh@redhat.com> 4.0.3-2
2508af
- Correctly build foomatic custom commands (bug #531278).
2508af
2508af
* Tue Sep  1 2009 Tim Waugh <twaugh@redhat.com> 4.0.3-1
2508af
- 4.0.3.
2508af
2508af
* Tue Aug 18 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-6
2508af
- Split out foomatic-db into separate source package (bug #461234).
2508af
2508af
* Tue Aug  4 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-5
2508af
- Use stcolor driver for Epson Stylus Color 200 (bug #513676).
2508af
- Don't ship 3-distribution symlink as CUPS already searches
2508af
  /usr/share/ppd (bug #514244).
2508af
- Remove non-PPD files from PPD directory (bug #514242).
2508af
2508af
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2-4
2508af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2508af
2508af
* Thu Jul  2 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-3
2508af
- Removed '-O0' compiler option for foomatic-filters, which had been
2508af
  used for debugging purposes.
2508af
2508af
* Thu Jul  2 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-1
2508af
- Updated db-engine to 4.0.2 (bug #503188).
2508af
- Updated foomatic-filters to 4.0.2 (bug #496521).
2508af
- Updated db-hpijs to 20090701.
2508af
- Updated db to 4.0-20090702.
2508af
- This package obsoletes oki4linux (bug #491489).
2508af
- Don't ship ChangeLog/README/USAGE for each of the 4 packages as it
2508af
  comes to more than 1MB (bug #492449).
2508af
- Don't use mktemp in foomatic-rip.
2508af
2508af
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
2508af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2508af
2508af
* Thu Jan 15 2009 Tim Waugh <twaugh@redhat.com> 4.0.0-1
2508af
- 4.0.0.
2508af
2508af
* Mon Jan 12 2009 Tim Waugh <twaugh@redhat.com> 3.0.2-70
2508af
- Major gutenprint version is 5.2.
2508af
2508af
* Sat Jan 10 2009 Tim Waugh <twaugh@redhat.com> 3.0.2-69
2508af
- Updated db-hpijs to 20090110.
2508af
- Updated db to 20090110.
2508af
- Updated filters to 3.0-20090110.
2508af
- Updated db-engine to 3.0-20090110.
2508af
2508af
* Thu Dec  4 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-68
2508af
- Updated db-hpijs to 20081124.
2508af
- Updated db to 20081124.
2508af
- Updated filters to 3.0-20081124.
2508af
- Updated db-engine to 3.0-20081124.
2508af
- Better build root.
2508af
- Fixed summary.
2508af
2508af
* Thu Oct  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-67
2508af
- Rebuilt (bug #465298).
2508af
2508af
* Fri Sep  5 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-66
2508af
- Fixed filename handling in foomatic-rip (bug #457679).
2508af
2508af
* Thu Sep  4 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-65
2508af
- Removed ampathxml and xml-cflags patches.
2508af
- Updated db-hpijs to 20080904.
2508af
- Updated db to 20080904.
2508af
- Updated filters to 3.0-20080904.
2508af
- Updated db-engine to 3.0-20080904.
2508af
2508af
* Wed Sep  3 2008 Tim Waugh <twaugh@redhat.com>
2508af
- Finally remove ppdload.
2508af
2508af
* Tue Sep  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-64
2508af
- Fixed typo in HP-Color_LaserJet_9500_MFP.xml.
2508af
2508af
* Tue Sep  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-63
2508af
- Avoid busy-looping when trying to shorten long PPD nicknames.
2508af
2508af
* Tue Sep  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-62
2508af
- Removed patch fuzz.
2508af
- Fixed PPD generation for HP LaserJet 4345 MFP (bug #459847).
2508af
2508af
* Thu Jul 10 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-61
2508af
- Updated db-hpijs to 20080710.
2508af
- Updated db to 20080710.
2508af
- Updated filters to 3.0-20080710.
2508af
- Updated db-engine to 3.0-20080710.
2508af
- Ship a defaultspooler file to avoid the need for spooler
2508af
  auto-detection (bug #454684).
2508af
2508af
* Thu May  8 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-60
2508af
- Updated filters to 3.0-20080507.
2508af
2508af
* Wed May  7 2008 Tim Waugh <twaugh@redhat.com>
2508af
- Avoid busy-looping when the CUPS backend stops (bug #445555).
2508af
2508af
* Tue Apr  1 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-59
2508af
- More foo2zjs printers removed (bug #438319).
2508af
2508af
* Thu Mar 13 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-58
2508af
- Applied patch from upstream to make foomatic-rip clean up correctly when
2508af
  a job is cancelled.
2508af
2508af
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 3.0.2-57
2508af
- rebuild for new perl (again)
2508af
2508af
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-56
2508af
- Updated filters to 3.0-20080211.
2508af
- Updated db-hpijs to 20080211.
2508af
- Updated db-engine to 3.0-20080211.
2508af
- Updated db to 3.0-20080211.
2508af
2508af
* Sat Feb  2 2008 Tom "spot" Callaway <tcallawa@redhat.com> 3.0.2-55
2508af
- rebuild for new perl
2508af
2508af
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 3.0.2-54
2508af
- rebuild for new perl
2508af
- correct license tag
2508af
2508af
* Wed Jan  9 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-53
2508af
- Updated db-hpijs to 20071218.
2508af
- Updated db to 3.0-20071218.
2508af
- Updated db-engine to 3.0-20071218.
2508af
- Updated filters to 3.0-20071218 (bug #416881).
2508af
2508af
* Mon Jan  7 2008 Tim Waugh <twaugh@redhat.com>
2508af
- Removed foo2qpdl drivers and printers (bug #208851).
2508af
2508af
* Fri Oct 12 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-52
2508af
- Removed use of printconf hooks.
2508af
- Don't restart CUPS on upgrade.
2508af
2508af
* Fri Sep 21 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-51
2508af
- Build requires perl(ExtUtils::MakeMaker).
2508af
- Updated filters to 3.0-20070919.
2508af
- Updated db to 20070919.
2508af
2508af
* Wed Aug 15 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-50
2508af
- Removed references to unshipped drivers:
2508af
  * drv_x125
2508af
  * ml85p
2508af
  * pbm2lxwl
2508af
  * pbmtozjs
2508af
  * bjc800j
2508af
2508af
* Thu Jun 14 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-49
2508af
- Safe default margins for PPDs (bug #244161).
2508af
- Added missing IEEE 1284 ID for HP Photosmart 380 (bug #241352).
2508af
2508af
* Thu Jun 14 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-48
2508af
- Updated db to 3.0-20070614.
2508af
- Updated db-engine to 3.0-20070614.
2508af
- Updated db-hpijs to 20070614.
2508af
- Updated filters to 3.0-20070614.
2508af
2508af
* Mon Apr 16 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-47
2508af
- Fixed %%prep (bug #208851).
2508af
- Removed now-unused with_omni code.
2508af
2508af
* Fri Mar 30 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-46
2508af
- Don't ship old gimp-print data (bug #234388).
2508af
2508af
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-45
2508af
- Leave gutenprint-recommended printers alone, rather than pointing them
2508af
  to gimp-print as before.
2508af
2508af
* Tue Jan  9 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-44
2508af
- Removed m2300w files (bug #203381).
2508af
2508af
* Fri Jan  5 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-43
2508af
- Updated db to 3.0-20070105 (bug #214037, bug #191661, bug #198999,
2508af
  bug #191504, bug #187387, bug #188762, bug #170373, bug #221121,
2508af
  bug #214801).
2508af
2508af
* Thu Nov 30 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-42
2508af
- Updated db to 3.0-20061130.
2508af
2508af
* Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-41
2508af
- Updated db-engine to 3.0-20061109 (bug #197331).
2508af
2508af
* Tue Nov  7 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-40
2508af
- Clean up gimp-print-ijs/gutenprint recommended drivers.
2508af
- Updated db-hpijs to 20061031.
2508af
2508af
* Fri Nov  3 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-39
2508af
- Updated db-engine to 3.0-20061031.
2508af
- Updated db to 3.0-20061031.
2508af
- Remove references to foo2zjs and foo2oak (bug #208851).
2508af
2508af
* Thu Aug  3 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-38
2508af
- Change a2ps requirement to mpage.
2508af
- Make CUPS driver work with drivers containing '-' in their names
2508af
  (bug #201398).
2508af
2508af
* Thu Jul 13 2006 Karsten Hopp <karsten@redhat.de> 3.0.2-37
2508af
- buildrequires autoconf, automake
2508af
2508af
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0.2-36.1
2508af
- rebuild
2508af
2508af
* Mon May 22 2006 Karsten Hopp <karsten@redhat.de> 3.0.2-36
2508af
- add buildrequires ghostscript-devel so that /usr/lib/cups/driver/foomatic
2508af
  gets built
2508af
2508af
* Fri May 19 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-35
2508af
- Define CUPS_PPDS for configure (bug #192375).
2508af
2508af
* Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com>
2508af
- Updated db-engine to 3.0-20060421.
2508af
2508af
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-34
2508af
- Always use /usr/lib/cups/{backend,filter}.
2508af
2508af
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.0.2-33.2
2508af
- bump again for double-long bug on ppc(64)
2508af
2508af
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.0.2-33.1
2508af
- rebuilt for new gcc4.1 snapshot and glibc changes
2508af
2508af
* Wed Jan 18 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-33
2508af
- Make build self-hosting.
2508af
2508af
* Tue Jan 17 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-32
2508af
- Fix foomatic-cleanupdrivers.
2508af
- Updated db-engine to 3.0-20060117.
2508af
- Handle PPDs with default option values of '0'.
2508af
2508af
* Mon Jan 16 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-31
2508af
- Fix tag mismatch in db.
2508af
- Updated db to 3.0-20060116.
2508af
2508af
* Tue Jan 10 2006 Tim Waugh <twaugh@redhat.com>
2508af
- Don't remove the cache directory, only its contents (bug #177266).
2508af
2508af
* Tue Jan  3 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-30
2508af
- Updated db to 3.0-20060103.
2508af
2508af
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2508af
- rebuilt
2508af
2508af
* Fri Dec  9 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-29
2508af
- Updated db-engine to 3.0-20051209.
2508af
- Updated db-hpijs to 1.5-20051209.
2508af
- Updated filters to 3.0-20051209.  No longer need rip-cvs patch.
2508af
- Updated db to 3.0-20051209.
2508af
2508af
* Tue Sep 13 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-28
2508af
- Remove explicit perl module package dependencies.  These should be
2508af
  picked up by the RPM during the build process automatically anyway.
2508af
  Fixes bug #167997.
2508af
2508af
* Mon Sep 12 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-27
2508af
- Own %%{_datadir}/foomatic/db/source/PPD/Custom and %%{_var}/cache/foomatic
2508af
  (bug #168085).
2508af
2508af
* Wed Sep  7 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-26
2508af
- Updated db-engine to 3.0-20050907.
2508af
- Updated db to 3.0-20050907.
2508af
2508af
* Mon Sep  5 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-25
2508af
- Add IEEE 1284 ID for HP LaserJet 4200 (bug #166638).
2508af
- Add IEEE 1284 ID for HP LaserJet 5000 (bug #167154).
2508af
2508af
* Thu Aug  4 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-24
2508af
- Updated db to 3.0-20050804.
2508af
- No longer need hplj5 patch.
2508af
- Conflicts with system-config-printer before the parser bug was fixed.
2508af
2508af
* Tue Jul 26 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-23
2508af
- Updated db to 3.0-20050726.
2508af
- No longer need ieee1284 patch.
2508af
2508af
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Fix IEEE 1284 ID for HP Photosmart 7260 (bug #162915).
2508af
2508af
* Mon Jul 18 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-22
2508af
- Updated db to 20050718.
2508af
2508af
* Sun Jul  3 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-21
2508af
- Updated db to 20050703.
2508af
2508af
* Mon Jun 13 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-20
2508af
- Updated db-hpijs to 1.5-20050613.
2508af
- Updated db to 20050613.
2508af
2508af
* Fri Jun 10 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Add IEEE 1284 ID for Epson Stylus Photo 915 (bug #160030).
2508af
- Add IEEE 1284 ID for Ricoh Aficio 2228C PS (bug #160036).
2508af
2508af
* Tue Jun  7 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Add IEEE 1284 ID for Epson Stylus Photo 870 (bug #159717).
2508af
2508af
* Wed May 25 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Add IEEE 1284 ID for HP LaserJet 4250 (bug #157883).
2508af
2508af
* Thu May 19 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Add IEEE 1284 ID for HP DeskJet 3845 (bug #157760).
2508af
2508af
* Tue May  3 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-19
2508af
- Add IEEE 1284 ID for Epson Stylus CX5400 (bug #156661).
2508af
2508af
* Tue Apr 12 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Fix Postscript driver (bug #151645).
2508af
- Add IEEE 1284 ID for HP DeskJet 5150 (bug #154518).
2508af
- Add IEEE 1284 ID for HP LaserJet 2420 (bug #114191).
2508af
2508af
* Thu Mar 24 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Add a hook to remove any foomatic data cached by system-config-printer.
2508af
2508af
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-18
2508af
- Updated db to 20050310.
2508af
2508af
* Wed Mar  9 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-17
2508af
- Make Omni optional.
2508af
- ... and disable it.
2508af
2508af
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-16
2508af
- Rebuild for new GCC.
2508af
2508af
* Fri Feb 25 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Add IEEE 1284 information for Lexmark Optra R+ (bug #149498).
2508af
2508af
* Thu Feb 17 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-15
2508af
- Fixed warning patch.
2508af
2508af
* Wed Feb 16 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Don't ship backup files.
2508af
2508af
* Wed Feb 16 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-14
2508af
- Updated db to 20050216.
2508af
2508af
* Thu Feb 10 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Added IEEE 1284 information for HP Color LaserJet 4600 (bug #147648).
2508af
2508af
* Tue Feb  8 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Corrected IEEE 1284 information for HP DeskJet 6540 (bug #147288).
2508af
- Added IEEE 1284 information for Epson Stylus C82 (bug #147230).
2508af
2508af
* Mon Jan 24 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Fixed last change.
2508af
2508af
* Fri Jan 21 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Prevent a warning from DB.pm (bug #145605).
2508af
2508af
* Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-13
2508af
- Updated db to 20050118.
2508af
2508af
* Mon Jan 10 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Added IEEE 1284 information for Epson Stylus Photo R200 (bug #144631).
2508af
2508af
* Tue Jan  4 2005 Tim Waugh <twaugh@redhat.com>
2508af
- Added IEEE 1284 information for Okidata Okipage 6ex (bug #143964).
2508af
- Added IEEE 1284 information for Epson Stylus Photo R300 (bug #143939).
2508af
2508af
* Mon Dec 20 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-12
2508af
- Added IEEE 1284 information for Epson Stylus CX3200 (bug #143343).
2508af
2508af
* Mon Dec  6 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-11
2508af
- Updated db to 20041206.
2508af
2508af
* Thu Dec  2 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-10
2508af
- Added IEEE 1284 information for HP-Color_Inkjet_Printer_CP1700 (bug #141594).
2508af
- Added IEEE 1284 information for Samsung-ML-1710 (bug #141163).
2508af
- Added IEEE 1284 information for HP-OfficeJet_G95 (bug #141057).
2508af
2508af
* Wed Nov 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-9
2508af
- Updated db to 20041124.
2508af
- Updated hpijs-db to 1.5-20041124.
2508af
- No longer need HP DJ 6122 patch.
2508af
- No longer need ieee1284 patch.
2508af
- Updated Omni-printers to 0.9.2.
2508af
2508af
* Wed Nov 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-8
2508af
- Minor PPD.pm fix for PPD import (bug #132625).
2508af
2508af
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-7
2508af
- Applied some foomatic-rip fixes from CVS.
2508af
2508af
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com>
2508af
- Add autodetect information for HP Color LaserJet 4550 (bug #139799).
2508af
2508af
* Wed Nov 17 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-6
2508af
- Add autodetect information for HP LaserJet 8150 (bug #139683).
2508af
- Add autodetect information for Epson Stylus Color 777 (bug #139629).
2508af
2508af
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-5
2508af
- Ship data as non-executable (bug #139271).
2508af
- Corrected autodetect information for HP Business InkJet 1100 (bug #139258).
2508af
2508af
* Mon Nov 15 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-4
2508af
- Add autodetect information for HP Business InkJet 1100 (bug #139258).
2508af
- Add autodetect information for Epson Stylus Photo 790 (bug #139266).
2508af
- Add autodetect information for HP DJ 3820 (bug #139271).
2508af
2508af
* Wed Oct 13 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-3
2508af
- Revert change for bug #133647.
2508af
2508af
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-2
2508af
- Use gimp-print driver for HP 2000C (bug #133647).
2508af
- Add autodetect information for Lexmark Z52 (bug #135178).
2508af
2508af
* Thu Oct  7 2004 Tim Waugh <twaugh@redhat.com>
2508af
- Add autodetect information for HP DJ 640C (bug #134912).
2508af
2508af
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-1
2508af
- Updated filters to 3.0.2.
2508af
- Updated db-engine to 3.0.2.
2508af
- No longer need Omni PageSize patch or lvalue patch.
2508af
2508af
* Tue Aug 31 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-11
2508af
- Add autodetect information for Brother HL-5050 (bug #131220).
2508af
2508af
* Fri Aug 13 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-10
2508af
- Add autodetect information for HP LJ 2200 (bug #129732).
2508af
2508af
* Thu Aug  5 2004 Tim Waugh <twaugh@redhat.com>
2508af
- Add autodetect information for HP DJ 1220.
2508af
2508af
* Tue Jul 27 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-9
2508af
- Rebuilt.
2508af
2508af
* Wed Jul 21 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-8
2508af
- Add autodetect information for HP DJ 6122 (bug #124629).
2508af
2508af
* Tue Jul 20 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-7
2508af
- Updated gimp-print data to 4.2.7.
2508af
2508af
* Mon Jul 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-6
2508af
- Updated db to 20040712.
2508af
- HPLJ4300 data is upstream now.
2508af
2508af
* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-5
2508af
- SNMP/IEEE 1284 data for HPLJ4300.
2508af
2508af
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
2508af
- rebuilt
2508af
2508af
* Tue Jun  1 2004 Tim Waugh <twaugh@redhat.com>
2508af
- Build requires a2ps, because foomatic-filters checks for a conversion
2508af
  utility (bug #124931).
2508af
2508af
* Mon Apr 19 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-3
2508af
- Require appropriate perl(:MODULE_COMPAT_...) symbol (bug #121131).
2508af
2508af
* Wed Mar 10 2004 Tim Waugh <twaugh@redhat.com>
2508af
- Fix deprecated cast-as-lvalues.
2508af
2508af
* Thu Mar  4 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-2
2508af
- Fix Omni PageSize problem (bug #115586).
2508af
2508af
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
2508af
- rebuilt
2508af
2508af
* Thu Feb 19 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-1
2508af
- Upgrade db to 20040219.
2508af
- Upgrade hpijs to 1.5-20040219.
2508af
- Upgrade engine to 3.0.1.
2508af
- Upgrade filters to 3.0.1.
2508af
2508af
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
2508af
- rebuilt
2508af
2508af
* Mon Feb  9 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-23
2508af
- Fix up HP Color Inkjet CP1700 support.
2508af
- Remove PrintoutMode option from gimp-print driver to avoid breaking it.
2508af
- Update filters to 3.0.1rc3.
2508af
- Update engine to 3.0.1rc2
2508af
- No long need symlink patch.
2508af
2508af
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-22
2508af
- Updated Omni printers to 0.9.1 again.
2508af
2508af
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-21
2508af
- Build for Fedora Core 1 printer drivers update.
2508af
- Revert Omni update temporarily.
2508af
- Downgrade engine to 20031217 to stick to the stable branch.
2508af
2508af
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-20
2508af
- Updated Omni printers to 0.9.1.
2508af
2508af
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-19
2508af
- Build for Fedora Core 1 printer drivers update.
2508af
- No longer need symlink patch.
2508af
- Updated fontpath patch.
2508af
- Updated engine to 20040112.
2508af
- Updated db to 20040112.
2508af
- Updated gimp-print data to 4.2.6.
2508af
2508af
* Tue Jan  6 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-18
2508af
- Build for Fedora Core 1 printer drivers update.
2508af
- Explicitly state conflict with hpijs < 1.5.
2508af
- Make foomatic-ppdfile accept '-t type' like foomatic-datafile used to.
2508af
2508af
* Tue Dec 23 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-17
2508af
- Fix up gimp-print XML (bug #112574).
2508af
2508af
* Fri Dec 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-16
2508af
- Need the ppd driver too.
2508af
2508af
* Fri Dec 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-15
2508af
- Reinstate ppdload long enough for me to work around its disappearance.
2508af
2508af
* Thu Dec 18 2003 Tim Waugh <twaugh@redhat.com>
2508af
- Updated db to 20031218.
2508af
- No longer need hpdj656, dell, mc3100 patches.
2508af
2508af
* Wed Dec 17 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-14
2508af
- Updated db to 20031217.
2508af
- Updated engine to 20031217.
2508af
- Updated hpijs to 1.5-20031217.
2508af
- Use relative symlinks.
2508af
2508af
* Fri Dec 12 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-13
2508af
- Add Minolta magicolor 3100.
2508af
2508af
* Tue Dec  2 2003 Tim Waugh <twaugh@redhat.com>
2508af
- Don't ship backup files.
2508af
2508af
* Sat Nov 29 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-12
2508af
- Undo over-zealous percent escaping in PostScript.xml
2508af
- Build requires libxml2-devel (bug #110589).
2508af
- Use relative, not absolute, symlink for CUPS filter.
2508af
2508af
* Fri Nov  7 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-11
2508af
- Add pxlmono driver for HP LaserJet 5 (bug #109378).
2508af
2508af
* Wed Nov  5 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-10
2508af
- Updated db to 20031105.
2508af
- Drop filters path patch.
2508af
- Updated fontpath patch, both libdir patches.
2508af
- Updated engine and filters to 3.0-20031105.
2508af
- Updated hpijs db to 1.4-1.
2508af
2508af
* Mon Oct 27 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-9
2508af
- Recommend omni-compiled for Omni drivers (bug #107965).
2508af
2508af
* Mon Sep 29 2003 Tim Waugh <twaugh@redhat.com>
2508af
- No longer requires Date::Manip (bug #105696).
2508af
2508af
* Thu Sep  4 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-8
2508af
- Build requires latest perl (bug #103630).
2508af
2508af
* Tue Aug  5 2003 Elliot Lee <sopwith@redhat.com> 3.0.0-7
2508af
- Fix install to find perl modules
2508af
2508af
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
2508af
- rebuilt
2508af
2508af
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
2508af
- add explicit epoch's where needed.
2508af
2508af
* Tue Jun  3 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-5
2508af
- Add some Dell printers.
2508af
- Updated foomatic-db to 20030603.
2508af
- Updated missing UPP list for ghostscript 7.07.
2508af
2508af
* Wed May 21 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-4
2508af
- Fix some printer models whose recommended driver is not shipped
2508af
  (bug #89455).
2508af
2508af
* Mon May 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-3
2508af
- Relax perl requirement.  Rebuild for perl 5.8.0.
2508af
2508af
* Mon May 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-2
2508af
- Disable the xmltest during configure (it hangs on ppc).
2508af
- Requires newer perl (bug #91129).
2508af
2508af
* Wed Apr 30 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-1
2508af
- 3.0.0.
2508af
2508af
* Fri Apr  4 2003 Tim Waugh <twaugh@redhat.com>
2508af
- Update Omni printers to 0.9.0.
2508af
2508af
* Wed Apr  2 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-0.beta2.1
2508af
- 3.0.0beta2.
2508af
- Updated path patch.
2508af
- No longer need FOOMATIC_LIBDIR, generic PS, ids, postscript-duplex,
2508af
  hpijs13, psc2210, duplex184 patches.
2508af
- Add hpijs support back in.
2508af
- Fix up references to old printer IDs.
2508af
2508af
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-18
2508af
- Fix PS/PJL conflicts in Duplex options (bug #86510).
2508af
2508af
* Fri Mar 21 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-17
2508af
- Update Omni printers to 0.7.3.
2508af
2508af
* Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-16
2508af
- Add autodetect info for HP PSC 2210.
2508af
2508af
* Tue Feb  4 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-15
2508af
- Update data-generators to CVS.
2508af
2508af
* Thu Jan 30 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-14
2508af
- Use hpijs, not hpijs-rss (we don't ship the RSS patch now).
2508af
2508af
* Thu Jan 23 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-13
2508af
- Pacify printers that don't understand duplex (bug #82385).
2508af
2508af
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.0.2-12
2508af
- rebuilt
2508af
2508af
* Tue Jan 21 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-11
2508af
- Add autodetect info for HP DeskJet 656C.  It doesn't really do
2508af
  IEEE 1284 IDs, but since it's a USB device we can figure out its
2508af
  manufacturer and model anyway.
2508af
2508af
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-10
2508af
- Set GS_FONTPATH in gs wrapper (bug #81410).
2508af
2508af
* Sat Jan  4 2003 Jeff Johnson <jbj@redhat.com> 2.0.2-9
2508af
- use internal dep generator.
2508af
2508af
* Sun Dec 15 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-8
2508af
- Add several device IDs.
2508af
2508af
* Sat Dec 14 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-7
2508af
- Update Omni printers to 0.7.2.
2508af
- No longer need Omni badxml patch.
2508af
2508af
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 2.0.2-6
2508af
- don't use rpms internal dep generator
2508af
2508af
* Fri Dec  6 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-5
2508af
- Omni XML wasn't well-formed.
2508af
2508af
* Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-4
2508af
- Update gimp-print data.
2508af
- Add 'generic postscript' model.
2508af
2508af
* Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-3
2508af
- Update Omni printers to 0.7.1.
2508af
2508af
* Tue Oct 22 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-2
2508af
- Fix file manifest for perl modules.
2508af
- Add autodetect information for HP DeskJet 990C.
2508af
2508af
* Mon Oct 21 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-1
2508af
- 2.0.2.
2508af
- No longer need 67973, 970c patches.
2508af
- Remove cups-drivers-* packages (no longer needed).
2508af
- Remove files not shipped.  Ship filter.conf.
2508af
- Conditionally restart cups.
2508af
- Use libdir.
2508af
- Don't put things in site_perl; use vendor_perl instead (bug #73528).
2508af
2508af
* Fri Aug  9 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.6
2508af
- Fix autodetect information for HPDJ970C.
2508af
2508af
* Thu Aug  8 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.5
2508af
- For gimp-print, use the Ghostscript stp driver in preference to the
2508af
  IJS interface.
2508af
2508af
* Thu Jul 25 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.4
2508af
- Quieten scriptlets.
2508af
2508af
* Fri Jul  5 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.3
2508af
- Fix autodetect information for HPLJ2100/2100M.
2508af
2508af
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.9-1.20020617.2
2508af
- automated rebuild
2508af
2508af
* Wed Jun 19 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020617.2
2508af
- Omni 0.7.0 printers.
2508af
2508af
* Mon Jun 17 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020617.1
2508af
- Update to CVS.
2508af
- Remove some more explicit perl dependencies that are picked up
2508af
  automatically.
2508af
2508af
* Wed May 29 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.3
2508af
- Remove explicit perl-Storable dependency; it should be perl(Storable),
2508af
  and that is picked up automatically.
2508af
2508af
* Tue May 28 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.2
2508af
- Fix release number.
2508af
- Drop gen-ppds from the file manifest---use foomatic-compiledb instead
2508af
  (bug #63622).
2508af
2508af
* Sun May 26 2002 Tim Powers <timp@redhat.com>
2508af
- automated rebuild
2508af
2508af
* Thu May 23 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.1
2508af
- Remove ghostscript UPP drivers that are gone in 7.05.
2508af
2508af
* Sat May 18 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.0.1
2508af
- Update to CVS.
2508af
- Updated requirements.
2508af
- Updated path and libdir patches.
2508af
- Drop hpijs 1.0.2 patch.
2508af
- foomatic-datafile has moved to %%{_bindir}.
2508af
- Update gimp-print data to 4.2.1.
2508af
- Update Omni printer data to 0.6.1.
2508af
2508af
* Thu Apr  4 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020313.3
2508af
- Fix the hpijs option data too (bug #62587).
2508af
2508af
* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020313.2
2508af
- Back off to 1.0.2 for hpijs driver data (bug #62587).
2508af
2508af
* Thu Mar 14 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020313.1
2508af
- Update to CVS.
2508af
2508af
* Wed Mar  6 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020306.1
2508af
- Update to CVS.
2508af
- Patches no longer needed: conffile, sys, cachedir, fd0.
2508af
- Adapted path patch.
2508af
2508af
* Tue Mar  5 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.10
2508af
- Fix bug #58319.
2508af
- Drop dbg patch.
2508af
2508af
* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.9
2508af
- Fix file lists.
2508af
2508af
* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.8
2508af
- Fix %%post scriplet bug (bug #59942).
2508af
2508af
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.7
2508af
- Rebuild in new environment.
2508af
2508af
* Wed Feb 13 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.6
2508af
- Merge cups-drivers.  No epoch needed.
2508af
- Require perl-URI.
2508af
2508af
* Wed Feb 06 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.5
2508af
- Cache fix.
2508af
2508af
* Mon Feb  4 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.4
2508af
- Don't ship backup files.
2508af
2508af
* Mon Feb  4 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.3
2508af
- Rebuild to pick up new perl installsitelib.
2508af
2508af
* Thu Jan 31 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.2
2508af
- Fix a thinko in DB.pl.
2508af
2508af
* Wed Jan 30 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.1
2508af
- Update to CVS.
2508af
- No longer need the cachedir patch.
2508af
- Fix config file path.
2508af
- Look in /usr/local/bin last, not first, in lpdomatic (bug #57915).
2508af
2508af
* Tue Jan 29 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020129.1
2508af
- Update to CVS.
2508af
- Patches no longer needed: prepend, fd3.
2508af
- Use RPM_OPT_FLAGS.
2508af
- Allow non-root users to use foomatic-datafile (bug #58956).
2508af
2508af
* Sat Jan 26 2002 Jeff Johnson <jbj@redhat.com> 1.1-0.20020124.2
2508af
- added Provides: perl(Foomatic::GrovePath)
2508af
2508af
* Thu Jan 24 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020124.1
2508af
- Update to CVS.
2508af
- Updated Omni printers to those in Omni 0.5.1.
2508af
- Updated patches: prepend, fd3.
2508af
- Patches no longer needed: utf8, lpdomatic.
2508af
- Added gimp-print (formerly stp) foomatic db info, and removed the old
2508af
  stp.xml file.
2508af
- Conflict with ghostscript if it doesn't have gimp-print-4.2.0 yet.
2508af
2508af
* Fri Jan 18 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20011218.2
2508af
- REALLY fix PCL fixup code (bug #55909, others).
2508af
- PreReq fileutils, initscripts (bug #56984).
2508af
- Fix prepends in lpdomatic (bug #57371).
2508af
- Run foomatic-cleanupdrivers during install, to remove driver entries
2508af
  with no command line.
2508af
- Put lpdomatic in /usr/sbin again.
2508af
- Fix foomatic-gswrapper's file descriptor manipulations (bug #56871).
2508af
2508af
* Mon Dec 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011218.1
2508af
- re-imported from upstream to fix some perl fixup code on pcl printers.
2508af
2508af
* Mon Dec 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011217.2
2508af
- fix the rest of the quoting issues with foomatic-combo-xml with the patch
2508af
- foomatic-1.1-20011217-quotes.patch. This has been sent upstream.
2508af
2508af
* Mon Dec 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011217.1
2508af
- respin to pull in latest foomatic database, fixes:
2508af
  - properly use the cache in relation to foomatic-combo-xml's output
2508af
  - fix _some_ of the quoting issues with calling foomatic-combo-xml
2508af
2508af
* Wed Dec  5 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011205.1
2508af
- respin to pull in latest foomatic database, fixes:
2508af
  - droping half of a large job
2508af
  - -Mutf8 added to the upstream filters
2508af
  - miscelaneous printer db updates
2508af
2508af
* Thu Nov 29 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.8
2508af
- added Requires: fileutils for the 'rm' in post
2508af
2508af
* Mon Nov 26 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.7
2508af
- /var/chache => /var/cache, doh!
2508af
2508af
* Fri Nov 16 2001 Nalin Dahyabhai <nalin@redhat.com> 1.1-0.20011018.6
2508af
- fix %%post scriptlet
2508af
2508af
* Tue Nov 13 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.5
2508af
- changed the patch to use the -Mutf8 command line option,
2508af
- and to restart the printserver, after rebuilding the settings.
2508af
2508af
* Fri Nov  9 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.4
2508af
- grumble. Some drivers use inline perl scripts, and need the 'use utf8;'
2508af
- pragma. Without it, they break on _some_ of their options.
2508af
2508af
* Wed Oct 31 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.3
2508af
- patched lpdomatic to prepend PostScript options in the _right_ place.
2508af
2508af
* Thu Oct 25 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.2
2508af
- zap the foomatic cache on install
2508af
2508af
* Thu Oct 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.1
2508af
- rolled to pull in latest information.
2508af
- added Omni printers to the printer list.
2508af
2508af
* Fri Oct 05 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011005.1
2508af
- rolled to pull in an ia64 fix to foomatic-combo-xml.c
2508af
2508af
* Mon Oct 01 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011001.1
2508af
- rolled to pull in foomatic fixes to foomatic-combo-xml.c
2508af
2508af
* Wed Sep 05 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010905.1
2508af
- upgraded to latest foomatic, we now have fast overview generation!
2508af
- this means that there is no prebuilt overview file.
2508af
2508af
* Tue Aug 28 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010828.1
2508af
- WOW! The latest foomatic uses Till Kamppeter's C based combo compiler.
2508af
- It is now fast enough that there is no real benifit to precompiling.
2508af
- NOTE: this forces the package to stop being noarched.
2508af
2508af
* Mon Aug 27 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010827.1
2508af
- fresh pull, maybe it fixes the build errors.
2508af
2508af
* Sat Aug 25 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010825.1
2508af
- did a fresh database pull, which contains the old japanese printers as well.
2508af
- removed japanese hack.
2508af
2508af
* Tue Aug 14 2001 Akira TAGOH <tagoh@redhat.com> 1.1-0.20010717.5
2508af
- Add Japanese printer entry.
2508af
2508af
* Mon Aug  6 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010717.4
2508af
- move the cache back to /var, sigh.
2508af
2508af
* Mon Jul 23 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010717.2
2508af
- made foomatic pre-compute its db
2508af
2508af
* Wed Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010717.1
2508af
- imported from mandrake.
2508af
2508af
* Tue Jul 17 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010717mdk
2508af
- Added job listing/removal/manipulation and queue control to
2508af
  foomatic-printjob
2508af
- Support for printing multiple copies with PDQ
2508af
2508af
* Sat Jul 14 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010714mdk
2508af
- Included the cupsomatic filter script
2508af
- When a queue is set up, default options can be set now
2508af
- Help messages of foomatic-configure and foomatic-printjob cleaned up.
2508af
2508af
* Fri Jul 13 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010713mdk
2508af
- Many bugfixes in "foomatic-printjob".
2508af
- "foomatic-configure" adds the Foomatic config file directory automatically
2508af
  to the search paths of PDQ.
2508af
- Printing a help page under PDQ was broken.
2508af
2508af
* Thu Jul 12 2001 Stefan van der Eijk <stefan@eijk.nu> 1.1-0.20010712mdk
2508af
- BuildRequires: perl-devel
2508af
2508af
* Wed Jul 11 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010711mdk
2508af
- initial release.
2508af
- Deleted the obsolete drivers "stp", "cZ11", and "hpdj".
2508af
- Patch applied which flushes the memory cache regularly, otherwise
2508af
  foomatic-configure would hang when the Foomatic data of GIMP-Print is
2508af
  installed.