public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/golang-github-alecthomas-chroma] rawhide: Orphaned for 6+ weeks
@ 2026-06-26  1:50 Orphaned Packages Process
  0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-06-26  1:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/golang-github-alecthomas-chroma
Branch : rawhide
Commit : 311d61c4c6555b68252e60c6c5c63817867d939d
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-06-25T20:50:00-05:00
Stats  : +1/-217 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/golang-github-alecthomas-chroma/c/311d61c4c6555b68252e60c6c5c63817867d939d?branch=rawhide

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 026580e..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,17 +0,0 @@
-/chroma-bc2d668.tar.gz
-/chroma-03b0c0d.tar.gz
-/chroma-0.6.2.tar.gz
-/chroma-0.6.3.tar.gz
-/chroma-0.6.6.tar.gz
-/chroma-0.6.7.tar.gz
-/chroma-0.6.8.tar.gz
-/chroma-0.6.9.tar.gz
-/chroma-0.7.0.tar.gz
-/chroma-0.7.1.tar.gz
-/chroma-0.7.2.tar.gz
-/chroma-0.7.3.tar.gz
-/chroma-0.8.0.tar.gz
-/chroma-0.8.2.tar.gz
-/chroma-0.9.1.tar.gz
-/chroma-0.10.0.tar.gz
-/chroma-2.15.0.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index 924dcc4..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# golang-github-alecthomas-chroma
-
-The golang-github-alecthomas-chroma package
\ No newline at end of file

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-alecthomas-chroma.spec b/golang-github-alecthomas-chroma.spec
deleted file mode 100644
index 0d1cd7d..0000000
--- a/golang-github-alecthomas-chroma.spec
+++ /dev/null
@@ -1,196 +0,0 @@
-# https://github.com/alecthomas/chroma
-%global goipath         github.com/alecthomas/chroma
-Version:                2.15.0
-
-%gometa
-
-%global common_description %{expand:
-Chroma takes source code and other structured text and converts it into syntax
-highlighted HTML, ANSI-coloured text, etc.
-
-Chroma is based heavily on Pygments, and includes translators for Pygments
-lexers and styles.}
-
-%global golicenses      COPYING
-%global godocs          README.md
-
-Name:           %{goname}
-Release:        6%{?dist}
-Summary:        General purpose syntax highlighter in pure Go
-
-License:        MIT
-URL:            %{gourl}
-Source0:        %{gosource}
-
-%description
-%{common_description}
-
-%gopkg
-
-%prep
-%goprep
-
-%generate_buildrequires
-%go_generate_buildrequires
-
-%build
-for cmd in cmd/* ; do
-  %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd
-done
-
-%install
-%gopkginstall
-install -m 0755 -vd                     %{buildroot}%{_bindir}
-install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
-
-%check
-%gocheck
-
-%files
-%license COPYING
-%doc README.md
-%{_bindir}/chroma
-%{_bindir}/chromad
-
-%gopkgfiles
-
-%changelog
-* Mon Feb 02 2026 Maxwell G <maxwell@gtmx.me> - 2.15.0-6
-- Rebuild for https://fedoraproject.org/wiki/Changes/golang1.26
-
-* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Oct 10 2025 Alejandro Sáez <asm@redhat.com> - 2.15.0-4
-- rebuild
-
-* Fri Aug 15 2025 Maxwell G <maxwell@gtmx.me> - 2.15.0-3
-- Rebuild for golang-1.25.0
-
-* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Tue Mar 25 2025 Athos Ribeiro <athoscr@fedoraproject.org> - 2.15.0-1
-- Update to latest revision. Thanks to Yaakov Selkowitz.
-
-* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-11
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Sun Feb 11 2024 Maxwell G <maxwell@gtmx.me> - 0.10.0-10
-- Rebuild for golang 1.22.0
-
-* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 0.10.0-4
-- Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in
-  golang
-
-* Fri Jun 17 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.10.0-3
-- Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
-  CVE-2022-29526, CVE-2022-30629
-
-* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Sat Jan 15 2022 Maxwell G <gotmax@e.email> - 0.10.0-1
-- Update to 0.10.0. Fixes rhbz#1973059.
-
-* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Sun May 30 15:51:52 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.9.1-1
-- Update to 0.9.1
-- Close: rhbz#1953303
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Dec 28 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.2-1
-- Update to 0.8.2
-- Close: rhbz#1880976
-
-* Sat Aug 01 2020 Athos Ribeiro <athoscr@fedoraproject.org> - 0.8.0-1
-- Update to latest revision
-
-* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sun Jun 14 2020 Athos Ribeiro <athoscr@fedoraproject.org> - 0.7.3-1
-- Update to latest revision
-- Use generated dynamic buildrequires
-
-* Sat May 02 2020 Athos Ribeiro <athoscr@fedoraproject.org> - 0.7.2-1
-- Update to latest revision
-
-* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Sun Jan 26 19:46:31 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.7.1-1
-- Update to 0.7.1
-
-* Thu Jan 02 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.7.0-1
-- Update to latest version
-
-* Thu Jan 02 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.9-1
-- Update to latest version
-
-* Thu Oct 31 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.8-1
-- Update to latest version
-
-* Thu Oct 17 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.7-1
-- Update to latest version
-
-* Sun Aug 18 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.6-1
-- Update to latest version
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Tue Jun 04 17:48:20 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.3-2
-- Update to new macros
-
-* Wed Apr 10 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.3-1
-- Update to latest version
-
-* Tue Feb 19 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.2-1
-- Update to latest version
-- Rewrite spec using new Go macros
-
-* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-7.20171017git03b0c0d
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-6.20171017git03b0c0d
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-5.20171017git03b0c0d
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Sat Oct 21 2017 Athos Ribeiro <athoscr@fedoraproject.org> - 0.1.1-4.20171017git03b0c0d
-- Disabling check until github.com/alecthomas/assert hits rawhide
-
-* Sat Oct 21 2017 Athos Ribeiro <athoscr@fedoraproject.org> - 0.1.1-3.20171017git03b0c0d
-- Update to latest revision
-
-* Sat Oct 14 2017 Athos Ribeiro <athoscr@fedoraproject.org> - 0.1.1-2
-- Fix build paths for exercise and css2style
-- Add BR for gopkg.in/alecthomas/kingpin.v3
-- Do not build bin files until kingpin v3 is released
-
-* Wed Oct 11 2017 Athos Ribeiro <athoscr@fedoraproject.org> - 0.1.1-1
-- First package for Fedora

diff --git a/sources b/sources
deleted file mode 100644
index b99ff61..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (chroma-2.15.0.tar.gz) = 5cb18bdb0f5f1be4054aa4946d6e66dba3d41d555f341e3decc68317c43c43dfb7888434f08ea54bd41eb5496a20f0b355074b476d6171306f0b69b1a9c01be4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-26  1:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26  1:50 [rpms/golang-github-alecthomas-chroma] rawhide: Orphaned for 6+ weeks Orphaned Packages Process

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox