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] f43: Package latest git snapshot to address GCC 6 related crashes
Date: Sat, 04 Jul 2026 11:13:28 GMT	[thread overview]
Message-ID: <178316360841.1.2774589394810552264.rpms-kdevelop-python-fab6a20d1280@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/kdevelop-python
            Branch : f43
            Commit : fab6a20d12807af11431bb5eb3d2aac2dba1262d
            Author : Jan Grulich <jgrulich@redhat.com>
            Date   : 2016-06-08T19:07:14+02:00
            Stats  : +14/-8 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/kdevelop-python/c/fab6a20d12807af11431bb5eb3d2aac2dba1262d?branch=f43

            Log:
            Package latest git snapshot to address GCC 6 related crashes
Resolves: bz#1343439

---
diff --git a/.gitignore b/.gitignore
index e8644c7..f28d249 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /kdev-python-1.7.2-py3.tar.xz
 /kdev-python-4.90.90.tar.xz
 /kdev-python-4.90.91.tar.xz
+/kdev-python-5.0.0.tar.xz

diff --git a/kdevelop-python.spec b/kdevelop-python.spec
index 8829942..e31075a 100644
--- a/kdevelop-python.spec
+++ b/kdevelop-python.spec
@@ -1,8 +1,8 @@
 Name:       kdevelop-python
-Version:    4.90.91
+Version:    5.0.0
 %global py3_suffix -py3
 %global py3_tag .py3
-Release:    2%{?py3_tag}%{?dist}
+Release:    0.1.20160608git%{?py3_tag}%{?dist}
 License:    GPLv2
 %global kdevelop_version %(echo %{version} | sed -e 's/^1\./4./g')
 Source0:    http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/kdev-python-%{version}.tar.xz
@@ -65,7 +65,7 @@ mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kf5} ../
 popd
-make %{?_smp_mflags} -C %{_target_platform} 
+make %{?_smp_mflags} -C %{_target_platform}
 
 %install
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
@@ -74,23 +74,28 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 # documentation_files, it is not needed at runtime
 rm -f %{buildroot}%{_datadir}/kdevpythonsupport/documentation_files/PyKDE4/parse_xml.py
 
-%find_lang kdevpython
+# %find_lang kdevpython
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files -f kdevpython.lang
+# %files -f kdevpython.lang
+%files
 %doc DESIGN README
 %{_libdir}/libkdevpythonduchain.so
 %{_libdir}/libkdevpythonparser.so
 %{_libdir}/libkdevpythoncompletion.so
 %{_datadir}/kdevpythonsupport
 %{_datadir}/kdevappwizard/templates/*
-%{_kf5_qtplugindir}/kdevplatform/24/kdevpdb.so
-%{_kf5_qtplugindir}/kdevplatform/24/kdevpythonlanguagesupport.so
+%{_kf5_qtplugindir}/kdevplatform/25/kdevpdb.so
+%{_kf5_qtplugindir}/kdevplatform/25/kdevpythonlanguagesupport.so
 
 
 %changelog
+* Wed Jun 08 2016 Jan Grulich <jgrulich@redhat.com> - 5.0.0-0.1.20160608git.py3
+- Package latest git snapshot to address GCC 6 related crashes
+  Resolves: bz#1343439
+
 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.90.91-2.py3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 

diff --git a/sources b/sources
index bed50b4..e4aca56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-782342b33a124d396c18b241a50a2592  kdev-python-4.90.91.tar.xz
+a623ff2be456e83cbf58f8e4a63291ec  kdev-python-5.0.0.tar.xz

                 reply	other threads:[~2026-07-04 11:13 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=178316360841.1.2774589394810552264.rpms-kdevelop-python-fab6a20d1280@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