public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <kalevlember@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: Update to 2.61
Date: Mon, 20 Jul 2026 20:37:08 GMT	[thread overview]
Message-ID: <178457982827.1.11428987911099032995.rpms-transmission-7f644b839a91@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/transmission
            Branch : epel10
            Commit : 7f644b839a910d328b29e125dfbe890921038634
            Author : Kalev Lember <kalevlember@gmail.com>
            Date   : 2012-07-28T22:26:16+03:00
            Stats  : +25/-6 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/transmission/c/7f644b839a910d328b29e125dfbe890921038634?branch=epel10

            Log:
            Update to 2.61

- Build with gtk3
- Add a patch to make desktop-file-validate happy

---
diff --git a/sources b/sources
index c80c9ed..15a48c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b50cc87b4cd77ba0cbda98b5568a4d07  transmission-2.52.tar.xz
+2ed5b7815ebda65223bac6bdb09dec42  transmission-2.61.tar.xz

diff --git a/transmission-2.61-desktop-file-missing-semicolon.patch b/transmission-2.61-desktop-file-missing-semicolon.patch
new file mode 100644
index 0000000..4383413
--- /dev/null
+++ b/transmission-2.61-desktop-file-missing-semicolon.patch
@@ -0,0 +1,11 @@
+--- transmission-2.61/gtk/transmission-gtk.desktop.in.missing_semicolon	2012-07-28 22:11:19.382613921 +0300
++++ transmission-2.61/gtk/transmission-gtk.desktop.in	2012-07-28 22:11:26.981474148 +0300
+@@ -18,7 +18,7 @@
+ [Desktop Action Pause]
+ _Name=Start Transmission with All Torrents Paused
+ Exec=transmission-gtk --paused
+-OnlyShowIn=Unity
++OnlyShowIn=Unity;
+ 
+ [Desktop Action Minimize]
+ _Name=Start Transmission Minimized

diff --git a/transmission.spec b/transmission.spec
index e43bc90..dcc2603 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,6 +1,6 @@
 Name:           transmission
-Version:        2.52
-Release:        2%{?dist}
+Version:        2.61
+Release:        1%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
@@ -13,18 +13,20 @@ Source1:        transmission-qt.desktop
 # systemd unit definition
 Source2:        transmission-daemon-systemd
 BuildRequires:  openssl-devel >= 0.9.4
-BuildRequires:  glib2-devel >= 2.15.5
-BuildRequires:  gtk2-devel >= 2.6.0
+BuildRequires:  glib2-devel >= 2.32.0
+BuildRequires:  gtk3-devel >= 3.2.0
 BuildRequires:  libnotify-devel >= 0.4.3
 BuildRequires:  libcanberra-devel
 BuildRequires:  libcurl-devel >= 7.16.3
 BuildRequires:  dbus-glib-devel >= 0.70
-BuildRequires:  libevent-devel >= 1.4.5
+BuildRequires:  libevent-devel >= 2.0.10
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext intltool
 BuildRequires:  qt4-devel
 # this modification applies to the Qt qtr.pro file
 Patch1:         fix-optflags.patch
+# Fix up the desktop file to validate with desktop-file-validate
+Patch2:         transmission-2.61-desktop-file-missing-semicolon.patch
 Requires: transmission-cli
 Requires: transmission-gtk
 
@@ -92,6 +94,7 @@ exit 0
 %prep
 %setup -q 
 %patch1 -p1
+%patch2 -p1 -b .missing_semicolon
 
 iconv --from=ISO-8859-1 --to=UTF-8 AUTHORS > AUTHORS.new
 mv AUTHORS.new AUTHORS
@@ -207,6 +210,11 @@ update-desktop-database > /dev/null 2>&1 || :
 %doc %{_mandir}/man1/transmission-qt.*
 
 %changelog
+* Sat Jul 28 2012 Kalev Lember <kalevlember@gmail.com> - 2.61-1
+- Update to 2.61
+- Build with gtk3
+- Add a patch to make desktop-file-validate happy
+
 * Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.52-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 

                 reply	other threads:[~2026-07-20 20:37 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=178457982827.1.11428987911099032995.rpms-transmission-7f644b839a91@fedoraproject.org \
    --to=kalevlember@gmail.com \
    --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