public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/quisk] rawhide: New version
@ 2026-07-06 13:26 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-07-06 13:26 UTC (permalink / raw)
  To: git-commits

          A new commit has been pushed.

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

          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] 2+ messages in thread
* [rpms/quisk] rawhide: New version
@ 2026-07-02  9:17 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-07-02  9:17 UTC (permalink / raw)
  To: git-commits

          A new commit has been pushed.

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

          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] 2+ messages in thread

end of thread, other threads:[~2026-07-06 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 13:26 [rpms/quisk] rawhide: New version 
  -- strict thread matches above, loose matches on Subject: below --
2026-07-02  9:17 

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