public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/qview] f44: Update to 7.1 upstream release
Date: Sun, 19 Jul 2026 16:41:23 GMT	[thread overview]
Message-ID: <178447928308.1.1539034971585859289.rpms-qview-7d1811d804d7@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/qview
            Branch : f44
            Commit : 7d1811d804d73fde1165e669d60c79715e57f61d
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-07-19T12:39:13-04:00
            Stats  : +19/-22 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/qview/c/7d1811d804d73fde1165e669d60c79715e57f61d?branch=f44

            Log:
            Update to 7.1 upstream release

- Resolves: rhbz#2351027

Upstream tag: 7.1
Upstream commit: 0ec246b

---
diff --git a/.gitignore b/.gitignore
index 3db8786..44e3ad9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /qView-5.0.tar.gz
 /qView-6.1.tar.gz
+/qView-7.1.tar.gz

diff --git a/qview.spec b/qview.spec
index 0d7220c..78136d5 100644
--- a/qview.spec
+++ b/qview.spec
@@ -2,28 +2,29 @@
 %global upstream_name qView
 
 Name:           qview
-Version:        6.1
+Version:        7.1
 Release:        %autorelease
-# Automatically converted from old format: GPLv3+ - review is highly recommended.
-License:        GPL-3.0-or-later
+License:        GPL-3.0-only
 Summary:        Practical and minimal image viewer
 URL:            https://interversehq.com/qview/
-Source:         https://github.com/jurplel/%{upstream_name}/releases/download/%{version}/%{upstream_name}-%{version}.tar.gz
+Source:         https://github.com/jurplel/%{upstream_name}/archive/%{version}/%{upstream_name}-%{version}.tar.gz
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  libappstream-glib
 BuildRequires:  make
-BuildRequires:  qt5-linguist
-BuildRequires:  qt5-rpm-macros
-
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5X11Extras)
+BuildRequires:  qt6-rpm-macros
+BuildRequires:  cmake(Qt6Core)
+BuildRequires:  cmake(Qt6Gui)
+BuildRequires:  cmake(Qt6Network)
+BuildRequires:  cmake(Qt6Widgets)
+BuildRequires:  cmake(Qt6Svg)
+BuildRequires:  cmake(Qt6LinguistTools)
 
 Requires: hicolor-icon-theme
-Requires: kf5-kimageformats
-Requires: qt5-qtimageformats
-Requires: qt5-qtsvg
+Requires: kf6-kimageformats
+Requires: qt6-qtimageformats
+Requires: qt6-qtsvg
 
 
 %description
@@ -33,30 +34,26 @@ GUI elements, while also being flexible enough for everyday use.
 
 
 %prep
-%autosetup -n %{upstream_name}
+%autosetup -n %{upstream_name}-%{version}
 
 %build
-PREFIX=%{_prefix} %qmake_qt5
+PREFIX=%{_prefix} %qmake_qt6
 %make_build
 
 %install
 INSTALL_ROOT="%{buildroot}" %make_install
 
 %check
-appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{appid}.appdata.xml
-desktop-file-validate %{buildroot}/%{_datadir}/applications/%{appid}.desktop
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{appid}.appdata.xml
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{appid}.desktop
 
 %files
 %doc README.md
-
 %license LICENSE
-
 %{_bindir}/%{name}
-
 %{_datadir}/applications/%{appid}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{appid}.*
 %{_datadir}/icons/hicolor/symbolic/apps/%{appid}-symbolic.svg
-
 %{_metainfodir}/%{appid}.appdata.xml
 
 %changelog

diff --git a/sources b/sources
index 6046433..1ff185d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (qView-5.0.tar.gz) = dcc6d0d37ee88f4ff85e4c3013f316519c2fd4f42616b5560eddb97b0286bf039b2f3fded31cba101d997809ca8767e1f24b062429992c2aa3211a4ff1226b01
-SHA512 (qView-6.1.tar.gz) = a2e0677182a8c16c1fbd4fa377d014d522308df8099a0ca87d50eb31b8ebcd6b13bb7162ec763d7b50c82b52622c5e3e67f94c61e947c1968e66addbf7696a71
+SHA512 (qView-7.1.tar.gz) = cc7930a83f34a1a1d3b8339dd85b087801d35fb8de1a2601ff779285b8a9db93a116c3422166e5b528aa8c4610d64a5d6a10917d6f311d16151aeabc6e46b536

                 reply	other threads:[~2026-07-19 16:41 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=178447928308.1.1539034971585859289.rpms-qview-7d1811d804d7@fedoraproject.org \
    --to=yselkowi@redhat.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