Merge pull request #1745 from queeup/updates

transmission: update to transmission-2.76
This commit is contained in:
Stephan Raue 2013-01-12 13:11:38 -08:00
commit f8503fdb5f
3 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,6 @@
3.0.3
- update to transmission-2.76
3.0.2
- update to transmission-2.74

View File

@ -19,8 +19,8 @@
################################################################################
PKG_NAME="transmission"
PKG_VERSION="2.74"
PKG_REV="2"
PKG_VERSION="2.76"
PKG_REV="3"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.transmissionbt.com/"

View File

@ -0,0 +1,12 @@
diff -Naur transmission-2.76/configure.ac transmission-2.76.patch/configure.ac
--- transmission-2.76/configure.ac 2013-01-09 03:32:09.534138180 +0200
+++ transmission-2.76.patch/configure.ac 2013-01-12 22:44:37.881897688 +0200
@@ -14,7 +14,7 @@
AC_CONFIG_MACRO_DIR([m4])
-dnl AM_CONFIG_HEADER(config.h)
+dnl AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(libtransmission/transmission.h)
AM_INIT_AUTOMAKE([1.9 tar-pax])
LT_INIT