public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orphaned Packages Process <packaging-reports@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/golang-github-urfave-cli-2] rawhide: Orphaned for 6+ weeks
Date: Fri, 19 Jun 2026 20:29:34 GMT [thread overview]
Message-ID: <178190097469.1.2159481857646137082.rpms-golang-github-urfave-cli-2-8203737a7b36@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/golang-github-urfave-cli-2
Branch : rawhide
Commit : 8203737a7b36eec69c2df65c52502e0b1d773958
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-06-19T15:29:29-05:00
Stats : +1/-114 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/golang-github-urfave-cli-2/c/8203737a7b36eec69c2df65c52502e0b1d773958?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index bc18c71..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/cli-*.tar.gz
diff --git a/0001-tests-Fix-int-overflow-on-i686.patch b/0001-tests-Fix-int-overflow-on-i686.patch
deleted file mode 100644
index 0990776..0000000
--- a/0001-tests-Fix-int-overflow-on-i686.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a63380e8c3fabe8f72896b3481b8d16ac3e10e67 Mon Sep 17 00:00:00 2001
-From: Maxwell G <gotmax@e.email>
-Date: Mon, 26 Sep 2022 22:35:33 -0500
-Subject: [PATCH] tests: Fix int overflow on i686
-
----
- flag_test.go | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/flag_test.go b/flag_test.go
-index 001bc22..205abab 100644
---- a/flag_test.go
-+++ b/flag_test.go
-@@ -112,7 +112,7 @@ func TestFlagsFromEnv(t *testing.T) {
- {"1", 1, &IntFlag{Name: "seconds", EnvVars: []string{"SECONDS"}}, ""},
- {"08", 8, &IntFlag{Name: "seconds", EnvVars: []string{"SECONDS"}, Base: 10}, ""},
- {"755", 493, &IntFlag{Name: "seconds", EnvVars: []string{"SECONDS"}, Base: 8}, ""},
-- {"deadBEEF", 3735928559, &IntFlag{Name: "seconds", EnvVars: []string{"SECONDS"}, Base: 16}, ""},
-+ {"deadBEE", 233495534, &IntFlag{Name: "seconds", EnvVars: []string{"SECONDS"}, Base: 16}, ""},
- {"08", 0, &IntFlag{Name: "seconds", EnvVars: []string{"SECONDS"}, Base: 0}, `could not parse "08" as int value from environment variable "SECONDS" for flag seconds: .*`},
- {"1.2", 0, &IntFlag{Name: "seconds", EnvVars: []string{"SECONDS"}}, `could not parse "1.2" as int value from environment variable "SECONDS" for flag seconds: .*`},
- {"foobar", 0, &IntFlag{Name: "seconds", EnvVars: []string{"SECONDS"}}, `could not parse "foobar" as int value from environment variable "SECONDS" for flag seconds: .*`},
---
-2.37.3
-
diff --git a/README.md b/README.md
deleted file mode 100644
index ef4d0be..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# golang-github-urfave-cli-2
-
-The golang-github-urfave-cli-2 package
\ No newline at end of file
diff --git a/changelog b/changelog
deleted file mode 100644
index 1c5ecae..0000000
--- a/changelog
+++ /dev/null
@@ -1,24 +0,0 @@
-* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Fri Jan 22 15:17:06 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 2.3.0-4
-- Update to 2.3.0
-
-* Mon Aug 03 22:09:26 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2.2.0-4
-- Fix import path for md2man
-
-* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Fri Apr 24 19:50:42 CEST 2020 Andreas Gerstmayr <agerstmayr@redhat.com> - 2.2.0-2
-- Patch dependency import path in docs.go to use
- golang-github-cpuguy83-md2man-devel >= 2.0.0 (credits to Fabian Affolter)
-
-* Thu Apr 23 20:13:44 CEST 2020 Andreas Gerstmayr <agerstmayr@redhat.com> - 2.2.0-1
-- Initial package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks
diff --git a/golang-github-urfave-cli-2.spec b/golang-github-urfave-cli-2.spec
deleted file mode 100644
index ee2c99e..0000000
--- a/golang-github-urfave-cli-2.spec
+++ /dev/null
@@ -1,60 +0,0 @@
-# Generated by go2rpm 1.11.1
-%bcond_without check
-%global debug_package %{nil}
-
-# https://github.com/urfave/cli
-%global goipath github.com/urfave/cli/v2
-Version: 2.27.1
-
-%gometa -f
-
-%global common_description %{expand:
-A simple, fast, and fun package for building command line apps in Go.}
-
-%global golicenses LICENSE
-%global godocs docs CODE_OF_CONDUCT.md README.md godoc-current.txt\\\
- mkdocs-reqs.txt cmd/urfave-cli-genflags/README.md
-
-Name: golang-github-urfave-cli-2
-Release: %autorelease
-Summary: A simple, fast, and fun package for building command line apps in Go
-
-License: MIT
-URL: %{gourl}
-Source: %{gosource}
-
-BuildRequires: golang(github.com/BurntSushi/toml)
-BuildRequires: golang(github.com/cpuguy83/go-md2man/v2/md2man)
-BuildRequires: golang(github.com/xrash/smetrics)
-BuildRequires: golang(golang.org/x/text/cases)
-BuildRequires: golang(golang.org/x/text/language)
-BuildRequires: golang(gopkg.in/yaml.v3)
-
-%description %{common_description}
-
-%gopkg
-
-%prep
-%goprep -A
-%autopatch -p1
-
-%install
-%gopkginstall
-
-%if %{with check}
-%check
-# Skip man tests as md2man-2.0.3 changed lightly the output format
-# As in urfave/cli/v3 they remove support from md2man just ignore the test
-# instead of creating a downstream only patch
-for test in "TestToMan" "TestToManWithSection" \
-; do
-awk -i inplace '/^func.*'"$test"'\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' $(grep -rl $test)
-done
-
-%gocheck
-%endif
-
-%gopkgfiles
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index 44d106e..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (cli-2.27.1.tar.gz) = b473267aea55a662e79f24821fde65baa0444dc2a0dddcc01bbe84088f4fbfa83a0b1723e5027ad6084fde3abcaf2fb95c908049826ea5c3c5fc3b5f2d3f6f60
reply other threads:[~2026-06-19 20: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=178190097469.1.2159481857646137082.rpms-golang-github-urfave-cli-2-8203737a7b36@fedoraproject.org \
--to=packaging-reports@fedoraproject.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