diff --git a/transmission.spec b/transmission.spec index d48b33f..8912c23 100644 --- a/transmission.spec +++ b/transmission.spec @@ -1,7 +1,7 @@ Name: transmission -Version: 1.74 -Release: 3%{?dist} +Version: 1.75 +Release: 1%{?dist} Summary: A lightweight GTK+ BitTorrent client Group: Applications/Internet @@ -9,7 +9,7 @@ Group: Applications/Internet License: MIT and GPLv2 URL: http://www.transmissionbt.com/ Source0: http://download.m0k.org/transmission/files/transmission-%{version}.tar.lzma -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: openssl-devel >= 0.9.4 BuildRequires: glib2-devel >= 2.15.5 @@ -37,7 +37,6 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} @@ -73,6 +72,10 @@ update-desktop-database > /dev/null 2>&1 || : %changelog +* Tue Sep 15 2009 Rahul Sundaram - 1.75-1 +- new upstream release +- Fixes seg fault, rhbz#522783 + * Thu Aug 27 2009 Tomas Mraz - 1.74-3 - rebuilt with new openssl