public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rahul <sundaram@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: Add new icons
Date: Mon, 20 Jul 2026 20:36:58 GMT	[thread overview]
Message-ID: <178457981838.1.14944428099282397970.rpms-transmission-ac0aabec5aa5@fedoraproject.org> (raw)

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.
 

                 reply	other threads:[~2026-07-20 20:36 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=178457981838.1.14944428099282397970.rpms-transmission-ac0aabec5aa5@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