public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Artur Frenszek-Iwicki <fedora@svgames.pl>
To: git-commits@fedoraproject.org
Subject: [rpms/jc] f43: Update to v1.25.7
Date: Thu, 18 Jun 2026 19:29:42 GMT [thread overview]
Message-ID: <178181098283.1.16702289406920948034.rpms-jc-d9161044dcdc@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/jc
Branch : f43
Commit : d9161044dcdc31410b6526471c23c421ba8bc471
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date : 2026-06-18T21:23:15+02:00
Stats : +8/-9 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/jc/c/d9161044dcdc31410b6526471c23c421ba8bc471?branch=f43
Log:
Update to v1.25.7
---
diff --git a/jc.spec b/jc.spec
index 3772318..b9b6725 100644
--- a/jc.spec
+++ b/jc.spec
@@ -2,7 +2,7 @@ Name: jc
Summary: Serialize the output of CLI tools and file-types to structured JSON
License: MIT
-Version: 1.25.6
+Version: 1.25.7
Release: 1%{?dist}
URL: https://github.com/kellyjonbrazil/%{name}
@@ -48,9 +48,8 @@ tools and file types into structured JSON, for easier further processing.
install -m 755 -d %{buildroot}%{_mandir}/man1
install -m 644 -p man/jc.1 %{buildroot}%{_mandir}/man1/
-COMPDIR="%{buildroot}%{_datadir}/bash-completion/completions"
-install -m 755 -d "${COMPDIR}"
-install -m 644 -p completions/jc_bash_completion.sh "${COMPDIR}/%{name}"
+install -m 755 -d %{buildroot}%{bash_completions_dir}
+install -m 644 -p completions/jc_bash_completion.sh %{buildroot}%{bash_completions_dir}/%{name}
%check
@@ -61,10 +60,7 @@ TZ="America/Los_Angeles" ./runtests.sh
%doc README.md EXAMPLES.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
-
-%dir %{_datadir}/bash-completion/
-%dir %{_datadir}/bash-completion/completions/
-%{_datadir}/bash-completion/completions/*
+%{bash_completions_dir}
%files -n python3-%{name}
@@ -75,6 +71,9 @@ TZ="America/Los_Angeles" ./runtests.sh
%changelog
+* Thu Jun 18 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.25.7-1
+- Update to v1.25.7
+
* Mon Oct 13 2025 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.25.6-1
- Update to v1.25.6
diff --git a/sources b/sources
index 4a64bf2..8cbcb76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jc-1.25.6.tar.gz) = 5ec64731f5e01608fb5cd97fa0e12ad43e7147b79ccc3ab86c685aba7742cdd8a7d8da8d2bec518f675625e569287661a68bc5351f85c2db3776db0644d26dc4
+SHA512 (jc-1.25.7.tar.gz) = 2b06e538850f91c57b547272468e6096ef6a64e95206cbdd298296eda90605deda96a64ee63b8648bc9d710927249c1639a8cba9423746db2b8b19c61ed0af1d
reply other threads:[~2026-06-18 19:29 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=178181098283.1.16702289406920948034.rpms-jc-d9161044dcdc@fedoraproject.org \
--to=fedora@svgames.pl \
--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