public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rex Dieter <rdieter@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kig] epel10: 20.12.2
Date: Tue, 04 Aug 2026 19:45:01 GMT [thread overview]
Message-ID: <178587270182.1.2071058549182754825.rpms-kig-689257f2808d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kig
Branch : epel10
Commit : 689257f2808dd88fafdfc516819ae97dccb744f3
Author : Rex Dieter <rdieter@gmail.com>
Date : 2021-02-02T16:30:23-06:00
Stats : +18/-14 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/kig/c/689257f2808dd88fafdfc516819ae97dccb744f3?branch=epel10
Log:
20.12.2
---
diff --git a/.gitignore b/.gitignore
index f54fa9c..d28b325 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
/kig-20.08.0.tar.xz
/kig-20.08.1.tar.xz
/kig-20.08.3.tar.xz
+/kig-20.12.2.tar.xz
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 815a251..89e79f4 100644
--- a/0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch
+++ b/0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch
@@ -1,6 +1,6 @@
-diff -up kig-20.08.0/CMakeLists.txt.0001 kig-20.08.0/CMakeLists.txt
---- kig-20.08.0/CMakeLists.txt.0001 2020-08-07 01:54:58.000000000 -0500
-+++ kig-20.08.0/CMakeLists.txt 2020-08-22 22:04:06.018822109 -0500
+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 )
if(BoostPython_FOUND)
add_subdirectory( scripting )
@@ -11,9 +11,9 @@ diff -up kig-20.08.0/CMakeLists.txt.0001 kig-20.08.0/CMakeLists.txt
endif(BoostPython_FOUND)
set_package_properties(
-diff -up kig-20.08.0/scripting/python_scripter.cc.0001 kig-20.08.0/scripting/python_scripter.cc
---- kig-20.08.0/scripting/python_scripter.cc.0001 2020-08-07 00:49:45.000000000 -0500
-+++ kig-20.08.0/scripting/python_scripter.cc 2020-08-22 22:04:56.620279004 -0500
+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>
#include "python_scripter.h"
@@ -23,15 +23,15 @@ diff -up kig-20.08.0/scripting/python_scripter.cc.0001 kig-20.08.0/scripting/pyt
#include <iostream>
#include <string>
-@@ -377,6 +379,11 @@ PythonScripter::PythonScripter()
+@@ -375,6 +377,11 @@ PythonInitializer::PythonInitializer()
{
- d = new Private;
+ // tell the python interpreter about our API..
+ QLibrary *pythonLib = new QLibrary();
+ pythonLib->setLoadHints(QLibrary::ExportExternalSymbolsHint);
+ pythonLib->setFileName(LIB_PYTHON);
+ pythonLib->load();
+
- // tell the python interpreter about our API..
-
PyImport_AppendInittab( "kig", PyInit_kig );
+
+ Py_Initialize();
diff --git a/kig.spec b/kig.spec
index cb1c83a..46a0ad5 100644
--- a/kig.spec
+++ b/kig.spec
@@ -3,11 +3,11 @@
Name: kig
Summary: Interactive Geometry
-Version: 20.08.3
-Release: 3%{?dist}
+Version: 20.12.2
+Release: 1%{?dist}
License: GPLv2+
-URL: https://cgit.kde.org/%{name}.git
+URL: https://invent.kde.org/edu/%{name}
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
@@ -113,6 +113,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.d
%changelog
+* Tue Feb 02 2021 Rex Dieter <rdieter@fedoraproject.org> - 20.12.2-1
+- 20.12.2
+
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20.08.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index 9121059..86903f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kig-20.08.3.tar.xz) = becd24e67af434cda18ca7d483ace8649446273ca62eaf12618d5012bed1220e175de5841912075d67a54d777ff1a015a27d56ef53f12bb03c03d2c91e3bdf3f
+SHA512 (kig-20.12.2.tar.xz) = ce5ad34d6fe7f0601482dcf6a2b193da19be68de07ed6c68f123c0005e6542c2da904bae94a2cd4bc5e8262ffea90b8f0919dd382ce998f3bb765093df16d3e3
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=178587270182.1.2071058549182754825.rpms-kig-689257f2808d@fedoraproject.org \
--to=rdieter@gmail.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