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: - Fix icon cache
Date: Mon, 20 Jul 2026 20:36:44 GMT	[thread overview]
Message-ID: <178457980462.1.9342575801402068024.rpms-transmission-2af305620040@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/transmission
Branch : epel10
Commit : 2af305620040e83dfb47ef21c8ed1fb5a28505dd
Author : Rahul Sundaram <sundaram@fedoraproject.org>
Date   : 2010-01-25T09:31:42+00:00
Stats  : +5/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/transmission/c/2af305620040e83dfb47ef21c8ed1fb5a28505dd?branch=epel10

Log:
- Fix icon cache

---
diff --git a/transmission.spec b/transmission.spec
index f8c63a6..6b0f1a2 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,6 +1,6 @@
 Name:           transmission
 Version:        1.82
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
@@ -120,7 +120,7 @@ rm -rf %{buildroot}
 %post daemon
 /sbin/chkconfig --add transmission-daemon
 
-%post
+%post gtk
 
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@@ -137,7 +137,7 @@ if [ "$1" -ge "1" ] ; then
     /sbin/service transmission-daemon condrestart >/dev/null 2>&1 || :
 fi
 
-%postun
+%postun gtk
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 update-desktop-database > /dev/null 2>&1 || :
@@ -177,6 +177,8 @@ update-desktop-database > /dev/null 2>&1 || :
 %{_datadir}/applications/qtr.desktop
 
 %changelog
+* Mon Jan 25 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.82-2
+- Fix icon cache 
 
 * Sun Jan 24 2010 Ankur Sinha <ankursinha@fedoraproject.org> - 1.82-1
 - Bugfix

                 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=178457980462.1.9342575801402068024.rpms-transmission-2af305620040@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