public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/quisk] rawhide: New version
Date: Thu, 06 Aug 2026 13:09:06 GMT	[thread overview]
Message-ID: <178602174621.1.16818805833093414837.rpms-quisk-5bce8621922a@fedoraproject.org> (raw)

          A new commit has been pushed.

          Repo   : rpms/quisk
          Branch : rawhide
          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=rawhide

          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

             reply	other threads:[~2026-08-06 13:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-06 13:09  [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-07-06 13:26 [rpms/quisk] rawhide: New version 
2026-07-02  9:17 

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=178602174621.1.16818805833093414837.rpms-quisk-5bce8621922a@fedoraproject.org \
    --to=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