rpms/python-xmpp/devel .cvsignore, 1.4, 1.5 import.log, 1.1, 1.2 python-xmpp.spec, 1.11, 1.12 sources, 1.4, 1.5 xmpppy-auth-fixes.diff, 1.1, NONE xmpppy-dispatcher.diff, 1.1, NONE xmpppy-extra-xep-refs.diff, 1.1, NONE xmpppy-gajim-simplexml-updates.diff, 1.1, NONE

Peter Lemenkov peter at fedoraproject.org
Tue Apr 21 09:25:59 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/python-xmpp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18016/devel

Modified Files:
	.cvsignore import.log python-xmpp.spec sources 
Removed Files:
	xmpppy-auth-fixes.diff xmpppy-dispatcher.diff 
	xmpppy-extra-xep-refs.diff xmpppy-gajim-simplexml-updates.diff 
Log Message:
Ver. 0.5.0-rc1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-xmpp/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	3 Jan 2008 16:01:57 -0000	1.4
+++ .cvsignore	21 Apr 2009 09:25:27 -0000	1.5
@@ -1 +1 @@
-xmpppy-0.4.1.tar.gz
+xmpppy-0.5.0rc1.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-xmpp/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	15 Mar 2009 09:53:04 -0000	1.1
+++ import.log	21 Apr 2009 09:25:27 -0000	1.2
@@ -1 +1,2 @@
 python-xmpp-0_4_1-6_fc10:HEAD:python-xmpp-0.4.1-6.fc10.src.rpm:1237110721
+python-xmpp-0_5_0-0_1_rc1_fc10:HEAD:python-xmpp-0.5.0-0.1.rc1.fc10.src.rpm:1240305850


Index: python-xmpp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-xmpp/devel/python-xmpp.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- python-xmpp.spec	15 Mar 2009 09:53:04 -0000	1.11
+++ python-xmpp.spec	21 Apr 2009 09:25:27 -0000	1.12
@@ -1,24 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-xmpp
-Version:        0.4.1
-Release:        6%{?dist}
+Version:        0.5.0
+Release:        0.1.rc1%{?dist}
 Summary:        Python library for easy scripting with Jabber
 
 Group:          Development/Languages
 License:        GPLv2+
 URL:            http://xmpppy.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/xmpppy/xmpppy-%{version}.tar.gz
-# HTTPPROXYsocket will send data before we have a Dispatcher (from upstream CVS)
-Patch0:         xmpppy-dispatcher.diff
-# Handle spaces in SASL DIGEST-MD5 responses correctly (from upstream CVS)
-# Fix for incorrect-encoding during SASL PLAIN auth (from upstream CVS)
-# Allow anonymous auth if username is None (from upstream CVS)
-Patch1:         xmpppy-auth-fixes.diff
-# Add extra XEP refs (from upstream CVS)
-Patch2:         xmpppy-extra-xep-refs.diff
-# simplexml updates from gajim (from upstream CVS)
-Patch3:         xmpppy-gajim-simplexml-updates.diff
+Source0:        http://downloads.sourceforge.net/xmpppy/xmpppy-%{version}rc1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides:       xmpppy = %{version}-%{release}
 
@@ -43,11 +33,7 @@
 Source Jabber Server.
 
 %prep
-%setup -q -n xmpppy-%{version}
-%patch0 -p0 -b .dispatcher
-%patch1 -p0 -b .auth_orig
-%patch2 -p0 -b .extra_refs
-%patch3 -p0 -b .gajim
+%setup -q -n xmpppy-%{version}rc1
 
 # strip executable permissions so that dependencies aren't picked up
 # from documentation files.
@@ -70,6 +56,10 @@
 %{python_sitelib}/*
 
 %changelog
+* Sat Apr 11 2009 Peter Lemenkov <lemenkov at gmail.com> -  0.5.0-0.1.rc1
+- Ver. 0.5.0rc1
+- Dropped patches
+
 * Sun Mar 15 2009 Peter Lemenkov <lemenkov at gmail.com> -  0.4.1-6
 - Added Provides: xmpppy
 - Added patches from upstream CVS


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-xmpp/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	3 Jan 2008 16:01:57 -0000	1.4
+++ sources	21 Apr 2009 09:25:27 -0000	1.5
@@ -1 +1 @@
-ca36d685643f2c56ab07323a09ece9e4  xmpppy-0.4.1.tar.gz
+e0d2b3f9e4a278c163431e64adb0c861  xmpppy-0.5.0rc1.tar.gz


--- xmpppy-auth-fixes.diff DELETED ---


--- xmpppy-dispatcher.diff DELETED ---


--- xmpppy-extra-xep-refs.diff DELETED ---


--- xmpppy-gajim-simplexml-updates.diff DELETED ---




More information about the scm-commits mailing list