From 96214def80e318d0a25ff2e765b09463e59b4b54 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Sat, 20 Jun 2009 23:23:49 +0000 Subject: [PATCH] update to new upstream release. drop obsolete patch --- .cvsignore | 2 +- sources | 2 +- transmission-1.71-copt.patch | 33 --------------------------------- transmission.spec | 10 +++++----- 4 files changed, 7 insertions(+), 40 deletions(-) delete mode 100644 transmission-1.71-copt.patch diff --git a/.cvsignore b/.cvsignore index 6c0fb01..2361901 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -transmission-1.71.tar.bz2 +transmission-1.72.tar.bz2 diff --git a/sources b/sources index 3437355..7faa66e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed5f04b797862fa059347609eeca4761 transmission-1.71.tar.bz2 +4ebbb9d4c27a019f5aced926818be4fa transmission-1.72.tar.bz2 diff --git a/transmission-1.71-copt.patch b/transmission-1.71-copt.patch deleted file mode 100644 index d07ca21..0000000 --- a/transmission-1.71-copt.patch +++ /dev/null @@ -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; } diff --git a/transmission.spec b/transmission.spec index ff09405..8a762e5 100644 --- a/transmission.spec +++ b/transmission.spec @@ -1,6 +1,6 @@ Name: transmission -Version: 1.71 +Version: 1.72 Release: 1%{?dist} Summary: A lightweight GTK+ BitTorrent client @@ -9,7 +9,6 @@ Group: Applications/Internet License: MIT and GPLv2 URL: http://www.transmissionbt.com/ 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) BuildRequires: openssl-devel >= 0.9.4 @@ -32,9 +31,6 @@ back-end. %prep %setup -q -# don't use hardcoded compiler options -%patch1 -p1 -b .copt - %build %configure --with-gtk --without-wx make %{?_smp_mflags} @@ -77,6 +73,10 @@ update-desktop-database > /dev/null 2>&1 || : %changelog +* Sun Jun 21 2009 Rahul Sundaram - 1.72-1 +- Update to new upstream version +- Drop compiler options patch since upstream has fixed this issue + * Fri Jun 12 2009 Rahul Sundaram - 1.71-1 - Update to upstream version 1.71 - Update compiler options patch to match new upstream release