public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Helio Chissini de Castro <helio@kde.org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: - Update to use Qt5 now instead of Qt4
Date: Mon, 20 Jul 2026 20:37:20 GMT	[thread overview]
Message-ID: <178457984048.1.12761935381681042829.rpms-transmission-23a047f39b2a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/transmission
Branch : epel10
Commit : 23a047f39b2a099fb086ba000618b8a4a6a0cbb5
Author : Helio Chissini de Castro <helio@kde.org>
Date   : 2015-03-23T09:11:49-03:00
Stats  : +8/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/transmission/c/23a047f39b2a099fb086ba000618b8a4a6a0cbb5?branch=epel10

Log:
- Update to use Qt5 now instead of Qt4

---
diff --git a/transmission.spec b/transmission.spec
index c7c0a03..10b15d8 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -2,7 +2,7 @@
 
 Name:           transmission
 Version:        2.84
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
@@ -21,7 +21,7 @@ BuildRequires:  dbus-glib-devel >= 0.70
 BuildRequires:  libevent-devel >= 2.0.10
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext intltool
-BuildRequires:  qt4-devel
+BuildRequires:  qt5-qtbase-devel
 BuildRequires:  systemd-devel
 Requires: transmission-cli
 Requires: transmission-gtk
@@ -75,7 +75,7 @@ GTK graphical interface of Transmission BitTorrent client.
 Summary:       Transmission Qt interface
 Group:         Applications/Internet
 Requires:      transmission-common
-%{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
+
 %description qt
 Qt graphical interface of Transmission BitTorrent client.
 
@@ -107,8 +107,8 @@ CXXFLAGS="%{optflags} -fPIC"
 make %{?_smp_mflags}
 
 pushd qt
-qmake-qt4 QMAKE_LFLAGS="$RPM_LD_FLAGS" QMAKE_CXXFLAGS="$CXXFLAGS -std=c++11" qtr.pro
-make %{?_smp_mflags}
+	%{qmake_qt5}  qtr.pro
+	make %{?_smp_mflags}
 popd
 
 %install
@@ -195,6 +195,9 @@ fi
 %doc %{_mandir}/man1/transmission-qt.*
 
 %changelog
+* Thu Mar 12 2015 Helio Chissini de Castro <helio@kde.org> - 2.83-3
+- Compile with Qt5 now
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.84-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 

                 reply	other threads:[~2026-07-20 20:37 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=178457984048.1.12761935381681042829.rpms-transmission-23a047f39b2a@fedoraproject.org \
    --to=helio@kde.org \
    --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