[shiboken] 1.2.1

Rex Dieter rdieter at fedoraproject.org
Wed Sep 4 10:15:49 UTC 2013


commit 444e958c967bfa9cb2f29e5d9f0a0ad9a4875155
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Sep 4 05:15:37 2013 -0500

    1.2.1

 shiboken.spec |   19 +++++++++++--------
 sources       |    2 +-
 2 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/shiboken.spec b/shiboken.spec
index 05f9f33..55306d7 100644
--- a/shiboken.spec
+++ b/shiboken.spec
@@ -1,12 +1,12 @@
 Name:           shiboken
-Version:        1.1.0
-Release:        4%{?dist}
+Version:        1.2.1
+Release:        1%{?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://download.qt-project.org/official_releases/pyside/shiboken-%{version}.tar.bz2
 
 BuildRequires:  apiextractor-devel
 BuildRequires:  cmake
@@ -16,7 +16,7 @@ BuildRequires:  python-sphinx
 BuildRequires:  qt4-devel
 BuildRequires:  sparsehash-devel
 
-Requires:       %{name}-libs = %{version}-%{release}
+Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 # for %%{_libdir}/generatorrunner/
 Requires:       generatorrunner
 
@@ -48,7 +48,7 @@ Summary:        Development files for %{name}
 Group:          Development/Libraries
 License:        GPLv2 and LGPLv2 with exceptions
 Requires:       %{name} = %{version}-%{release}
-Requires:       %{name}-libs = %{version}-%{release}
+Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 Requires:       cmake
 Requires:       python2-devel
 
@@ -96,22 +96,25 @@ make test -C %{_target_platform}
 %files
 %doc ChangeLog COPYING
 %{_bindir}/shiboken
-%{_libdir}/generatorrunner/*
 %{_mandir}/man1/shiboken.1*
 
 %files libs
 %doc COPYING.libshiboken
-%{_libdir}/libshiboken*.so.*
+%{_libdir}/libshiboken*.so.1.2*
+%{python_sitearch}/shiboken.so
 
 %files devel
 %doc %{_target_platform}/doc/html/
 %{_includedir}/shiboken/
 %{_libdir}/libshiboken*.so
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/pkgconfig/shiboken.pc
 %{_libdir}/cmake/Shiboken-%{version}/
 
 
 %changelog
+* Tue Sep 03 2013 Rex Dieter <rdieter at fedoraproject.org> 1.2.1-1
+- 1.2.1
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 05b8e0a..76c3de7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c9d696c8c426fb5abf28a6bd3759558  shiboken-1.1.0.tar.bz2
+06100e2c91ab4433dbf15c26f5bb6c17  shiboken-1.2.1.tar.bz2


More information about the scm-commits mailing list