public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pygtkspellcheck] f45: Update to 5.0.4 + spec cleanup and modernization
Date: Sun, 16 Aug 2026 01:24:30 GMT [thread overview]
Message-ID: <178684347067.1.15307661320817869191.rpms-python-pygtkspellcheck-7a9a6754dc87@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-16 1:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178684347067.1.15307661320817869191.rpms-python-pygtkspellcheck-7a9a6754dc87@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox