e42bf63
Summary: Tools for using the foomatic database of printers and printer drivers
57c25a3
Name:       foomatic
8df32f8
Version:    4.0.13
f82d6c0
Release:    15%{?dist}
57c25a3
License:    GPLv2+
cvsdist 2cae508
57c25a3
# The database engine.
7ceea0f
Source0: http://www.openprinting.org/download/foomatic/foomatic-db-engine-%{version}.tar.gz
4c4d5cd
4c4d5cd
## PATCHES FOR FOOMATIC-DB-ENGINE (PATCHES 101 TO 200)
c2a5cfd
Patch101:  foomatic-manpages.patch
c2a5cfd
# backported from upstream https://github.com/OpenPrinting/foomatic-db-engine/commit/75de02d
c2a5cfd
Patch102:  0001-Recognize-fractional-numbers-in-PageSize.patch
4c4d5cd
4c4d5cd
## PATCHES FOR FOOMATIC-DB-HPIJS (PATCHES 201 TO 300)
4c4d5cd
8809d27
Url:            http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic
cade03a
cade03a
# gcc is no longer in buildroot by default
cade03a
BuildRequires:  gcc
f82d6c0
# uses make
f82d6c0
BuildRequires:  make
c2e86f1
BuildRequires:  perl-interpreter >= 3:5.8.1
742a73a
BuildRequires:  perl-generators
2f27b10
BuildRequires:  perl(ExtUtils::MakeMaker)
57c25a3
BuildRequires:  libxml2-devel
57c25a3
BuildRequires:  autoconf, automake
9372a75
BuildRequires:  cups-devel
Richard Hughes 579dbc9
BuildRequires:  dbus-devel
89fc0b7
# Make sure we get postscriptdriver tags.  Safe to comment out when
89fc0b7
# bootstrapping a new architecture.
dda81eb
BuildRequires:  python3-cups, cups
b8653ca
%if 0%{!?perl_bootstrap:1}
dda81eb
BuildRequires:  foomatic, foomatic-db
b8653ca
%endif
189d9de
dda81eb
Requires:       dbus
dda81eb
Requires:       cups-filters >= 1.0.42
c2e86f1
Requires:       perl-interpreter >= 3:5.8.1
dda81eb
Requires:       %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
b4fd823
Requires(post): coreutils
dda81eb
Requires:       foomatic-db
dda81eb
Requires:       cups
dda81eb
Requires:       ghostscript
dda81eb
Requires:       colord
4c4d5cd
cvsdist 2cae508
%description
cvsdist 2cae508
Foomatic is a comprehensive, spooler-independent database of printers,
e42bf63
printer drivers, and driver descriptions. This package contains
e42bf63
utilities to generate driver description files and printer queues for
e42bf63
CUPS, LPD, LPRng, and PDQ using the database (packaged separately).
e42bf63
There is also the possibility to read the PJL options out of PJL-capable
e42bf63
laser printers and take them into account at the driver description
e42bf63
file generation.
cvsdist 2cae508
cvsdist 2cae508
There are spooler-independent command line interfaces to manipulate
cvsdist 2cae508
queues (foomatic-configure) and to print files/manipulate jobs
cvsdist 2cae508
(foomatic printjob).
cvsdist 2cae508
cvsdist 1044c5b
The site http://www.linuxprinting.org/ is based on this database.
cvsdist 1044c5b
cvsdist 2cae508
%prep
7ceea0f
%setup -q -n foomatic-db-engine-%{version}
cvsdist 7be4b87
f5355f7
# Ship more manpages.
f5355f7
%patch101 -p1 -b .manpages
c2a5cfd
# backported from upstream https://github.com/OpenPrinting/foomatic-db-engine/commit/75de02d
c2a5cfd
%patch102 -p1 -b .pagesize-fract
f5355f7
cvsdist 9435e68
chmod a+x mkinstalldirs
cvsdist 7be4b87
cvsdist 7be4b87
%build
9372a75
export LIB_CUPS=%{_cups_serverbin}
9372a75
export CUPS_BACKENDS=%{_cups_serverbin}/backend
9372a75
export CUPS_FILTERS=%{_cups_serverbin}/filter
ca0108f
export CUPS_PPDS=%{_datadir}/cups/model
82b53f2
7ceea0f
aclocal
7ceea0f
autoconf
cvsdist 7be4b87
%configure --disable-xmltest
cvsdist 7be4b87
make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS"
cvsdist 14624e5
cvsdist 2cae508
%install
57c25a3
make    DESTDIR=%buildroot PREFIX=%{_prefix} \
4080de8
        INSTALLSITELIB=%{perl_vendorlib} \
4080de8
        INSTALLSITEARCH=%{perl_vendorarch} \
57c25a3
        install
cvsdist 7be4b87
7ceea0f
# Use relative, not absolute, symlink for CUPS driver.
9372a75
ln -sf ../../../bin/foomatic-ppdfile %{buildroot}%{_cups_serverbin}/driver/foomatic
cvsdist 9435e68
903c3a6
mkdir -p %{buildroot}%{_var}/cache/foomatic
7dbae17
903c3a6
echo cups > %{buildroot}%{_sysconfdir}/foomatic/defaultspooler
7eb2d3e
cvsdist f9b8fa2
# Remove things we don't ship.
bf5532c
rm -rf  \
903c3a6
        %{buildroot}%{_libdir}/ppr \
903c3a6
        %{buildroot}%{_sysconfdir}/foomatic/filter.conf.sample \
903c3a6
        %{buildroot}%{_datadir}/foomatic/templates
903c3a6
#%{buildroot}%%{_libdir}/perl5/site_perl
903c3a6
find %{buildroot} -name .packlist | xargs rm -f
cvsdist 1044c5b
cvsdist 3170961
%post
c5511ca
/bin/rm -f /var/cache/foomatic/*
cvsdist 3170961
exit 0
cvsdist 3170961
cvsdist 2cae508
cvsdist 2cae508
%files
7ceea0f
%doc COPYING
8809d27
%dir %{_sysconfdir}/foomatic
7eb2d3e
%config(noreplace) %{_sysconfdir}/foomatic/defaultspooler
e55753e
%{_bindir}/foomatic-combo-xml
e55753e
%{_bindir}/foomatic-compiledb
e55753e
%{_bindir}/foomatic-configure
e55753e
%{_bindir}/foomatic-datafile
e55753e
%{_bindir}/foomatic-perl-data
e55753e
%{_bindir}/foomatic-ppd-options
e55753e
%{_bindir}/foomatic-ppd-to-xml
e55753e
%{_bindir}/foomatic-ppdfile
e55753e
%{_bindir}/foomatic-printjob
e55753e
%{_bindir}/foomatic-searchprinter
cvsdist 1044c5b
%{_sbindir}/*
4080de8
%{perl_vendorlib}/Foomatic
9372a75
%{_cups_serverbin}/driver/*
f5355f7
%{_mandir}/man1/foomatic-cleanupdrivers.1*
e55753e
%{_mandir}/man1/foomatic-combo-xml.1*
e55753e
%{_mandir}/man1/foomatic-compiledb.1*
e55753e
%{_mandir}/man1/foomatic-configure.1*
f5355f7
%{_mandir}/man1/foomatic-datafile.1*
f5355f7
%{_mandir}/man1/foomatic-extract-text.1*
f5355f7
%{_mandir}/man1/foomatic-fix-xml.1*
f5355f7
%{_mandir}/man1/foomatic-nonumericalids.1*
e55753e
%{_mandir}/man1/foomatic-perl-data.1*
e55753e
%{_mandir}/man1/foomatic-ppd-options.1*
f5355f7
%{_mandir}/man1/foomatic-ppd-to-xml.1*
e55753e
%{_mandir}/man1/foomatic-ppdfile.1*
f5355f7
%{_mandir}/man1/foomatic-printermap-to-gutenprint-xml.1*
e55753e
%{_mandir}/man1/foomatic-printjob.1*
f5355f7
%{_mandir}/man1/foomatic-replaceoldprinterids.1*
f5355f7
%{_mandir}/man1/foomatic-searchprinter.1*
e55753e
%{_mandir}/man8/*
7dbae17
%{_var}/cache/foomatic
cvsdist 1044c5b
cvsdist f9b8fa2
%changelog
f82d6c0
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-15
f82d6c0
- rebuilt with new foomatic-db, use make
f82d6c0
2e0ef91
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-14
2e0ef91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2e0ef91
542eaf7
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-13
542eaf7
- Perl 5.32 re-rebuild of bootstrapped packages
542eaf7
135fe1b
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-12
135fe1b
- Perl 5.32 rebuild
135fe1b
c2a5cfd
* Tue May 26 2020 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-11
c2a5cfd
- recognize fractial numbers in PageSize (backport from upstream)
c2a5cfd
17ea54f
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-10
17ea54f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
17ea54f
ada6ffd
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-9
ada6ffd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
ada6ffd
ff27a89
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-8
ff27a89
- Perl 5.30 re-rebuild of bootstrapped packages
ff27a89
5e9a16f
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-7
5e9a16f
- Perl 5.30 rebuild
5e9a16f
68c1d60
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-6
68c1d60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
68c1d60
717ec2f
* Mon Jan 28 2019 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-5
717ec2f
- rebuilt for new foomatic-db snapshot
717ec2f
aea1167
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-4
aea1167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
aea1167
babc6b5
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-3
babc6b5
- Perl 5.28 re-rebuild of bootstrapped packages
babc6b5
f6e724f
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-2
f6e724f
- Perl 5.28 rebuild
f6e724f
8df32f8
* Mon Mar 05 2018 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-1
8df32f8
- 4.0.13
8df32f8
4423236
* Fri Mar 02 2018 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.12-23
4423236
- 1549741 - foomatic: Partial build flags injection
4423236
78b5a63
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.12-22
78b5a63
- Rebuilt for new foomatic-db snapshot
78b5a63
cade03a
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.12-21
cade03a
- gcc is no longer in buildroot by default
cade03a
675e49d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.12-20
675e49d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
675e49d
745addf
* Wed Jan 03 2018 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.12-19
745addf
- Rebuilt for new foomatic-db snapshot
745addf
b4fd823
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.0.12-18
b4fd823
- Remove old crufty coreutils requires
b4fd823
9433d0c
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.12-17
9433d0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
9433d0c
4d04e43
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.12-16
4d04e43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4d04e43
c2e86f1
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 4.0.12-15
c2e86f1
- perl dependency renamed to perl-interpreter
c2e86f1
  <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
c2e86f1
b31536c
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.12-14
b31536c
- Perl 5.26 re-rebuild of bootstrapped packages
b31536c
6774bac
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.12-13
6774bac
- Perl 5.26 rebuild
6774bac
8c14d5a
* Thu May 04 2017 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.12-12
8c14d5a
- Rebuilt for new snapshot of foomatic-db
8c14d5a
9d5e5c5
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.12-11
9d5e5c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9d5e5c5
2e0f222
* Thu Oct 13 2016 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.12-10
2e0f222
- Rebuilt for new version of ghostscript-9.20 
2e0f222
92c689f
* Tue Oct 04 2016 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.12-9
92c689f
- Rebuilt for new snapshot of foomatic-db
92c689f
efade60
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.12-8
efade60
- Perl 5.24 re-rebuild of bootstrapped packages
efade60
afa9369
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.12-7
afa9369
- Perl 5.24 rebuild
afa9369
19d4a4e
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.12-6
19d4a4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
19d4a4e
dda81eb
* Thu Nov 26 2015 Jiri Popelka <jpopelka@redhat.com> - 4.0.12-5
dda81eb
- BuildRequires python3-cups
dda81eb
f30ef6b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.12-4
f30ef6b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f30ef6b
7eacef9
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.12-3
7eacef9
- Perl 5.22 re-rebuild of bootstrapped packages
7eacef9
fe75dfa
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.12-2
fe75dfa
- Perl 5.22 rebuild
fe75dfa
adf70e5
* Thu May 21 2015 Jiri Popelka <jpopelka@redhat.com> - 4.0.12-1
adf70e5
- 4.0.12
adf70e5
b7f6bb9
* Wed Dec 17 2014 Jiri Popelka <jpopelka@redhat.com> - 4.0.11-10
8809d27
- Fix unowned dir /etc/foomatic (#1175224).
8809d27
b84c069
* Mon Dec  1 2014 Tim Waugh <twaugh@redhat.com> - 4.0.11-9
2b3aaf0
- Fix for upstream bug #1238 (bug #1163731).
2b3aaf0
6e1020a
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.11-8
6e1020a
- Perl 5.20 re-rebuild of bootstrapped packages
6e1020a
ad85e60
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.11-7
ad85e60
- Perl 5.20 rebuild
ad85e60
b4fd609
* Thu Aug 28 2014 Tim Waugh <twaugh@redhat.com> - 4.0.11-6
c805c3f
- Put some text into foomatic-preferred-drivers man page.
c805c3f
6f0e17c
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.11-5
6f0e17c
- Perl 5.20 rebuild
6f0e17c
f5355f7
* Thu Aug 21 2014 Tim Waugh <twaugh@redhat.com> - 4.0.11-4
f5355f7
- Ship more manpages.
f5355f7
91b147a
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.11-3
91b147a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
91b147a
6fcd2fe
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.11-2
6fcd2fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6fcd2fe
310275d
* Mon Apr 28 2014 Jiri Popelka <jpopelka@redhat.com> - 4.0.11-1
310275d
- 4.0.11
310275d
7ceea0f
* Sat Nov 30 2013 Jiri Popelka <jpopelka@redhat.com> - 4.0.9-8
7ceea0f
- foomatic-rip's upstream moved from foomatic-filters to cups-filters-1.0.42
7ceea0f
f35c944
* Thu Nov 28 2013 Jiri Popelka <jpopelka@redhat.com> - 4.0.9-7
f35c944
- Correct Obsoletes/Provides printer-filters (bug #1035450)
f35c944
2018f78
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.9-6
2018f78
- Perl 5.18 re-rebuild of bootstrapped packages
2018f78
f70dcb4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.9-5
f70dcb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f70dcb4
89ccdca
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 4.0.9-4
89ccdca
- Perl 5.18 rebuild
89ccdca
546ad1d
* Mon Jun  3 2013 Tim Waugh <twaugh@redhat.com> - 4.0.9-3
546ad1d
- Obsolete/provide printer-filters package now it has gone (bug #967316).
546ad1d
7ebfbfc
* Tue May 28 2013 Tom Callaway <spot@fedoraproject.org> - 4.0.9-2
7ebfbfc
- remove Artistic test scripts from source tarball (bz 967406)
7ebfbfc
86d9315
* Tue Mar 12 2013 Jiri Popelka <jpopelka@redhat.com> - 4.0.9-1
86d9315
- 4.0.9
86d9315
c90ac52
* Fri Feb 22 2013 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-16
c90ac52
- Fix %%doc abuse (bug #914006).
13eb9ee
- Fix bogus dates in changelog.
c90ac52
540fe0b
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.8-15
540fe0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
540fe0b
ce14ea3
* Tue Aug 21 2012 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-14
903c3a6
- Updated filters to 4.0.17
903c3a6
c8614d7
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.8-13
c8614d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c8614d7
164b080
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 4.0.8-12
164b080
- Perl 5.16 re-rebuild of bootstrapped packages
164b080
275a9fd
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 4.0.8-11
275a9fd
- Perl 5.16 rebuild
275a9fd
8fbba88
* Wed May 30 2012 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-10
1971fd2
- Updated filters to 4.0.15
1971fd2
b8653ca
* Tue Apr 10 2012 Tim Waugh <twaugh@redhat.com> - 4.0.8-9
b8653ca
- Use perl_bootstrap macro to allow for easier perl bootstrapping
b8653ca
  (bug #810542).
b8653ca
70eee1d
* Tue Mar 13 2012 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-8
d55a3eb
- Updated filters to 4.0.13
d55a3eb
e8ee2a1
* Mon Mar  5 2012 Tim Waugh <twaugh@redhat.com> - 4.0.8-7
e8ee2a1
- Rebuilt to pick up new IEEE 1284 Device IDs.
e8ee2a1
0e7612d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.8-6
0e7612d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0e7612d
43014f3
* Mon Oct 24 2011 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-5
9372a75
- Use _cups_serverbin macro from cups-devel instead of hard-coded /usr/lib/cups.
9372a75
- No need to define BuildRoot and clean it in clean and install section anymore.
9372a75
- Add argument for format in a debugging string (bug #726384).
9372a75
13eb9ee
* Thu Aug 18 2011 Tim Waugh <twaugh@redhat.com> - 4.0.8-4
230343e
- Another fix for CVE-2011-2924 (bug #726426).
230343e
13eb9ee
* Thu Aug 18 2011 Tim Waugh <twaugh@redhat.com> - 4.0.8-3
ffe3936
- Use mktemp when creating debug log file in foomatic-rip
ffe3936
  (CVE-2011-2924, bug #726426).
ffe3936
Petr Sabata d686e5f
* Wed Jul 27 2011 Petr Sabata <contyk@redhat.com> - 4.0.8-2
Petr Sabata d686e5f
- Rebuild for perl5.14 (#725979)
Petr Sabata d686e5f
3938746
* Mon Jul 25 2011 Jiri Popelka <jpopelka@redhat.com> - 4.0.8-1
3938746
- 4.0.8 (all patches merged upstream)
3938746
Petr Sabata 93141ca
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 4.0.7-6
Petr Sabata 93141ca
- Perl mass rebuild
Petr Sabata 93141ca
1e8b4fa
* Wed Jul 20 2011 Tim Waugh <twaugh@redhat.com> - 4.0.7-5
b91dc0f
- Fix improper sanitization of command line options (bug #721001,
b91dc0f
  CVE-2011-2697).
b91dc0f
Marcela Mašláňová f303906
* Thu Jun 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4.0.7-4
Marcela Mašláňová f303906
- Perl mass rebuild
Marcela Mašláňová f303906
Richard Hughes 579dbc9
* Mon Mar 07 2011 Richard Hughes <rhughes@redhat.com> - 4.0.7-3
Richard Hughes 579dbc9
- Added BR dbus-devel.
Richard Hughes 579dbc9
Richard Hughes 83cf05f
* Fri Mar 04 2011 Richard Hughes <rhughes@redhat.com> - 4.0.7-2
Richard Hughes 83cf05f
- Added colord support.
Richard Hughes 83cf05f
3524783
* Mon Feb 21 2011 Jiri Popelka <jpopelka@redhat.com> - 4.0.7-1
3524783
- 4.0.7
3524783
c413c5e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.6-3
c413c5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c413c5e
4080de8
* Tue Dec 21 2010 Tim Waugh <twaugh@redhat.com> - 4.0.6-2
4080de8
- Use perl_vendorlib macro instead of defining our own.
4080de8
c41fb25
* Thu Dec 16 2010 Jiri Popelka <jpopelka@redhat.com> - 4.0.6-1
c41fb25
- 4.0.6
c41fb25
a114509
* Thu Dec  9 2010 Tim Waugh <twaugh@redhat.com> - 4.0.5-5
73b2ee4
- Rebuilt for new device IDs.
73b2ee4
d096293
* Fri Nov 26 2010 Tim Waugh <twaugh@redhat.com> - 4.0.5-4
d096293
- The pycups requirement is now python-cups.
d096293
bf5532c
* Fri Oct 15 2010 Tim Waugh <twaugh@redhat.com> - 4.0.5-3
bf5532c
- Removed hard-coded perl paths from spec file.
bf5532c
e42bf63
* Tue Oct  5 2010 Tim Waugh <twaugh@redhat.com> - 4.0.5-2
e42bf63
- Updated summary and description to more accurately reflect package
e42bf63
  contents (bug #630651).
e42bf63
e3e3334
* Wed Aug 18 2010 Jiri Popelka <jpopelka@redhat.com> - 4.0.5-1
e3e3334
- 4.0.5
e3e3334
- fixing of installation path for perl module is no longer needed
e3e3334
32c0343
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 4.0.4-12
32c0343
- Mass rebuild with perl-5.12.0
32c0343
0cbdc46
* Wed May  5 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-11
0cbdc46
- Moved beh backend to main package.
0cbdc46
d4ce28d
* Sun Apr 25 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-10
d4ce28d
- Rebuilt for new device IDs.
d4ce28d
e55753e
* Thu Apr 15 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-9
e55753e
- Split out foomatic-filters sub-package.  Main package depends on it.
e55753e
9164c07
* Mon Apr 12 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-8
9164c07
- Rebuilt for new device IDs (bug #575063).
9164c07
aa22e83
* Thu Mar 18 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-4
aa22e83
- Package requires ghostscript (used by foomatic-rip).
aa22e83
fcd7414
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-3
57c25a3
- Removed old explicit provides for perl(Foomatic::GrovePath).
57c25a3
- Fixed macro in changelog.
57c25a3
- Avoid mixed spaces and tabs.
57c25a3
- Ship COPYING files.
57c25a3
- Added comments for sources.
57c25a3
fcd7414
* Thu Feb 25 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-2
fcd7414
- Make it explicit that the build requires foomatic-db.  This is
fcd7414
  needed for postscriptdriver tags.
fcd7414
2bd5308
* Tue Feb 16 2010 Jiri Popelka <jpopelka@redhat.com> - 4.0.4-1
2bd5308
- 4.0.4
2bd5308
- build no more requires ghostscript-devel
2bd5308
- removed foomatic-filters-int-options.patch
2bd5308
89fc0b7
* Fri Feb  5 2010 Tim Waugh <twaugh@redhat.com> - 4.0.3-13
89fc0b7
- Use relative, not absolute, symlink for CUPS driver.
89fc0b7
4383438
* Fri Feb  5 2010 Tim Waugh <twaugh@redhat.com> - 4.0.3-12
4383438
- Another rebuild.
4383438
189d9de
* Thu Feb  4 2010 Tim Waugh <twaugh@redhat.com> - 4.0.3-11
189d9de
- Rebuild for postscriptdriver tags.
189d9de
5079300
* Thu Jan 21 2010 Tim Waugh <twaugh@redhat.com> - 4.0.3-10
5079300
- Use Requires not PreReq (bug #225768).
5079300
4b6d47f
* Tue Jan 19 2010 Tim Waugh <twaugh@redhat.com> - 4.0.3-9
4b6d47f
- Fix for handling integer options (bug #531278).
4b6d47f
ef0ea84
* Tue Dec 15 2009 Tim Waugh <twaugh@redhat.com> - 4.0.3-8
ef0ea84
- Really fixed installation path for perl module (bug #547696).
ef0ea84
01db420
* Fri Dec  4 2009 Tim Waugh <twaugh@redhat.com> - 4.0.3-7
01db420
- Fixed installation path for perl module.
01db420
6d1e46f
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 4.0.3-6
6d1e46f
- rebuild against perl 5.10.1
6d1e46f
b60aa49
* Tue Nov 10 2009 Tim Waugh <twaugh@redhat.com> 4.0.3-5
b60aa49
- Build requires cups.
b60aa49
777e010
* Tue Nov 10 2009 Tim Waugh <twaugh@redhat.com> 4.0.3-4
777e010
- Require cups and don't own its directories (bug #534051).
777e010
40889a8
* Sun Nov  8 2009 Tim Waugh <twaugh@redhat.com> 4.0.3-3
40889a8
- Revert last change.
40889a8
8ddf198
* Thu Nov  5 2009 Tim Waugh <twaugh@redhat.com> 4.0.3-2
8ddf198
- Correctly build foomatic custom commands (bug #531278).
8ddf198
bbd8507
* Tue Sep  1 2009 Tim Waugh <twaugh@redhat.com> 4.0.3-1
bbd8507
- 4.0.3.
bbd8507
6a4cc2b
* Tue Aug 18 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-6
49308ba
- Split out foomatic-db into separate source package (bug #461234).
6a4cc2b
ffa3014
* Tue Aug  4 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-5
ffa3014
- Use stcolor driver for Epson Stylus Color 200 (bug #513676).
9617b44
- Don't ship 3-distribution symlink as CUPS already searches
9617b44
  /usr/share/ppd (bug #514244).
6b7e382
- Remove non-PPD files from PPD directory (bug #514242).
6b7e382
5f7bb73
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2-4
5f7bb73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5f7bb73
bcfc058
* Thu Jul  2 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-3
bcfc058
- Removed '-O0' compiler option for foomatic-filters, which had been
bcfc058
  used for debugging purposes.
bcfc058
bcfc058
* Thu Jul  2 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-1
4c4d5cd
- Updated db-engine to 4.0.2 (bug #503188).
4c4d5cd
- Updated foomatic-filters to 4.0.2 (bug #496521).
4c4d5cd
- Updated db-hpijs to 20090701.
4c4d5cd
- Updated db to 4.0-20090702.
4c4d5cd
- This package obsoletes oki4linux (bug #491489).
4c4d5cd
- Don't ship ChangeLog/README/USAGE for each of the 4 packages as it
4c4d5cd
  comes to more than 1MB (bug #492449).
4c4d5cd
- Don't use mktemp in foomatic-rip.
4c4d5cd
7dabf7c
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
7dabf7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7dabf7c
cad1f57
* Thu Jan 15 2009 Tim Waugh <twaugh@redhat.com> 4.0.0-1
cad1f57
- 4.0.0.
cad1f57
322c31e
* Mon Jan 12 2009 Tim Waugh <twaugh@redhat.com> 3.0.2-70
322c31e
- Major gutenprint version is 5.2.
322c31e
7754d69
* Sat Jan 10 2009 Tim Waugh <twaugh@redhat.com> 3.0.2-69
7754d69
- Updated db-hpijs to 20090110.
7754d69
- Updated db to 20090110.
7754d69
- Updated filters to 3.0-20090110.
7754d69
- Updated db-engine to 3.0-20090110.
7754d69
13eb9ee
* Thu Dec  4 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-68
d58d474
- Updated db-hpijs to 20081124.
d58d474
- Updated db to 20081124.
d58d474
- Updated filters to 3.0-20081124.
d58d474
- Updated db-engine to 3.0-20081124.
6a16f05
- Better build root.
6a16f05
- Fixed summary.
6a16f05
3a1ac22
* Thu Oct  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-67
3a1ac22
- Rebuilt (bug #465298).
3a1ac22
a8190d2
* Fri Sep  5 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-66
a8190d2
- Fixed filename handling in foomatic-rip (bug #457679).
a8190d2
f1b5521
* Thu Sep  4 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-65
f9204a4
- Removed ampathxml and xml-cflags patches.
9b0c3db
- Updated db-hpijs to 20080904.
827f0f3
- Updated db to 20080904.
1d14153
- Updated filters to 3.0-20080904.
bcb4368
- Updated db-engine to 3.0-20080904.
bcb4368
d40cc2d
* Wed Sep  3 2008 Tim Waugh <twaugh@redhat.com>
d40cc2d
- Finally remove ppdload.
d40cc2d
f71b8fa
* Tue Sep  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-64
e239798
- Fixed typo in HP-Color_LaserJet_9500_MFP.xml.
e239798
7a2c77d
* Tue Sep  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-63
7a2c77d
- Avoid busy-looping when trying to shorten long PPD nicknames.
7a2c77d
6a8bf0a
* Tue Sep  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-62
c6c2bc0
- Removed patch fuzz.
6a8bf0a
- Fixed PPD generation for HP LaserJet 4345 MFP (bug #459847).
6a8bf0a
2526c86
* Thu Jul 10 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-61
bec30be
- Updated db-hpijs to 20080710.
554b0e2
- Updated db to 20080710.
76f3c6c
- Updated filters to 3.0-20080710.
d647db8
- Updated db-engine to 3.0-20080710.
7eb2d3e
- Ship a defaultspooler file to avoid the need for spooler
7eb2d3e
  auto-detection (bug #454684).
7eb2d3e
93d3512
* Thu May  8 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-60
7be961f
- Updated filters to 3.0-20080507.
7be961f
36c2a2e
* Wed May  7 2008 Tim Waugh <twaugh@redhat.com>
36c2a2e
- Avoid busy-looping when the CUPS backend stops (bug #445555).
36c2a2e
d65c3e2
* Tue Apr  1 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-59
d65c3e2
- More foo2zjs printers removed (bug #438319).
d65c3e2
f80a318
* Thu Mar 13 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-58
f80a318
- Applied patch from upstream to make foomatic-rip clean up correctly when
f80a318
  a job is cancelled.
f80a318
45dcb53
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 3.0.2-57
45dcb53
- rebuild for new perl (again)
45dcb53
641e26b
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-56
6733931
- Updated filters to 3.0-20080211.
7e36144
- Updated db-hpijs to 20080211.
dbdc8bc
- Updated db-engine to 3.0-20080211.
31be37b
- Updated db to 3.0-20080211.
31be37b
654f409
* Sat Feb  2 2008 Tom "spot" Callaway <tcallawa@redhat.com> 3.0.2-55
654f409
- rebuild for new perl
654f409
beff890
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 3.0.2-54
beff890
- rebuild for new perl
beff890
- correct license tag
beff890
e53cd73
* Wed Jan  9 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-53
07ddb47
- Updated db-hpijs to 20071218.
96af0dc
- Updated db to 3.0-20071218.
88ce8a7
- Updated db-engine to 3.0-20071218.
88ce8a7
- Updated filters to 3.0-20071218 (bug #416881).
762cf83
24241fd
* Mon Jan  7 2008 Tim Waugh <twaugh@redhat.com>
24241fd
- Removed foo2qpdl drivers and printers (bug #208851).
24241fd
a5a0251
* Fri Oct 12 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-52
a5a0251
- Removed use of printconf hooks.
a5a0251
- Don't restart CUPS on upgrade.
a5a0251
3c4e004
* Fri Sep 21 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-51
2f27b10
- Build requires perl(ExtUtils::MakeMaker).
3c4e004
- Updated filters to 3.0-20070919.
7fd9a50
- Updated db to 20070919.
7fd9a50
5e81cbb
* Wed Aug 15 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-50
5e81cbb
- Removed references to unshipped drivers:
5e81cbb
  * drv_x125
5e81cbb
  * ml85p
5e81cbb
  * pbm2lxwl
5e81cbb
  * pbmtozjs
5e81cbb
  * bjc800j
5e81cbb
d8f0bd1
* Thu Jun 14 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-49
fb859be
- Safe default margins for PPDs (bug #244161).
be98efd
- Added missing IEEE 1284 ID for HP Photosmart 380 (bug #241352).
be98efd
0447b50
* Thu Jun 14 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-48
bf070dc
- Updated db to 3.0-20070614.
c85a88c
- Updated db-engine to 3.0-20070614.
7435d3c
- Updated db-hpijs to 20070614.
345ffee
- Updated filters to 3.0-20070614.
345ffee
0912386
* Mon Apr 16 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-47
af9e719
- Fixed %%prep (bug #208851).
c6ea7ee
- Removed now-unused with_omni code.
c6ea7ee
778bd7f
* Fri Mar 30 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-46
778bd7f
- Don't ship old gimp-print data (bug #234388).
778bd7f
78e9fd8
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-45
78e9fd8
- Leave gutenprint-recommended printers alone, rather than pointing them
78e9fd8
  to gimp-print as before.
78e9fd8
19bd3cf
* Tue Jan  9 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-44
19bd3cf
- Removed m2300w files (bug #203381).
19bd3cf
b76bb43
* Fri Jan  5 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-43
b76bb43
- Updated db to 3.0-20070105 (bug #214037, bug #191661, bug #198999,
b76bb43
  bug #191504, bug #187387, bug #188762, bug #170373, bug #221121,
b76bb43
  bug #214801).
b76bb43
5f5f181
* Thu Nov 30 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-42
5f5f181
- Updated db to 3.0-20061130.
5f5f181
60a2031
* Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-41
60a2031
- Updated db-engine to 3.0-20061109 (bug #197331).
60a2031
b284af4
* Tue Nov  7 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-40
ca3837b
- Clean up gimp-print-ijs/gutenprint recommended drivers.
a56e371
- Updated db-hpijs to 20061031.
a56e371
ab08b50
* Fri Nov  3 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-39
34159b4
- Updated db-engine to 3.0-20061031.
34159b4
- Updated db to 3.0-20061031.
ab08b50
- Remove references to foo2zjs and foo2oak (bug #208851).
ab08b50
6e45381
* Thu Aug  3 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-38
f317a8c
- Change a2ps requirement to mpage.
6e45381
- Make CUPS driver work with drivers containing '-' in their names
6e45381
  (bug #201398).
6e45381
1df0450
* Thu Jul 13 2006 Karsten Hopp <karsten@redhat.de> 3.0.2-37
1df0450
- buildrequires autoconf, automake
1df0450
942fa4a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0.2-36.1
942fa4a
- rebuild
942fa4a
50b3ccc
* Mon May 22 2006 Karsten Hopp <karsten@redhat.de> 3.0.2-36
50b3ccc
- add buildrequires ghostscript-devel so that /usr/lib/cups/driver/foomatic
50b3ccc
  gets built
50b3ccc
7946c1f
* Fri May 19 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-35
ca0108f
- Define CUPS_PPDS for configure (bug #192375).
ca0108f
fecc150
* Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com>
fecc150
- Updated db-engine to 3.0-20060421.
fecc150
82b53f2
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-34
82b53f2
- Always use /usr/lib/cups/{backend,filter}.
82b53f2
479931b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.0.2-33.2
479931b
- bump again for double-long bug on ppc(64)
479931b
0d0d3df
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.0.2-33.1
0d0d3df
- rebuilt for new gcc4.1 snapshot and glibc changes
0d0d3df
e2701e8
* Wed Jan 18 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-33
e2701e8
- Make build self-hosting.
e2701e8
f3fe960
* Tue Jan 17 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-32
f6e2df9
- Fix foomatic-cleanupdrivers.
1304f08
- Updated db-engine to 3.0-20060117.
f3fe960
- Handle PPDs with default option values of '0'.
f3fe960
ac041d1
* Mon Jan 16 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-31
ac041d1
- Fix tag mismatch in db.
ac041d1
- Updated db to 3.0-20060116.
ac041d1
c5511ca
* Tue Jan 10 2006 Tim Waugh <twaugh@redhat.com>
c5511ca
- Don't remove the cache directory, only its contents (bug #177266).
c5511ca
3788780
* Tue Jan  3 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-30
3788780
- Updated db to 3.0-20060103.
3788780
4930fef
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4930fef
- rebuilt
4930fef
3a4d907
* Fri Dec  9 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-29
0adf00d
- Updated db-engine to 3.0-20051209.
957dff8
- Updated db-hpijs to 1.5-20051209.
941de07
- Updated filters to 3.0-20051209.  No longer need rip-cvs patch.
3d10151
- Updated db to 3.0-20051209.
3d10151
59f78d5
* Tue Sep 13 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-28
14cb5fa
- Remove explicit perl module package dependencies.  These should be
14cb5fa
  picked up by the RPM during the build process automatically anyway.
14cb5fa
  Fixes bug #167997.
14cb5fa
17a4db3
* Mon Sep 12 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-27
7dbae17
- Own %%{_datadir}/foomatic/db/source/PPD/Custom and %%{_var}/cache/foomatic
7dbae17
  (bug #168085).
7dbae17
c8ce921
* Wed Sep  7 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-26
33d5007
- Updated db-engine to 3.0-20050907.
67e7222
- Updated db to 3.0-20050907.
67e7222
6d638c1
* Mon Sep  5 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-25
a7674f1
- Add IEEE 1284 ID for HP LaserJet 4200 (bug #166638).
376a33c
- Add IEEE 1284 ID for HP LaserJet 5000 (bug #167154).
a7674f1
432a2b6
* Thu Aug  4 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-24
3176871
- Updated db to 3.0-20050804.
3176871
- No longer need hplj5 patch.
3176871
- Conflicts with system-config-printer before the parser bug was fixed.
3176871
d3d6954
* Tue Jul 26 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-23
c00e251
- Updated db to 3.0-20050726.
c00e251
- No longer need ieee1284 patch.
c00e251
26afe8a
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com>
26afe8a
- Fix IEEE 1284 ID for HP Photosmart 7260 (bug #162915).
26afe8a
ebefe1f
* Mon Jul 18 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-22
8756009
- Updated db to 20050718.
8756009
db02bd8
* Sun Jul  3 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-21
a341e7a
- Updated db to 20050703.
a341e7a
dccd011
* Mon Jun 13 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-20
a18a086
- Updated db-hpijs to 1.5-20050613.
a1103ac
- Updated db to 20050613.
a1103ac
24fae8d
* Fri Jun 10 2005 Tim Waugh <twaugh@redhat.com>
24fae8d
- Add IEEE 1284 ID for Epson Stylus Photo 915 (bug #160030).
24fae8d
- Add IEEE 1284 ID for Ricoh Aficio 2228C PS (bug #160036).
24fae8d
c18d367
* Tue Jun  7 2005 Tim Waugh <twaugh@redhat.com>
586dc65
- Add IEEE 1284 ID for Epson Stylus Photo 870 (bug #159717).
c18d367
2679d8b
* Wed May 25 2005 Tim Waugh <twaugh@redhat.com>
2679d8b
- Add IEEE 1284 ID for HP LaserJet 4250 (bug #157883).
2679d8b
fe881e9
* Thu May 19 2005 Tim Waugh <twaugh@redhat.com>
fe881e9
- Add IEEE 1284 ID for HP DeskJet 3845 (bug #157760).
fe881e9
a85c056
* Tue May  3 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-19
7a70a21
- Add IEEE 1284 ID for Epson Stylus CX5400 (bug #156661).
7a70a21
cafed95
* Tue Apr 12 2005 Tim Waugh <twaugh@redhat.com>
62532b8
- Fix Postscript driver (bug #151645).
415ec34
- Add IEEE 1284 ID for HP DeskJet 5150 (bug #154518).
415ec34
- Add IEEE 1284 ID for HP LaserJet 2420 (bug #114191).
cafed95
6a71310
* Thu Mar 24 2005 Tim Waugh <twaugh@redhat.com>
6a71310
- Add a hook to remove any foomatic data cached by system-config-printer.
6a71310
adb0f01
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-18
c237753
- Updated db to 20050310.
c237753
1012cf0
* Wed Mar  9 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-17
f7b28f1
- Make Omni optional.
007ee1d
- ... and disable it.
f7b28f1
b9242fd
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-16
b9242fd
- Rebuild for new GCC.
b9242fd
0aa3b12
* Fri Feb 25 2005 Tim Waugh <twaugh@redhat.com>
0aa3b12
- Add IEEE 1284 information for Lexmark Optra R+ (bug #149498).
0aa3b12
50658db
* Thu Feb 17 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-15
50658db
- Fixed warning patch.
50658db
c600c96
* Wed Feb 16 2005 Tim Waugh <twaugh@redhat.com>
c600c96
- Don't ship backup files.
c600c96
6f0c132
* Wed Feb 16 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-14
137c3d7
- Updated db to 20050216.
137c3d7
b573b7e
* Thu Feb 10 2005 Tim Waugh <twaugh@redhat.com>
b573b7e
- Added IEEE 1284 information for HP Color LaserJet 4600 (bug #147648).
b573b7e
b120679
* Tue Feb  8 2005 Tim Waugh <twaugh@redhat.com>
1c85c27
- Corrected IEEE 1284 information for HP DeskJet 6540 (bug #147288).
b120679
- Added IEEE 1284 information for Epson Stylus C82 (bug #147230).
b120679
a3dfb21
* Mon Jan 24 2005 Tim Waugh <twaugh@redhat.com>
a3dfb21
- Fixed last change.
a3dfb21
df83085
* Fri Jan 21 2005 Tim Waugh <twaugh@redhat.com>
567f7a7
- Prevent a warning from DB.pm (bug #145605).
df83085
75a5b43
* Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-13
359e5eb
- Updated db to 20050118.
359e5eb
dc166cd
* Mon Jan 10 2005 Tim Waugh <twaugh@redhat.com>
dc166cd
- Added IEEE 1284 information for Epson Stylus Photo R200 (bug #144631).
dc166cd
1e689dd
* Tue Jan  4 2005 Tim Waugh <twaugh@redhat.com>
5b41ae1
- Added IEEE 1284 information for Okidata Okipage 6ex (bug #143964).
1e689dd
- Added IEEE 1284 information for Epson Stylus Photo R300 (bug #143939).
1e689dd
5864fed
* Mon Dec 20 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-12
d120331
- Added IEEE 1284 information for Epson Stylus CX3200 (bug #143343).
d120331
6665016
* Mon Dec  6 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-11
6665016
- Updated db to 20041206.
6665016
577fc73
* Thu Dec  2 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-10
577fc73
- Added IEEE 1284 information for HP-Color_Inkjet_Printer_CP1700 (bug #141594).
1929ab3
- Added IEEE 1284 information for Samsung-ML-1710 (bug #141163).
eddd00f
- Added IEEE 1284 information for HP-OfficeJet_G95 (bug #141057).
f8b0205
5de4b3c
* Wed Nov 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-9
5de4b3c
- Updated db to 20041124.
5de4b3c
- Updated hpijs-db to 1.5-20041124.
5de4b3c
- No longer need HP DJ 6122 patch.
5de4b3c
- No longer need ieee1284 patch.
5de4b3c
- Updated Omni-printers to 0.9.2.
5de4b3c
1195a89
* Wed Nov 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-8
4757163
- Minor PPD.pm fix for PPD import (bug #132625).
1195a89
8d5912d
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-7
8d5912d
- Applied some foomatic-rip fixes from CVS.
8d5912d
141a874
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com>
141a874
- Add autodetect information for HP Color LaserJet 4550 (bug #139799).
141a874
c99a40e
* Wed Nov 17 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-6
7080ee1
- Add autodetect information for HP LaserJet 8150 (bug #139683).
e0cf853
- Add autodetect information for Epson Stylus Color 777 (bug #139629).
e0cf853
a48d098
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-5
14b2010
- Ship data as non-executable (bug #139271).
5405826
- Corrected autodetect information for HP Business InkJet 1100 (bug #139258).
5405826
f24d7eb
* Mon Nov 15 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-4
b63050c
- Add autodetect information for HP Business InkJet 1100 (bug #139258).
b63050c
- Add autodetect information for Epson Stylus Photo 790 (bug #139266).
e2be900
- Add autodetect information for HP DJ 3820 (bug #139271).
e2be900
d90f755
* Wed Oct 13 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-3
d90f755
- Revert change for bug #133647.
d90f755
e5268ea
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-2
e5268ea
- Use gimp-print driver for HP 2000C (bug #133647).
0459951
- Add autodetect information for Lexmark Z52 (bug #135178).
0459951
b6972ee
* Thu Oct  7 2004 Tim Waugh <twaugh@redhat.com>
b6972ee
- Add autodetect information for HP DJ 640C (bug #134912).
b6972ee
26430dc
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-1
7a72efb
- Updated filters to 3.0.2.
37b7c2f
- Updated db-engine to 3.0.2.
37b7c2f
- No longer need Omni PageSize patch or lvalue patch.
37b7c2f
cvsdist 6a416bc
* Tue Aug 31 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-11
cvsdist 6a416bc
- Add autodetect information for Brother HL-5050 (bug #131220).
cvsdist 6a416bc
cvsdist 25dffd4
* Fri Aug 13 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-10
cvsdist 25dffd4
- Add autodetect information for HP LJ 2200 (bug #129732).
cvsdist 25dffd4
cvsdist 25dffd4
* Thu Aug  5 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 25dffd4
- Add autodetect information for HP DJ 1220.
cvsdist 25dffd4
cvsdist d937a39
* Tue Jul 27 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-9
cvsdist d937a39
- Rebuilt.
cvsdist d937a39
cvsdist 2d0dcbd
* Wed Jul 21 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-8
cvsdist 2d0dcbd
- Add autodetect information for HP DJ 6122 (bug #124629).
cvsdist 2d0dcbd
cvsdist 1e91ea0
* Tue Jul 20 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-7
cvsdist 1e91ea0
- Updated gimp-print data to 4.2.7.
cvsdist 1e91ea0
cvsdist 94702c6
* Mon Jul 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-6
cvsdist 94702c6
- Updated db to 20040712.
cvsdist 94702c6
- HPLJ4300 data is upstream now.
cvsdist 94702c6
cvsdist 23cccf7
* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-5
cvsdist 23cccf7
- SNMP/IEEE 1284 data for HPLJ4300.
cvsdist 23cccf7
cvsdist 23cccf7
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 23cccf7
- rebuilt
cvsdist 23cccf7
cvsdist 23cccf7
* Tue Jun  1 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 23cccf7
- Build requires a2ps, because foomatic-filters checks for a conversion
cvsdist 23cccf7
  utility (bug #124931).
cvsdist 23cccf7
cvsdist 7038fdc
* Mon Apr 19 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-3
cvsdist 7038fdc
- Require appropriate perl(:MODULE_COMPAT_...) symbol (bug #121131).
cvsdist 7038fdc
cvsdist 7038fdc
* Wed Mar 10 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 7038fdc
- Fix deprecated cast-as-lvalues.
cvsdist 7038fdc
cvsdist b1fba29
* Thu Mar  4 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-2
cvsdist b1fba29
- Fix Omni PageSize problem (bug #115586).
cvsdist b1fba29
cvsdist b1fba29
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b1fba29
- rebuilt
cvsdist b1fba29
cvsdist b1fba29
* Thu Feb 19 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-1
cvsdist b1fba29
- Upgrade db to 20040219.
cvsdist b1fba29
- Upgrade hpijs to 1.5-20040219.
cvsdist b1fba29
- Upgrade engine to 3.0.1.
cvsdist b1fba29
- Upgrade filters to 3.0.1.
cvsdist b1fba29
cvsdist b1fba29
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b1fba29
- rebuilt
cvsdist b1fba29
cvsdist b1fba29
* Mon Feb  9 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-23
cvsdist b1fba29
- Fix up HP Color Inkjet CP1700 support.
cvsdist b1fba29
- Remove PrintoutMode option from gimp-print driver to avoid breaking it.
cvsdist b1fba29
- Update filters to 3.0.1rc3.
cvsdist b1fba29
- Update engine to 3.0.1rc2
cvsdist b1fba29
- No long need symlink patch.
cvsdist b1fba29
cvsdist bd57ff2
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-22
cvsdist bd57ff2
- Updated Omni printers to 0.9.1 again.
cvsdist 9435e68
cvsdist 9435e68
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-21
cvsdist 9435e68
- Build for Fedora Core 1 printer drivers update.
cvsdist 9435e68
- Revert Omni update temporarily.
cvsdist 9435e68
- Downgrade engine to 20031217 to stick to the stable branch.
cvsdist 9435e68
cvsdist 9435e68
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-20
cvsdist 9435e68
- Updated Omni printers to 0.9.1.
cvsdist 9435e68
cvsdist 9435e68
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-19
cvsdist 9435e68
- Build for Fedora Core 1 printer drivers update.
cvsdist 9435e68
- No longer need symlink patch.
cvsdist 9435e68
- Updated fontpath patch.
cvsdist 9435e68
- Updated engine to 20040112.
cvsdist 9435e68
- Updated db to 20040112.
cvsdist 9435e68
- Updated gimp-print data to 4.2.6.
cvsdist 9435e68
cvsdist 9435e68
* Tue Jan  6 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-18
cvsdist 9435e68
- Build for Fedora Core 1 printer drivers update.
cvsdist 9435e68
- Explicitly state conflict with hpijs < 1.5.
cvsdist 9435e68
- Make foomatic-ppdfile accept '-t type' like foomatic-datafile used to.
cvsdist 9435e68
cvsdist 9435e68
* Tue Dec 23 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-17
cvsdist 9435e68
- Fix up gimp-print XML (bug #112574).
cvsdist 9435e68
cvsdist 9435e68
* Fri Dec 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-16
cvsdist 9435e68
- Need the ppd driver too.
cvsdist 9435e68
cvsdist 9435e68
* Fri Dec 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-15
cvsdist 9435e68
- Reinstate ppdload long enough for me to work around its disappearance.
cvsdist 9435e68
cvsdist 9435e68
* Thu Dec 18 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 9435e68
- Updated db to 20031218.
cvsdist 9435e68
- No longer need hpdj656, dell, mc3100 patches.
cvsdist 9435e68
cvsdist 9435e68
* Wed Dec 17 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-14
cvsdist 9435e68
- Updated db to 20031217.
cvsdist 9435e68
- Updated engine to 20031217.
cvsdist 9435e68
- Updated hpijs to 1.5-20031217.
cvsdist 9435e68
- Use relative symlinks.
cvsdist 9435e68
cvsdist 9435e68
* Fri Dec 12 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-13
cvsdist 9435e68
- Add Minolta magicolor 3100.
cvsdist 9435e68
cvsdist 9435e68
* Tue Dec  2 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 9435e68
- Don't ship backup files.
cvsdist 9435e68
13eb9ee
* Sat Nov 29 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-12
cvsdist 9435e68
- Undo over-zealous percent escaping in PostScript.xml
cvsdist 9435e68
- Build requires libxml2-devel (bug #110589).
cvsdist 9435e68
- Use relative, not absolute, symlink for CUPS filter.
cvsdist 9435e68
cvsdist 9435e68
* Fri Nov  7 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-11
cvsdist 9435e68
- Add pxlmono driver for HP LaserJet 5 (bug #109378).
cvsdist 9435e68
cvsdist 9435e68
* Wed Nov  5 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-10
cvsdist 9435e68
- Updated db to 20031105.
cvsdist 9435e68
- Drop filters path patch.
cvsdist 9435e68
- Updated fontpath patch, both libdir patches.
cvsdist 9435e68
- Updated engine and filters to 3.0-20031105.
cvsdist 9435e68
- Updated hpijs db to 1.4-1.
cvsdist 9435e68
cvsdist 7be4b87
* Mon Oct 27 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-9
cvsdist 7be4b87
- Recommend omni-compiled for Omni drivers (bug #107965).
cvsdist 7be4b87
cvsdist 7be4b87
* Mon Sep 29 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 7be4b87
- No longer requires Date::Manip (bug #105696).
cvsdist 7be4b87
cvsdist 7be4b87
* Thu Sep  4 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-8
cvsdist 7be4b87
- Build requires latest perl (bug #103630).
cvsdist 7be4b87
cvsdist 7be4b87
* Tue Aug  5 2003 Elliot Lee <sopwith@redhat.com> 3.0.0-7
cvsdist 7be4b87
- Fix install to find perl modules
cvsdist 7be4b87
cvsdist 7be4b87
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 7be4b87
- rebuilt
cvsdist 7be4b87
cvsdist 7be4b87
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist 7be4b87
- add explicit epoch's where needed.
cvsdist 7be4b87
cvsdist 7be4b87
* Tue Jun  3 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-5
cvsdist 7be4b87
- Add some Dell printers.
cvsdist 7be4b87
- Updated foomatic-db to 20030603.
cvsdist 7be4b87
- Updated missing UPP list for ghostscript 7.07.
cvsdist 7be4b87
cvsdist 7be4b87
* Wed May 21 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-4
cvsdist c634a48
- Fix some printer models whose recommended driver is not shipped
cvsdist c634a48
  (bug #89455).
cvsdist 7be4b87
cvsdist 7be4b87
* Mon May 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-3
cvsdist 7be4b87
- Relax perl requirement.  Rebuild for perl 5.8.0.
cvsdist 7be4b87
cvsdist 7be4b87
* Mon May 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-2
cvsdist 7be4b87
- Disable the xmltest during configure (it hangs on ppc).
cvsdist 7be4b87
- Requires newer perl (bug #91129).
cvsdist 7be4b87
cvsdist 7be4b87
* Wed Apr 30 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-1
cvsdist 7be4b87
- 3.0.0.
cvsdist 7be4b87
cvsdist 7be4b87
* Fri Apr  4 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 7be4b87
- Update Omni printers to 0.9.0.
cvsdist 7be4b87
cvsdist 7be4b87
* Wed Apr  2 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-0.beta2.1
cvsdist 7be4b87
- 3.0.0beta2.
cvsdist 7be4b87
- Updated path patch.
cvsdist 7be4b87
- No longer need FOOMATIC_LIBDIR, generic PS, ids, postscript-duplex,
cvsdist 7be4b87
  hpijs13, psc2210, duplex184 patches.
cvsdist 7be4b87
- Add hpijs support back in.
cvsdist 7be4b87
- Fix up references to old printer IDs.
cvsdist 7be4b87
cvsdist 7be4b87
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-18
cvsdist c634a48
- Fix PS/PJL conflicts in Duplex options (bug #86510).
cvsdist 7be4b87
cvsdist 7be4b87
* Fri Mar 21 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-17
cvsdist 7be4b87
- Update Omni printers to 0.7.3.
cvsdist 7be4b87
cvsdist 7be4b87
* Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-16
cvsdist 7be4b87
- Add autodetect info for HP PSC 2210.
cvsdist c634a48
cvsdist f184150
* Tue Feb  4 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-15
cvsdist f184150
- Update data-generators to CVS.
cvsdist f184150
cvsdist f184150
* Thu Jan 30 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-14
cvsdist f184150
- Use hpijs, not hpijs-rss (we don't ship the RSS patch now).
cvsdist f184150
cvsdist f184150
* Thu Jan 23 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-13
cvsdist f184150
- Pacify printers that don't understand duplex (bug #82385).
cvsdist f184150
cvsdist f184150
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.0.2-12
cvsdist f184150
- rebuilt
cvsdist f184150
13eb9ee
* Tue Jan 21 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-11
cvsdist f184150
- Add autodetect info for HP DeskJet 656C.  It doesn't really do
cvsdist 9435e68
  IEEE 1284 IDs, but since it's a USB device we can figure out its
cvsdist f184150
  manufacturer and model anyway.
cvsdist f184150
cvsdist f184150
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-10
cvsdist f184150
- Set GS_FONTPATH in gs wrapper (bug #81410).
cvsdist f184150
cvsdist f184150
* Sat Jan  4 2003 Jeff Johnson <jbj@redhat.com> 2.0.2-9
cvsdist f184150
- use internal dep generator.
cvsdist f184150
cvsdist f184150
* Sun Dec 15 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-8
cvsdist f184150
- Add several device IDs.
cvsdist f184150
cvsdist f184150
* Sat Dec 14 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-7
cvsdist f184150
- Update Omni printers to 0.7.2.
cvsdist f184150
- No longer need Omni badxml patch.
cvsdist f184150
cvsdist f184150
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 2.0.2-6
cvsdist f184150
- don't use rpms internal dep generator
cvsdist f184150
cvsdist f9b8fa2
* Fri Dec  6 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-5
cvsdist f9b8fa2
- Omni XML wasn't well-formed.
cvsdist 1044c5b
cvsdist f9b8fa2
* Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-4
cvsdist f9b8fa2
- Update gimp-print data.
cvsdist f9b8fa2
- Add 'generic postscript' model.
cvsdist 1044c5b
cvsdist f9b8fa2
* Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-3
cvsdist f9b8fa2
- Update Omni printers to 0.7.1.
cvsdist 1044c5b
cvsdist f9b8fa2
* Tue Oct 22 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-2
cvsdist f9b8fa2
- Fix file manifest for perl modules.
cvsdist f9b8fa2
- Add autodetect information for HP DeskJet 990C.
cvsdist 1044c5b
cvsdist f9b8fa2
* Mon Oct 21 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-1
cvsdist f9b8fa2
- 2.0.2.
cvsdist f9b8fa2
- No longer need 67973, 970c patches.
cvsdist f9b8fa2
- Remove cups-drivers-* packages (no longer needed).
cvsdist f9b8fa2
- Remove files not shipped.  Ship filter.conf.
cvsdist f9b8fa2
- Conditionally restart cups.
cvsdist f9b8fa2
- Use libdir.
cvsdist f9b8fa2
- Don't put things in site_perl; use vendor_perl instead (bug #73528).
cvsdist 2cae508
cvsdist b7c7ed7
* Fri Aug  9 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.6
cvsdist b7c7ed7
- Fix autodetect information for HPDJ970C.
cvsdist b7c7ed7
cvsdist 14624e5
* Thu Aug  8 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.5
cvsdist 14624e5
- For gimp-print, use the Ghostscript stp driver in preference to the
cvsdist 14624e5
  IJS interface.
cvsdist 14624e5
cvsdist 14624e5
* Thu Jul 25 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.4
cvsdist 14624e5
- Quieten scriptlets.
cvsdist 14624e5
cvsdist 14624e5
* Fri Jul  5 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.3
cvsdist 14624e5
- Fix autodetect information for HPLJ2100/2100M.
cvsdist 14624e5
cvsdist 14624e5
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.9-1.20020617.2
cvsdist 14624e5
- automated rebuild
cvsdist 14624e5
cvsdist 14624e5
* Wed Jun 19 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020617.2
cvsdist 14624e5
- Omni 0.7.0 printers.
cvsdist 14624e5
cvsdist 14624e5
* Mon Jun 17 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020617.1
cvsdist 14624e5
- Update to CVS.
cvsdist 14624e5
- Remove some more explicit perl dependencies that are picked up
cvsdist 14624e5
  automatically.
cvsdist 14624e5
cvsdist 14624e5
* Wed May 29 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.3
cvsdist 14624e5
- Remove explicit perl-Storable dependency; it should be perl(Storable),
cvsdist 14624e5
  and that is picked up automatically.
cvsdist 14624e5
cvsdist 14624e5
* Tue May 28 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.2
cvsdist 14624e5
- Fix release number.
cvsdist 14624e5
- Drop gen-ppds from the file manifest---use foomatic-compiledb instead
cvsdist 14624e5
  (bug #63622).
cvsdist 14624e5
cvsdist 14624e5
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 14624e5
- automated rebuild
cvsdist 14624e5
cvsdist 14624e5
* Thu May 23 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.1
cvsdist 14624e5
- Remove ghostscript UPP drivers that are gone in 7.05.
cvsdist 14624e5
cvsdist 14624e5
* Sat May 18 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.0.1
cvsdist 14624e5
- Update to CVS.
cvsdist 14624e5
- Updated requirements.
cvsdist 14624e5
- Updated path and libdir patches.
cvsdist 14624e5
- Drop hpijs 1.0.2 patch.
cvsdist 14624e5
- foomatic-datafile has moved to %%{_bindir}.
cvsdist 14624e5
- Update gimp-print data to 4.2.1.
cvsdist 14624e5
- Update Omni printer data to 0.6.1.
cvsdist 14624e5
cvsdist 22402a6
* Thu Apr  4 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020313.3
cvsdist 22402a6
- Fix the hpijs option data too (bug #62587).
cvsdist 22402a6
cvsdist 1044c5b
* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020313.2
cvsdist 1044c5b
- Back off to 1.0.2 for hpijs driver data (bug #62587).
cvsdist 1044c5b
cvsdist 1044c5b
* Thu Mar 14 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020313.1
cvsdist 1044c5b
- Update to CVS.
cvsdist 1044c5b
cvsdist 1044c5b
* Wed Mar  6 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020306.1
cvsdist 1044c5b
- Update to CVS.
cvsdist 1044c5b
- Patches no longer needed: conffile, sys, cachedir, fd0.
cvsdist 1044c5b
- Adapted path patch.
cvsdist 1044c5b
cvsdist 1044c5b
* Tue Mar  5 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.10
cvsdist 1044c5b
- Fix bug #58319.
cvsdist 1044c5b
- Drop dbg patch.
cvsdist 1044c5b
cvsdist 1044c5b
* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.9
cvsdist 1044c5b
- Fix file lists.
cvsdist 1044c5b
cvsdist 1044c5b
* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.8
57c25a3
- Fix %%post scriplet bug (bug #59942).
cvsdist d6cf045
cvsdist 1044c5b
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.7
cvsdist 1044c5b
- Rebuild in new environment.
cvsdist 1044c5b
cvsdist 1044c5b
* Wed Feb 13 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.6
cvsdist 1044c5b
- Merge cups-drivers.  No epoch needed.
cvsdist 1044c5b
- Require perl-URI.
cvsdist 1044c5b
cvsdist 1044c5b
* Wed Feb 06 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.5
cvsdist 1044c5b
- Cache fix.
cvsdist 1044c5b
cvsdist 1044c5b
* Mon Feb  4 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.4
cvsdist 1044c5b
- Don't ship backup files.
cvsdist 1044c5b
cvsdist 1044c5b
* Mon Feb  4 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.3
cvsdist 1044c5b
- Rebuild to pick up new perl installsitelib.
cvsdist 1044c5b
cvsdist 1044c5b
* Thu Jan 31 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.2
cvsdist 7f30dd9
- Fix a thinko in DB.pl.
cvsdist 7f30dd9
cvsdist 1044c5b
* Wed Jan 30 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.1
cvsdist 1044c5b
- Update to CVS.
cvsdist 1044c5b
- No longer need the cachedir patch.
cvsdist 1044c5b
- Fix config file path.
cvsdist 1044c5b
- Look in /usr/local/bin last, not first, in lpdomatic (bug #57915).
cvsdist 1044c5b
cvsdist 1044c5b
* Tue Jan 29 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020129.1
cvsdist 1044c5b
- Update to CVS.
cvsdist 1044c5b
- Patches no longer needed: prepend, fd3.
cvsdist 1044c5b
- Use RPM_OPT_FLAGS.
cvsdist 1044c5b
- Allow non-root users to use foomatic-datafile (bug #58956).
cvsdist 1044c5b
cvsdist 1044c5b
* Sat Jan 26 2002 Jeff Johnson <jbj@redhat.com> 1.1-0.20020124.2
cvsdist 1044c5b
- added Provides: perl(Foomatic::GrovePath)
cvsdist 1044c5b
cvsdist 1044c5b
* Thu Jan 24 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020124.1
cvsdist 1044c5b
- Update to CVS.
cvsdist 1044c5b
- Updated Omni printers to those in Omni 0.5.1.
cvsdist 1044c5b
- Updated patches: prepend, fd3.
cvsdist 1044c5b
- Patches no longer needed: utf8, lpdomatic.
cvsdist 1044c5b
- Added gimp-print (formerly stp) foomatic db info, and removed the old
cvsdist 1044c5b
  stp.xml file.
cvsdist 1044c5b
- Conflict with ghostscript if it doesn't have gimp-print-4.2.0 yet.
cvsdist 1044c5b
cvsdist 7f30dd9
* Fri Jan 18 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20011218.2
cvsdist 7f30dd9
- REALLY fix PCL fixup code (bug #55909, others).
cvsdist 7f30dd9
- PreReq fileutils, initscripts (bug #56984).
cvsdist 7f30dd9
- Fix prepends in lpdomatic (bug #57371).
cvsdist 7f30dd9
- Run foomatic-cleanupdrivers during install, to remove driver entries
cvsdist 7f30dd9
  with no command line.
cvsdist 7f30dd9
- Put lpdomatic in /usr/sbin again.
cvsdist 7f30dd9
- Fix foomatic-gswrapper's file descriptor manipulations (bug #56871).
cvsdist 7f30dd9
cvsdist 7f30dd9
* Mon Dec 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011218.1
cvsdist 7f30dd9
- re-imported from upstream to fix some perl fixup code on pcl printers.
cvsdist 7f30dd9
cvsdist 7f30dd9
* Mon Dec 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011217.2
cvsdist 7f30dd9
- fix the rest of the quoting issues with foomatic-combo-xml with the patch
cvsdist 7f30dd9
- foomatic-1.1-20011217-quotes.patch. This has been sent upstream.
cvsdist 7f30dd9
cvsdist 7f30dd9
* Mon Dec 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011217.1
cvsdist 7f30dd9
- respin to pull in latest foomatic database, fixes:
57c25a3
  - properly use the cache in relation to foomatic-combo-xml's output
57c25a3
  - fix _some_ of the quoting issues with calling foomatic-combo-xml
cvsdist 7f30dd9
13eb9ee
* Wed Dec  5 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011205.1
cvsdist 7f30dd9
- respin to pull in latest foomatic database, fixes:
57c25a3
  - droping half of a large job
57c25a3
  - -Mutf8 added to the upstream filters
57c25a3
  - miscelaneous printer db updates
cvsdist 7f30dd9
13eb9ee
* Thu Nov 29 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.8
cvsdist dfaa1ff
- added Requires: fileutils for the 'rm' in post
cvsdist dfaa1ff
cvsdist 341cbce
* Mon Nov 26 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.7
cvsdist 341cbce
- /var/chache => /var/cache, doh!
cvsdist 341cbce
cvsdist 3170961
* Fri Nov 16 2001 Nalin Dahyabhai <nalin@redhat.com> 1.1-0.20011018.6
cvsdist 3170961
- fix %%post scriptlet
cvsdist 3170961
cvsdist 3170961
* Tue Nov 13 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.5
cvsdist 3170961
- changed the patch to use the -Mutf8 command line option,
cvsdist 3170961
- and to restart the printserver, after rebuilding the settings.
cvsdist 3170961
cvsdist 3170961
* Fri Nov  9 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.4
cvsdist 3170961
- grumble. Some drivers use inline perl scripts, and need the 'use utf8;'
cvsdist 3170961
- pragma. Without it, they break on _some_ of their options.
cvsdist 3170961
cvsdist 3170961
* Wed Oct 31 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.3
cvsdist 3170961
- patched lpdomatic to prepend PostScript options in the _right_ place.
cvsdist 3170961
cvsdist 3170961
* Thu Oct 25 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.2
cvsdist 3170961
- zap the foomatic cache on install
cvsdist 3170961
cvsdist 3170961
* Thu Oct 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.1
cvsdist 3170961
- rolled to pull in latest information.
cvsdist 3170961
- added Omni printers to the printer list.
cvsdist 3170961
cvsdist 3170961
* Fri Oct 05 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011005.1
cvsdist 3170961
- rolled to pull in an ia64 fix to foomatic-combo-xml.c
cvsdist 3170961
cvsdist 3170961
* Mon Oct 01 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011001.1
cvsdist 3170961
- rolled to pull in foomatic fixes to foomatic-combo-xml.c
cvsdist 3170961
cvsdist 7fc3f69
* Wed Sep 05 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010905.1
cvsdist 7fc3f69
- upgraded to latest foomatic, we now have fast overview generation!
cvsdist 7fc3f69
- this means that there is no prebuilt overview file.
cvsdist 7fc3f69
cvsdist 3d5dfdc
* Tue Aug 28 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010828.1
cvsdist 3d5dfdc
- WOW! The latest foomatic uses Till Kamppeter's C based combo compiler.
cvsdist 3d5dfdc
- It is now fast enough that there is no real benifit to precompiling.
cvsdist 3d5dfdc
- NOTE: this forces the package to stop being noarched.
cvsdist 3d5dfdc
cvsdist 3d5dfdc
* Mon Aug 27 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010827.1
cvsdist 3d5dfdc
- fresh pull, maybe it fixes the build errors.
cvsdist 3d5dfdc
cvsdist 3d5dfdc
* Sat Aug 25 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010825.1
cvsdist 3d5dfdc
- did a fresh database pull, which contains the old japanese printers as well.
cvsdist 3d5dfdc
- removed japanese hack.
cvsdist 3d5dfdc
cvsdist 3b0234a
* Tue Aug 14 2001 Akira TAGOH <tagoh@redhat.com> 1.1-0.20010717.5
cvsdist 3b0234a
- Add Japanese printer entry.
cvsdist 3b0234a
cvsdist 2cae508
* Mon Aug  6 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010717.4
cvsdist 2cae508
- move the cache back to /var, sigh.
cvsdist 2cae508
cvsdist 2cae508
* Mon Jul 23 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010717.2
cvsdist 2cae508
- made foomatic pre-compute its db
cvsdist 2cae508
13eb9ee
* Wed Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010717.1
cvsdist 2cae508
- imported from mandrake.
cvsdist 2cae508
cvsdist 2cae508
* Tue Jul 17 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010717mdk
cvsdist 2cae508
- Added job listing/removal/manipulation and queue control to
cvsdist 2cae508
  foomatic-printjob
cvsdist 2cae508
- Support for printing multiple copies with PDQ
cvsdist 2cae508
13eb9ee
* Sat Jul 14 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010714mdk
cvsdist 2cae508
- Included the cupsomatic filter script
cvsdist 2cae508
- When a queue is set up, default options can be set now
cvsdist 2cae508
- Help messages of foomatic-configure and foomatic-printjob cleaned up.
cvsdist 2cae508
cvsdist 2cae508
* Fri Jul 13 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010713mdk
cvsdist 2cae508
- Many bugfixes in "foomatic-printjob".
cvsdist 2cae508
- "foomatic-configure" adds the Foomatic config file directory automatically
cvsdist 2cae508
  to the search paths of PDQ.
cvsdist 2cae508
- Printing a help page under PDQ was broken.
cvsdist 2cae508
cvsdist 2cae508
* Thu Jul 12 2001 Stefan van der Eijk <stefan@eijk.nu> 1.1-0.20010712mdk
57c25a3
- BuildRequires: perl-devel
cvsdist 2cae508
cvsdist 2cae508
* Wed Jul 11 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010711mdk
cvsdist 2cae508
- initial release.
cvsdist 2cae508
- Deleted the obsolete drivers "stp", "cZ11", and "hpdj".
cvsdist 2cae508
- Patch applied which flushes the memory cache regularly, otherwise
cvsdist 2cae508
  foomatic-configure would hang when the Foomatic data of GIMP-Print is
cvsdist 2cae508
  installed.