public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kig] epel10: fix: rebase patch and update URL
@ 2026-08-04 19:45 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-04 19:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kig
Branch : epel10
Commit : 1382c07dc2a44d2b6ce0b6ac351f64e54bdd907f
Author : Marc Deop i Argemí <marcdeop@fedoraproject.org>
Date   : 2022-12-20T10:56:11+01:00
Stats  : +20/-18 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/kig/c/1382c07dc2a44d2b6ce0b6ac351f64e54bdd907f?branch=epel10

Log:
fix: rebase patch and update URL

---
diff --git a/0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch b/0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch
index 89e79f4..8a4ce46 100644
--- a/0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch
+++ b/0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch
@@ -1,7 +1,8 @@
-diff -up kig-20.12.2/CMakeLists.txt.0001 kig-20.12.2/CMakeLists.txt
---- kig-20.12.2/CMakeLists.txt.0001	2021-01-29 14:06:32.000000000 -0600
-+++ kig-20.12.2/CMakeLists.txt	2021-02-02 16:28:15.949344601 -0600
-@@ -64,6 +64,9 @@ add_subdirectory( pykig )
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 38dc81c6..6271a08a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -72,6 +72,9 @@ add_subdirectory( pykig )
  if(BoostPython_FOUND)
    add_subdirectory( scripting )
    add_definitions(-DKIG_ENABLE_PYTHON_SCRIPTING)
@@ -11,27 +12,28 @@ diff -up kig-20.12.2/CMakeLists.txt.0001 kig-20.12.2/CMakeLists.txt
  endif(BoostPython_FOUND)
  
  set_package_properties(
-diff -up kig-20.12.2/scripting/python_scripter.cc.0001 kig-20.12.2/scripting/python_scripter.cc
---- kig-20.12.2/scripting/python_scripter.cc.0001	2021-01-29 14:06:32.000000000 -0600
-+++ kig-20.12.2/scripting/python_scripter.cc	2021-02-02 16:29:23.874429781 -0600
-@@ -23,6 +23,8 @@
- #include <Python.h>
+diff --git a/scripting/python_scripter.cc b/scripting/python_scripter.cc
+index 35c4dc4d..d105fb41 100644
+--- a/scripting/python_scripter.cc
++++ b/scripting/python_scripter.cc
+@@ -10,6 +10,8 @@
  #include "python_scripter.h"
+ #include <Python.h>
  
 +#include <QLibrary>
 +
  #include <iostream>
  #include <string>
  
-@@ -375,6 +377,11 @@ PythonInitializer::PythonInitializer()
+@@ -309,6 +311,11 @@ PythonInitializer::PythonInitializer()
  {
-   // tell the python interpreter about our API..
+     // tell the python interpreter about our API..
  
-+  QLibrary *pythonLib = new QLibrary();
-+  pythonLib->setLoadHints(QLibrary::ExportExternalSymbolsHint);
-+  pythonLib->setFileName(LIB_PYTHON);
-+  pythonLib->load();
++    QLibrary *pythonLib = new QLibrary();
++    pythonLib->setLoadHints(QLibrary::ExportExternalSymbolsHint);
++    pythonLib->setFileName(LIB_PYTHON);
++    pythonLib->load();
 +
-   PyImport_AppendInittab( "kig", PyInit_kig );
+     PyImport_AppendInittab("kig", PyInit_kig);
  
-   Py_Initialize();
+     Py_Initialize();

diff --git a/kig.spec b/kig.spec
index 667af04..8a763e1 100644
--- a/kig.spec
+++ b/kig.spec
@@ -7,7 +7,7 @@ Version: 22.12.0
 Release: 1%{?dist}
 
 License: GPLv2+
-URL:     https://invent.kde.org/edu/%{name}
+URL:     https://invent.kde.org/education/%{name}
 
 %global revision %(echo %{version} | cut -d. -f3)
 %if %{revision} >= 50

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

only message in thread, other threads:[~2026-08-04 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 19:45 [rpms/kig] epel10: fix: rebase patch and update URL 

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