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