- update to 1.2.3
* Build xz tarballs instead of bzip2 * gitlab CI: enable commit & merge request checks * gitlab CI: enable gitlab's builtin static analysis * Variable scope reductions as recommended by cppcheck * args_copy variable is unused if HAVE_DECL_VA_COPY is not defined * makeBitmap: declare raster parameter const as recommended by cppcheck * Remove unused function findIndex * Allow inlining makeName * Use C99 compound literals to initialize newly allocated structs * Add CI tests OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/fonttosfnt?expand=0&rev=17
This commit is contained in:
parent
5bc0bfddbd
commit
3b0dad5863
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a1bb4ef25856dea7de3d491ae7231493225b400bee0f6a1f949017ffd203a64
|
|
||||||
size 146855
|
|
BIN
fonttosfnt-1.2.3.tar.xz
(Stored with Git LFS)
Normal file
BIN
fonttosfnt-1.2.3.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 28 10:47:13 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- update to 1.2.3
|
||||||
|
* Build xz tarballs instead of bzip2
|
||||||
|
* gitlab CI: enable commit & merge request checks
|
||||||
|
* gitlab CI: enable gitlab's builtin static analysis
|
||||||
|
* Variable scope reductions as recommended by cppcheck
|
||||||
|
* args_copy variable is unused if HAVE_DECL_VA_COPY is not defined
|
||||||
|
* makeBitmap: declare raster parameter const as recommended by cppcheck
|
||||||
|
* Remove unused function findIndex
|
||||||
|
* Allow inlining makeName
|
||||||
|
* Use C99 compound literals to initialize newly allocated structs
|
||||||
|
* Add CI tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 15 09:00:18 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Tue Jun 15 09:00:18 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fonttosfnt
|
# spec file for package fonttosfnt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fonttosfnt
|
Name: fonttosfnt
|
||||||
Version: 1.2.2
|
Version: 1.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to wrap a bitmap font in a sfnt (TrueType) wrapper
|
Summary: Utility to wrap a bitmap font in a sfnt (TrueType) wrapper
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
URL: https://xorg.freedesktop.org/
|
URL: https://xorg.freedesktop.org/
|
||||||
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(fontenc)
|
BuildRequires: pkgconfig(fontenc)
|
||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
|
Loading…
Reference in New Issue
Block a user