public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gambas3] rawhide: 3.22.1
Date: Thu, 27 Aug 2026 15:51:57 GMT [thread overview]
Message-ID: <178784591749.1.3474570205916060526.rpms-gambas3-9e63b4c9164a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gambas3
Branch : rawhide
Commit : 9e63b4c9164af32d1e87fd0a7088d2ed44fa39fa
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-08-27T11:51:52-04:00
Stats : +8/-16 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gambas3/c/9e63b4c9164af32d1e87fd0a7088d2ed44fa39fa?branch=rawhide
Log:
3.22.1
---
diff --git a/gambas3.spec b/gambas3.spec
index 339c136..37c64bc 100644
--- a/gambas3.spec
+++ b/gambas3.spec
@@ -21,16 +21,12 @@
%global qt6 1
# Qt4 webkit is abandoned in Fedora 44+
-%if 0%{?fedora} <= 43
-%global qt4webkit 1
-%else
%global qt4webkit 0
-%endif
Name: gambas3
Summary: IDE based on a basic interpreter with object extensions
-Version: 3.21.6
-Release: 3%{?dist}
+Version: 3.22.1
+Release: 1%{?dist}
License: GPL-1.0-or-later
URL: http://gambas.sourceforge.net/
Source0: https://gitlab.com/gambas/gambas/-/archive/%{version}/gambas-%{version}.tar.bz2
@@ -101,10 +97,6 @@ Patch5: %{name}-3.14.1-gst1.patch
# If we're using C++20 then we can't override toupper/tolower, it is not allowed.
Patch6: gambas3-3.19.4-c++20-do-not-try-to-override-std-functions.patch
-Patch7: gambas3-3.21.6-poppler-version.patch
-Patch8: gambas3-3.21.6-poppler-26.04.0.patch
-Patch9: gambas3-3.21.6-poppler-26.06.0.patch
-
%description
Gambas3 is a free development environment based on a Basic interpreter
with object extensions, like Visual Basic (but it is NOT a clone !).
@@ -1213,9 +1205,6 @@ Requires: %{name}-gb-xml = %{version}-%{release}
%patch -P 2 -p1 -b .noliconv
%patch -P 5 -p1 -b .gst1
%patch -P 6 -p1 -b .c++20
-%patch -P 7 -p1 -b .poppler-version
-%patch -P 8 -p1 -b .poppler-26.04.0
-%patch -P 9 -p1 -b .poppler-26.06.0
for i in `find . |grep acinclude.m4`; do
sed -i 's|$AM_CFLAGS -O3|$AM_CFLAGS|g' $i
sed -i 's|$AM_CXXFLAGS -Os -fno-omit-frame-pointer|$AM_CXXFLAGS|g' $i
@@ -1312,7 +1301,7 @@ export PATH=%{buildroot}%{_bindir}:$PATH
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/%{name}/examples/
-install -m0644 -p ./app/src/%{name}/.icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
+install -m0644 -p ./app/src/%{name}/.app.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
@@ -1873,7 +1862,7 @@ install -m 0644 -p main/mime/application-x-gambas3.xml %{buildroot}%{_datadir}/m
%files gb-qt5-webkit
%{_libdir}/%{name}/gb.qt5.webkit.*
-%{_datadir}/%{name}/control/gb.qt5.webkit*
+# %%{_datadir}/%%{name}/control/gb.qt5.webkit*
%{_datadir}/%{name}/info/gb.qt5.webkit.*
%ifnarch ppc64le s390x
@@ -2052,6 +2041,9 @@ install -m 0644 -p main/mime/application-x-gambas3.xml %{buildroot}%{_datadir}/m
%{_datadir}/%{name}/info/gb.xml.xslt.*
%changelog
+* Thu Aug 27 2026 Tom Callaway <spot@fedoraproject.org> - 3.22.1-1
+- update to 3.22.1
+
* Thu Aug 6 2026 Marek Kasik <mkasik@redhat.com> - 3.21.6-3
- Rebuild for poppler 26.08.0
- Restrict openssl-devel-engine dependency to Fedoras <= 44
diff --git a/sources b/sources
index 10f79ce..3b26df6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gambas-3.21.6.tar.bz2) = 526b00df1b463a865f2ca4c548361af0561e34018a84cfd3d63b27ffbb2b6c0b1514e125055a860bec0ec301bae88a69e5117cb0fe9f3536e239727d61f9a47e
+SHA512 (gambas-3.22.1.tar.bz2) = 17c75dc71c8e10823c491b0c1663eeb094af1578db429a039e9de66f6cbc008bc9782c9d1f6dd161652f8db52b48abf912f45d0c373f154b3cabf8cac2273233
reply other threads:[~2026-08-27 15:51 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=178784591749.1.3474570205916060526.rpms-gambas3-9e63b4c9164a@fedoraproject.org \
--to=spotaws@amazon.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