public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: Add new icons
@ 2026-07-20 20:36 Rahul
0 siblings, 0 replies; only message in thread
From: Rahul @ 2026-07-20 20:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : ac0aabec5aa5943e8d9b39c18bebe56f51099e5e
Author : Rahul <sundaram@fedoraproject.org>
Date : 2011-03-28T15:30:37+05:30
Stats : +18/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/ac0aabec5aa5943e8d9b39c18bebe56f51099e5e?branch=epel10
Log:
Add new icons
---
diff --git a/transmission.spec b/transmission.spec
index 0657bcd..a73e7dc 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,5 +1,5 @@
Name: transmission
-Version: 2.21
+Version: 2.22
Release: 2%{?dist}
Summary: A lightweight GTK+ BitTorrent client
@@ -30,6 +30,12 @@ BuildRequires: qt4-devel
Patch1: fix-optflags.patch
Requires: transmission-cli
Requires: transmission-gtk
+
+# Patch for new icons
+Patch2: 0001-Update-for-new-icons.patch
+Source4: icons.tar.bz2
+BuildRequires: automake autoconf intltool libtool
+
%description
Transmission is a free, lightweight BitTorrent client. It features a
simple, intuitive interface on top on an efficient, cross-platform
@@ -93,8 +99,13 @@ exit 0
%prep
%setup -q
%patch1 -p1
+%patch2 -p1
+pushd gtk/icons
+tar xvjf %{SOURCE4}
+popd
%build
+autoreconf -f
%configure --disable-static --with-gtk --without-wx --enable-libcanberra --enable-libnotify --enable-daemon
make %{?_smp_mflags}
@@ -205,6 +216,12 @@ update-desktop-database > /dev/null 2>&1 || :
%doc %{_mandir}/man1/transmission-qt.*
%changelog
+* Thu Mar 10 2011 Bastien Nocera <bnocera@redhat.com> 2.22-2
+- Add new icons
+
+* Thu Mar 10 2011 Bastien Nocera <bnocera@redhat.com> 2.22-1
+- Update to 2.22
+
* Wed Mar 2 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.21-2
- Own %%{_datadir}/transmission dir.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 20:36 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:36 [rpms/transmission] epel10: Add new icons Rahul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox