Tim Waugh cad1f5
%define dbver_rel 4.0
Tim Waugh 4c4d5c
%define dbver_snap 20090702
Tim Waugh 4c4d5c
%define enginever 4.0.2
Tim Waugh 4c4d5c
%define filtersver 4.0.2
Tim Waugh 4c4d5c
%define hpijsver 20090701
cvsdist 7be4b8
Tim Waugh 6a16f0
Summary: Database of printers and printer drivers
cvsdist 2cae50
Name:		foomatic
Tim Waugh cad1f5
Version:	%{enginever}
Tim Waugh bcfc05
Release:    3%{?dist}
Tom Callaway beff89
License:	GPLv2+
cvsdist 2cae50
Group: System Environment/Libraries
cvsdist 2cae50
cvsdist 7f30dd
# Generated by:
cvsdist 7f30dd
# NOW=`date '+%Y%m%d'`
cvsdist 1044c5
# cvs -d:pserver:anonymous@cvs.linuxprinting.org:/usr/local/cvs export -D $NOW foomatic
cvsdist 14624e
# tar cjf foomatic-1.9-$NOW.tar.bz2 foomatic
Tim Waugh d647db
Source0: http://www.openprinting.org/download/foomatic/foomatic-db-engine-%{enginever}.tar.gz
cvsdist 7be4b8
Tim Waugh cad1f5
Source1: http://www.linuxprinting.org/download/foomatic/foomatic-filters-%{filtersver}.tar.gz
Tim Waugh cad1f5
Source2: http://www.linuxprinting.org/download/foomatic/foomatic-db-%{dbver_rel}-%{dbver_snap}.tar.gz
cvsdist 7be4b8
Source3: http://www.linuxprinting.org/download/foomatic/foomatic-db-hpijs-%{hpijsver}.tar.gz
cvsdist 7f30dd
Tim Waugh 4c4d5c
## PATCHES FOR FOOMATIC-FILTERS (PATCHES 1 TO 100)
Tim Waugh 4c4d5c
cvsdist f9b8fa
# Use libdir.
cvsdist 7be4b8
Patch1: foomatic-filters-libdir.patch
Tim Waugh 4c4d5c
Tim Waugh 4c4d5c
# Use mkstemp, not mktemp.
Tim Waugh 4c4d5c
Patch2: foomatic-mkstemp.patch
Tim Waugh 4c4d5c
Tim Waugh 4c4d5c
## PATCHES FOR FOOMATIC-DB-ENGINE (PATCHES 101 TO 200)
Tim Waugh 4c4d5c
Tim Waugh 4c4d5c
# Use libdir.
Tim Waugh 4c4d5c
Patch101: foomatic-db-engine-libdir.patch
cvsdist f18415
Tim Waugh 1195a8
# Handle non-UTF-8 encodings in imported PPD files.
Tim Waugh 4c4d5c
Patch102: foomatic-bad-utf8.patch
Tim Waugh 4c4d5c
Tim Waugh 4c4d5c
## PATCHES FOR FOOMATIC-DB-HPIJS (PATCHES 201 TO 300)
Tim Waugh 4c4d5c
Tim Waugh 4c4d5c
## PATCHES FOR FOOMATIC-DB (PATCHES 301 TO 400)
Tim Waugh f80a31
cvsdist 2cae50
Url:		http://www.linuxprinting.org
cvsdist 7be4b8
BuildRequires:	perl >= 3:5.8.1
Tim Waugh 2f27b1
BuildRequires:  perl(ExtUtils::MakeMaker)
cvsdist 9435e6
BuildRequires:	libxml2-devel
Karsten Hopp 50b3cc
BuildRequires:	ghostscript-devel
Karsten Hopp 1df045
BuildRequires:	autoconf, automake
cvsdist 7be4b8
Requires:	perl >= 3:5.8.1
cvsdist 7038fd
Requires:	%(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
Tim Waugh 6a16f0
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist 1044c5
Provides:	perl(Foomatic::GrovePath)
cvsdist 7f30dd
# For 'rm' and '/sbin/service' in post
cvsdist 7f30dd
PreReq: fileutils initscripts
cvsdist 1044c5
cvsdist 23cccf
# foomatic-filters checks for a conversion utility (bug #124931).
Tim Waugh f317a8
BuildRequires: mpage
cvsdist 23cccf
cvsdist 14624e
# We need ghostscript to have the gimp-print-4.2.0 driver, and hpijs 1.1.
cvsdist 14624e
Conflicts: ghostscript < 7.05
cvsdist 9435e6
Conflicts: hpijs < 1.5
cvsdist 3b0234
Tim Waugh a5a025
# We don't use the printconf hooks now, so require that they are gone.
Tim Waugh a5a025
Conflicts: system-config-printer < 0.7.0
Tim Waugh 317687
Tim Waugh 4c4d5c
# The foomatic oki8w driver works for printers that this old package
Tim Waugh 4c4d5c
# use to drive:
Tim Waugh 4c4d5c
Obsoletes: oki4linux < 2.1gst-5
Tim Waugh 4c4d5c
# Note: no "Provides:" as it was not a dependency of any package.
Tim Waugh 4c4d5c
cvsdist 2cae50
%description
cvsdist 2cae50
Foomatic is a comprehensive, spooler-independent database of printers,
cvsdist 2cae50
printer drivers, and driver descriptions. It contains utilities to
cvsdist 2cae50
generate driver description files and printer queues for CUPS, LPD,
cvsdist 2cae50
LPRng, and PDQ using the database. There is also the possibility to
cvsdist 2cae50
read the PJL options out of PJL-capable laser printers and take them
cvsdist 2cae50
into account at the driver description file generation.
cvsdist 2cae50
cvsdist 2cae50
There are spooler-independent command line interfaces to manipulate
cvsdist 2cae50
queues (foomatic-configure) and to print files/manipulate jobs
cvsdist 2cae50
(foomatic printjob).
cvsdist 2cae50
cvsdist 1044c5
The site http://www.linuxprinting.org/ is based on this database.
cvsdist 1044c5
cvsdist 2cae50
%prep
cvsdist 7be4b8
%setup -q -c -a 1 -a 2 -a 3
cvsdist 7be4b8
Tim Waugh cad1f5
pushd foomatic-filters-%{filtersver}
cvsdist 1044c5
%patch1 -p1 -b .libdir
Tim Waugh 4c4d5c
%patch2 -p1 -b .mkstemp
cvsdist 7be4b8
popd
cvsdist 7be4b8
cvsdist 7be4b8
pushd foomatic-db-engine-%{enginever}
cvsdist 9435e6
chmod a+x mkinstalldirs
Tim Waugh 4c4d5c
%patch101 -p1 -b .libdir
Tim Waugh 4c4d5c
%patch102 -p1
cvsdist 7be4b8
popd
cvsdist 7be4b8
cvsdist b1fba2
pushd foomatic-db-hpijs-%{hpijsver}
cvsdist b1fba2
popd
cvsdist b1fba2
Tim Waugh cad1f5
pushd foomatic-db-%{dbver_snap}
cvsdist 317096
Tim Waugh af9e71
cd db/source
Tim Waugh af9e71
Tim Waugh 322c31
# For gutenprint printers, use gutenprint-ijs-simplified.5.2.
Tim Waugh 322c31
perl -pi -e 's,>gutenprint<,>gutenprint-ijs-simplified.5.2<,' printer/*.xml
Tim Waugh 34159b
Tim Waugh 24241f
# Remove references to foo2zjs, foo2oak, foo2hp and foo2qpdl (bug #208851).
Tim Waugh d65c3e
# Also foo2lava, foo2kyo, foo2xqx (bug #438319).
Tim Waugh d65c3e
for x in zjs oak hp qpdl lava kyo xqx
Tim Waugh af9e71
do
Tim Waugh 5e81cb
  find printer -name '*.xml' |xargs grep -l "<driver>foo2${x}"|xargs rm -vf
Tim Waugh af9e71
  rm -f driver/foo2${x}.xml opt/foo2${x}-*
Tim Waugh af9e71
done
Tim Waugh 19bd3c
# Same for m2300w/m2400w
Tim Waugh 5e81cb
find printer -name '*.xml' |xargs grep -l '<driver>m2[34]00w<'|xargs rm -vf
Tim Waugh 19bd3c
rm -f driver/m2300w.xml driver/m2400w.xml opt/m2300w-*
Tim Waugh 5e81cb
# Same for all these.
Tim Waugh 5e81cb
for x in drv_x125 ml85p pbm2lwxl pbmtozjs bjc800j
Tim Waugh 5e81cb
do
Tim Waugh 5e81cb
  find printer -name '*.xml' |xargs grep -l "<driver>${x}</driver>"|xargs rm -vf
Tim Waugh 5e81cb
  rm -vf driver/${x}.xml opt/${x}-*
Tim Waugh 5e81cb
done
Tim Waugh ab08b5
cvsdist 7be4b8
popd
cvsdist f18415
cvsdist 7be4b8
%build
Tim Waugh ca0108
export LIB_CUPS=/usr/lib/cups               # /usr/lib NOT libdir
Tim Waugh ca0108
export CUPS_BACKENDS=/usr/lib/cups/backend  # /usr/lib NOT libdir
Tim Waugh ca0108
export CUPS_FILTERS=/usr/lib/cups/filter    # /usr/lib NOT libdir
Tim Waugh ca0108
export CUPS_PPDS=%{_datadir}/cups/model
Tim Waugh 82b53f
Tim Waugh cad1f5
pushd foomatic-filters-%{filtersver}
cvsdist 7be4b8
%configure
Tim Waugh bcfc05
make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS"
cvsdist 7be4b8
popd
cvsdist c634a4
cvsdist 7be4b8
pushd foomatic-db-engine-%{enginever}
cvsdist 7be4b8
%configure --disable-xmltest
cvsdist 7be4b8
make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS"
cvsdist 7be4b8
popd
cvsdist 14624e
Tim Waugh cad1f5
pushd foomatic-db-%{dbver_snap}
cvsdist 7be4b8
%configure
cvsdist 7be4b8
make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS"
cvsdist 7be4b8
popd
cvsdist 7be4b8
cvsdist 7be4b8
pushd foomatic-db-hpijs-%{hpijsver}
cvsdist 14624e
%configure
cvsdist 7be4b8
make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS"
cvsdist 7be4b8
popd
cvsdist 2cae50
cvsdist 2cae50
%install
cvsdist 2cae50
rm -rf $RPM_BUILD_ROOT
cvsdist 7fc3f6
Tim Waugh cad1f5
pushd foomatic-filters-%{filtersver}
cvsdist 7be4b8
eval `perl '-V:installvendorlib' '-V:installvendorarch'`
cvsdist f9b8fa
mkdir -p $RPM_BUILD_ROOT/$installvendorlib
cvsdist f9b8fa
export INSTALLSITELIB=$RPM_BUILD_ROOT/$installvendorlib
cvsdist 7be4b8
export INSTALLSITEARCH=$RPM_BUILD_ROOT/$installvendorarch
cvsdist 14624e
make	DESTDIR=%buildroot PREFIX=%{_prefix} \
cvsdist f9b8fa
	INSTALLSITELIB=$RPM_BUILD_ROOT/$installvendorlib \
cvsdist 7be4b8
	INSTALLSITEARCH=$RPM_BUILD_ROOT/$installvendorarch \
Tim Waugh cad1f5
	install-main install-cups
cvsdist 7be4b8
popd
cvsdist 2cae50
cvsdist 7be4b8
pushd foomatic-db-engine-%{enginever}
cvsdist 7be4b8
make	DESTDIR=%buildroot PREFIX=%{_prefix} \
cvsdist 7be4b8
	INSTALLSITELIB=$installvendorlib \
cvsdist 7be4b8
	INSTALLSITEARCH=$installvendorarch \
cvsdist 7be4b8
	install
cvsdist 7be4b8
popd
cvsdist 7be4b8
Tim Waugh cad1f5
pushd foomatic-db-%{dbver_snap}
cvsdist 7be4b8
make	DESTDIR=%buildroot PREFIX=%{_prefix} \
cvsdist 7be4b8
	INSTALLSITELIB=$RPM_BUILD_ROOT/$installvendorlib \
cvsdist 7be4b8
	INSTALLSITEARCH=$RPM_BUILD_ROOT/$installvendorarch \
cvsdist 7be4b8
	install
cvsdist 7f30dd
cvsdist 7be4b8
popd
cvsdist 7be4b8
cvsdist 7be4b8
pushd foomatic-db-hpijs-%{hpijsver}
cvsdist 7be4b8
make	DESTDIR=%buildroot PREFIX=%{_prefix} \
cvsdist 7be4b8
	INSTALLSITELIB=$RPM_BUILD_ROOT/$installvendorlib \
cvsdist 7be4b8
	INSTALLSITEARCH=$RPM_BUILD_ROOT/$installvendorarch \
cvsdist 7be4b8
	install
cvsdist 7be4b8
popd
cvsdist 317096
cvsdist 7be4b8
# Remove ghostscript UPP drivers that are gone in 7.07
cvsdist 7be4b8
rm -f %{buildroot}%{_datadir}/foomatic/db/source/driver/{bjc6000a1,PM760p,PM820p,s400a1,sharp,Stc670pl,Stc670p,Stc680p,Stc760p,Stc777p,Stp720p,Stp870p}.upp.xml
cvsdist 14624e
cvsdist 7be4b8
# Remove drivers with no command line.
cvsdist 7be4b8
pushd foomatic-db-engine-%{enginever}
Tim Waugh e2701e
perl -Ilib ./foomatic-cleanupdrivers %{buildroot}%{_datadir}/foomatic
cvsdist 7be4b8
popd
cvsdist 7be4b8
cvsdist 7be4b8
# Update any old-style printer IDs still left around.
cvsdist 7be4b8
echo '#!/usr/bin/perl -pi' > convert-printerids.pl
cvsdist 7be4b8
sed -e 's|^\(.*\) \(.*\)$|s,printer/\1,printer/\2,g;|' \
cvsdist 7be4b8
	%{buildroot}%{_datadir}/foomatic/db/oldprinterids \
cvsdist 7be4b8
	>> convert-printerids.pl
cvsdist 7be4b8
chmod a+x convert-printerids.pl
cvsdist 7be4b8
./convert-printerids.pl %{buildroot}%{_datadir}/foomatic/db/source/{opt,driver}/*.xml
Tim Waugh 758f80
find %{buildroot}%{_datadir}/foomatic/db/source/ -type f | xargs chmod 0644
cvsdist 317096
cvsdist 9435e6
# Use relative, not absolute, symlink for CUPS filter.
Tim Waugh 82b53f
ln -sf ../../../bin/foomatic-rip %{buildroot}/usr/lib/cups/filter/foomatic-rip
cvsdist 9435e6
Tim Waugh 7dbae1
mkdir $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/Custom
Tim Waugh 7dbae1
mkdir -p $RPM_BUILD_ROOT%{_var}/cache/foomatic
Tim Waugh 7dbae1
Tim Waugh 7eb2d3
echo cups > $RPM_BUILD_ROOT%{_sysconfdir}/foomatic/defaultspooler
Tim Waugh 7eb2d3
cvsdist f9b8fa
# Remove things we don't ship.
cvsdist f9b8fa
rm -rf	$RPM_BUILD_ROOT%{_libdir}/perl5/site_perl \
cvsdist 9435e6
	$RPM_BUILD_ROOT%{_libdir}/ppr \
cvsdist 9435e6
	$RPM_BUILD_ROOT%{_sysconfdir}/foomatic/filter.conf.sample
cvsdist 9435e6
find $RPM_BUILD_ROOT -name .packlist -o -name '*.xml.*' | xargs rm -f
cvsdist 1044c5
cvsdist 317096
%post
Tim Waugh c5511c
/bin/rm -f /var/cache/foomatic/*
cvsdist 317096
exit 0
cvsdist 317096
cvsdist 2cae50
%clean
cvsdist 1044c5
rm -fr %buildroot $RPM_BUILD_DIR/%{name}
cvsdist 2cae50
cvsdist 2cae50
%files
cvsdist 2cae50
%defattr(-,root,root)
cvsdist f9b8fa
%dir %{_sysconfdir}/foomatic
cvsdist f9b8fa
%config(noreplace) %{_sysconfdir}/foomatic/filter.conf
Tim Waugh 7eb2d3
%config(noreplace) %{_sysconfdir}/foomatic/defaultspooler
cvsdist 1044c5
%{_bindir}/*
cvsdist 1044c5
%{_sbindir}/*
cvsdist f9b8fa
%{_prefix}/lib*/perl5/vendor_perl/*/Foomatic
Tim Waugh 82b53f
%dir /usr/lib/cups
Tim Waugh 82b53f
/usr/lib/cups/*
cvsdist 1044c5
%{_datadir}/foomatic
Tim Waugh 3d1015
%{_datadir}/cups/model/foomatic-db-ppds
cvsdist 1044c5
%{_mandir}/*/*
Tim Waugh 7dbae1
%{_var}/cache/foomatic
cvsdist 1044c5
cvsdist f9b8fa
%changelog
Tim Waugh bcfc05
* Thu Jul  2 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-3
Tim Waugh bcfc05
- Removed '-O0' compiler option for foomatic-filters, which had been
Tim Waugh bcfc05
  used for debugging purposes.
Tim Waugh bcfc05
Tim Waugh bcfc05
* Thu Jul  2 2009 Tim Waugh <twaugh@redhat.com> 4.0.2-1
Tim Waugh 4c4d5c
- Updated db-engine to 4.0.2 (bug #503188).
Tim Waugh 4c4d5c
- Updated foomatic-filters to 4.0.2 (bug #496521).
Tim Waugh 4c4d5c
- Updated db-hpijs to 20090701.
Tim Waugh 4c4d5c
- Updated db to 4.0-20090702.
Tim Waugh 4c4d5c
- This package obsoletes oki4linux (bug #491489).
Tim Waugh 4c4d5c
- Don't ship ChangeLog/README/USAGE for each of the 4 packages as it
Tim Waugh 4c4d5c
  comes to more than 1MB (bug #492449).
Tim Waugh 4c4d5c
- Don't use mktemp in foomatic-rip.
Tim Waugh 4c4d5c
Jesse Keating 7dabf7
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
Jesse Keating 7dabf7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating 7dabf7
Tim Waugh cad1f5
* Thu Jan 15 2009 Tim Waugh <twaugh@redhat.com> 4.0.0-1
Tim Waugh cad1f5
- 4.0.0.
Tim Waugh cad1f5
Tim Waugh 322c31
* Mon Jan 12 2009 Tim Waugh <twaugh@redhat.com> 3.0.2-70
Tim Waugh 322c31
- Major gutenprint version is 5.2.
Tim Waugh 322c31
Tim Waugh 7754d6
* Sat Jan 10 2009 Tim Waugh <twaugh@redhat.com> 3.0.2-69
Tim Waugh 7754d6
- Updated db-hpijs to 20090110.
Tim Waugh 7754d6
- Updated db to 20090110.
Tim Waugh 7754d6
- Updated filters to 3.0-20090110.
Tim Waugh 7754d6
- Updated db-engine to 3.0-20090110.
Tim Waugh 7754d6
Tim Waugh d58d47
* Thu Dec  3 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-68
Tim Waugh d58d47
- Updated db-hpijs to 20081124.
Tim Waugh d58d47
- Updated db to 20081124.
Tim Waugh d58d47
- Updated filters to 3.0-20081124.
Tim Waugh d58d47
- Updated db-engine to 3.0-20081124.
Tim Waugh 6a16f0
- Better build root.
Tim Waugh 6a16f0
- Fixed summary.
Tim Waugh 6a16f0
Tim Waugh 3a1ac2
* Thu Oct  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-67
Tim Waugh 3a1ac2
- Rebuilt (bug #465298).
Tim Waugh 3a1ac2
Tim Waugh a8190d
* Fri Sep  5 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-66
Tim Waugh a8190d
- Fixed filename handling in foomatic-rip (bug #457679).
Tim Waugh a8190d
Tim Waugh f1b552
* Thu Sep  4 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-65
Tim Waugh f9204a
- Removed ampathxml and xml-cflags patches.
Tim Waugh 9b0c3d
- Updated db-hpijs to 20080904.
Tim Waugh 827f0f
- Updated db to 20080904.
Tim Waugh 1d1415
- Updated filters to 3.0-20080904.
Tim Waugh bcb436
- Updated db-engine to 3.0-20080904.
Tim Waugh bcb436
Tim Waugh d40cc2
* Wed Sep  3 2008 Tim Waugh <twaugh@redhat.com>
Tim Waugh d40cc2
- Finally remove ppdload.
Tim Waugh d40cc2
Tim Waugh f71b8f
* Tue Sep  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-64
Tim Waugh e23979
- Fixed typo in HP-Color_LaserJet_9500_MFP.xml.
Tim Waugh e23979
Tim Waugh 7a2c77
* Tue Sep  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-63
Tim Waugh 7a2c77
- Avoid busy-looping when trying to shorten long PPD nicknames.
Tim Waugh 7a2c77
Tim Waugh 6a8bf0
* Tue Sep  2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-62
Tim Waugh c6c2bc
- Removed patch fuzz.
Tim Waugh 6a8bf0
- Fixed PPD generation for HP LaserJet 4345 MFP (bug #459847).
Tim Waugh 6a8bf0
Tim Waugh 2526c8
* Thu Jul 10 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-61
Tim Waugh bec30b
- Updated db-hpijs to 20080710.
Tim Waugh 554b0e
- Updated db to 20080710.
Tim Waugh 76f3c6
- Updated filters to 3.0-20080710.
Tim Waugh d647db
- Updated db-engine to 3.0-20080710.
Tim Waugh 7eb2d3
- Ship a defaultspooler file to avoid the need for spooler
Tim Waugh 7eb2d3
  auto-detection (bug #454684).
Tim Waugh 7eb2d3
Tim Waugh 93d351
* Thu May  8 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-60
Tim Waugh 7be961
- Updated filters to 3.0-20080507.
Tim Waugh 7be961
Tim Waugh 36c2a2
* Wed May  7 2008 Tim Waugh <twaugh@redhat.com>
Tim Waugh 36c2a2
- Avoid busy-looping when the CUPS backend stops (bug #445555).
Tim Waugh 36c2a2
Tim Waugh d65c3e
* Tue Apr  1 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-59
Tim Waugh d65c3e
- More foo2zjs printers removed (bug #438319).
Tim Waugh d65c3e
Tim Waugh f80a31
* Thu Mar 13 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-58
Tim Waugh f80a31
- Applied patch from upstream to make foomatic-rip clean up correctly when
Tim Waugh f80a31
  a job is cancelled.
Tim Waugh f80a31
Tom Callaway 45dcb5
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 3.0.2-57
Tom Callaway 45dcb5
- rebuild for new perl (again)
Tom Callaway 45dcb5
Tim Waugh 641e26
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-56
Tim Waugh 673393
- Updated filters to 3.0-20080211.
Tim Waugh 7e3614
- Updated db-hpijs to 20080211.
Tim Waugh dbdc8b
- Updated db-engine to 3.0-20080211.
Tim Waugh 31be37
- Updated db to 3.0-20080211.
Tim Waugh 31be37
Tom Callaway 654f40
* Sat Feb  2 2008 Tom "spot" Callaway <tcallawa@redhat.com> 3.0.2-55
Tom Callaway 654f40
- rebuild for new perl
Tom Callaway 654f40
Tom Callaway beff89
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 3.0.2-54
Tom Callaway beff89
- rebuild for new perl
Tom Callaway beff89
- correct license tag
Tom Callaway beff89
Tim Waugh e53cd7
* Wed Jan  9 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-53
Tim Waugh 07ddb4
- Updated db-hpijs to 20071218.
Tim Waugh 96af0d
- Updated db to 3.0-20071218.
Tim Waugh 88ce8a
- Updated db-engine to 3.0-20071218.
Tim Waugh 88ce8a
- Updated filters to 3.0-20071218 (bug #416881).
Tim Waugh 762cf8
Tim Waugh 24241f
* Mon Jan  7 2008 Tim Waugh <twaugh@redhat.com>
Tim Waugh 24241f
- Removed foo2qpdl drivers and printers (bug #208851).
Tim Waugh 24241f
Tim Waugh a5a025
* Fri Oct 12 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-52
Tim Waugh a5a025
- Removed use of printconf hooks.
Tim Waugh a5a025
- Don't restart CUPS on upgrade.
Tim Waugh a5a025
Tim Waugh 3c4e00
* Fri Sep 21 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-51
Tim Waugh 2f27b1
- Build requires perl(ExtUtils::MakeMaker).
Tim Waugh 3c4e00
- Updated filters to 3.0-20070919.
Tim Waugh 7fd9a5
- Updated db to 20070919.
Tim Waugh 7fd9a5
Tim Waugh 5e81cb
* Wed Aug 15 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-50
Tim Waugh 5e81cb
- Removed references to unshipped drivers:
Tim Waugh 5e81cb
  * drv_x125
Tim Waugh 5e81cb
  * ml85p
Tim Waugh 5e81cb
  * pbm2lxwl
Tim Waugh 5e81cb
  * pbmtozjs
Tim Waugh 5e81cb
  * bjc800j
Tim Waugh 5e81cb
Tim Waugh d8f0bd
* Thu Jun 14 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-49
Tim Waugh fb859b
- Safe default margins for PPDs (bug #244161).
Tim Waugh be98ef
- Added missing IEEE 1284 ID for HP Photosmart 380 (bug #241352).
Tim Waugh be98ef
Tim Waugh 0447b5
* Thu Jun 14 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-48
Tim Waugh bf070d
- Updated db to 3.0-20070614.
Tim Waugh c85a88
- Updated db-engine to 3.0-20070614.
Tim Waugh 7435d3
- Updated db-hpijs to 20070614.
Tim Waugh 345ffe
- Updated filters to 3.0-20070614.
Tim Waugh 345ffe
Tim Waugh 091238
* Mon Apr 16 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-47
Tim Waugh af9e71
- Fixed %%prep (bug #208851).
Tim Waugh c6ea7e
- Removed now-unused with_omni code.
Tim Waugh c6ea7e
Tim Waugh 778bd7
* Fri Mar 30 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-46
Tim Waugh 778bd7
- Don't ship old gimp-print data (bug #234388).
Tim Waugh 778bd7
Tim Waugh 78e9fd
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-45
Tim Waugh 78e9fd
- Leave gutenprint-recommended printers alone, rather than pointing them
Tim Waugh 78e9fd
  to gimp-print as before.
Tim Waugh 78e9fd
Tim Waugh 19bd3c
* Tue Jan  9 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-44
Tim Waugh 19bd3c
- Removed m2300w files (bug #203381).
Tim Waugh 19bd3c
Tim Waugh b76bb4
* Fri Jan  5 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-43
Tim Waugh b76bb4
- Updated db to 3.0-20070105 (bug #214037, bug #191661, bug #198999,
Tim Waugh b76bb4
  bug #191504, bug #187387, bug #188762, bug #170373, bug #221121,
Tim Waugh b76bb4
  bug #214801).
Tim Waugh b76bb4
Tim Waugh 5f5f18
* Thu Nov 30 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-42
Tim Waugh 5f5f18
- Updated db to 3.0-20061130.
Tim Waugh 5f5f18
Tim Waugh 60a203
* Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-41
Tim Waugh 60a203
- Updated db-engine to 3.0-20061109 (bug #197331).
Tim Waugh 60a203
Tim Waugh b284af
* Tue Nov  7 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-40
Tim Waugh ca3837
- Clean up gimp-print-ijs/gutenprint recommended drivers.
Tim Waugh a56e37
- Updated db-hpijs to 20061031.
Tim Waugh a56e37
Tim Waugh ab08b5
* Fri Nov  3 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-39
Tim Waugh 34159b
- Updated db-engine to 3.0-20061031.
Tim Waugh 34159b
- Updated db to 3.0-20061031.
Tim Waugh ab08b5
- Remove references to foo2zjs and foo2oak (bug #208851).
Tim Waugh ab08b5
Tim Waugh 6e4538
* Thu Aug  3 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-38
Tim Waugh f317a8
- Change a2ps requirement to mpage.
Tim Waugh 6e4538
- Make CUPS driver work with drivers containing '-' in their names
Tim Waugh 6e4538
  (bug #201398).
Tim Waugh 6e4538
Karsten Hopp 1df045
* Thu Jul 13 2006 Karsten Hopp <karsten@redhat.de> 3.0.2-37
Karsten Hopp 1df045
- buildrequires autoconf, automake
Karsten Hopp 1df045
Jesse Keating 942fa4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0.2-36.1
Jesse Keating 942fa4
- rebuild
Jesse Keating 942fa4
Karsten Hopp 50b3cc
* Mon May 22 2006 Karsten Hopp <karsten@redhat.de> 3.0.2-36
Karsten Hopp 50b3cc
- add buildrequires ghostscript-devel so that /usr/lib/cups/driver/foomatic
Karsten Hopp 50b3cc
  gets built
Karsten Hopp 50b3cc
Tim Waugh 7946c1
* Fri May 19 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-35
Tim Waugh ca0108
- Define CUPS_PPDS for configure (bug #192375).
Tim Waugh ca0108
Tim Waugh fecc15
* Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh fecc15
- Updated db-engine to 3.0-20060421.
Tim Waugh fecc15
Tim Waugh 82b53f
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-34
Tim Waugh 82b53f
- Always use /usr/lib/cups/{backend,filter}.
Tim Waugh 82b53f
Jesse Keating 479931
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.0.2-33.2
Jesse Keating 479931
- bump again for double-long bug on ppc(64)
Jesse Keating 479931
Jesse Keating 0d0d3d
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.0.2-33.1
Jesse Keating 0d0d3d
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating 0d0d3d
Tim Waugh e2701e
* Wed Jan 18 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-33
Tim Waugh e2701e
- Make build self-hosting.
Tim Waugh e2701e
Tim Waugh f3fe96
* Tue Jan 17 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-32
Tim Waugh f6e2df
- Fix foomatic-cleanupdrivers.
Tim Waugh 1304f0
- Updated db-engine to 3.0-20060117.
Tim Waugh f3fe96
- Handle PPDs with default option values of '0'.
Tim Waugh f3fe96
Tim Waugh ac041d
* Mon Jan 16 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-31
Tim Waugh ac041d
- Fix tag mismatch in db.
Tim Waugh ac041d
- Updated db to 3.0-20060116.
Tim Waugh ac041d
Tim Waugh c5511c
* Tue Jan 10 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh c5511c
- Don't remove the cache directory, only its contents (bug #177266).
Tim Waugh c5511c
Tim Waugh 378878
* Tue Jan  3 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-30
Tim Waugh 378878
- Updated db to 3.0-20060103.
Tim Waugh 378878
Jesse Keating 4930fe
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 4930fe
- rebuilt
Jesse Keating 4930fe
Tim Waugh 3a4d90
* Fri Dec  9 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-29
Tim Waugh 0adf00
- Updated db-engine to 3.0-20051209.
Tim Waugh 957dff
- Updated db-hpijs to 1.5-20051209.
Tim Waugh 941de0
- Updated filters to 3.0-20051209.  No longer need rip-cvs patch.
Tim Waugh 3d1015
- Updated db to 3.0-20051209.
Tim Waugh 3d1015
Tim Waugh 59f78d
* Tue Sep 13 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-28
Tim Waugh 14cb5f
- Remove explicit perl module package dependencies.  These should be
Tim Waugh 14cb5f
  picked up by the RPM during the build process automatically anyway.
Tim Waugh 14cb5f
  Fixes bug #167997.
Tim Waugh 14cb5f
Tim Waugh 17a4db
* Mon Sep 12 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-27
Tim Waugh 7dbae1
- Own %%{_datadir}/foomatic/db/source/PPD/Custom and %%{_var}/cache/foomatic
Tim Waugh 7dbae1
  (bug #168085).
Tim Waugh 7dbae1
Tim Waugh c8ce92
* Wed Sep  7 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-26
Tim Waugh 33d500
- Updated db-engine to 3.0-20050907.
Tim Waugh 67e722
- Updated db to 3.0-20050907.
Tim Waugh 67e722
Tim Waugh 6d638c
* Mon Sep  5 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-25
Tim Waugh a7674f
- Add IEEE 1284 ID for HP LaserJet 4200 (bug #166638).
Tim Waugh 376a33
- Add IEEE 1284 ID for HP LaserJet 5000 (bug #167154).
Tim Waugh a7674f
Tim Waugh 432a2b
* Thu Aug  4 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-24
Tim Waugh 317687
- Updated db to 3.0-20050804.
Tim Waugh 317687
- No longer need hplj5 patch.
Tim Waugh 317687
- Conflicts with system-config-printer before the parser bug was fixed.
Tim Waugh 317687
Tim Waugh d3d695
* Tue Jul 26 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-23
Tim Waugh c00e25
- Updated db to 3.0-20050726.
Tim Waugh c00e25
- No longer need ieee1284 patch.
Tim Waugh c00e25
Tim Waugh 26afe8
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 26afe8
- Fix IEEE 1284 ID for HP Photosmart 7260 (bug #162915).
Tim Waugh 26afe8
Tim Waugh ebefe1
* Mon Jul 18 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-22
Tim Waugh 875600
- Updated db to 20050718.
Tim Waugh 875600
Tim Waugh db02bd
* Sun Jul  3 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-21
Tim Waugh a341e7
- Updated db to 20050703.
Tim Waugh a341e7
Tim Waugh dccd01
* Mon Jun 13 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-20
Tim Waugh a18a08
- Updated db-hpijs to 1.5-20050613.
Tim Waugh a1103a
- Updated db to 20050613.
Tim Waugh a1103a
Tim Waugh 24fae8
* Fri Jun 10 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 24fae8
- Add IEEE 1284 ID for Epson Stylus Photo 915 (bug #160030).
Tim Waugh 24fae8
- Add IEEE 1284 ID for Ricoh Aficio 2228C PS (bug #160036).
Tim Waugh 24fae8
Tim Waugh c18d36
* Tue Jun  7 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 586dc6
- Add IEEE 1284 ID for Epson Stylus Photo 870 (bug #159717).
Tim Waugh c18d36
Tim Waugh 2679d8
* Wed May 25 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 2679d8
- Add IEEE 1284 ID for HP LaserJet 4250 (bug #157883).
Tim Waugh 2679d8
Tim Waugh fe881e
* Thu May 19 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh fe881e
- Add IEEE 1284 ID for HP DeskJet 3845 (bug #157760).
Tim Waugh fe881e
Tim Waugh a85c05
* Tue May  3 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-19
Tim Waugh 7a70a2
- Add IEEE 1284 ID for Epson Stylus CX5400 (bug #156661).
Tim Waugh 7a70a2
Tim Waugh cafed9
* Tue Apr 12 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 62532b
- Fix Postscript driver (bug #151645).
Tim Waugh 415ec3
- Add IEEE 1284 ID for HP DeskJet 5150 (bug #154518).
Tim Waugh 415ec3
- Add IEEE 1284 ID for HP LaserJet 2420 (bug #114191).
Tim Waugh cafed9
Tim Waugh 6a7131
* Thu Mar 24 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 6a7131
- Add a hook to remove any foomatic data cached by system-config-printer.
Tim Waugh 6a7131
Tim Waugh adb0f0
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-18
Tim Waugh c23775
- Updated db to 20050310.
Tim Waugh c23775
Tim Waugh 1012cf
* Wed Mar  9 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-17
Tim Waugh f7b28f
- Make Omni optional.
Tim Waugh 007ee1
- ... and disable it.
Tim Waugh f7b28f
Tim Waugh b9242f
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-16
Tim Waugh b9242f
- Rebuild for new GCC.
Tim Waugh b9242f
Tim Waugh 0aa3b1
* Fri Feb 25 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 0aa3b1
- Add IEEE 1284 information for Lexmark Optra R+ (bug #149498).
Tim Waugh 0aa3b1
Tim Waugh 50658d
* Thu Feb 17 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-15
Tim Waugh 50658d
- Fixed warning patch.
Tim Waugh 50658d
Tim Waugh c600c9
* Wed Feb 16 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh c600c9
- Don't ship backup files.
Tim Waugh c600c9
Tim Waugh 6f0c13
* Wed Feb 16 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-14
Tim Waugh 137c3d
- Updated db to 20050216.
Tim Waugh 137c3d
Tim Waugh b573b7
* Thu Feb 10 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh b573b7
- Added IEEE 1284 information for HP Color LaserJet 4600 (bug #147648).
Tim Waugh b573b7
Tim Waugh b12067
* Tue Feb  8 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 1c85c2
- Corrected IEEE 1284 information for HP DeskJet 6540 (bug #147288).
Tim Waugh b12067
- Added IEEE 1284 information for Epson Stylus C82 (bug #147230).
Tim Waugh b12067
Tim Waugh a3dfb2
* Mon Jan 24 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh a3dfb2
- Fixed last change.
Tim Waugh a3dfb2
Tim Waugh df8308
* Fri Jan 21 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 567f7a
- Prevent a warning from DB.pm (bug #145605).
Tim Waugh df8308
Tim Waugh 75a5b4
* Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-13
Tim Waugh 359e5e
- Updated db to 20050118.
Tim Waugh 359e5e
Tim Waugh dc166c
* Mon Jan 10 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh dc166c
- Added IEEE 1284 information for Epson Stylus Photo R200 (bug #144631).
Tim Waugh dc166c
Tim Waugh 1e689d
* Tue Jan  4 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 5b41ae
- Added IEEE 1284 information for Okidata Okipage 6ex (bug #143964).
Tim Waugh 1e689d
- Added IEEE 1284 information for Epson Stylus Photo R300 (bug #143939).
Tim Waugh 1e689d
Tim Waugh 5864fe
* Mon Dec 20 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-12
Tim Waugh d12033
- Added IEEE 1284 information for Epson Stylus CX3200 (bug #143343).
Tim Waugh d12033
Tim Waugh 666501
* Mon Dec  6 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-11
Tim Waugh 666501
- Updated db to 20041206.
Tim Waugh 666501
Tim Waugh 577fc7
* Thu Dec  2 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-10
Tim Waugh 577fc7
- Added IEEE 1284 information for HP-Color_Inkjet_Printer_CP1700 (bug #141594).
Tim Waugh 1929ab
- Added IEEE 1284 information for Samsung-ML-1710 (bug #141163).
Tim Waugh eddd00
- Added IEEE 1284 information for HP-OfficeJet_G95 (bug #141057).
Tim Waugh f8b020
Tim Waugh 5de4b3
* Wed Nov 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-9
Tim Waugh 5de4b3
- Updated db to 20041124.
Tim Waugh 5de4b3
- Updated hpijs-db to 1.5-20041124.
Tim Waugh 5de4b3
- No longer need HP DJ 6122 patch.
Tim Waugh 5de4b3
- No longer need ieee1284 patch.
Tim Waugh 5de4b3
- Updated Omni-printers to 0.9.2.
Tim Waugh 5de4b3
Tim Waugh 1195a8
* Wed Nov 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-8
Tim Waugh 475716
- Minor PPD.pm fix for PPD import (bug #132625).
Tim Waugh 1195a8
Tim Waugh 8d5912
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-7
Tim Waugh 8d5912
- Applied some foomatic-rip fixes from CVS.
Tim Waugh 8d5912
Tim Waugh 141a87
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh 141a87
- Add autodetect information for HP Color LaserJet 4550 (bug #139799).
Tim Waugh 141a87
Tim Waugh c99a40
* Wed Nov 17 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-6
Tim Waugh 7080ee
- Add autodetect information for HP LaserJet 8150 (bug #139683).
Tim Waugh e0cf85
- Add autodetect information for Epson Stylus Color 777 (bug #139629).
Tim Waugh e0cf85
Tim Waugh a48d09
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-5
Tim Waugh 14b201
- Ship data as non-executable (bug #139271).
Tim Waugh 540582
- Corrected autodetect information for HP Business InkJet 1100 (bug #139258).
Tim Waugh 540582
Tim Waugh f24d7e
* Mon Nov 15 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-4
Tim Waugh b63050
- Add autodetect information for HP Business InkJet 1100 (bug #139258).
Tim Waugh b63050
- Add autodetect information for Epson Stylus Photo 790 (bug #139266).
Tim Waugh e2be90
- Add autodetect information for HP DJ 3820 (bug #139271).
Tim Waugh e2be90
Tim Waugh d90f75
* Wed Oct 13 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-3
Tim Waugh d90f75
- Revert change for bug #133647.
Tim Waugh d90f75
Tim Waugh e5268e
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-2
Tim Waugh e5268e
- Use gimp-print driver for HP 2000C (bug #133647).
Tim Waugh 045995
- Add autodetect information for Lexmark Z52 (bug #135178).
Tim Waugh 045995
Tim Waugh b6972e
* Thu Oct  7 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh b6972e
- Add autodetect information for HP DJ 640C (bug #134912).
Tim Waugh b6972e
Tim Waugh 26430d
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.2-1
Tim Waugh 7a72ef
- Updated filters to 3.0.2.
Tim Waugh 37b7c2
- Updated db-engine to 3.0.2.
Tim Waugh 37b7c2
- No longer need Omni PageSize patch or lvalue patch.
Tim Waugh 37b7c2
cvsdist 6a416b
* Tue Aug 31 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-11
cvsdist 6a416b
- Add autodetect information for Brother HL-5050 (bug #131220).
cvsdist 6a416b
cvsdist 25dffd
* Fri Aug 13 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-10
cvsdist 25dffd
- Add autodetect information for HP LJ 2200 (bug #129732).
cvsdist 25dffd
cvsdist 25dffd
* Thu Aug  5 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 25dffd
- Add autodetect information for HP DJ 1220.
cvsdist 25dffd
cvsdist d937a3
* Tue Jul 27 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-9
cvsdist d937a3
- Rebuilt.
cvsdist d937a3
cvsdist 2d0dcb
* Wed Jul 21 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-8
cvsdist 2d0dcb
- Add autodetect information for HP DJ 6122 (bug #124629).
cvsdist 2d0dcb
cvsdist 1e91ea
* Tue Jul 20 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-7
cvsdist 1e91ea
- Updated gimp-print data to 4.2.7.
cvsdist 1e91ea
cvsdist 94702c
* Mon Jul 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-6
cvsdist 94702c
- Updated db to 20040712.
cvsdist 94702c
- HPLJ4300 data is upstream now.
cvsdist 94702c
cvsdist 23cccf
* Thu Jun 24 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-5
cvsdist 23cccf
- SNMP/IEEE 1284 data for HPLJ4300.
cvsdist 23cccf
cvsdist 23cccf
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 23cccf
- rebuilt
cvsdist 23cccf
cvsdist 23cccf
* Tue Jun  1 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 23cccf
- Build requires a2ps, because foomatic-filters checks for a conversion
cvsdist 23cccf
  utility (bug #124931).
cvsdist 23cccf
cvsdist 7038fd
* Mon Apr 19 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-3
cvsdist 7038fd
- Require appropriate perl(:MODULE_COMPAT_...) symbol (bug #121131).
cvsdist 7038fd
cvsdist 7038fd
* Wed Mar 10 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 7038fd
- Fix deprecated cast-as-lvalues.
cvsdist 7038fd
cvsdist b1fba2
* Thu Mar  4 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-2
cvsdist b1fba2
- Fix Omni PageSize problem (bug #115586).
cvsdist b1fba2
cvsdist b1fba2
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b1fba2
- rebuilt
cvsdist b1fba2
cvsdist b1fba2
* Thu Feb 19 2004 Tim Waugh <twaugh@redhat.com> 3.0.1-1
cvsdist b1fba2
- Upgrade db to 20040219.
cvsdist b1fba2
- Upgrade hpijs to 1.5-20040219.
cvsdist b1fba2
- Upgrade engine to 3.0.1.
cvsdist b1fba2
- Upgrade filters to 3.0.1.
cvsdist b1fba2
cvsdist b1fba2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b1fba2
- rebuilt
cvsdist b1fba2
cvsdist b1fba2
* Mon Feb  9 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-23
cvsdist b1fba2
- Fix up HP Color Inkjet CP1700 support.
cvsdist b1fba2
- Remove PrintoutMode option from gimp-print driver to avoid breaking it.
cvsdist b1fba2
- Update filters to 3.0.1rc3.
cvsdist b1fba2
- Update engine to 3.0.1rc2
cvsdist b1fba2
- No long need symlink patch.
cvsdist b1fba2
cvsdist bd57ff
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-22
cvsdist bd57ff
- Updated Omni printers to 0.9.1 again.
cvsdist 9435e6
cvsdist 9435e6
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-21
cvsdist 9435e6
- Build for Fedora Core 1 printer drivers update.
cvsdist 9435e6
- Revert Omni update temporarily.
cvsdist 9435e6
- Downgrade engine to 20031217 to stick to the stable branch.
cvsdist 9435e6
cvsdist 9435e6
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-20
cvsdist 9435e6
- Updated Omni printers to 0.9.1.
cvsdist 9435e6
cvsdist 9435e6
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-19
cvsdist 9435e6
- Build for Fedora Core 1 printer drivers update.
cvsdist 9435e6
- No longer need symlink patch.
cvsdist 9435e6
- Updated fontpath patch.
cvsdist 9435e6
- Updated engine to 20040112.
cvsdist 9435e6
- Updated db to 20040112.
cvsdist 9435e6
- Updated gimp-print data to 4.2.6.
cvsdist 9435e6
cvsdist 9435e6
* Tue Jan  6 2004 Tim Waugh <twaugh@redhat.com> 3.0.0-18
cvsdist 9435e6
- Build for Fedora Core 1 printer drivers update.
cvsdist 9435e6
- Explicitly state conflict with hpijs < 1.5.
cvsdist 9435e6
- Make foomatic-ppdfile accept '-t type' like foomatic-datafile used to.
cvsdist 9435e6
cvsdist 9435e6
* Tue Dec 23 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-17
cvsdist 9435e6
- Fix up gimp-print XML (bug #112574).
cvsdist 9435e6
cvsdist 9435e6
* Fri Dec 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-16
cvsdist 9435e6
- Need the ppd driver too.
cvsdist 9435e6
cvsdist 9435e6
* Fri Dec 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-15
cvsdist 9435e6
- Reinstate ppdload long enough for me to work around its disappearance.
cvsdist 9435e6
cvsdist 9435e6
* Thu Dec 18 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 9435e6
- Updated db to 20031218.
cvsdist 9435e6
- No longer need hpdj656, dell, mc3100 patches.
cvsdist 9435e6
cvsdist 9435e6
* Wed Dec 17 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-14
cvsdist 9435e6
- Updated db to 20031217.
cvsdist 9435e6
- Updated engine to 20031217.
cvsdist 9435e6
- Updated hpijs to 1.5-20031217.
cvsdist 9435e6
- Use relative symlinks.
cvsdist 9435e6
cvsdist 9435e6
* Fri Dec 12 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-13
cvsdist 9435e6
- Add Minolta magicolor 3100.
cvsdist 9435e6
cvsdist 9435e6
* Tue Dec  2 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 9435e6
- Don't ship backup files.
cvsdist 9435e6
cvsdist 9435e6
* Fri Nov 29 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-12
cvsdist 9435e6
- Undo over-zealous percent escaping in PostScript.xml
cvsdist 9435e6
- Build requires libxml2-devel (bug #110589).
cvsdist 9435e6
- Use relative, not absolute, symlink for CUPS filter.
cvsdist 9435e6
cvsdist 9435e6
* Fri Nov  7 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-11
cvsdist 9435e6
- Add pxlmono driver for HP LaserJet 5 (bug #109378).
cvsdist 9435e6
cvsdist 9435e6
* Wed Nov  5 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-10
cvsdist 9435e6
- Updated db to 20031105.
cvsdist 9435e6
- Drop filters path patch.
cvsdist 9435e6
- Updated fontpath patch, both libdir patches.
cvsdist 9435e6
- Updated engine and filters to 3.0-20031105.
cvsdist 9435e6
- Updated hpijs db to 1.4-1.
cvsdist 9435e6
cvsdist 7be4b8
* Mon Oct 27 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-9
cvsdist 7be4b8
- Recommend omni-compiled for Omni drivers (bug #107965).
cvsdist 7be4b8
cvsdist 7be4b8
* Mon Sep 29 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 7be4b8
- No longer requires Date::Manip (bug #105696).
cvsdist 7be4b8
cvsdist 7be4b8
* Thu Sep  4 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-8
cvsdist 7be4b8
- Build requires latest perl (bug #103630).
cvsdist 7be4b8
cvsdist 7be4b8
* Tue Aug  5 2003 Elliot Lee <sopwith@redhat.com> 3.0.0-7
cvsdist 7be4b8
- Fix install to find perl modules
cvsdist 7be4b8
cvsdist 7be4b8
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 7be4b8
- rebuilt
cvsdist 7be4b8
cvsdist 7be4b8
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist 7be4b8
- add explicit epoch's where needed.
cvsdist 7be4b8
cvsdist 7be4b8
* Tue Jun  3 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-5
cvsdist 7be4b8
- Add some Dell printers.
cvsdist 7be4b8
- Updated foomatic-db to 20030603.
cvsdist 7be4b8
- Updated missing UPP list for ghostscript 7.07.
cvsdist 7be4b8
cvsdist 7be4b8
* Wed May 21 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-4
cvsdist c634a4
- Fix some printer models whose recommended driver is not shipped
cvsdist c634a4
  (bug #89455).
cvsdist 7be4b8
cvsdist 7be4b8
* Mon May 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-3
cvsdist 7be4b8
- Relax perl requirement.  Rebuild for perl 5.8.0.
cvsdist 7be4b8
cvsdist 7be4b8
* Mon May 19 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-2
cvsdist 7be4b8
- Disable the xmltest during configure (it hangs on ppc).
cvsdist 7be4b8
- Requires newer perl (bug #91129).
cvsdist 7be4b8
cvsdist 7be4b8
* Wed Apr 30 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-1
cvsdist 7be4b8
- 3.0.0.
cvsdist 7be4b8
cvsdist 7be4b8
* Fri Apr  4 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 7be4b8
- Update Omni printers to 0.9.0.
cvsdist 7be4b8
cvsdist 7be4b8
* Wed Apr  2 2003 Tim Waugh <twaugh@redhat.com> 3.0.0-0.beta2.1
cvsdist 7be4b8
- 3.0.0beta2.
cvsdist 7be4b8
- Updated path patch.
cvsdist 7be4b8
- No longer need FOOMATIC_LIBDIR, generic PS, ids, postscript-duplex,
cvsdist 7be4b8
  hpijs13, psc2210, duplex184 patches.
cvsdist 7be4b8
- Add hpijs support back in.
cvsdist 7be4b8
- Fix up references to old printer IDs.
cvsdist 7be4b8
cvsdist 7be4b8
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-18
cvsdist c634a4
- Fix PS/PJL conflicts in Duplex options (bug #86510).
cvsdist 7be4b8
cvsdist 7be4b8
* Fri Mar 21 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-17
cvsdist 7be4b8
- Update Omni printers to 0.7.3.
cvsdist 7be4b8
cvsdist 7be4b8
* Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-16
cvsdist 7be4b8
- Add autodetect info for HP PSC 2210.
cvsdist c634a4
cvsdist f18415
* Tue Feb  4 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-15
cvsdist f18415
- Update data-generators to CVS.
cvsdist f18415
cvsdist f18415
* Thu Jan 30 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-14
cvsdist f18415
- Use hpijs, not hpijs-rss (we don't ship the RSS patch now).
cvsdist f18415
cvsdist f18415
* Thu Jan 23 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-13
cvsdist f18415
- Pacify printers that don't understand duplex (bug #82385).
cvsdist f18415
cvsdist f18415
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.0.2-12
cvsdist f18415
- rebuilt
cvsdist f18415
cvsdist f18415
* Thu Jan 21 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-11
cvsdist f18415
- Add autodetect info for HP DeskJet 656C.  It doesn't really do
cvsdist 9435e6
  IEEE 1284 IDs, but since it's a USB device we can figure out its
cvsdist f18415
  manufacturer and model anyway.
cvsdist f18415
cvsdist f18415
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-10
cvsdist f18415
- Set GS_FONTPATH in gs wrapper (bug #81410).
cvsdist f18415
cvsdist f18415
* Sat Jan  4 2003 Jeff Johnson <jbj@redhat.com> 2.0.2-9
cvsdist f18415
- use internal dep generator.
cvsdist f18415
cvsdist f18415
* Sun Dec 15 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-8
cvsdist f18415
- Add several device IDs.
cvsdist f18415
cvsdist f18415
* Sat Dec 14 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-7
cvsdist f18415
- Update Omni printers to 0.7.2.
cvsdist f18415
- No longer need Omni badxml patch.
cvsdist f18415
cvsdist f18415
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 2.0.2-6
cvsdist f18415
- don't use rpms internal dep generator
cvsdist f18415
cvsdist f9b8fa
* Fri Dec  6 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-5
cvsdist f9b8fa
- Omni XML wasn't well-formed.
cvsdist 1044c5
cvsdist f9b8fa
* Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-4
cvsdist f9b8fa
- Update gimp-print data.
cvsdist f9b8fa
- Add 'generic postscript' model.
cvsdist 1044c5
cvsdist f9b8fa
* Mon Nov 11 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-3
cvsdist f9b8fa
- Update Omni printers to 0.7.1.
cvsdist 1044c5
cvsdist f9b8fa
* Tue Oct 22 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-2
cvsdist f9b8fa
- Fix file manifest for perl modules.
cvsdist f9b8fa
- Add autodetect information for HP DeskJet 990C.
cvsdist 1044c5
cvsdist f9b8fa
* Mon Oct 21 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-1
cvsdist f9b8fa
- 2.0.2.
cvsdist f9b8fa
- No longer need 67973, 970c patches.
cvsdist f9b8fa
- Remove cups-drivers-* packages (no longer needed).
cvsdist f9b8fa
- Remove files not shipped.  Ship filter.conf.
cvsdist f9b8fa
- Conditionally restart cups.
cvsdist f9b8fa
- Use libdir.
cvsdist f9b8fa
- Don't put things in site_perl; use vendor_perl instead (bug #73528).
cvsdist 2cae50
cvsdist b7c7ed
* Fri Aug  9 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.6
cvsdist b7c7ed
- Fix autodetect information for HPDJ970C.
cvsdist b7c7ed
cvsdist 14624e
* Thu Aug  8 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.5
cvsdist 14624e
- For gimp-print, use the Ghostscript stp driver in preference to the
cvsdist 14624e
  IJS interface.
cvsdist 14624e
cvsdist 14624e
* Thu Jul 25 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.4
cvsdist 14624e
- Quieten scriptlets.
cvsdist 14624e
cvsdist 14624e
* Fri Jul  5 2002 Tim Waugh <twaugh@redhat.com> 1.9-1.20020617.3
cvsdist 14624e
- Fix autodetect information for HPLJ2100/2100M.
cvsdist 14624e
cvsdist 14624e
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.9-1.20020617.2
cvsdist 14624e
- automated rebuild
cvsdist 14624e
cvsdist 14624e
* Wed Jun 19 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020617.2
cvsdist 14624e
- Omni 0.7.0 printers.
cvsdist 14624e
cvsdist 14624e
* Mon Jun 17 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020617.1
cvsdist 14624e
- Update to CVS.
cvsdist 14624e
- Remove some more explicit perl dependencies that are picked up
cvsdist 14624e
  automatically.
cvsdist 14624e
cvsdist 14624e
* Wed May 29 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.3
cvsdist 14624e
- Remove explicit perl-Storable dependency; it should be perl(Storable),
cvsdist 14624e
  and that is picked up automatically.
cvsdist 14624e
cvsdist 14624e
* Tue May 28 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.2
cvsdist 14624e
- Fix release number.
cvsdist 14624e
- Drop gen-ppds from the file manifest---use foomatic-compiledb instead
cvsdist 14624e
  (bug #63622).
cvsdist 14624e
cvsdist 14624e
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 14624e
- automated rebuild
cvsdist 14624e
cvsdist 14624e
* Thu May 23 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.1
cvsdist 14624e
- Remove ghostscript UPP drivers that are gone in 7.05.
cvsdist 14624e
cvsdist 14624e
* Sat May 18 2002 Tim Waugh <twaugh@redhat.com> 1.9-0.20020517.0.1
cvsdist 14624e
- Update to CVS.
cvsdist 14624e
- Updated requirements.
cvsdist 14624e
- Updated path and libdir patches.
cvsdist 14624e
- Drop hpijs 1.0.2 patch.
cvsdist 14624e
- foomatic-datafile has moved to %%{_bindir}.
cvsdist 14624e
- Update gimp-print data to 4.2.1.
cvsdist 14624e
- Update Omni printer data to 0.6.1.
cvsdist 14624e
cvsdist 22402a
* Thu Apr  4 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020313.3
cvsdist 22402a
- Fix the hpijs option data too (bug #62587).
cvsdist 22402a
cvsdist 1044c5
* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020313.2
cvsdist 1044c5
- Back off to 1.0.2 for hpijs driver data (bug #62587).
cvsdist 1044c5
cvsdist 1044c5
* Thu Mar 14 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020313.1
cvsdist 1044c5
- Update to CVS.
cvsdist 1044c5
cvsdist 1044c5
* Wed Mar  6 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020306.1
cvsdist 1044c5
- Update to CVS.
cvsdist 1044c5
- Patches no longer needed: conffile, sys, cachedir, fd0.
cvsdist 1044c5
- Adapted path patch.
cvsdist 1044c5
cvsdist 1044c5
* Tue Mar  5 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.10
cvsdist 1044c5
- Fix bug #58319.
cvsdist 1044c5
- Drop dbg patch.
cvsdist 1044c5
cvsdist 1044c5
* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.9
cvsdist 1044c5
- Fix file lists.
cvsdist 1044c5
cvsdist 1044c5
* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.8
cvsdist 1044c5
- Fix %post scriplet bug (bug #59942).
cvsdist d6cf04
cvsdist 1044c5
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.7
cvsdist 1044c5
- Rebuild in new environment.
cvsdist 1044c5
cvsdist 1044c5
* Wed Feb 13 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.6
cvsdist 1044c5
- Merge cups-drivers.  No epoch needed.
cvsdist 1044c5
- Require perl-URI.
cvsdist 1044c5
cvsdist 1044c5
* Wed Feb 06 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.5
cvsdist 1044c5
- Cache fix.
cvsdist 1044c5
cvsdist 1044c5
* Mon Feb  4 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.4
cvsdist 1044c5
- Don't ship backup files.
cvsdist 1044c5
cvsdist 1044c5
* Mon Feb  4 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.3
cvsdist 1044c5
- Rebuild to pick up new perl installsitelib.
cvsdist 1044c5
cvsdist 1044c5
* Thu Jan 31 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.2
cvsdist 7f30dd
- Fix a thinko in DB.pl.
cvsdist 7f30dd
cvsdist 1044c5
* Wed Jan 30 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020130.1
cvsdist 1044c5
- Update to CVS.
cvsdist 1044c5
- No longer need the cachedir patch.
cvsdist 1044c5
- Fix config file path.
cvsdist 1044c5
- Look in /usr/local/bin last, not first, in lpdomatic (bug #57915).
cvsdist 1044c5
cvsdist 1044c5
* Tue Jan 29 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020129.1
cvsdist 1044c5
- Update to CVS.
cvsdist 1044c5
- Patches no longer needed: prepend, fd3.
cvsdist 1044c5
- Use RPM_OPT_FLAGS.
cvsdist 1044c5
- Allow non-root users to use foomatic-datafile (bug #58956).
cvsdist 1044c5
cvsdist 1044c5
* Sat Jan 26 2002 Jeff Johnson <jbj@redhat.com> 1.1-0.20020124.2
cvsdist 1044c5
- added Provides: perl(Foomatic::GrovePath)
cvsdist 1044c5
cvsdist 1044c5
* Thu Jan 24 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20020124.1
cvsdist 1044c5
- Update to CVS.
cvsdist 1044c5
- Updated Omni printers to those in Omni 0.5.1.
cvsdist 1044c5
- Updated patches: prepend, fd3.
cvsdist 1044c5
- Patches no longer needed: utf8, lpdomatic.
cvsdist 1044c5
- Added gimp-print (formerly stp) foomatic db info, and removed the old
cvsdist 1044c5
  stp.xml file.
cvsdist 1044c5
- Conflict with ghostscript if it doesn't have gimp-print-4.2.0 yet.
cvsdist 1044c5
cvsdist 7f30dd
* Fri Jan 18 2002 Tim Waugh <twaugh@redhat.com> 1.1-0.20011218.2
cvsdist 7f30dd
- REALLY fix PCL fixup code (bug #55909, others).
cvsdist 7f30dd
- PreReq fileutils, initscripts (bug #56984).
cvsdist 7f30dd
- Fix prepends in lpdomatic (bug #57371).
cvsdist 7f30dd
- Run foomatic-cleanupdrivers during install, to remove driver entries
cvsdist 7f30dd
  with no command line.
cvsdist 7f30dd
- Put lpdomatic in /usr/sbin again.
cvsdist 7f30dd
- Fix foomatic-gswrapper's file descriptor manipulations (bug #56871).
cvsdist 7f30dd
cvsdist 7f30dd
* Mon Dec 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011218.1
cvsdist 7f30dd
- re-imported from upstream to fix some perl fixup code on pcl printers.
cvsdist 7f30dd
cvsdist 7f30dd
* Mon Dec 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011217.2
cvsdist 7f30dd
- fix the rest of the quoting issues with foomatic-combo-xml with the patch
cvsdist 7f30dd
- foomatic-1.1-20011217-quotes.patch. This has been sent upstream.
cvsdist 7f30dd
cvsdist 7f30dd
* Mon Dec 17 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011217.1
cvsdist 7f30dd
- respin to pull in latest foomatic database, fixes:
cvsdist 7f30dd
-	properly use the cache in relation to foomatic-combo-xml's output
cvsdist 7f30dd
-	fix _some_ of the quoting issues with calling foomatic-combo-xml
cvsdist 7f30dd
cvsdist 7f30dd
* Thu Dec  5 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011205.1
cvsdist 7f30dd
- respin to pull in latest foomatic database, fixes:
cvsdist 7f30dd
-	droping half of a large job
cvsdist 7f30dd
-	-Mutf8 added to the upstream filters
cvsdist 7f30dd
-	miscelaneous printer db updates
cvsdist 7f30dd
cvsdist dfaa1f
* Mon Nov 29 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.8
cvsdist dfaa1f
- added Requires: fileutils for the 'rm' in post
cvsdist dfaa1f
cvsdist 341cbc
* Mon Nov 26 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.7
cvsdist 341cbc
- /var/chache => /var/cache, doh!
cvsdist 341cbc
cvsdist 317096
* Fri Nov 16 2001 Nalin Dahyabhai <nalin@redhat.com> 1.1-0.20011018.6
cvsdist 317096
- fix %%post scriptlet
cvsdist 317096
cvsdist 317096
* Tue Nov 13 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.5
cvsdist 317096
- changed the patch to use the -Mutf8 command line option,
cvsdist 317096
- and to restart the printserver, after rebuilding the settings.
cvsdist 317096
cvsdist 317096
* Fri Nov  9 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.4
cvsdist 317096
- grumble. Some drivers use inline perl scripts, and need the 'use utf8;'
cvsdist 317096
- pragma. Without it, they break on _some_ of their options.
cvsdist 317096
cvsdist 317096
* Wed Oct 31 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.3
cvsdist 317096
- patched lpdomatic to prepend PostScript options in the _right_ place.
cvsdist 317096
cvsdist 317096
* Thu Oct 25 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.2
cvsdist 317096
- zap the foomatic cache on install
cvsdist 317096
cvsdist 317096
* Thu Oct 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.1
cvsdist 317096
- rolled to pull in latest information.
cvsdist 317096
- added Omni printers to the printer list.
cvsdist 317096
cvsdist 317096
* Fri Oct 05 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011005.1
cvsdist 317096
- rolled to pull in an ia64 fix to foomatic-combo-xml.c
cvsdist 317096
cvsdist 317096
* Mon Oct 01 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011001.1
cvsdist 317096
- rolled to pull in foomatic fixes to foomatic-combo-xml.c
cvsdist 317096
cvsdist 7fc3f6
* Wed Sep 05 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010905.1
cvsdist 7fc3f6
- upgraded to latest foomatic, we now have fast overview generation!
cvsdist 7fc3f6
- this means that there is no prebuilt overview file.
cvsdist 7fc3f6
cvsdist 3d5dfd
* Tue Aug 28 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010828.1
cvsdist 3d5dfd
- WOW! The latest foomatic uses Till Kamppeter's C based combo compiler.
cvsdist 3d5dfd
- It is now fast enough that there is no real benifit to precompiling.
cvsdist 3d5dfd
- NOTE: this forces the package to stop being noarched.
cvsdist 3d5dfd
cvsdist 3d5dfd
* Mon Aug 27 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010827.1
cvsdist 3d5dfd
- fresh pull, maybe it fixes the build errors.
cvsdist 3d5dfd
cvsdist 3d5dfd
* Sat Aug 25 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010825.1
cvsdist 3d5dfd
- did a fresh database pull, which contains the old japanese printers as well.
cvsdist 3d5dfd
- removed japanese hack.
cvsdist 3d5dfd
cvsdist 3b0234
* Tue Aug 14 2001 Akira TAGOH <tagoh@redhat.com> 1.1-0.20010717.5
cvsdist 3b0234
- Add Japanese printer entry.
cvsdist 3b0234
cvsdist 2cae50
* Mon Aug  6 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010717.4
cvsdist 2cae50
- move the cache back to /var, sigh.
cvsdist 2cae50
cvsdist 2cae50
* Mon Jul 23 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010717.2
cvsdist 2cae50
- made foomatic pre-compute its db
cvsdist 2cae50
cvsdist 2cae50
* Thu Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20010717.1
cvsdist 2cae50
- imported from mandrake.
cvsdist 2cae50
cvsdist 2cae50
* Tue Jul 17 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010717mdk
cvsdist 2cae50
- Added job listing/removal/manipulation and queue control to
cvsdist 2cae50
  foomatic-printjob
cvsdist 2cae50
- Support for printing multiple copies with PDQ
cvsdist 2cae50
cvsdist 2cae50
* Fri Jul 14 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010714mdk
cvsdist 2cae50
- Included the cupsomatic filter script
cvsdist 2cae50
- When a queue is set up, default options can be set now
cvsdist 2cae50
- Help messages of foomatic-configure and foomatic-printjob cleaned up.
cvsdist 2cae50
cvsdist 2cae50
* Fri Jul 13 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010713mdk
cvsdist 2cae50
- Many bugfixes in "foomatic-printjob".
cvsdist 2cae50
- "foomatic-configure" adds the Foomatic config file directory automatically
cvsdist 2cae50
  to the search paths of PDQ.
cvsdist 2cae50
- Printing a help page under PDQ was broken.
cvsdist 2cae50
cvsdist 2cae50
* Thu Jul 12 2001 Stefan van der Eijk <stefan@eijk.nu> 1.1-0.20010712mdk
cvsdist 2cae50
- BuildRequires:	perl-devel
cvsdist 2cae50
cvsdist 2cae50
* Wed Jul 11 2001 Till Kamppeter <till@mandrakesoft.com> 1.1-0.20010711mdk
cvsdist 2cae50
- initial release.
cvsdist 2cae50
- Deleted the obsolete drivers "stp", "cZ11", and "hpdj".
cvsdist 2cae50
- Patch applied which flushes the memory cache regularly, otherwise
cvsdist 2cae50
  foomatic-configure would hang when the Foomatic data of GIMP-Print is
cvsdist 2cae50
  installed.