public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/quisk] f44: New version
@ 2026-08-06 13:33
0 siblings, 0 replies; 3+ messages in thread
From: @ 2026-08-06 13:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/quisk
Branch : f44
Commit : 5bce8621922abe87ee3b7f5cf9ce5754de22e594
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-08-06T15:08:56+02:00
Stats : +29/-35 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/quisk/c/5bce8621922abe87ee3b7f5cf9ce5754de22e594?branch=f44
Log:
New version
Resolves: rhbz#2511114
---
diff --git a/quisk-4.2.53-build-fix.patch b/quisk-4.2.53-build-fix.patch
deleted file mode 100644
index c9e3398..0000000
--- a/quisk-4.2.53-build-fix.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index c00e148..49b5175 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -25,6 +25,7 @@ classifiers = [
- 'Programming Language :: C',
- 'Topic :: Communications :: Ham Radio',
- ]
-+dynamic = ["readme"]
-
- [project.gui-scripts]
- quisk = "quisk.quisk:main"
-@@ -35,7 +36,9 @@ Documentation = "https://james.ahlstrom.name/quisk/docs.html"
- Repository = "https://github.com/jimahlstrom/quisk"
- Changelog = "https://james.ahlstrom.name/quisk/CHANGELOG.txt"
-
--[tool.setuptools.packages.find]
--where = ["."]
--
-+[tool.setuptools]
-+package-dir = {"quisk" = "."}
-+packages = ["quisk", "quisk.n2adr", "quisk.softrock", "quisk.freedvpkg",
-+ "quisk.hermes", "quisk.hiqsdr", "quisk.afedrinet", "quisk.soapypkg",
-+ "quisk.sdrmicronpkg", "quisk.perseuspkg", "quisk.ac2yd", "quisk.multuspkg"]
-
diff --git a/quisk-4.2.54-utf-fix.patch b/quisk-4.2.54-utf-fix.patch
new file mode 100644
index 0000000..a0917be
--- /dev/null
+++ b/quisk-4.2.54-utf-fix.patch
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index e9b0486..05a3080 100644
+--- a/setup.py
++++ b/setup.py
+@@ -82,7 +82,7 @@ N1MM+ and software that uses Hamlib.
+ 'quisk.hermes', 'quisk.hiqsdr', 'quisk.afedrinet', 'quisk.soapypkg',
+ 'quisk.sdrmicronpkg', 'quisk.perseuspkg', 'quisk.ac2yd', 'quisk.multuspkg'],
+ package_dir = {'quisk' : '.'},
+- package_data = {'' : ['*.txt', '*.html', '*.so', '*.dll'], 'quisk' : ['icons/*']},
++ package_data = {'' : ['*.txt', '*.html', '*.so', '*.dll'], 'quisk' : ['icons/*']},
+ entry_points = {'gui_scripts' : ['quisk = quisk.quisk:main', 'quisk_vna = quisk.quisk_vna:main']},
+ ext_modules = Modules,
+ provides = ['quisk'],
diff --git a/quisk.png b/quisk.png
deleted file mode 100644
index f4927c2..0000000
Binary files a/quisk.png and /dev/null differ
diff --git a/quisk.spec b/quisk.spec
index 0cbbacf..55d941c 100644
--- a/quisk.spec
+++ b/quisk.spec
@@ -1,6 +1,6 @@
Name: quisk
-Version: 4.2.53
-Release: 3%{?dist}
+Version: 4.2.54
+Release: 1%{?dist}
Summary: Software Defined Radio (SDR) software
# Automatically converted from old format: GPLv2 and BSD - review is highly recommended.
@@ -9,8 +9,7 @@ URL: http://james.ahlstrom.name/quisk/
#Source0: https://files.pythonhosted.org/packages/source/q/%%{name}/%%{name}-%%{version}.tar.gz
Source0: https://github.com/jimahlstrom/quisk/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: quisk.desktop
-Source2: quisk.png
-Source3: name.ahlstrom.james.Quisk.metainfo.xml
+Source2: name.ahlstrom.james.Quisk.metainfo.xml
BuildRequires: gcc
BuildRequires: python3-devel
@@ -28,7 +27,7 @@ Requires: python3-wxpython4
Requires: wdsp
Suggests: codec2-devel
-Patch: quisk-4.2.53-build-fix.patch
+Patch: quisk-4.2.54-utf-fix.patch
%description
QUISK is a Software Defined Radio (SDR) which can control various
@@ -74,10 +73,13 @@ done
desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
-install -Dpm 0644 %{SOURCE2} \
- %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/quisk.png
+for i in 16 32 48 64 128 256 512
+do
+ install -Dpm 0644 icons/quisk_${i}.png \
+ %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/quisk.png
+done
-install -Dpm 0644 %{SOURCE3} \
+install -Dpm 0644 %{SOURCE2} \
%{buildroot}%{_metainfodir}/name.ahlstrom.james.Quisk.metainfo.xml
%files -f %{pyproject_files}
@@ -86,11 +88,15 @@ install -Dpm 0644 %{SOURCE3} \
%doc help.html help_vna.html
%{_bindir}/%{name}{,_vna}
%{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_metainfodir}/name.ahlstrom.james.Quisk.metainfo.xml
%changelog
+* Thu Aug 06 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 4.2.54-1
+- New version
+ Resolves: rhbz#2511114
+
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 4.2.53-3
- Rebuilt for Python 3.15.0b4 ABI change
diff --git a/sources b/sources
index fba40b3..0e580b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (quisk-4.2.53.tar.gz) = ed9ede7b25562f0a25af225a17bfb049b2f447f98cb3439c8ebe5dce64b6fc11966b1853b2e06737fab7a0b0692872ee93f98a777c7c996d8a67ab982fa4ab71
+SHA512 (quisk-4.2.54.tar.gz) = aa28995878e99e2f5e6ecb4d8955961a80b51d8cd42b0317b1d60585063b1edc1ff9876e67aa7914fb8ade15d5edd0a6713e13a893c9f93361e8e6908c478bbf
^ permalink raw reply related [flat|nested] 3+ messages in thread* [rpms/quisk] f44: New version
@ 2026-07-06 13:27
0 siblings, 0 replies; 3+ messages in thread
From: @ 2026-07-06 13:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/quisk
Branch : f44
Commit : 42ee27377487080d680173cd05dc2202a5e1b620
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-07-02T11:17:06+02:00
Stats : +9/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/quisk/c/42ee27377487080d680173cd05dc2202a5e1b620?branch=f44
Log:
New version
Resolves: rhbz#2495455
---
diff --git a/quisk.spec b/quisk.spec
index c8fb497..a801fdf 100644
--- a/quisk.spec
+++ b/quisk.spec
@@ -1,12 +1,13 @@
Name: quisk
-Version: 4.2.51
-Release: 2%{?dist}
+Version: 4.2.53
+Release: 1%{?dist}
Summary: Software Defined Radio (SDR) software
# Automatically converted from old format: GPLv2 and BSD - review is highly recommended.
License: GPL-2.0-only AND LicenseRef-Callaway-BSD
URL: http://james.ahlstrom.name/quisk/
-Source0: https://files.pythonhosted.org/packages/source/q/%{name}/%{name}-%{version}.tar.gz
+#Source0: https://files.pythonhosted.org/packages/source/q/%%{name}/%%{name}-%%{version}.tar.gz
+Source0: https://github.com/jimahlstrom/quisk/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: quisk.desktop
Source2: quisk.png
Source3: name.ahlstrom.james.Quisk.metainfo.xml
@@ -88,6 +89,10 @@ install -Dpm 0644 %{SOURCE3} \
%changelog
+* Thu Jul 02 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 4.2.53-1
+- New version
+ Resolves: rhbz#2495455
+
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 4.2.51-2
- Rebuilt for Python 3.15
diff --git a/sources b/sources
index cc3bf9a..fba40b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (quisk-4.2.51.tar.gz) = a778b6ab95a59673b4176dec67aa9a2496c418c903c0cb547192b7e9f634dccd7eb2df3ac13e0380d3a9e008af3c42da869cb2991c3c8432dd720a3415cd5419
+SHA512 (quisk-4.2.53.tar.gz) = ed9ede7b25562f0a25af225a17bfb049b2f447f98cb3439c8ebe5dce64b6fc11966b1853b2e06737fab7a0b0692872ee93f98a777c7c996d8a67ab982fa4ab71
^ permalink raw reply related [flat|nested] 3+ messages in thread* [rpms/quisk] f44: New version
@ 2026-07-06 13:27
0 siblings, 0 replies; 3+ messages in thread
From: @ 2026-07-06 13:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/quisk
Branch : f44
Commit : a0285aa99e41f5217919e322171eac3c8ba97e80
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-07-06T15:26:16+02:00
Stats : +27/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/quisk/c/a0285aa99e41f5217919e322171eac3c8ba97e80?branch=f44
Log:
New version
Resolves: rhbz#2495455
---
diff --git a/quisk-4.2.53-build-fix.patch b/quisk-4.2.53-build-fix.patch
new file mode 100644
index 0000000..c9e3398
--- /dev/null
+++ b/quisk-4.2.53-build-fix.patch
@@ -0,0 +1,25 @@
+diff --git a/pyproject.toml b/pyproject.toml
+index c00e148..49b5175 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -25,6 +25,7 @@ classifiers = [
+ 'Programming Language :: C',
+ 'Topic :: Communications :: Ham Radio',
+ ]
++dynamic = ["readme"]
+
+ [project.gui-scripts]
+ quisk = "quisk.quisk:main"
+@@ -35,7 +36,9 @@ Documentation = "https://james.ahlstrom.name/quisk/docs.html"
+ Repository = "https://github.com/jimahlstrom/quisk"
+ Changelog = "https://james.ahlstrom.name/quisk/CHANGELOG.txt"
+
+-[tool.setuptools.packages.find]
+-where = ["."]
+-
++[tool.setuptools]
++package-dir = {"quisk" = "."}
++packages = ["quisk", "quisk.n2adr", "quisk.softrock", "quisk.freedvpkg",
++ "quisk.hermes", "quisk.hiqsdr", "quisk.afedrinet", "quisk.soapypkg",
++ "quisk.sdrmicronpkg", "quisk.perseuspkg", "quisk.ac2yd", "quisk.multuspkg"]
+
diff --git a/quisk.spec b/quisk.spec
index a801fdf..17808eb 100644
--- a/quisk.spec
+++ b/quisk.spec
@@ -28,6 +28,8 @@ Requires: python3-wxpython4
Requires: wdsp
Suggests: codec2-devel
+Patch: quisk-4.2.53-build-fix.patch
+
%description
QUISK is a Software Defined Radio (SDR) which can control various
radio hardware. QUISK supports CW, SSB, and AM.
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-06 13:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 13:33 [rpms/quisk] f44: New version
-- strict thread matches above, loose matches on Subject: below --
2026-07-06 13:27
2026-07-06 13:27
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox