public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Grulich <jgrulich@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kdevelop-python] f44: Update to 5.1.0
Date: Sat, 04 Jul 2026 00:59:56 GMT	[thread overview]
Message-ID: <178312679629.1.11758625477391136021.rpms-kdevelop-python-0596eefb20d9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kdevelop-python
Branch : f44
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=f44

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

                 reply	other threads:[~2026-07-04  0:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178312679629.1.11758625477391136021.rpms-kdevelop-python-0596eefb20d9@fedoraproject.org \
    --to=jgrulich@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox