public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: - https://trac.transmissionbt.com/wiki/Changes?version=57
@ 2026-07-20 20:36 Rahul Sundaram
  0 siblings, 0 replies; only message in thread
From: Rahul Sundaram @ 2026-07-20 20:36 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/transmission
            Branch : epel10
            Commit : 0c46c33ee528db3af7f4d50dec40ffce98b0317b
            Author : Rahul Sundaram <sundaram@fedoraproject.org>
            Date   : 2010-06-17T10:27:40+00:00
            Stats  : +19/-26 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/transmission/c/0c46c33ee528db3af7f4d50dec40ffce98b0317b?branch=epel10

            Log:
            - https://trac.transmissionbt.com/wiki/Changes?version=57
- Drop the clean section as it is redundant now

---
diff --git a/.cvsignore b/.cvsignore
index cf3abd3..7431168 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-transmission-1.92.tar.xz
+transmission-2.00.tar.xz

diff --git a/fix-optflags.patch b/fix-optflags.patch
new file mode 100644
index 0000000..62fc760
--- /dev/null
+++ b/fix-optflags.patch
@@ -0,0 +1,11 @@
+--- transmission-2.00/qt/qtr.pro.orig	2010-06-17 14:27:33.180210795 +0530
++++ transmission-2.00/qt/qtr.pro	2010-06-17 14:28:57.149086198 +0530
+@@ -7,7 +7,7 @@
+ target.path = /bin
+ INSTALLS += target
+ 
+-CONFIG += qt qdbus thread debug link_pkgconfig
++CONFIG += qt qdbus thread release link_pkgconfig
+ QT += network
+ PKGCONFIG = fontconfig libcurl openssl
+ 

diff --git a/sources b/sources
index c03a266..be9ea73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7a2e527f9feab08b90542264cc35268  transmission-1.92.tar.xz
+16e8f5f8ad6b0f1be611479e9cc12603  transmission-2.00.tar.xz

diff --git a/transmission.spec b/transmission.spec
index 7b18b38..bd1085a 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,5 +1,5 @@
 Name:           transmission
-Version:        1.92
+Version:        2.00
 Release:        1%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
@@ -27,7 +27,7 @@ BuildRequires:  gettext intltool
 BuildRequires:  GConf2-devel
 BuildRequires:  qt4-devel
 # this modification applies to the Qt qtr.pro file
-Patch1:         use-system-libevent-fix-optflags-patch
+Patch1:         fix-optflags.patch
 Requires: transmission-cli
 Requires: transmission-gtk
 %description
@@ -121,8 +121,6 @@ make install INSTALL_ROOT=%{buildroot}%{_prefix} -C qt
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE1}
 
-%clean
-rm -rf %{buildroot}
 
 %post common
 touch --no-create %{_datadir}/icons/hicolor || :
@@ -199,6 +197,10 @@ update-desktop-database > /dev/null 2>&1 || :
 %{_datadir}/applications/qtr.desktop
 
 %changelog
+* Thu Jun 17 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 2.00-1
+- https://trac.transmissionbt.com/wiki/Changes?version=57
+- Drop the clean section as it is redundant now
+
 * Fri Mar 12 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.92-1
 - Some bug fixes
 - http://trac.transmissionbt.com/query?groupdesc=1&group=component&milestone=1.92&order=severity

diff --git a/use-system-libevent-fix-optflags-patch b/use-system-libevent-fix-optflags-patch
deleted file mode 100644
index 98e6a3c..0000000
--- a/use-system-libevent-fix-optflags-patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- transmission-1.77/qt/qtr.pro.orig	2010-01-09 08:31:17.171939362 +0530
-+++ transmission-1.77/qt/qtr.pro	2010-01-09 08:34:53.792939532 +0530
-@@ -7,7 +7,7 @@
- target.path = /bin
- INSTALLS += target
- 
--CONFIG += qt thread debug link_pkgconfig
-+CONFIG += qt thread release link_pkgconfig
- QT += network
- PKGCONFIG = fontconfig libcurl openssl
- 
-@@ -17,7 +17,7 @@
- LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a
- LIBS += $${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a
- LIBS += $${TRANSMISSION_TOP}/third-party/libnatpmp/libnatpmp.a
--LIBS += $${TRANSMISSION_TOP}/third-party/libevent/.libs/libevent.a
-+LIBS += -levent
- 
- TRANSLATIONS += transmission_en.ts transmission_ru.ts
- 

^ 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: - https://trac.transmissionbt.com/wiki/Changes?version=57 Rahul Sundaram

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