public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fonts-compare] f44: update to 1.7.0
@ 2026-08-05  9:24 Jens Petersen
  0 siblings, 0 replies; only message in thread
From: Jens Petersen @ 2026-08-05  9:24 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fonts-compare
Branch : f44
Commit : 1bf927e32ccfcba8fdb5ff586f3bf28ec71f7a0b
Author : Jens Petersen <petersen@redhat.com>
Date   : 2026-08-05T16:30:47+08:00
Stats  : +18/-14 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/fonts-compare/c/1bf927e32ccfcba8fdb5ff586f3bf28ec71f7a0b?branch=f44

Log:
update to 1.7.0

---
diff --git a/.gitignore b/.gitignore
index c922877..7f7bd64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /fonts-compare-1.5.4.tar.gz
 /fonts-compare-1.5.5.tar.gz
 /fonts-compare-1.6.0.tar.gz
+/fonts-compare-1.7.0.tar.gz

diff --git a/fonts-compare.spec b/fonts-compare.spec
index caffa05..1cf5217 100644
--- a/fonts-compare.spec
+++ b/fonts-compare.spec
@@ -1,6 +1,6 @@
 Name:           fonts-compare
-Version:        1.6.0
-Release:        4%{?dist}
+Version:        1.7.0
+Release:        1%{?dist}
 Summary:        Tool to compare fonts for a language
 
 License:        GPL-2.0-or-later
@@ -11,7 +11,7 @@ BuildArch: noarch
 
 BuildRequires:  python3-devel
 BuildRequires:  desktop-file-utils
-BuildRequires:  freetype-devel 
+BuildRequires:  freetype-devel
 Requires: python3-gobject
 Requires: python3-langtable
 Requires: python3-langdetect
@@ -77,6 +77,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.github.sudipshil9
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 
 %changelog
+* Wed Aug 05 2026 Jens Petersen <petersen@redhat.com> - 1.7.0-1
+- https://github.com/sudipshil9862/fonts-compare/releases/tag/1.7.0
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 
@@ -218,7 +221,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.github.sudipshil9
 - Resolves: https://github.com/sudipshil9862/fonts-compare/issues/33
 
 * Fri Mar 3 2023 Sudip Shil <sshil@redhat.com> - 1.2.3-1
-- Resolves: FontButton displays 'None'. https://github.com/sudipshil9862/fonts-compare/issues/32 
+- Resolves: FontButton displays 'None'. https://github.com/sudipshil9862/fonts-compare/issues/32
 - bug fixed generated by filtering-fonts for above gtk-version-4.9 users
 
 * Mon Feb 27 2023 Sudip Shil <sshil@redhat.com> - 1.2.2-1
@@ -269,7 +272,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.github.sudipshil9
 
 * Thu Jan 5 2023 Sudip Shil <sshil@redhat.com> - 1.1.1-1
 - spec file updated with installing svg
- 
+
 * Thu Jan 5 2023 Sudip Shil <sshil@redhat.com> - 1.1.0-1
 - Desktop entry file added
 - fonts-compare logo created
@@ -311,7 +314,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.github.sudipshil9
 - Dictionary removed
 - Attempt language detection only when the entered text really changed
 - added toggle button for Pango and Langtable sample text
-- set langtable sample text as default when toggle switch is off 
+- set langtable sample text as default when toggle switch is off
 - Blocking entry function's signal for some time so that it avoids language detection again
 - Availability of languages from langtable, fontconfig and python
 - label text added for showing the error if no font is installed for a language
@@ -338,21 +341,21 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.github.sudipshil9
 
 * Sun Oct 16 2022 Sudip Shil <sshil@redhat.com> - 1.0.2-1
 - updated version 1.0.2-1
-- Bug 1 fixed: errors and warning removed - checked pylint, 
+- Bug 1 fixed: errors and warning removed - checked pylint,
   pylintrc parameters updated for this project specificly
 - Bug 2 fixed: If I type japanese text in gtkEntry then no font detected in font button
   https://github.com/sudipshil9862/fonts-compare/issues/3
-- Bug 3 fixed: If click ‘bn’ then font button dialog has bengali text below 
-  but not happening this for ‘ja’ -> showing some english text instead of japanese 
+- Bug 3 fixed: If click ‘bn’ then font button dialog has bengali text below
+  but not happening this for ‘ja’ -> showing some english text instead of japanese
   https://github.com/sudipshil9862/fonts-compare/issues/2
-- Bug 4 fixed: If I write japanese in gtkEntry field and then I select ‘bn’ from drop then everything changed 
+- Bug 4 fixed: If I write japanese in gtkEntry field and then I select ‘bn’ from drop then everything changed
   but the japanese text still there in gtkEntry
-- Bug 5 fixed: When a language is detected by typing a text, 
+- Bug 5 fixed: When a language is detected by typing a text,
   the combobox(drop-down) doesn’t change
   https://github.com/sudipshil9862/fonts-compare/issues/5
-- Bug 6 fixed: code_rendering - detecting combo box lang using for loop and making it general 
+- Bug 6 fixed: code_rendering - detecting combo box lang using for loop and making it general
   so that any language can be selected from drop-down if it’s there  (use dictionary)
-- Bug 7 fixed: Text in the entry suddenly changes to sample text 
+- Bug 7 fixed: Text in the entry suddenly changes to sample text
   for the detected language when typing into the entry
   https://github.com/sudipshil9862/fonts-compare/issues/6
 

diff --git a/sources b/sources
index 7336e19..04a66c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fonts-compare-1.6.0.tar.gz) = 1f20dc0d3b2e096333a9c203d2b0f367f17f3764526186f95d82008fea58b99f08a053be4be1f8dc6598aa8ec5ee40a7167a1b605a2192c568b8a1d60949adc2
+SHA512 (fonts-compare-1.7.0.tar.gz) = 4e1624386912835c4132c05dbbb4f57b7229422d241e751f22ad7913890a20a03bd4bad1dad86a3543cc2743cfc2e2ef4d61e170d467004e37c06ba93a018a9d

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05  9:24 [rpms/fonts-compare] f44: update to 1.7.0 Jens Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox