public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: upstream release 2.80
@ 2026-07-20 20:37 Rahul Sundaram
  0 siblings, 0 replies; only message in thread
From: Rahul Sundaram @ 2026-07-20 20:37 UTC (permalink / raw)
  To: git-commits

            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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 20:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:37 [rpms/transmission] epel10: upstream release 2.80 Rahul Sundaram

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox