Blame SPECS/foomatic.spec

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