[shiboken] Update to 0.5.0

Kalev Lember kalev at fedoraproject.org
Sat Sep 11 11:09:45 UTC 2010


commit b6da93d163ce7a4063b4f431042f96074fa80c11
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Sat Sep 11 14:07:32 2010 +0300

    Update to 0.5.0
    
    Dropped upstreamed shiboken-0.4.0-python27.patch.

 .gitignore                    |    1 +
 shiboken-0.4.0-python27.patch |   31 -------------------------------
 shiboken.spec                 |    8 +++++---
 sources                       |    2 +-
 4 files changed, 7 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1fd0a37..d983e2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 shiboken-0.4.0.tar.bz2
+/shiboken-0.5.0.tar.bz2
diff --git a/shiboken.spec b/shiboken.spec
index c483094..2890eb1 100644
--- a/shiboken.spec
+++ b/shiboken.spec
@@ -1,5 +1,5 @@
 Name:           shiboken
-Version:        0.4.0
+Version:        0.5.0
 Release:        1%{?dist}
 Summary:        CPython bindings generator for C++ libraries
 
@@ -7,7 +7,6 @@ Group:          Development/Tools
 License:        GPLv2
 URL:            http://www.pyside.org
 Source0:        http://www.pyside.org/files/shiboken-%{version}.tar.bz2
-Patch0:         shiboken-0.4.0-python27.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  apiextractor-devel
@@ -61,7 +60,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .python27
 
 # Build against sparsehash package
 rm -rf ext/sparsehash/
@@ -120,6 +118,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Sep 11 2010 Kalev Lember <kalev at smartlink.ee> - 0.5.0-1
+- Update to 0.5.0
+- Dropped upstreamed patches
+
 * Wed Aug 04 2010 Kalev Lember <kalev at smartlink.ee> - 0.4.0-1
 - Update to 0.4.0
 - Backport patch to fix tests with Python 2.7
diff --git a/sources b/sources
index 40f8e56..631a9c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76510481065d6603fa74e1315fb75ed5  shiboken-0.4.0.tar.bz2
+ca377b865b09aff2f2a035fc5eb950e8  shiboken-0.5.0.tar.bz2


More information about the scm-commits mailing list