public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Hjalmarsson <kanelxake@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: Transmission 2.93
Date: Mon, 20 Jul 2026 20:37:32 GMT [thread overview]
Message-ID: <178457985277.1.12880602548122007717.rpms-transmission-2b51bb8f3dab@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : 2b51bb8f3dab9ec443777fd5167aee0874450078
Author : Peter Hjalmarsson <kanelxake@gmail.com>
Date : 2018-02-09T20:03:51+00:00
Stats : +14/-24 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/2b51bb8f3dab9ec443777fd5167aee0874450078?branch=epel10
Log:
Transmission 2.93
Additional cleanups and corrections
---
diff --git a/transmission.spec b/transmission.spec
index 2e0971d..5ef4fd7 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,23 +1,19 @@
%global _hardened_build 1
Name: transmission
-Version: 2.92
-Release: 13%{?dist}
+Version: 2.93
+Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client
# See COPYING. This licensing situation is... special.
License: MIT and GPLv2
URL: http://www.transmissionbt.com
-Source0: http://download.transmissionbt.com/files/transmission-%{version}.tar.xz
+Source0: https://github.com/transmission/transmission-releases/raw/master/transmission-%{version}.tar.xz
# https://bugzilla.redhat.com/show_bug.cgi?id=1221292
Source1: https://raw.githubusercontent.com/gnome-design-team/gnome-icons/master/apps-symbolic/Adwaita/scalable/apps/transmission-symbolic.svg
#Patch0: transmission-2.84-overshoot.patch
Patch1: transmission-libsystemd.patch
Patch2: transmission-fdlimits.patch
-# https://github.com/transmission/transmission/pull/468
-Patch3: CVE-2018-5702.patch
-# Cherry-picked from upstream
-Patch4: 0001-transmission-build-against-openssl-1.1.0.patch
BuildRequires: openssl-devel >= 1.1.0
BuildRequires: glib2-devel >= 2.32.0
@@ -46,8 +42,8 @@ Summary: Transmission common files
Group: Applications/Internet
Conflicts: transmission < 1.80-0.3.b4
%description common
-Common files for Transmission BitTorrent client sub-packages. It includes
-the web user interface, icons and transmission-remote, transmission-create,
+Common files for Transmission BitTorrent client sub-packages. It includes
+the web user interface, icons and transmission-remote, transmission-create,
transmission-edit, transmission-show utilities.
%package cli
@@ -93,13 +89,7 @@ useradd -r -g transmission -d %{_sharedstatedir}/transmission -s /sbin/nologin \
exit 0
%prep
-%setup -q
-
-#%%patch0 -p0
-%patch1 -p0
-%patch2 -p0
-%patch3 -p1
-%patch4 -p1
+%autosetup -p0
# fix icon location for Transmission Qt
sed -i 's|Icon=%{name}-qt|Icon=%{name}|g' qt/%{name}-qt.desktop
@@ -117,22 +107,22 @@ CXXFLAGS="%{optflags} -fPIC"
%configure --disable-static --enable-utp --enable-daemon --with-systemd-daemon \
--enable-nls --enable-cli --enable-daemon \
--enable-external-natpmp
-make %{?_smp_mflags}
+%make_build
pushd qt
%{qmake_qt5} qtr.pro
- make %{?_smp_mflags}
+ %make_build
popd
%check
-make %{?_smp_mflags} check
+%make_build check
%install
mkdir -p %{buildroot}%{_unitdir}
install -m0644 daemon/transmission-daemon.service %{buildroot}%{_unitdir}/
mkdir -p %{buildroot}%{_sharedstatedir}/transmission
%make_install
-make install INSTALL_ROOT=%{buildroot}%{_prefix} -C qt
+%make_install INSTALL_ROOT=%{buildroot}%{_prefix} -C qt
# Install the symbolic icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/symbolic/apps
@@ -196,11 +186,11 @@ EOF
%systemd_preun transmission-daemon.service
%postun daemon
-%systemd_postun_with_restart transmission-daemon.service
+%systemd_postun_with_restart transmission-daemon.service
-%files
+%files
-%files common
+%files common
%license COPYING
%doc AUTHORS NEWS README
%{_bindir}/transmission-remote
@@ -216,7 +206,7 @@ EOF
%doc %{_mandir}/man1/transmission-edit*
%doc %{_mandir}/man1/transmission-show*
-%files cli
+%files cli
%{_bindir}/transmission-cli
%doc %{_mandir}/man1/transmission-cli*
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=178457985277.1.12880602548122007717.rpms-transmission-2b51bb8f3dab@fedoraproject.org \
--to=kanelxake@gmail.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