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.04.1
Date: Tue, 04 Aug 2026 19:44:53 GMT [thread overview]
Message-ID: <178587269364.1.10947588142123344871.rpms-kig-e229099f8fe5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kig
Branch : epel10
Commit : e229099f8fe5f97810de1fccba2128474f7ff370
Author : Rex Dieter <rdieter@gmail.com>
Date : 2020-05-26T11:26:51-05:00
Stats : +8/-21 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/kig/c/e229099f8fe5f97810de1fccba2128474f7ff370?branch=epel10
Log:
20.04.1
---
diff --git a/.gitignore b/.gitignore
index 01e858c..5255688 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/kig-19.08.1.tar.xz
/kig-19.08.3.tar.xz
/kig-19.12.1.tar.xz
+/kig-20.04.1.tar.xz
diff --git a/kig-19.08.3-python_scripter-args-incref.patch b/kig-19.08.3-python_scripter-args-incref.patch
deleted file mode 100644
index 9254414..0000000
--- a/kig-19.08.3-python_scripter-args-incref.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur kig-19.08.3/scripting/python_scripter.cc kig-19.08.3-python_scripter-args-incref/scripting/python_scripter.cc
---- kig-19.08.3/scripting/python_scripter.cc 2019-09-07 07:37:07.000000000 +0200
-+++ kig-19.08.3-python_scripter-args-incref/scripting/python_scripter.cc 2019-12-23 15:46:00.766288729 +0100
-@@ -523,6 +523,7 @@
- handle<> argstuph( PyTuple_New( args.size() ) );
- for ( int i = 0; i < (int) objectvect.size(); ++i )
- {
-+ Py_XINCREF((objectvect.begin() +i)->ptr());
- PyTuple_SetItem( argstuph.get(), i, (objectvect.begin() +i)->ptr() );
- };
- tuple argstup( argstuph );
diff --git a/kig.spec b/kig.spec
index 1930535..e5495d2 100644
--- a/kig.spec
+++ b/kig.spec
@@ -3,8 +3,8 @@
Name: kig
Summary: Interactive Geometry
-Version: 19.12.1
-Release: 3%{?dist}
+Version: 20.04.1
+Release: 1%{?dist}
License: GPLv2+
URL: https://cgit.kde.org/%{name}.git
@@ -15,7 +15,7 @@ URL: https://cgit.kde.org/%{name}.git
%else
%global stable stable
%endif
-Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz
## upstreamable patches
# https://bugzilla.redhat.com/show_bug.cgi?id=1238113
@@ -23,12 +23,6 @@ Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%
# https://git.reviewboard.kde.org/r/126549/
Patch1: 0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch
-# https://bugs.kde.org/show_bug.cgi?id=401512
-# https://bugzilla.redhat.com/show_bug.cgi?id=1778000
-# kig crashes with simple python script with a failing assertion
-# patch by Franco Pasquarelli (https://bugs.kde.org/show_bug.cgi?id=401512#c5)
-Patch2: kig-19.08.3-python_scripter-args-incref.patch
-
BuildRequires: boost-devel
BuildRequires: boost-python3-devel
BuildRequires: python3
@@ -116,6 +110,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.d
%changelog
+* Tue May 26 2020 Rex Dieter <rdieter@fedoraproject.org> - 20.04.1-1
+- 20.04.1
+
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 19.12.1-3
- Rebuilt for Python 3.9
diff --git a/sources b/sources
index 36439e6..0df4fcd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kig-19.12.1.tar.xz) = d1e25ee57f9d22b6a06382708d892335394718787fec7c7769619b1803f6da059365856b5b277454b001ee5013f965b719b0ab266f7104e874b04b96535c1c21
+SHA512 (kig-20.04.1.tar.xz) = a3801243c03a08ae8f012f00e42dbbf434e2572cfcf06e163402b304ded9073ac1bfacd524aec6d50b8049bf6d490c6d78e6839d6aaba8648be87bf406a57257
reply other threads:[~2026-08-04 19:44 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=178587269364.1.10947588142123344871.rpms-kig-e229099f8fe5@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