public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/kig] epel10: fix: rebase patch and update URL
Date: Tue, 04 Aug 2026 19:45:17 GMT	[thread overview]
Message-ID: <178587271714.1.955236977890081981.rpms-kig-1382c07dc2a4@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-04 19:45 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=178587271714.1.955236977890081981.rpms-kig-1382c07dc2a4@fedoraproject.org \
    --to=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