- Update to version 1.0.6

* Update README for gitlab migration
  * Update configure.ac bug URL for gitlab migration
  * gitlab CI: add a basic build test
  * Build xz tarballs instead of bzip2
  * Add bounds checks to creation of min/max strings for -lll -m option
  * show_font_props: skip copy to temporary buffer
  * Improve handling of realloc()
  * Use reallocarray() if it is available in libc or libbsd
  * configure: Add AC_USE_SYSTEM_EXTENSIONS
  * autogen.sh: use quoted string variables
  * autogen: add default patch prefix
  * autogen.sh: use exec instead of waiting for configure to finish

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fslsfonts?expand=0&rev=7
This commit is contained in:
2022-09-10 17:05:57 +00:00
committed by Git OBS Bridge
parent c5ffbb0451
commit 1bde350d67
4 changed files with 26 additions and 9 deletions

View File

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

3
fslsfonts-1.0.6.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 10 17:03:12 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.6
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* gitlab CI: add a basic build test
* Build xz tarballs instead of bzip2
* Add bounds checks to creation of min/max strings for -lll -m option
* show_font_props: skip copy to temporary buffer
* Improve handling of realloc()
* Use reallocarray() if it is available in libc or libbsd
* configure: Add AC_USE_SYSTEM_EXTENSIONS
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* autogen.sh: use exec instead of waiting for configure to finish
-------------------------------------------------------------------
Sat Jan 3 17:44:26 UTC 2015 - tobias.johannes.klausmann@mni.thm.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package fslsfonts
#
# Copyright (c) 2015 SUSE LINUX Products 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,18 +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: fslsfonts
Version: 1.0.5
Version: 1.0.6
Release: 0
Summary: Utility to list fonts served by X font server
License: MIT
Group: System/X11/Utilities
Url: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
URL: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
BuildRequires: pkg-config
BuildRequires: pkgconfig(libfs)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
@@ -47,7 +47,7 @@ make %{?_smp_mflags}
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README
%doc ChangeLog COPYING README.md
%{_bindir}/fslsfonts
%{_mandir}/man1/fslsfonts.1%{?ext_man}