Blame SPECS/foomatic.spec

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