From 8c9fa8eb9cd28dcfe662841c3e7b1688cd4245377f1c978a54b3eea78b43f9b2 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 19 Aug 2011 13:23:37 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/python-sip revision 47.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=ed073d6c93bf35b6b4c5b7e05def3216 --- python3-sip.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3-sip.spec b/python3-sip.spec index f60f2d8..411e549 100644 --- a/python3-sip.spec +++ b/python3-sip.spec @@ -17,12 +17,13 @@ # norootforbuild + Name: python3-sip License: GPL-2.0 or GPL-3.0 or SIP Group: Development/Libraries/Python Summary: SIP tool to use python sip bindings Version: 4.12.4 -Release: 1.0 +Release: 1 %define rversion %version Url: http://www.riverbankcomputing.com/software/sip/intro BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,7 +37,6 @@ PreReq: python3 python3-base %global py3_incdir %(python3 -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_inc())" 2>/dev/null || echo PYTHON-NOT-FOUND) - %description SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the