diff --git a/libfontenc-1.1.4.tar.bz2 b/libfontenc-1.1.4.tar.bz2 deleted file mode 100644 index 72bd217..0000000 --- a/libfontenc-1.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079 -size 320492 diff --git a/libfontenc-1.1.5.tar.xz b/libfontenc-1.1.5.tar.xz new file mode 100644 index 0000000..07a8e98 --- /dev/null +++ b/libfontenc-1.1.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ef0387090ea526faf8d3b0907ee0e4be0fb433c17e0b1bdb8433aa1de2b12c +size 270848 diff --git a/libfontenc.changes b/libfontenc.changes index 27bc58d..2f31b2f 100644 --- a/libfontenc.changes +++ b/libfontenc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Aug 27 08:47:48 UTC 2022 - Stefan Dirsch + +- Update to version 1.1.5 + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * Import reallocarray() from libX11 (originally from OpenBSD) + * Convert code to use Xmallocarray() & Xreallocarray() + * configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines + ------------------------------------------------------------------- Thu Feb 21 11:24:42 UTC 2019 - sndirsch@suse.com diff --git a/libfontenc.spec b/libfontenc.spec index d477146..7ee5138 100644 --- a/libfontenc.spec +++ b/libfontenc.spec @@ -1,7 +1,7 @@ # # spec file for package libfontenc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,22 @@ # 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: libfontenc %define lname libfontenc1 -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: X11 font encoding library License: MIT Group: Development/Libraries/C and C++ -Url: http://xorg.freedesktop.org/ +URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libfontenc #Git-Web: http://cgit.freedesktop.org/xorg/lib/libfontenc/ -Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool