From 0c46c33ee528db3af7f4d50dec40ffce98b0317b Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Jun 17 2010 10:27:40 +0000 Subject: - 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 - 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 - 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 -