public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kdevelop-python] f44: 1.4.1-3
@ 2026-07-04  0:59 Minh Ngo
  0 siblings, 0 replies; only message in thread
From: Minh Ngo @ 2026-07-04  0:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kdevelop-python
Branch : f44
Commit : 89f8dd46741fd9a02ac9a32afcdaa393467500b3
Author : Minh Ngo <nlminhtl@gmail.com>
Date   : 2013-02-15T08:47:43+02:00
Stats  : +9/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kdevelop-python/c/89f8dd46741fd9a02ac9a32afcdaa393467500b3?branch=f44

Log:
1.4.1-3

---
diff --git a/kdevelop-python.spec b/kdevelop-python.spec
index 87af42f..b07213c 100644
--- a/kdevelop-python.spec
+++ b/kdevelop-python.spec
@@ -1,6 +1,6 @@
 Name:       kdevelop-python 
 Version:    1.4.1 
-Release:    2%{?dist}
+Release:    3%{?dist}
 License:    GPLv2
 Source0:    http://download.kde.org/stable/kdevelop/kdev-python/1.4.1/src/kdev-python-v1.4.1.tar.bz2 
 Patch0:     kdevelop-python-documentation-files.patch 
@@ -8,6 +8,8 @@ Patch0:     kdevelop-python-documentation-files.patch
 Summary:    Python Plugin for KDevelop 
 URL:        http://kdevelop.org
 
+Requires:       kdevelop
+
 BuildRequires:  kdevplatform-devel
 BuildRequires:  kdevelop-devel 
 BuildRequires:  kdevelop-pg-qt-devel
@@ -30,6 +32,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 %install
 make install/fast DESTDIR=${RPM_BUILD_ROOT} -C %{_target_platform}
+chmod +x %{_buildroot}%{_libdir}/libpython2.7-kdevelop.so.1.0
+rm -f %{_buildroot}%{_libdir}/libpython2.7-kdevelop.so
+ln -s libpython2.7-kdevelop.so.1.0 %{_buildroot}%{_libdir}/libpython2.7-kdevelop.so
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -49,6 +54,9 @@ make install/fast DESTDIR=${RPM_BUILD_ROOT} -C %{_target_platform}
 %{_kde4_appsdir}/kdevpythonsupport
 
 %changelog
+* Fri Feb 15 2013 Minh Ngo <minh@fedoraproject.org> 1.4.1-3
+- possible fixing a bug with libpython2.7-kdevelop.so.1.0 requirement
+
 * Thu Feb 14 2013 Minh Ngo <minh@fedoraproject.org> 1.4.1-2
 - have added _kde4_appsdir macro
 - have dropped updata-mime-database scriptlets

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-04  0:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-04  0:59 [rpms/kdevelop-python] f44: 1.4.1-3 Minh Ngo

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