public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kevin Kofler <Kevin@tigcc.ticalc.org>
To: git-commits@fedoraproject.org
Subject: [rpms/kig] epel10: fix pykig shebang sed invocation
Date: Tue, 04 Aug 2026 19:44:51 GMT [thread overview]
Message-ID: <178587269173.1.1335096343737048222.rpms-kig-e70308d44668@fedoraproject.org> (raw)
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)
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=178587269173.1.1335096343737048222.rpms-kig-e70308d44668@fedoraproject.org \
--to=kevin@tigcc.ticalc.org \
--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