update to new upstream release. drop obsolete patch

epel9
Rahul Sundaram 16 years ago
parent b0492ac71d
commit 96214def80

@ -1 +1 @@
transmission-1.71.tar.bz2 transmission-1.72.tar.bz2

@ -1 +1 @@
ed5f04b797862fa059347609eeca4761 transmission-1.71.tar.bz2 4ebbb9d4c27a019f5aced926818be4fa transmission-1.72.tar.bz2

@ -1,33 +0,0 @@
diff -urN transmission-1.71.orig/configure transmission-1.71/configure
--- transmission-1.71.orig/configure 2009-06-08 07:06:27.000000000 +0530
+++ transmission-1.71/configure 2009-06-12 19:50:00.279308724 +0530
@@ -20140,10 +20140,6 @@
else
supported_build=no
- if test "x$GCC" = "xyes" ; then
- CFLAGS="$CFLAGS -g -O0"
- CXXFLAGS="$CXXFLAGS -g -O0"
- fi
if test 0 = "X"; then
cat >>confdefs.h <<\_ACEOF
@@ -21525,10 +21521,6 @@
;;
esac
-if test "x$GCC" = "xyes" ; then
-
- CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings"
-
{ $as_echo "$as_me:$LINENO: checking gcc version" >&5
$as_echo_n "checking gcc version... " >&6; }
GCC_VERSION=`$CC -dumpversion`
@@ -21541,7 +21533,6 @@
if test $GCC_VERSION_NUM -ge 304; then
CFLAGS="$CFLAGS -Wextra -Wdeclaration-after-statement -Winit-self"
fi
-fi
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
$as_echo_n "checking for ANSI C header files... " >&6; }

@ -1,6 +1,6 @@
Name: transmission Name: transmission
Version: 1.71 Version: 1.72
Release: 1%{?dist} Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client Summary: A lightweight GTK+ BitTorrent client
@ -9,7 +9,6 @@ Group: Applications/Internet
License: MIT and GPLv2 License: MIT and GPLv2
URL: http://www.transmissionbt.com/ URL: http://www.transmissionbt.com/
Source0: http://download.m0k.org/transmission/files/transmission-%{version}.tar.bz2 Source0: http://download.m0k.org/transmission/files/transmission-%{version}.tar.bz2
Patch1: transmission-1.71-copt.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel >= 0.9.4 BuildRequires: openssl-devel >= 0.9.4
@ -32,9 +31,6 @@ back-end.
%prep %prep
%setup -q %setup -q
# don't use hardcoded compiler options
%patch1 -p1 -b .copt
%build %build
%configure --with-gtk --without-wx %configure --with-gtk --without-wx
make %{?_smp_mflags} make %{?_smp_mflags}
@ -77,6 +73,10 @@ update-desktop-database > /dev/null 2>&1 || :
%changelog %changelog
* Sun Jun 21 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 1.72-1
- Update to new upstream version
- Drop compiler options patch since upstream has fixed this issue
* Fri Jun 12 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 1.71-1 * Fri Jun 12 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 1.71-1
- Update to upstream version 1.71 - Update to upstream version 1.71
- Update compiler options patch to match new upstream release - Update compiler options patch to match new upstream release

Loading…
Cancel
Save