automatic version update by autodist [release 2.0-1mamba;Sun Mar 16 2025]

This commit is contained in:
2025-03-16 23:10:14 +01:00
parent fb5856e3dc
commit f79ec601d4
2 changed files with 6 additions and 3 deletions

View File

@@ -4,3 +4,4 @@ ttf2png creates a PNG image containing a set of glyphs from a true type font.
It's mainly aimed for creating bitmap fonts for games.
It supports a multitude of commandline parameters to create suitable images for many purposes.

View File

@@ -1,5 +1,5 @@
Name: ttf2png
Version: 1.0
Version: 2.0
Release: 1mamba
Summary: Create a PNG image containing a set of glyphs from a true type font
Group: Applications/Graphics
@@ -12,7 +12,7 @@ License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libfreetype-devel
BuildRequires: libpng12-devel
BuildRequires: libpng-devel
## AUTOBUILDREQ-END
%description
@@ -20,7 +20,6 @@ ttf2png creates a PNG image containing a set of glyphs from a true type font.
It's mainly aimed for creating bitmap fonts for games.
It supports a multitude of commandline parameters to create suitable images for many purposes.
%debug_package
%prep
%setup -q
@@ -42,6 +41,9 @@ install -D -m 0755 ttf2png %{buildroot}%{_bindir}/ttf2png
%doc gpl.txt
%changelog
* Sun Mar 16 2025 Automatic Build System <autodist@openmamba.org> 2.0-1mamba
- automatic version update by autodist
* Sat Sep 24 2022 Automatic Build System <autodist@mambasoft.it> 1.0-1mamba
- automatic version update by autodist