Accepting request 860758 from home:dirkmueller:branches:M17N

- update to 1.41:
  * t1asm, t1disasm: More security fixes.
  * t1disasm: More security fixes reported by Jakub Wilk and Niels Thykier.

OBS-URL: https://build.opensuse.org/request/show/860758
OBS-URL: https://build.opensuse.org/package/show/M17N/t1utils?expand=0&rev=14
This commit is contained in:
Fridrich Strba 2021-02-01 12:30:01 +00:00 committed by Git OBS Bridge
parent ecb6c90d6b
commit 752a12063c
4 changed files with 23 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0faef3e5c4927b38b05ac99ee177b7d7cddbbf5b4452f98b244f684b52b0d4c4
size 175047

3
t1utils-1.41.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427
size 176552

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 24 18:18:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.41:
* t1asm, t1disasm: More security fixes.
* t1disasm: More security fixes reported by Jakub Wilk and Niels Thykier.
-------------------------------------------------------------------
Sat Mar 28 22:12:14 UTC 2015 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package t1utils
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,19 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: t1utils
Version: 1.39
Version: 1.41
Release: 0
Summary: A collection of simple type-1 font manipulation programs
License: ISC
Group: Productivity/Publishing/PS
Url: http://www.lcdf.org/type/#t1utils
Source0: http://www.lcdf.org/type/t1utils-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: https://www.lcdf.org/type/#t1utils
Source0: https://www.lcdf.org/type/t1utils-%{version}.tar.gz
%description
The t1utils are a collection of simple type-1 font manipulation programs.
@ -41,25 +40,24 @@ create a Macintosh Type 1 font file from a PFA or PFB font.
rm -f config.cache
# update config.{guess,sub}
%configure
make %{?_smp_mflags}
%make_build
%install
%make_install
%files
%defattr(-, root, root)
%doc NEWS README
%doc NEWS.md README.md
%{_bindir}/t1ascii
%{_bindir}/t1binary
%{_bindir}/t1asm
%{_bindir}/t1disasm
%{_bindir}/t1unmac
%{_bindir}/t1mac
%{_mandir}/man1/t1asm.1.gz
%{_mandir}/man1/t1disasm.1.gz
%{_mandir}/man1/t1unmac.1.gz
%{_mandir}/man1/t1mac.1.gz
%{_mandir}/man1/t1ascii.1.gz
%{_mandir}/man1/t1binary.1.gz
%{_mandir}/man1/t1asm.1%{?ext_man}
%{_mandir}/man1/t1disasm.1%{?ext_man}
%{_mandir}/man1/t1unmac.1%{?ext_man}
%{_mandir}/man1/t1mac.1%{?ext_man}
%{_mandir}/man1/t1ascii.1%{?ext_man}
%{_mandir}/man1/t1binary.1%{?ext_man}
%changelog