Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
c64112fa27 |
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.
BIN
fonttosfnt-1.2.4.tar.xz
(Stored with Git LFS)
BIN
fonttosfnt-1.2.4.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,27 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sat Oct 12 17:41:37 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
||||||
|
|
||||||
- update to 1.2.4
|
|
||||||
* unifdef __UNIXOS2__
|
|
||||||
* unifdef __SCO__
|
|
||||||
* unifdef NEED_SNPRINTF
|
|
||||||
* Use long long for timestamp diff
|
|
||||||
* Allow to override build date with SOURCE_DATE_EPOCH
|
|
||||||
* Use FONT_UNITS_FLOOR for ascent/descent
|
|
||||||
* Fix `cmap` Subtable Format 4 `entrySelector`
|
|
||||||
- supersedes reproducible.patch
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Oct 9 09:48:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- refresh reproducible.patch
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jul 29 13:37:47 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
||||||
|
|
||||||
- Add reproducible.patch to override build date in font files
|
|
||||||
for reproducible builds of xorg-x11-fonts (boo#1173396)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 28 10:47:13 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
Thu Sep 28 10:47:13 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
@@ -56,12 +32,12 @@ Tue Dec 22 08:40:19 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
|||||||
Wed Oct 21 09:17:35 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
Wed Oct 21 09:17:35 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
- Update to version 1.2.0
|
- Update to version 1.2.0
|
||||||
* This release contains a bunch of fixes all over the place
|
* This release contains a bunch of fixes all over the place
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 7 09:38:28 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
Tue Jan 7 09:38:28 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
- Update to version 1.1.0
|
- Update to version 1.1.0
|
||||||
* Update README for gitlab migration
|
* Update README for gitlab migration
|
||||||
* Update configure.ac bug URL for gitlab migration
|
* Update configure.ac bug URL for gitlab migration
|
||||||
* Correct a string literal
|
* Correct a string literal
|
||||||
@@ -78,7 +54,7 @@ Tue Jan 7 09:38:28 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
|||||||
Fri Aug 17 10:46:14 UTC 2018 - sndirsch@suse.com
|
Fri Aug 17 10:46:14 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
- Update to version 1.0.5
|
- Update to version 1.0.5
|
||||||
* Is it a bird? is it a plane? No it's a fonttofs.. fontstof..
|
* Is it a bird? is it a plane? No it's a fonttofs.. fontstof..
|
||||||
fonttofn... it's a release of the tool that wraps a bitmap
|
fonttofn... it's a release of the tool that wraps a bitmap
|
||||||
font into a truetype wrapper! Bringing you the last 9 years
|
font into a truetype wrapper! Bringing you the last 9 years
|
||||||
of exciting changes including ansification and lots of
|
of exciting changes including ansification and lots of
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fonttosfnt
|
# spec file for package fonttosfnt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 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,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fonttosfnt
|
Name: fonttosfnt
|
||||||
Version: 1.2.4
|
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
|
||||||
@@ -37,7 +37,7 @@ Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or
|
|||||||
OpenType) wrapper.
|
OpenType) wrapper.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Reference in New Issue
Block a user