public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kdevelop-python] f43: Package latest git snapshot to address GCC 6 related crashes
@ 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 : 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

^ 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: Package latest git snapshot to address GCC 6 related crashes Jan Grulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox