[shiboken] Update to 1.0.0~beta4

Kalev Lember kalev at fedoraproject.org
Sat Jan 22 01:25:56 UTC 2011


commit c7a8982da765df3442ba862594d518ab81282584
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Sat Jan 22 02:58:53 2011 +0200

    Update to 1.0.0~beta4

 .gitignore    |    1 +
 shiboken.spec |   12 ++++++++----
 sources       |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c7cf59..fecfbf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /shiboken-0.5.0.tar.bz2
 /shiboken-0.5.1.tar.bz2
 /shiboken-1.0.0~beta1.tar.bz2
+/shiboken-1.0.0~beta4.tar.bz2
diff --git a/shiboken.spec b/shiboken.spec
index 892c36c..992dcc3 100644
--- a/shiboken.spec
+++ b/shiboken.spec
@@ -1,8 +1,8 @@
-%global prerelease beta1
+%global prerelease beta4
 
 Name:           shiboken
 Version:        1.0.0
-Release:        0.2.%{prerelease}%{?dist}
+Release:        0.3.%{prerelease}%{?dist}
 Summary:        CPython bindings generator for C++ libraries
 
 Group:          Development/Tools
@@ -106,22 +106,26 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog COPYING
 %{_bindir}/shiboken
 %{_libdir}/generatorrunner/*
+%{_mandir}/man1/shiboken.1*
 
 %files libs
 %defattr(-,root,root,-)
 %doc COPYING.libshiboken
-%{_libdir}/libshiboken.so.*
+%{_libdir}/libshiboken*.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %doc %{_target_platform}/doc/html/
 %{_includedir}/shiboken/
-%{_libdir}/libshiboken.so
+%{_libdir}/libshiboken*.so
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/cmake/Shiboken-%{version}/
 
 
 %changelog
+* Sat Jan 22 2011 Kalev Lember <kalev at smartlink.ee> - 1.0.0-0.3.beta4
+- Update to 1.0.0~beta4
+
 * Sat Nov 27 2010 Kalev Lember <kalev at smartlink.ee> - 1.0.0-0.2.beta1
 - Removed spurious objects.inv file from html docs
 
diff --git a/sources b/sources
index 6aac802..40d67ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e25ec96b285d04a60ad61080e34248a7  shiboken-1.0.0~beta1.tar.bz2
+f4856676ac59239084f5e2f8d432b4c9  shiboken-1.0.0~beta4.tar.bz2


More information about the scm-commits mailing list