- Fix tag mismatch in db.
- Updated db to 3.0-20060116.
This commit is contained in:
parent
c5511ca5b2
commit
ac041d13aa
@ -26,3 +26,4 @@ foomatic-filters-3.0-20051209.tar.gz
|
||||
foomatic-db-hpijs-1.5-20051209.tar.gz
|
||||
foomatic-db-engine-3.0-20051209.tar.gz
|
||||
foomatic-db-3.0-20060103.tar.gz
|
||||
foomatic-db-3.0-20060116.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%define dbver 20060103
|
||||
%define dbver 20060116
|
||||
%define enginever 3.0-20051209
|
||||
%define filtersver 20051209
|
||||
%define hpijsver 1.5-20051209
|
||||
@ -8,7 +8,7 @@
|
||||
Summary: Foomatic printer database.
|
||||
Name: foomatic
|
||||
Version: 3.0.2
|
||||
Release: 30
|
||||
Release: 31
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
|
||||
@ -51,6 +51,9 @@ Patch14: foomatic-ampathxml.patch
|
||||
# Handle non-UTF-8 encodings in imported PPD files.
|
||||
Patch15: foomatic-bad-utf8.patch
|
||||
|
||||
# Fix tag mismatch in db.
|
||||
Patch16: foomatic-badxml.patch
|
||||
|
||||
Url: http://www.linuxprinting.org
|
||||
BuildRequires: perl >= 3:5.8.1
|
||||
BuildRequires: libxml2-devel
|
||||
@ -110,6 +113,7 @@ popd
|
||||
|
||||
pushd foomatic-db-%{dbver}
|
||||
%patch7 -p1 -b .ppdload-ppd
|
||||
%patch16 -p1 -b .badxml
|
||||
|
||||
%if %with_omni
|
||||
# Omni printers
|
||||
@ -263,6 +267,10 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
|
||||
%{_var}/cache/foomatic
|
||||
|
||||
%changelog
|
||||
* Mon Jan 16 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-31
|
||||
- Fix tag mismatch in db.
|
||||
- Updated db to 3.0-20060116.
|
||||
|
||||
* Tue Jan 10 2006 Tim Waugh <twaugh@redhat.com>
|
||||
- Don't remove the cache directory, only its contents (bug #177266).
|
||||
|
||||
|
2
sources
2
sources
@ -3,4 +3,4 @@ dcfbfbe16d76d0b6e44cb261fccd138f Omni-printers-0.9.2.tar.bz2
|
||||
5876178c3aefd36102bc5eef575d3f9c foomatic-filters-3.0-20051209.tar.gz
|
||||
8c217af8a570124d9ad7f8a4b1270ebe foomatic-db-hpijs-1.5-20051209.tar.gz
|
||||
c0375c9e1d78685639e39abe24ffbdff foomatic-db-engine-3.0-20051209.tar.gz
|
||||
abe054a3f80b180b670d96f46f6ec556 foomatic-db-3.0-20060103.tar.gz
|
||||
54ae910edbb0ed3816cebe05a0f0b605 foomatic-db-3.0-20060116.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user