Blame SPECS/foomatic.spec

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