public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rahul Sundaram <sundaram@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: upstream release 2.80
Date: Mon, 20 Jul 2026 20:37:14 GMT [thread overview]
Message-ID: <178457983442.1.4154909990449831919.rpms-transmission-edc83a8aa0c1@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : edc83a8aa0c1b998fadeb847a553fe0d0c1eef8e
Author : Rahul Sundaram <sundaram@fedoraproject.org>
Date : 2013-06-27T04:10:10-04:00
Stats : +10/-17 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/edc83a8aa0c1b998fadeb847a553fe0d0c1eef8e?branch=epel10
Log:
upstream release 2.80
- use upstream systemd service file
---
diff --git a/.gitignore b/.gitignore
index bcb1862..2c5c42a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ transmission-2.04.tar.xz
/transmission-2.72.tar.xz
/transmission-2.75.tar.xz
/transmission-2.76.tar.xz
+/transmission-2.80.tar.xz
diff --git a/sources b/sources
index 67897f5..966c6ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-60c0e77a1852656215f7102a437b2a3d transmission-2.77.tar.xz
+2bde600d4b0a75d0bd3784550d59a8af transmission-2.80.tar.xz
diff --git a/transmission-daemon-systemd b/transmission-daemon-systemd
deleted file mode 100644
index 6743c06..0000000
--- a/transmission-daemon-systemd
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Transmission BT Client headless
-After=syslog.target network.target
-
-[Service]
-User=transmission
-ExecStart=/usr/bin/transmission-daemon -f --blocklist -g /var/lib/transmission/.config/transmission
-
-[Install]
-WantedBy=multi-user.target
diff --git a/transmission.spec b/transmission.spec
index 27a0810..467a3af 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,8 +1,8 @@
%global _hardened_build 1
Name: transmission
-Version: 2.77
-Release: 3%{?dist}
+Version: 2.80
+Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet
@@ -10,8 +10,6 @@ Group: Applications/Internet
License: MIT and GPLv2
URL: http://www.transmissionbt.com
Source0: http://download.transmissionbt.com/files/transmission-%{version}.tar.xz
-# systemd unit definition
-Source1: transmission-daemon-systemd
BuildRequires: openssl-devel >= 0.9.4
BuildRequires: glib2-devel >= 2.32.0
BuildRequires: gtk3-devel >= 3.2.0
@@ -100,7 +98,7 @@ mv NEWS.new NEWS
CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
%configure --disable-static --enable-utp --enable-daemon \
- --enable-nls --enable-cli --enable-daemon --with-gnu-ld
+ --enable-nls --enable-cli --enable-daemon --with-systemd-daemon
make %{?_smp_mflags}
pushd qt
@@ -110,7 +108,7 @@ popd
%install
mkdir -p %{buildroot}%{_unitdir}
-install -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/transmission-daemon.service
+install -m0644 daemon/transmission-daemon.service %{buildroot}%{_unitdir}/
mkdir -p %{buildroot}/var/lib/transmission
%make_install
make install INSTALL_ROOT=%{buildroot}%{_prefix} -C qt
@@ -193,6 +191,10 @@ fi
%doc %{_mandir}/man1/transmission-qt.*
%changelog
+* Thu Jun 27 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 2.80-1
+- upstream release 2.80
+- use upstream systemd service file
+
* Fri May 10 2013 Adam Williamson <awilliam@redhat.com>
- update scriptlets to match current guidelines
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=178457983442.1.4154909990449831919.rpms-transmission-edc83a8aa0c1@fedoraproject.org \
--to=sundaram@fedoraproject.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