Skip to content

Commit 9f4dc89

Browse files
committed
t1lib: Fix SRPM packing
1 parent 1e3a106 commit 9f4dc89

File tree

2 files changed

+1836
-2
lines changed

2 files changed

+1836
-2
lines changed

SPECS-EXTENDED/t1lib/t1lib.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ Vendor: Microsoft Corporation
22
Distribution: Mariner
33
Name: t1lib
44
Version: 5.1.2
5-
Release: 27%{?dist}
5+
Release: 28%{?dist}
66

77
Summary: PostScript Type 1 font rasterizer
88

99
License: LGPLv2+
1010
URL: https://t1lib.org/
1111
Source0: ftp://sunsite.unc.edu/pub/Linux/libs/graphics/t1lib-%{version}.tar.gz
12-
Patch0: http://ftp.de.debian.org/debian/pool/main/t/t1lib/t1lib_5.1.2-3.diff.gz
12+
# Patch originally from Debian at http://ftp.de.debian.org/debian/pool/main/t/t1lib/t1lib_5.1.2-3.diff.gz
13+
Patch0: t1lib_5.1.2-3.patch
1314
Patch1: t1lib-5.1.2-segf.patch
1415
# Fixes CVE-2010-2642, CVE-2011-0433
1516
# http://bugzilla.redhat.com/show_bug.cgi?id=679732
@@ -143,6 +144,9 @@ touch $RPM_BUILD_ROOT%{_datadir}/t1lib/{FontDatabase,t1lib.config}
143144

144145

145146
%changelog
147+
* Fri Jun 17 2022 Olivia Crain <[email protected]> - 5.1.2-28
148+
- Rename Debian patch to fix SRPM packing
149+
146150
* Mon Mar 29 2021 Henry Li <[email protected]> - 5.1.2-27
147151
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
148152
- Remove libXaw-devel from build requirment

0 commit comments

Comments
 (0)