public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Vasiliy Glazov <v.glazov@1440.space>
To: git-commits@fedoraproject.org
Subject: [rpms/openhantek] main: Update to 3.4.1-rc2. Switch to Qt6.
Date: Wed, 03 Jun 2026 07:17:34 GMT	[thread overview]
Message-ID: <178047105425.1.12898687681384811758.rpms-openhantek-9ef1a6b1c3d5@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/openhantek
Branch : main
Commit : 9ef1a6b1c3d54d5d4451c6f2f7b5f8e592d069c3
Author : Vasiliy Glazov <v.glazov@1440.space>
Date   : 2026-06-03T10:17:06+03:00
Stats  : +19/-14 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/openhantek/c/9ef1a6b1c3d54d5d4451c6f2f7b5f8e592d069c3?branch=main

Log:
Update to 3.4.1-rc2. Switch to Qt6.

---
diff --git a/.gitignore b/.gitignore
index 76ca51f..52c6652 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
 /OpenHantek6022-3.3.2.2.tar.gz
 /OpenHantek6022-3.3.3.tar.gz
 /OpenHantek6022-3.4-rc3.tar.gz
+/OpenHantek6022-3.41-rc2.tar.gz

diff --git a/openhantek.spec b/openhantek.spec
index 3bcf676..cf634ec 100644
--- a/openhantek.spec
+++ b/openhantek.spec
@@ -1,20 +1,20 @@
 Name:           openhantek
-Version:        3.4~rc3
-Release:        5%{?dist}
+Version:        3.4.1~rc2
+Release:        1%{?dist}
 Summary:        Hantek and compatible USB digital signal oscilloscope
 
 License:        GPL-3.0-or-later AND GPL-2.0-or-later AND Apache-2.0
 URL:            https://github.com/OpenHantek/OpenHantek6022
 #Source0:        %{url}/archive/%{version}/OpenHantek6022-%{version}.tar.gz
-Source0:        %{url}/archive/3.4-rc3/OpenHantek6022-3.4-rc3.tar.gz
+Source0:        %{url}/archive/3.4.1-rc2/OpenHantek6022-3.41-rc2.tar.gz
 
 BuildRequires:  gcc-c++
-BuildRequires:  cmake3
-BuildRequires:  qt5-qtbase-devel
+BuildRequires:  cmake
+BuildRequires:  qt6-qtbase-devel
 BuildRequires:  fftw-devel
 BuildRequires:  libusbx-devel
-BuildRequires:  qt5-qttools-devel
-BuildRequires:  qt5-qttranslations
+BuildRequires:  qt6-qttools-devel
+BuildRequires:  qt6-qttranslations
 BuildRequires:  mesa-libGL-devel
 BuildRequires:  mesa-libGLES-devel
 BuildRequires:  binutils-devel
@@ -31,32 +31,36 @@ OpenHantek is a free software for Hantek and compatible
 Supported devices: 6022BE/BL.
 
 %prep
-%autosetup -p1 -n OpenHantek6022-3.4-rc3
+%autosetup -p1 -n OpenHantek6022-3.4.1-rc2
 
 %build
 export VERSION=%{version}
-%cmake3
-%cmake3_build
+%cmake
+%cmake_build
 
 %install
-%cmake3_install
+%cmake_install
 mkdir -p %{buildroot}%{_udevrulesdir}
 rm %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/OpenHantek.png
 rm %{buildroot}%{_datadir}/doc/%{name}/*
 
 %check
-desktop-file-validate %{buildroot}%{_datadir}/applications/OpenHantek.desktop
+desktop-file-validate %{buildroot}%{_datadir}/applications/org.openhantek.OpenHantek.desktop
 
 %files
 %license LICENSE
 %doc README.md CHANGELOG docs/OpenHantek6022_User_Manual.pdf CODE_OF_CONDUCT
 %{_bindir}/OpenHantek
-%{_datadir}/applications/OpenHantek.desktop
+%{_datadir}/applications/org.openhantek.OpenHantek.desktop
 %{_datadir}/icons/hicolor/scalable/apps/OpenHantek.svg
 %{_udevrulesdir}/60-openhantek.rules
 
 
 %changelog
+* Wed Jun 03 2026 Vasiliy Glazov <vascom2@gmail.com> - 3.4.1~rc2-1
+- Update to 3.4.1-rc2
+- Switch to Qt6
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.4~rc3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index 0b4ffec..39c93dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (OpenHantek6022-3.4-rc3.tar.gz) = 91e605f05395c7913dee67166c2f333eed3123516d9f031f319db6d6d92bca46ce7353ff15978f7906951277cf5fd4689a8a3d62a9fc6361ab53a4c9b3b28d3d
+SHA512 (OpenHantek6022-3.41-rc2.tar.gz) = c0ae2312165fb167dda6aaefcc17b48a86586ef7f0540dd6945f4877237407871df5be0d8b1c14992b4ac56629da14b5652cd707f595cd6dc6e2b09468e97170

                 reply	other threads:[~2026-06-03  7:17 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=178047105425.1.12898687681384811758.rpms-openhantek-9ef1a6b1c3d5@fedoraproject.org \
    --to=v.glazov@1440.space \
    --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