- 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 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libfontenc?expand=0&rev=16
This commit is contained in:
parent
bf899e2de3
commit
5ab8406b41
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079
|
|
||||||
size 320492
|
|
3
libfontenc-1.1.5.tar.xz
Normal file
3
libfontenc-1.1.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43ef0387090ea526faf8d3b0907ee0e4be0fb433c17e0b1bdb8433aa1de2b12c
|
||||||
|
size 270848
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 27 08:47:48 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Thu Feb 21 11:24:42 UTC 2019 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libfontenc
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: libfontenc
|
||||||
%define lname libfontenc1
|
%define lname libfontenc1
|
||||||
Version: 1.1.4
|
Version: 1.1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X11 font encoding library
|
Summary: X11 font encoding library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
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-Clone: git://anongit.freedesktop.org/xorg/lib/libfontenc
|
||||||
#Git-Web: http://cgit.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
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
|
Loading…
Reference in New Issue
Block a user