diff --git a/packages/python/system/dbus-python/meta b/packages/python/system/dbus-python/meta index 9c72c1362a..28a774be07 100644 --- a/packages/python/system/dbus-python/meta +++ b/packages/python/system/dbus-python/meta @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="dbus-python" -PKG_VERSION="1.1.1" +PKG_VERSION="1.2.0" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/python/system/dbus-python/patches/dbus-python-1.1.1-automake-1.13.patch b/packages/python/system/dbus-python/patches/dbus-python-1.1.1-automake-1.13.patch deleted file mode 100644 index 2ad113e46f..0000000000 --- a/packages/python/system/dbus-python/patches/dbus-python-1.1.1-automake-1.13.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur dbus-python-1.1.1/configure.ac dbus-python-1.1.1.patch/configure.ac ---- dbus-python-1.1.1/configure.ac 2012-06-25 18:02:12.000000000 +0200 -+++ dbus-python-1.1.1.patch/configure.ac 2013-01-12 01:09:51.235915152 +0100 -@@ -29,7 +29,7 @@ - AC_SUBST(DBUS_PYTHON_MICRO_VERSION, dbus_python_micro_version) - - AC_CONFIG_SRCDIR([_dbus_bindings/module.c]) --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) - - AM_INIT_AUTOMAKE([1.9 -Wno-portability]) -