[packages/kde4-kdevelop-plugin-python] - rel 3; build with python 3.6

arekm arekm at pld-linux.org
Sat Dec 31 00:54:24 CET 2016


commit b2fcc3f632ef110a3ae970031052c225dc09412e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Dec 31 00:54:18 2016 +0100

    - rel 3; build with python 3.6

 kde4-kdevelop-plugin-python.spec | 2 +-
 python-3.5.patch                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-kdevelop-plugin-python.spec b/kde4-kdevelop-plugin-python.spec
index d51eced..2b1137f 100644
--- a/kde4-kdevelop-plugin-python.spec
+++ b/kde4-kdevelop-plugin-python.spec
@@ -8,7 +8,7 @@ Summary:	Python plugins for kdevelop
 Summary(pl.UTF-8):	Wtyczki Python dla kdevelop
 Name:		kde4-kdevelop-plugin-python
 Version:	1.7.1
-Release:	2
+Release:	3
 License:	GPL
 Group:		X11/Development/Tools
 Source0:	http://download.kde.org/%{_state}/kdevelop/%{_kdevelopver}/src/%{orgname}-%{version}-py3.tar.xz
diff --git a/python-3.5.patch b/python-3.5.patch
index eee3a63..31c4bbe 100644
--- a/python-3.5.patch
+++ b/python-3.5.patch
@@ -5,7 +5,7 @@
  
  find_package(PythonLibs 3.4 REQUIRED)
 -if ( NOT ${PYTHONLIBS_FOUND} OR ${PYTHON_VERSION_MINOR} GREATER 4 )
-+if ( NOT ${PYTHONLIBS_FOUND} OR ${PYTHON_VERSION_MINOR} GREATER 5 )
++if ( NOT ${PYTHONLIBS_FOUND} OR ${PYTHON_VERSION_MINOR} GREATER 6 )
      message(FATAL_ERROR "Python 3.4 with --enable-shared is required to build kdev-python")
  endif()
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdevelop-plugin-python.git/commitdiff/b2fcc3f632ef110a3ae970031052c225dc09412e



More information about the pld-cvs-commit mailing list