diff --git a/t1utils-1.39.tar.gz b/t1utils-1.39.tar.gz deleted file mode 100644 index 3263d32..0000000 --- a/t1utils-1.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0faef3e5c4927b38b05ac99ee177b7d7cddbbf5b4452f98b244f684b52b0d4c4 -size 175047 diff --git a/t1utils-1.41.tar.gz b/t1utils-1.41.tar.gz new file mode 100644 index 0000000..523861a --- /dev/null +++ b/t1utils-1.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427 +size 176552 diff --git a/t1utils.changes b/t1utils.changes index 6bf384f..8b29925 100644 --- a/t1utils.changes +++ b/t1utils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 24 18:18:24 UTC 2020 - Dirk Mueller + +- 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 diff --git a/t1utils.spec b/t1utils.spec index 3f4e40d..1cc1b8e 100644 --- a/t1utils.spec +++ b/t1utils.spec @@ -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