[python-twisted-words] - Updated to 10.2.0 - Dropped the included patch

belegdol belegdol at fedoraproject.org
Sat Jan 15 10:30:46 UTC 2011


commit e910e535b5a307b441fe4486016d5380e1b20d20
Author: Julian Sikorski <belegdol at gmail.com>
Date:   Sat Jan 15 11:30:35 2011 +0100

    - Updated to 10.2.0
    - Dropped the included patch

 .gitignore                |    1 +
 changeset_r29852.diff     |   70 ---------------------------------------------
 python-twisted-words.spec |   10 ++++--
 sources                   |    2 +-
 4 files changed, 8 insertions(+), 75 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 72cc7c0..fd522be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 TwistedWords-8.2.0.tar.bz2
 /TwistedWords-10.1.0.tar.bz2
+/TwistedWords-10.2.0.tar.bz2
diff --git a/python-twisted-words.spec b/python-twisted-words.spec
index e682851..cb73a03 100644
--- a/python-twisted-words.spec
+++ b/python-twisted-words.spec
@@ -2,14 +2,13 @@
 %{!?python_sitearch: %define python_sitearch %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           %{python}-twisted-words
-Version:        10.1.0
-Release:        2%{?dist}
+Version:        10.2.0
+Release:        1%{?dist}
 Summary:        Twisted Instant Messaging implementations
 Group:          Development/Libraries
 License:        MIT
 URL:            http://twistedmatrix.com/trac/wiki/TwistedWords
 Source0:        http://tmrc.mit.edu/mirror/twisted/Words/10.1/TwistedWords-%{version}.tar.bz2
-Patch0:         changeset_r29852.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  %{python}-twisted-core >= %{version}
 BuildRequires:  %{python}-devel
@@ -33,7 +32,6 @@ an XPath-like toolkit.
 
 %prep
 %setup -q -n TwistedWords-%{version}
-%patch0 -p2 -b .29852
 
 # Fix doc permissions
 chmod -x doc/examples/oscardemo.py
@@ -75,6 +73,10 @@ fi
 %{python_sitearch}/twisted/plugins/twisted_words.py*
 
 %changelog
+* Sat Jan 15 2011 Julian Sikorski <belegdol at fedoraproject.org> - 10.2.0-1
+- Updated to 10.2.0
+- Dropped the included patch
+
 * Thu Sep 30 2010 Julian Sikorski <belegdol at fedoraproject.org> - 10.1.0-2
 - Fixed crash on space-containing xmlns IRI (RH #603800)
 
diff --git a/sources b/sources
index 4644ca9..ea365b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ebad799d073a99335d650b77d0084104  TwistedWords-10.1.0.tar.bz2
+9344d7d672e1d42ed683467cab53ee27  TwistedWords-10.2.0.tar.bz2


More information about the scm-commits mailing list