From 62769bd3fd0fc17babcc985869893ed9431c7b11 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Nov 26 2010 15:03:58 +0000 Subject: Update to 1.0.0~beta1 --- diff --git a/.gitignore b/.gitignore index 0b47ecc..6c7cf59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /shiboken-0.5.0.tar.bz2 /shiboken-0.5.1.tar.bz2 +/shiboken-1.0.0~beta1.tar.bz2 diff --git a/shiboken.spec b/shiboken.spec index d9c364e..c1d3ffe 100644 --- a/shiboken.spec +++ b/shiboken.spec @@ -1,12 +1,14 @@ +%global prerelease beta1 + Name: shiboken -Version: 0.5.1 -Release: 1%{?dist} +Version: 1.0.0 +Release: 0.1.%{prerelease}%{?dist} Summary: CPython bindings generator for C++ libraries Group: Development/Tools License: GPLv2 URL: http://www.pyside.org -Source0: http://www.pyside.org/files/shiboken-%{version}.tar.bz2 +Source0: http://www.pyside.org/files/shiboken-%{version}~%{prerelease}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: apiextractor-devel @@ -59,7 +61,7 @@ developing applications that use %{name}. %prep -%setup -q +%setup -q -n shiboken-%{version}~%{prerelease} # Build against sparsehash package rm -rf ext/sparsehash/ @@ -119,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Nov 26 2010 Kalev Lember - 1.0.0-0.1.beta1 +- Update to 1.0.0~beta1 + * Thu Oct 14 2010 Kalev Lember - 0.5.1-1 - Update to 0.5.1 - Dropped upstreamed pkgconfig patch diff --git a/sources b/sources index 5a9cee2..6aac802 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -57e57ce6397c0047d08cf485b11b6011 shiboken-0.5.1.tar.bz2 +e25ec96b285d04a60ad61080e34248a7 shiboken-1.0.0~beta1.tar.bz2