Accepting request 999538 from X11:XOrg

- Update to version 1.0.9
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * Import reallocarray() from libX11 (originally from OpenBSD)
  * Convert code to use FSmallocarray() & FSreallocarray()

OBS-URL: https://build.opensuse.org/request/show/999538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libFS?expand=0&rev=14
factory
Dominique Leuenberger 9 months ago committed by Git OBS Bridge
commit d709a2fb20

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

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

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Aug 27 08:53:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.9
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Import reallocarray() from libX11 (originally from OpenBSD)
* Convert code to use FSmallocarray() & FSreallocarray()
-------------------------------------------------------------------
Mon Mar 11 13:43:18 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

@ -1,7 +1,7 @@
#
# spec file for package libFS
#
# 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: libFS
%define lname libFS6
Version: 1.0.8
Version: 1.0.9
Release: 0
Summary: X Font Service client 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/libFS
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libFS/
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build

Loading…
Cancel
Save