rebase to 2.0.0
This commit is contained in:
parent
45d85af8c2
commit
e6af6aa338
1
.gitignore
vendored
1
.gitignore
vendored
@ -114,3 +114,4 @@
|
||||
/cups-filters-2.0b3.tar.gz
|
||||
/cups-filters-2.0rc1.tar.gz
|
||||
/cups-filters-2.0rc2.tar.gz
|
||||
/cups-filters-2.0.0.tar.gz
|
||||
|
@ -9,13 +9,11 @@
|
||||
# we build CUPS also with relro
|
||||
%global _hardened_build 1
|
||||
|
||||
%global upstream_version 2.0rc2
|
||||
|
||||
Summary: OpenPrinting CUPS filters and backends for CUPS 2.X
|
||||
Name: cups-filters
|
||||
Epoch: 1
|
||||
Version: 2.0~rc2
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
# the CUPS exception text is the same as LLVM exception, so using that name with
|
||||
# agreement from legal team
|
||||
@ -23,7 +21,7 @@ Release: 3%{?dist}
|
||||
License: Apache-2.0 WITH LLVM-exception
|
||||
|
||||
URL: https://github.com/OpenPrinting/cups-filters
|
||||
Source0: %{URL}/releases/download/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
|
||||
Source0: %{URL}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: lftocrlf.ppd
|
||||
Source2: lftocrlf
|
||||
|
||||
@ -83,7 +81,7 @@ workflow introduced by OpenPrinting.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{upstream_version} -S git
|
||||
%autosetup -S git
|
||||
|
||||
%build
|
||||
# work-around Rpath
|
||||
@ -182,6 +180,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 19 2023 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.0.0-1
|
||||
- rebase to 2.0.0
|
||||
|
||||
* Mon Aug 07 2023 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.0~rc2-3
|
||||
- 2229776 - Add textonly driver back as lftocrlf driver
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cups-filters-2.0rc2.tar.gz) = 4d9a8a1333c3df729dada8a571e40ab821848aea7160c85c13cd64fec4f036d95d8888e290fc0f5b027af19211c204cf62fe0347e4e48094deeb7faee639183e
|
||||
SHA512 (cups-filters-2.0.0.tar.gz) = f91abaedcc34c2ae668478a3133c7559f58f33a84831f60cb9832f5a19762884685c67f63aef59ab42f69e78c1149205296d5f71c251e9f9f3c00a0f5428d979
|
||||
|
Loading…
Reference in New Issue
Block a user