Compare commits

..

No commits in common. "rawhide" and "epel10.2" have entirely different histories.

3 changed files with 3 additions and 26 deletions

2
.gitignore vendored
View file

@ -3,5 +3,3 @@
/whichfont-2.1.0.tar.gz
/whichfont-2.2.0.tar.gz
/whichfont-2.3.0.tar.gz
/whichfont-3.0.0.tar.gz
/whichfont-3.0.1.tar.gz

View file

@ -1 +1 @@
SHA512 (whichfont-3.0.1.tar.gz) = a7e43764da658c2b0b1f8cf767dea2c556fe8b071a9aff0871c2ab3bad2d5dd74e22827311560776191b8be60a47464bb59368ff0381e12b75b8783891ab7731
SHA512 (whichfont-2.3.0.tar.gz) = 85018911f247e8298b73a4e3860a782159cc10d1f978d6f212c3d4c6668ec7630f2d981ce1cc8c8b2044257a1e8525e4c944ec2aafd30b5a4e05b265d83025aa

View file

@ -1,6 +1,6 @@
Name: whichfont
Version: 3.0.1
Release: 2%{?dist}
Version: 2.3.0
Release: 1%{?dist}
Summary: Querying Fontconfig
License: GPL-3.0-or-later
@ -11,8 +11,6 @@ BuildRequires: fontconfig-devel
BuildRequires: meson
BuildRequires: gcc
BuildRequires: make
BuildRequires: pango-devel
BuildRequires: glib2-devel
%description
Querying fontconfig for certain code point.
@ -36,25 +34,6 @@ Querying fontconfig for certain code point.
%{_bindir}/%{name}
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat May 09 2026 Sudip Shil <sshil@redhat.com> - 3.0.1-1
- whichfont will always accept and override --help option
* Thu Apr 02 2026 Sudip Shil <sshil@redhat.com> - 3.0.0-1
- resolve snowflake emoji incorrectly defaulting to Symbola
- emoji detection for BMP ranges and remove redundant logic
- Integrate Pango API to segment and find fonts and refine hex detection logics
- Fix Pango sans-serif fallback and --language feature not giving output fixed
- Fix CI build by adding missing GLib and Pango dependencies
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Wed Jun 11 2025 Sudip Shil <sshil@redhat.com> - 2.3.0-1
- Improve input handling for -f option and Update test cases in to cover new scenarios and edge cases.
- now tests.sh can capture segmentation fault and save in test_error txt file