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