From 3636cab3ff37dce7cc5d6ec55814ffe4d4b3c1d9 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Wed, 9 Feb 2011 14:08:29 -0800 Subject: [PATCH] fix-optflags.patch didn't apply, it does now Just needed to adjust for nearby changes. Also, revert release to -1. both -1 and -2 failed, no need to not re-use them --- fix-optflags.patch | 2 +- transmission.spec | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/fix-optflags.patch b/fix-optflags.patch index fe9ea6e..238176d 100644 --- a/fix-optflags.patch +++ b/fix-optflags.patch @@ -7,5 +7,5 @@ -CONFIG += qt qdbus thread debug link_pkgconfig +CONFIG += qt qdbus thread release link_pkgconfig QT += network - PKGCONFIG = fontconfig libcurl openssl dbus-1 + PKGCONFIG = fontconfig libcurl openssl libevent diff --git a/transmission.spec b/transmission.spec index f0d1dc2..a185395 100644 --- a/transmission.spec +++ b/transmission.spec @@ -1,6 +1,6 @@ Name: transmission Version: 2.21 -Release: 2%{?dist} +Release: 1%{?dist} Summary: A lightweight GTK+ BitTorrent client Group: Applications/Internet @@ -205,9 +205,6 @@ update-desktop-database > /dev/null 2>&1 || : %doc %{_mandir}/man1/transmission-qt.* %changelog -* Wed Feb 09 2011 Fedora Release Engineering - 2.21-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - * Wed Feb 09 2011 Rahul Sundaram - 2.21-1 - Update to latest upstream release - Drop no longer needed libnotify patch