Auto sync2gitlab import of cups-filters-1.20.0-28.el8.src.rpm
This commit is contained in:
parent
1bd12bb3e0
commit
bd6cf67499
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/cups-filters-1.20.0.tar.xz
|
||||
/testprint
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: OpenPrinting CUPS filters and backends
|
||||
Name: cups-filters
|
||||
Version: 1.20.0
|
||||
Release: 27%{?dist}
|
||||
Release: 28%{?dist}
|
||||
|
||||
# For a breakdown of the licensing, see COPYING file
|
||||
# GPLv2: filters: commandto*, imagetoraster, pdftops, rasterto*,
|
||||
@ -19,6 +19,7 @@ License: GPLv2 and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2+ and MIT and BSD with
|
||||
|
||||
Url: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
|
||||
Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
|
||||
Source1: testprint
|
||||
|
||||
Patch01: cups-filters-createall.patch
|
||||
Patch02: cups-filters-brftopagedbrf-install.patch
|
||||
@ -260,6 +261,10 @@ sed -i '/urftopdf/d' %{buildroot}%{_datadir}/cups/mime/cupsfilters.convs
|
||||
rm -f %{buildroot}%{_cups_serverbin}/filter/pdftoopvp
|
||||
rm -f %{buildroot}%{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf
|
||||
|
||||
# use pregenerated PDF for test page to workaround the broken bannertopdf filter
|
||||
# for printers requesting PDF document format (bz#2064606)
|
||||
install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/cups/data/testprint
|
||||
|
||||
|
||||
%check
|
||||
make check
|
||||
@ -346,6 +351,9 @@ make check
|
||||
%{_libdir}/libfontembed.so
|
||||
|
||||
%changelog
|
||||
* Thu Jun 16 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-28
|
||||
- 2064606 - [RHEL8.5] Test page is not working if the destination document format is PDF
|
||||
|
||||
* Tue Jul 13 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.20.0-27
|
||||
- 1981612 - [RHEL 8] pdftopdf doesn't handle "page-range=10-2147483647" correctly
|
||||
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (cups-filters-1.20.0.tar.xz) = b71722cc14f81cf8cbed5b8e980c9689adc2daf6cfa72e4174b6842bd89574090831f0e986b5e32a0e9fc4e29836f04e74e72c48918d7f3a8f65faa3a6c077af
|
||||
SHA512 (testprint) = bc63906683850252528a24b37e0aeae478fd7a2e3cbae4595d03a667752f988205c305b47751914bb499ebe7a40c1f002672af14651d06b22712229ff46bbc40
|
||||
|
Loading…
Reference in New Issue
Block a user