diff --git a/transmission.spec b/transmission.spec index e48820d..710b00f 100644 --- a/transmission.spec +++ b/transmission.spec @@ -1,7 +1,7 @@ Name: transmission -Version: 1.73 -Release: 3%{?dist} +Version: 1.74 +Release: 1%{?dist} Summary: A lightweight GTK+ BitTorrent client Group: Applications/Internet @@ -32,7 +32,7 @@ back-end. %setup -q %build -%configure --with-gtk --without-wx +%configure --disable-static --with-gtk --without-wx make %{?_smp_mflags} @@ -73,6 +73,11 @@ update-desktop-database > /dev/null 2>&1 || : %changelog +* Tue Aug 25 2009 Rahul Sundaram - 1.74-1 +- Bug fix release +- http://trac.transmissionbt.com/wiki/Changes +- disable static linking explicitly + * Fri Aug 21 2009 Tomas Mraz - 1.73-3 - rebuilt with new openssl