public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kdevelop-python] f43: Update to 5.1.0
@ 2026-07-04 11:13 Jan Grulich
0 siblings, 0 replies; only message in thread
From: Jan Grulich @ 2026-07-04 11:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kdevelop-python
Branch : f43
Commit : 0596eefb20d915b29d5b05515c4287774169f114
Author : Jan Grulich <jgrulich@redhat.com>
Date : 2017-03-20T10:27:50+01:00
Stats : +9/-54 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/kdevelop-python/c/0596eefb20d915b29d5b05515c4287774169f114?branch=f43
Log:
Update to 5.1.0
---
diff --git a/.gitignore b/.gitignore
index 2596a63..1fc330e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/kdev-python-5.0.2.tar.xz
/kdev-python-5.0.3.tar.xz
/kdev-python-5.0.80.tar.xz
+/kdev-python-5.1.0.tar.xz
diff --git a/kdev-python-missing-dependency.patch b/kdev-python-missing-dependency.patch
deleted file mode 100644
index 4ac3c78..0000000
--- a/kdev-python-missing-dependency.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3c606d6..3a45deb 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -35,7 +35,7 @@ if ( (NOT PYTHON_LIBRARIES) OR ${PYTHON_VERSION_MINOR} GREATER 5 )
- endif()
-
- find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Widgets Test)
--find_package(KF5 REQUIRED I18n NewStuff ItemModels ThreadWeaver TextEditor KCMUtils)
-+find_package(KF5 REQUIRED I18n NewStuff ItemModels ThreadWeaver TextEditor KCMUtils KDELibs4Support)
- find_package(KDevPlatform ${KDEVPLATFORM_VERSION} REQUIRED)
- find_package(KDevelop ${KDEVPLATFORM_VERSION} REQUIRED)
-
-@@ -89,6 +89,7 @@ target_link_libraries(kdevpythonlanguagesupport
- KF5::ThreadWeaver
- KF5::TextEditor
- KF5::NewStuff
-+ KF5::KDELibs4Support
- kdevpythoncompletion
- kdevpythonparser
- kdevpythonduchain
-diff --git a/debugger/CMakeLists.txt b/debugger/CMakeLists.txt
-index 20ead1a..e7953cc 100644
---- a/debugger/CMakeLists.txt
-+++ b/debugger/CMakeLists.txt
-@@ -34,6 +34,7 @@ target_link_libraries(kdevpdb
- KDev::Project
- KDev::Util
- KF5::TextEditor
-+ KF5::KDELibs4Support
- ${KDE4WORKSPACE_PROCESSUI_LIBS}
- )
-
-diff --git a/duchain/CMakeLists.txt b/duchain/CMakeLists.txt
-index 2da1253..d106f07 100644
---- a/duchain/CMakeLists.txt
-+++ b/duchain/CMakeLists.txt
-@@ -39,6 +39,7 @@ generate_export_header( kdevpythonduchain EXPORT_MACRO_NAME KDEVPYTHONDUCHAIN_EX
-
- target_link_libraries( kdevpythonduchain LINK_PRIVATE
- KF5::TextEditor
-+ KF5::KDELibs4Support
- KDev::Interfaces
- KDev::Language
- KDev::Project
diff --git a/kdevelop-python.spec b/kdevelop-python.spec
index cc49acb..e9516d5 100644
--- a/kdevelop-python.spec
+++ b/kdevelop-python.spec
@@ -1,9 +1,9 @@
Name: kdevelop-python
-Version: 5.0.80
+Version: 5.1.0
%global py3_suffix -py3
%global py3_tag .py3
-Release: 2%{?py3_tag}%{?dist}
+Release: 1%{?py3_tag}%{?dist}
License: GPLv2
Source0: http://download.kde.org/unstable/kdevelop/%{version}/src/kdev-python-%{version}.tar.xz
@@ -59,9 +59,6 @@ Python 3 language support for the KDevelop Integrated Development Environment.
# doc-syntax
%patch1 -p1
-# add missing dependency on kdelibs4support
-%patch2 -p1 -b .missing-dependency
-
%build
mkdir %{_target_platform}
pushd %{_target_platform}
@@ -79,13 +76,12 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
rm -f %{buildroot}%{_datadir}/kdevpythonsupport/documentation_files/PyKDE4/parse_xml.py
# TODO Enable translations in stable build
-# %find_lang kdevpython
-# %files -f kdevpython.lang
+%find_lang kdevpython
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
-%files
+%files -f kdevpython.lang
%doc DESIGN README
%{_libdir}/libkdevpythonduchain.so
%{_libdir}/libkdevpythonparser.so
@@ -96,6 +92,9 @@ rm -f %{buildroot}%{_datadir}/kdevpythonsupport/documentation_files/PyKDE4/parse
%{_kf5_qtplugindir}/kdevplatform/27/kdevpythonlanguagesupport.so
%changelog
+* Mon Mar 20 2017 Jan Grulich <jgrulich@redhat.com> - 5.1.0-1
+- Update to 5.1.0
+
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.80-2.py3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index ae85a6f..2343a28 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kdev-python-5.0.80.tar.xz) = e6e2cc2392ece3a391eed7ffeaf410fc23fc0a3b7b5006baeee13e76924ea8ac0eaaaa5c13f772582949672a0e201dbdea43909af67faaf1ed05865b30d9cfcf
+SHA512 (kdev-python-5.1.0.tar.xz) = 9e7a847d0303a580929d70016de43392b0fe59531b4edafd25f601c27f87edae0c9056c77da2092d2d6fabd7a60e0f259a9a4209d7eef94fc932f35d9f2f9092
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-04 11:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-04 11:13 [rpms/kdevelop-python] f43: Update to 5.1.0 Jan Grulich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox