Accepting request 1114060 from X11:XOrg

- 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/request/show/1114060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonttosfnt?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2023-09-29 19:12:48 +00:00 committed by Git OBS Bridge
commit 557cc50bf6
4 changed files with 21 additions and 6 deletions

View File

@ -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

Binary file not shown.

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: fonttosfnt
Version: 1.2.2
Version: 1.2.3
Release: 0
Summary: Utility to wrap a bitmap font in a sfnt (TrueType) wrapper
License: MIT
Group: System/X11/Utilities
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(fontenc)
BuildRequires: pkgconfig(freetype2)