From 9676000c4a3b6063bbc4ff1fa71eb306085802dab7ffc4ccdd5091f0a0611e23 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 20 Sep 2011 14:37:09 +0000 Subject: [PATCH] - Changed BuildRequires python-zopeinterface to python-zope.interface, it got renamed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=4 --- python-Twisted.changes | 6 ++++++ python-Twisted.spec | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/python-Twisted.changes b/python-Twisted.changes index 603e6c3..65c2ffe 100644 --- a/python-Twisted.changes +++ b/python-Twisted.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 20 14:35:44 UTC 2011 - saschpe@suse.de + +- Changed BuildRequires python-zopeinterface to python-zope.interface, + it got renamed + ------------------------------------------------------------------- Tue Sep 6 15:28:44 UTC 2011 - saschpe@suse.de diff --git a/python-Twisted.spec b/python-Twisted.spec index b3469a7..f21e71f 100644 --- a/python-Twisted.spec +++ b/python-Twisted.spec @@ -11,10 +11,12 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: python-Twisted Version: 11.0.0 Release: 0 @@ -28,11 +30,11 @@ BuildRequires: python-devel BuildRequires: python-pyOpenSSL BuildRequires: python-pam BuildRequires: python-pyserial -BuildRequires: python-zopeinterface +BuildRequires: python-zope.interface Requires: python-pyOpenSSL Requires: python-pam Requires: python-pyserial -Requires: python-zopeinterface +Requires: python-zope.interface %if 0%{?suse_version} %py_requires %endif