public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kig] epel10: fix pykig shebang sed invocation
@ 2026-08-04 19:44 Kevin Kofler
0 siblings, 0 replies; only message in thread
From: Kevin Kofler @ 2026-08-04 19:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kig
Branch : epel10
Commit : e70308d446681c9d01600ba282a9e63240d354c9
Author : Kevin Kofler <Kevin@tigcc.ticalc.org>
Date : 2019-12-23T16:17:35+01:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kig/c/e70308d446681c9d01600ba282a9e63240d354c9?branch=epel10
Log:
fix pykig shebang sed invocation
* Mon Dec 23 2019 Kevin Kofler <Kevin@tigcc.ticalc.org> - 19.08.3-3
- fix pykig shebang sed invocation
---
diff --git a/kig.spec b/kig.spec
index f47c306..b892b61 100644
--- a/kig.spec
+++ b/kig.spec
@@ -4,7 +4,7 @@
Name: kig
Summary: Interactive Geometry
Version: 19.08.3
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
URL: https://cgit.kde.org/%{name}.git
@@ -82,7 +82,7 @@ Conflicts: kdeedu-math < 4.7.0-10
%prep
%autosetup -p1
-sed -ie "s|^#!/usr/bin/env python|#!%{__python3}|" pykig/pykig.py
+sed -ie "s|^#!/usr/bin/env python3|#!%{__python3}|" pykig/pykig.py
%build
@@ -131,6 +131,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.d
%changelog
+* Mon Dec 23 2019 Kevin Kofler <Kevin@tigcc.ticalc.org> - 19.08.3-3
+- fix pykig shebang sed invocation
+
* Mon Dec 23 2019 Kevin Kofler <Kevin@tigcc.ticalc.org> - 19.08.3-2
- upstream patch: port pykig to Python 3 (see #1738033, #1777998, #1778000)
- upstream patch: add buttons to coord precision dialog (kde#414641, #1311513)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 19:44 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:44 [rpms/kig] epel10: fix pykig shebang sed invocation Kevin Kofler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox