public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gengo-bin] epel9: Update to version 0.15.0; Fixes RHBZ#2526285
@ 2026-08-31 21:51 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-31 21:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-gengo-bin
Branch : epel9
Commit : bed475b104bdd9545bfafe52b8fe8b96c80230ec
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-31T22:47:39+01:00
Stats : +145/-16 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gengo-bin/c/bed475b104bdd9545bfafe52b8fe8b96c80230ec?branch=epel9
Log:
Update to version 0.15.0; Fixes RHBZ#2526285
- Update man pages
---
diff --git a/gengo-directory.1 b/gengo-directory.1
index 7a2f4dd..39a1f88 100644
--- a/gengo-directory.1
+++ b/gengo-directory.1
@@ -1,4 +1,4 @@
-.TH GENGO\-DIRECTORY "1" "November 2024" "" "User Commands"
+.TH GENGO\-DIRECTORY "1" "August 2026" "" "User Commands"
.SH NAME
.B gengo\ directory
\(en
@@ -12,7 +12,68 @@ Analyze a directory
.B \-D\fR, \fB\-\-directory\ \fIDIRECTORY
The path to the directory to analyze
[default:
-.BR .]
+.BR . ]
+.TP
+.B \-l\fR, \fB\-\-read\-limit\ \fIREAD_LIMIT
+The maximum number of bytes to read from each file.
+.IP
+This is useful for large files that can impact performance.
+.IP
+The format is in bytes.
+The default is 1 MiB.
+.IP
+[default:
+.BR 1048576 ]
+.TP
+.B \-a\fR, \fB\-\-all
+Report on all files, even if they are not detectable.
+.IP
+This only applies to the pretty format,
+as machine-readable formats always include all files.
+.TP
+.B \-b\fR, \fB\-\-breakdown
+Include detailed statistics for each language.
+.IP
+This only applies to the pretty format,
+as machine-readable formats always include detailed statistics.
+.TP
+.B \-\-color\ \fICOLOR
+Control when colors are displayed
+.IP
+[default:
+.BR auto ]
+.IP
+Possible values:
+.RS +7n
+.IP \(bu +2n
+.BR auto :
+Automatically detect if colors are supported
+.IP \(bu +2n
+.BR always :
+Always use colors
+.IP \(bu +2n
+.BR ansi :
+Use only the 8 ANSI colors
+.IP \(bu +2n
+.BR never :
+Disable colors
+.RE
+.TP
+.B \-F\fR, \fB\-\-format\ \fIFORMAT
+The format to use for output
+.IP
+[default:
+.BR pretty ]
+.IP
+Possible values:
+.RS +7n
+.IP \(bu +2n
+.BR pretty :
+Output for humans
+.IP \(bu +2n
+.BR json :
+JSON output
+.RE
.TP
.B \-h\fR, \fB\-\-help
Print help
diff --git a/gengo-git.1 b/gengo-git.1
index e076f03..45b6e12 100644
--- a/gengo-git.1
+++ b/gengo-git.1
@@ -1,4 +1,4 @@
-.TH GENGO\-GIT "1" "November 2024" "" "User Commands"
+.TH GENGO\-GIT "1" "August 2026" "" "User Commands"
.SH NAME
.B gengo\ git
\(en
@@ -11,13 +11,75 @@ Analyze a git repository
.B \-R\fR, \fB\-\-repository\ \fIREPOSITORY
The path to the repository to analyze
[default:
-.BR .]
+.BR . ]
.TP
.B \-r\fR, \fB\-\-rev\ \fIREVISION
The git revision to analyze
[default:
.BR HEAD ]
.TP
+.B \-l\fR, \fB\-\-read\-limit\ \fIREAD_LIMIT
+The maximum number of bytes to read from each file.
+.IP
+This is useful for large files that can impact performance.
+.IP
+The format is in bytes.
+The default is 1 MiB.
+.IP
+[default:
+.BR 1048576 ]
+.TP
+.B \-a\fR, \fB\-\-all
+Report on all files, even if they are not detectable.
+.IP
+This only applies to the pretty format,
+as machine-readable formats always include all files.
+.TP
+.B \-b\fR, \fB\-\-breakdown
+Include detailed statistics for each language.
+.IP
+This only applies to the pretty format,
+as machine-readable formats always include detailed statistics.
+.TP
+.B \-\-color\ \fICOLOR
+Control when colors are displayed
+.IP
+[default:
+.BR auto ]
+.IP
+Possible values:
+.RS +7n
+.IP \(bu +2n
+.BR auto :
+Automatically detect if colors are supported
+.IP \(bu +2n
+.BR always :
+Always use colors
+.IP \(bu +2n
+.BR ansi :
+Use only the 8 ANSI colors
+.IP \(bu +2n
+.BR never :
+Disable colors
+.RE
+.TP
+.B \-F\fR, \fB\-\-format\ \fIFORMAT
+The format to use for output
+.IP
+[default:
+.BR pretty ]
+.IP
+Possible values:
+.RS +7n
+.IP \(bu +2n
+.BR pretty :
+Output for humans
+.IP \(bu +2n
+.BR json :
+JSON output
+.RE
+.TP
+.TP
.B \-h\fR, \fB\-\-help
Print help
.TP
diff --git a/gengo.1 b/gengo.1
index 87f175f..b452978 100644
--- a/gengo.1
+++ b/gengo.1
@@ -1,4 +1,4 @@
-.TH GENGO "1" "January 2025" "" "User Commands"
+.TH GENGO "1" "August 2026" "" "User Commands"
.SH NAME
.B gengo
\(en
@@ -54,11 +54,14 @@ as machine-readable formats always include detailed statistics.
Control when colors are displayed
.IP
[default:
-.BR always ]
+.BR auto ]
.IP
Possible values:
.RS +7n
.IP \(bu +2n
+.BR auto :
+Automatically detect if colors are supported
+.IP \(bu +2n
.BR always :
Always use colors
.IP \(bu +2n
diff --git a/rust-gengo-bin.spec b/rust-gengo-bin.spec
index 7638dba..4c55d4d 100644
--- a/rust-gengo-bin.spec
+++ b/rust-gengo-bin.spec
@@ -7,7 +7,7 @@
%global crate gengo-bin
Name: rust-gengo-bin
-Version: 0.14.3
+Version: 0.15.0
Release: %autorelease
Summary: Get the language distribution stats of your repository
@@ -81,7 +81,8 @@ License: %{shrink:
%install
%cargo_install
-install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \
+install -D --target='%{buildroot}%{_mandir}/man1' \
+ --preserve-timestamps --mode=0644 \
'%{SOURCE10}' '%{SOURCE11}' '%{SOURCE12}'
%if %{with check}
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 4f43d81..b8e57d0 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -24,8 +24,11 @@ comments = []
[scripts]
install.post = [
- "install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \\",
- " '%{SOURCE10}' '%{SOURCE11}' '%{SOURCE12}'",
+ """\
+install -D --target='%{buildroot}%{_mandir}/man1' \\
+ --preserve-timestamps --mode=0644 \\
+ '%{SOURCE10}' '%{SOURCE11}' '%{SOURCE12}'\
+""",
]
[tests]
@@ -33,13 +36,12 @@ skip = [
"test_json_output_on_javascript_repo",
"test_color_breakdown_javascript_repo",
"test_color_javascript_repo",
-
]
skip-exact = true
comments = [
"""\
- The skipped javascript-related tests only work in a git checkout, using the \
- test/javascript branch. See .github/workflows/ci.yml in git for an idea of \
- how this is supposed to work.\
- """,
+The skipped javascript-related tests only work in a git checkout, using the \
+test/javascript branch. See .github/workflows/ci.yml in git for an idea of \
+how this is supposed to work.\
+""",
]
diff --git a/sources b/sources
index 7e8cdd2..d878b19 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gengo-bin-0.14.3.crate) = f2fe16643530e12dc46f30539512f84e578b542b4a3279998ea104030b65aa77a7bfeb446cc928d2a1892fdbe674f56defee9839960575048c6b51e166095212
+SHA512 (gengo-bin-0.15.0.crate) = 27639ce96672e12ff3d383c29dc43c4b038b3b006bfa7cc5aef855abe8fec56eaf8da52b7f34ef09646d6264c2991bf46767cb65277f4f6ca41e8a28346c5692
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-31 21:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31 21:51 [rpms/rust-gengo-bin] epel9: Update to version 0.15.0; Fixes RHBZ#2526285 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox