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] f44: Update to v1.25.7
Date: Thu, 18 Jun 2026 18:33:11 GMT	[thread overview]
Message-ID: <178180759176.1.3904615023775284614.rpms-jc-ba553ed4ea0f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/jc
Branch : f44
Commit : ba553ed4ea0fcd30eea9337bfb40816235e67278
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date   : 2026-06-18T20:20:20+02:00
Stats  : +9/-10 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/jc/c/ba553ed4ea0fcd30eea9337bfb40816235e67278?branch=f44

Log:
Update to v1.25.7

---
diff --git a/jc.spec b/jc.spec
index 131732d..e3631e7 100644
--- a/jc.spec
+++ b/jc.spec
@@ -2,8 +2,8 @@ Name: jc
 Summary: Serialize the output of CLI tools and file-types to structured JSON
 License: MIT
 
-Version: 1.25.6
-Release: 2%{?dist}
+Version: 1.25.7
+Release: 1%{?dist}
 
 URL: https://github.com/kellyjonbrazil/%{name}
 Source0: %{URL}/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -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
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.25.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

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 18:33 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=178180759176.1.3904615023775284614.rpms-jc-ba553ed4ea0f@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