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
epel9
Christopher Aillon 14 years ago
parent 62b23144e2
commit 3636cab3ff

@ -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

@ -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 <rel-eng@lists.fedoraproject.org> - 2.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Feb 09 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.21-1
- Update to latest upstream release
- Drop no longer needed libnotify patch

Loading…
Cancel
Save