- Update to version 1.3.3
* ucs2any: avoid segfaults if SLANT property is missing * ucs2any: handle NULL returns from zquotedcpy() * gitlab CI: add a basic build test * Build xz tarballs instead of bzip2 * Fix spelling/wording issues OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/font-util?expand=0&rev=17
This commit is contained in:
parent
2eca687067
commit
ecccf7dc02
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ad880444123ac06a7238546fa38a2a6ad7f7e0cc3614de7e103863616522282
|
|
||||||
size 158480
|
|
Binary file not shown.
3
font-util-1.3.3.tar.xz
Normal file
3
font-util-1.3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e791c890779c40056ab63aaed5e031bb6e2890a98418ca09c534e6261a2eebd2
|
||||||
|
size 142544
|
BIN
font-util-1.3.3.tar.xz.sig
Normal file
BIN
font-util-1.3.3.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 12 22:47:40 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.3.3
|
||||||
|
* ucs2any: avoid segfaults if SLANT property is missing
|
||||||
|
* ucs2any: handle NULL returns from zquotedcpy()
|
||||||
|
* gitlab CI: add a basic build test
|
||||||
|
* Build xz tarballs instead of bzip2
|
||||||
|
* Fix spelling/wording issues
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 10:08:48 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
Mon Aug 26 10:08:48 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package font-util
|
# spec file for package font-util
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: font-util
|
Name: font-util
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X.Org font package creation/installation utilities
|
Summary: X.Org font package creation/installation utilities
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Fonts
|
Group: System/X11/Fonts
|
||||||
URL: https://xorg.freedesktop.org/
|
URL: https://xorg.freedesktop.org/
|
||||||
Source0: http://xorg.freedesktop.org/archive/individual/font/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/archive/individual/font/%{name}-%{version}.tar.xz
|
||||||
Source1: http://xorg.freedesktop.org/archive/individual/font/%{name}-%{version}.tar.bz2.sig
|
Source1: http://xorg.freedesktop.org/archive/individual/font/%{name}-%{version}.tar.xz.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
Source3: http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
|
Source3: http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user