1.28.16
This commit is contained in:
parent
67ee5bbd71
commit
2c091ba0e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -110,3 +110,4 @@
|
||||
/cups-filters-1.28.12.tar.xz
|
||||
/cups-filters-1.28.14.tar.xz
|
||||
/cups-filters-1.28.15.tar.xz
|
||||
/cups-filters-1.28.16.tar.xz
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
Summary: OpenPrinting CUPS filters and backends
|
||||
Name: cups-filters
|
||||
Version: 1.28.15
|
||||
Release: 3%{?dist}
|
||||
Version: 1.28.16
|
||||
Release: 1%{?dist}
|
||||
|
||||
# For a breakdown of the licensing, see COPYING file
|
||||
# GPLv2: filters: commandto*, imagetoraster, pdftops, rasterto*,
|
||||
@ -21,6 +21,7 @@ Url: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups
|
||||
Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
|
||||
|
||||
# backported from upstream
|
||||
Patch0001: browsed-updatenetif.patch
|
||||
|
||||
|
||||
# autogen.sh
|
||||
@ -62,6 +63,9 @@ BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
# used for getting image resolution from images - they have
|
||||
# EXIF data in them and library accesses it
|
||||
BuildRequires: pkgconfig(libexif)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(poppler-cpp)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
@ -370,6 +374,9 @@ done
|
||||
%{_datadir}/cups/mime/braille.types
|
||||
|
||||
%changelog
|
||||
* Thu Sep 08 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.16-1
|
||||
- 1.28.16
|
||||
|
||||
* Thu Sep 08 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.28.15-3
|
||||
- 2123809 - rpm -Va reports error on /etc/cups/cups-browsed.conf
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cups-filters-1.28.15.tar.xz) = cc8d43bba6edb2b839f3be5fcbcdeb7633ed0f0f0c2737bcc6957cf95fb4ded8ee412358cc95fdbf289ae897dd0b7f32e689f02d191a8f15930eb4d2deefd74c
|
||||
SHA512 (cups-filters-1.28.16.tar.xz) = 0369f96a8ae5e33bf75c8765947d5ad7285b3532e9d9b0ded7e206798834c9ade3a2ac3f1d16e0fdd43346f2bc7852c541130e935cbb20f9c1239a53118d1239
|
||||
|
Loading…
Reference in New Issue
Block a user