public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: Upstream 2.32 release
@ 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 : 493359a399249a29832d5d138aee5d0b9eb85811
            Author : Rahul Sundaram <sundaram@fedoraproject.org>
            Date   : 2011-07-05T19:03:48+05:30
            Stats  : +8/-7 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/transmission/c/493359a399249a29832d5d138aee5d0b9eb85811?branch=epel10

            Log:
            Upstream 2.32 release
https://trac.transmissionbt.com/wiki/Changes#version-2.32
Drop defattr throughout the spec since recent RPM makes it redundant

---
diff --git a/.gitignore b/.gitignore
index 0370adf..b3af1a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ transmission-2.04.tar.xz
 /transmission-2.30b1.tar.xz
 /transmission-2.30b3.tar.xz
 /transmission-2.31.tar.xz
+/transmission-2.32.tar.xz

diff --git a/sources b/sources
index d5eaf55..6ae6863 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f754d4bb3629a2ec2def837b0227b834  transmission-2.31.tar.xz
+f3bee42edcf1f9a7daad6ec3bff83ad5  transmission-2.32.tar.xz

diff --git a/transmission.spec b/transmission.spec
index dfe3e15..47370ad 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,5 +1,5 @@
 Name:           transmission
-Version:        2.31
+Version:        2.32
 Release:        1%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
@@ -173,7 +173,6 @@ update-desktop-database > /dev/null 2>&1 || :
 %files 
 
 %files common 
-%defattr(-, root, root, -)
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/transmission-remote
 %{_bindir}/transmission-create
@@ -188,12 +187,10 @@ update-desktop-database > /dev/null 2>&1 || :
 %doc %{_mandir}/man1/transmission-show*
 
 %files cli 
-%defattr(-, root, root, -)
 %{_bindir}/transmission-cli
 %doc %{_mandir}/man1/transmission-cli*
 
 %files daemon
-%defattr(-, root, root, -)
 %{_bindir}/transmission-daemon
 %{_initddir}/transmission-daemon
 %config(noreplace) %{_sysconfdir}/sysconfig/transmission-daemon
@@ -201,18 +198,21 @@ update-desktop-database > /dev/null 2>&1 || :
 %doc %{_mandir}/man1/transmission-daemon*
 
 %files gtk -f %{name}-gtk.lang
-%defattr(-, root, root, -)
 %{_bindir}/transmission-gtk
 %{_datadir}/applications/transmission-gtk.desktop
 %doc %{_mandir}/man1/transmission-gtk.*
 
 %files qt
-%defattr(-, root, root, -)
 %{_bindir}/transmission-qt
 %{_datadir}/applications/transmission-qt.desktop
 %doc %{_mandir}/man1/transmission-qt.*
 
 %changelog
+* Tue Jul 05 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.32-1
+- Upstream 2.32 release
+- https://trac.transmissionbt.com/wiki/Changes#version-2.32
+- Drop defattr throughout the spec since recent RPM makes it redundant
+
 * Sun Apr 24 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.31-1
 - Upstream 2.31 release
 - https://trac.transmissionbt.com/wiki/Changes#version-2.31

^ 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 2.32 release Rahul Sundaram

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