From 6db078a44725906cdcbcc058e88ccdfc6785e425 Mon Sep 17 00:00:00 2001 From: davehome Date: Fri, 21 Oct 2011 05:24:12 +0000 Subject: [PATCH] telepathy-python: correct patch (from last commit) path; revbump --- .../patches/dont-install-generated-errors.py-twice.patch | 4 ++-- srcpkgs/telepathy-python/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/telepathy-python/patches/dont-install-generated-errors.py-twice.patch b/srcpkgs/telepathy-python/patches/dont-install-generated-errors.py-twice.patch index ecb0278bba0..5a39d39807d 100644 --- a/srcpkgs/telepathy-python/patches/dont-install-generated-errors.py-twice.patch +++ b/srcpkgs/telepathy-python/patches/dont-install-generated-errors.py-twice.patch @@ -1,7 +1,7 @@ diff --git a/src/Makefile.am b/src/Makefile.am index 135f2f0..ede1fc3 100644 ---- Makefile.am -+++ Makefile.am +--- src/Makefile.am ++++ src/Makefile.am @@ -13,10 +13,12 @@ telepathy_PYTHON = \ spec_dir = $(top_srcdir)/spec spec_files := $(patsubst $(spec_dir)%.xml,_generated%.py,$(wildcard $(spec_dir)/*.xml)) diff --git a/srcpkgs/telepathy-python/template b/srcpkgs/telepathy-python/template index f96249494ac..e7232decede 100644 --- a/srcpkgs/telepathy-python/template +++ b/srcpkgs/telepathy-python/template @@ -1,7 +1,7 @@ # Template file for 'telepathy-python' pkgname=telepathy-python version=0.15.19 -revision=1 +revision=2 distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure short_desc="Python libraries for use in Telepathy clients and connection managers"