[papyon] Update to 0.5.6. Drop AB and Sharing server patch. Fixed upstream.

Brian Pepple bpepple at fedoraproject.org
Wed Dec 21 15:03:22 UTC 2011


commit 9623c3ebb9154d3a0cc61cb89a29dbf5719dc71e
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Wed Dec 21 10:03:21 2011 -0500

    Update to 0.5.6.
    Drop AB and Sharing server patch. Fixed upstream.

 .gitignore                                         |    1 +
 ...the-right-server-for-AB-and-Sharing-servi.patch |  170 --------------------
 papyon.spec                                        |   10 +-
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 175 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index edb80e7..76a990b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ papyon-0.5.0.tar.gz
 /papyon-0.5.3.tar.gz
 /papyon-0.5.4.tar.gz
 /papyon-0.5.5.tar.gz
+/papyon-0.5.6.tar.gz
diff --git a/papyon.spec b/papyon.spec
index 6656565..56c669a 100644
--- a/papyon.spec
+++ b/papyon.spec
@@ -1,15 +1,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           papyon
-Version:        0.5.5
-Release:        2%{?dist}
+Version:        0.5.6
+Release:        1%{?dist}
 Summary:        Python libraries for MSN Messenger network
 
 Group:          Development/Languages
 License:        GPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/Papyon
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
-Patch0:		0001-bugfix-use-the-right-server-for-AB-and-Sharing-servi.patch
 
 BuildArch:      noarch
 
@@ -39,7 +38,6 @@ asynchronous manner
 %prep
 %setup -q
 %{__sed} -i 's|\#!/usr/bin/env python||' papyon/msnp2p/test.py
-%patch0 -p1 -b .servers
 
 
 %build
@@ -60,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 21 2011 Brian Pepple <bpepple at fedoraproject.org> - 0.5.6-1
+- Update to 0.5.6.
+- Drop AB and Sharing server patch. Fixed upstream.
+
 * Wed Nov  9 2011 Brian Pepple <bpepple at fedoraproject.org> - 0.5.5-2
 - Add patch to use correct server. (#750884)
 
diff --git a/sources b/sources
index 10844ec..065d7cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ff20d18103d09177ad6f3c2e82747c1  papyon-0.5.5.tar.gz
+7b9a723e5ba6ee82a9c391676144ad29  papyon-0.5.6.tar.gz


More information about the scm-commits mailing list