public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pygtkspellcheck] f45: Update to 5.0.4 + spec cleanup and modernization
@ 2026-08-16  1:24 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-16  1:24 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-pygtkspellcheck
            Branch : f45
            Commit : 7a9a6754dc87e95b40489052668ad3d50354cb1e
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-08-07T16:30:38-03:00
            Stats  : +19/-13 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-pygtkspellcheck/c/7a9a6754dc87e95b40489052668ad3d50354cb1e?branch=f45

            Log:
            Update to 5.0.4 + spec cleanup and modernization

Resolves: rhbz#2435008 - python-pygtkspellcheck: FTBFS in Fedora rawhide/f44
Resolves: rhbz#2441634 - python-pygtkspellcheck-5.0.4 is available

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/.gitignore b/.gitignore
index cd4e848..21ea3eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/pygtkspellcheck-5.0.3.tar.gz
+/pygtkspellcheck-*.tar.gz

diff --git a/python-pygtkspellcheck.spec b/python-pygtkspellcheck.spec
index 2532bbf..ee215bc 100644
--- a/python-pygtkspellcheck.spec
+++ b/python-pygtkspellcheck.spec
@@ -1,11 +1,11 @@
 %global         srcname         pygtkspellcheck
 %global         forgeurl        https://github.com/koehlma/pygtkspellcheck
-Version:        5.0.3
+Version:        5.0.4
+Release:        %autorelease
 %global         tag             %{version}
 %forgemeta
 
 Name:           python-%{srcname}
-Release:        %autorelease
 Summary:        Spellchecking library for GTK
 
 # All code GPL-3.0-or-later
@@ -16,13 +16,14 @@ License:        GPL-3.0-or-later AND LGPL-2.1-or-later
 URL:            %{forgeurl}
 Source:         %{forgeurl}/archive/v%{version}/%{srcname}-%{version}.tar.gz
 
-BuildRequires:  python3-devel
+BuildRequires:  gobject-introspection
+BuildRequires:  gtk3-devel
+BuildRequires:  python%{python3_pkgversion}-devel
 # Documentation dependencies
-BuildRequires:  python3-myst-parser
-BuildRequires:  python3-sphinx
+BuildRequires:  python%{python3_pkgversion}-myst-parser
+BuildRequires:  python%{python3_pkgversion}-sphinx
 # Check dependency
-BuildRequires:  python3-gobject-devel
-BuildRequires:  gtk3-devel
+BuildRequires:  python%{python3_pkgversion}-gobject-devel
 
 BuildArch: noarch
 
@@ -44,15 +45,16 @@ Features
 
 %description %_description
 
-%package -n python3-%{srcname}
+%package -n python%{python3_pkgversion}-%{srcname}
 Summary:        %{summary}
 
-%description -n python3-%{srcname} %_description
+%description -n python%{python3_pkgversion}-%{srcname} %_description
 
 
 %prep
 %autosetup -n %{srcname}-%{version}
 
+
 %generate_buildrequires
 %pyproject_buildrequires
 
@@ -61,18 +63,22 @@ Summary:        %{summary}
 %pyproject_wheel
 # TODO: build documentation
 
+
 %install
 %pyproject_install
 %pyproject_save_files gtkspellcheck -L
 
-%check 
+
+%check
 %pyproject_check_import
 
-%files -n python3-%{srcname} -f %{pyproject_files}
+
+%files -n python%{python3_pkgversion}-%{srcname} -f %{pyproject_files}
 %doc README.md
 %doc CHANGELOG
 %license LICENSE
 %doc examples
 
+
 %changelog
 %autochangelog

diff --git a/sources b/sources
index 9a025b7..b4f92d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pygtkspellcheck-5.0.3.tar.gz) = c630e4d2f9a18c7111cbc9838814c00ea2654a032f6b286c1ee24f7cf653c505a8d76f13069900ca27f4d25bd5b566b8e72d2edc203e7e1a26205bbe9572b060
+SHA512 (pygtkspellcheck-5.0.4.tar.gz) = 100d9eaa7d3ce90d2b863cf713da2db6f52680827e2d5e4bd13fba1e6ac6625cd3aa9884f3fea286d44042a57ca8e9bd507fb5b1665a9079f7dcd57344a55c55

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-16  1:24 [rpms/python-pygtkspellcheck] f45: Update to 5.0.4 + spec cleanup and modernization Filipe Rosset

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