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/ccze] rawhide: Orphaned for 6+ weeks
Date: Wed, 22 Jul 2026 05:22:11 GMT	[thread overview]
Message-ID: <178469773138.1.8235929816010162400.rpms-ccze-131fa00ac349@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ccze
Branch : rawhide
Commit : 131fa00ac349d0a911c8075c056f8c73bcfbbb2c
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-07-22T00:22:05-05:00
Stats  : +1/-261 in 8 file(s)
URL    : https://src.fedoraproject.org/rpms/ccze/c/131fa00ac349d0a911c8075c056f8c73bcfbbb2c?branch=rawhide

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 2db042a..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-ccze-0.2.1.tar.gz

diff --git a/ccze-0.2.1-Wmulticharacter.patch b/ccze-0.2.1-Wmulticharacter.patch
deleted file mode 100644
index 641c3bf..0000000
--- a/ccze-0.2.1-Wmulticharacter.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -NaurEbBH ccze-0.2.1.orig/src/Makefile.in ccze-0.2.1/src/Makefile.in
---- ccze-0.2.1.orig/src/Makefile.in	2003-05-13 14:09:30.000000000 -0400
-+++ ccze-0.2.1/src/Makefile.in	2009-07-11 15:06:20.000000000 -0400
-@@ -22,7 +22,7 @@
- 		-Wbad-function-cast -Wsign-compare -Wchar-subscripts \
- 		-Wcomment -Wformat -Wformat-nonliteral -Wformat-security \
- 		-Wimplicit -Wmain -Wmissing-braces -Wparentheses \
--		-Wreturn-type -Wswitch -Wmulticharacter \
-+		-Wreturn-type -Wswitch \
- 		-Wmissing-noreturn -Wmissing-declarations @WFLAGS_3X@
- WFLAGS_ICC	= -Wall -wd193,279,810,869,1418,1419
- WFLAGS_3X	= -Wsequence-point -Wdiv-by-zero -W -Wunused \

diff --git a/ccze-configure-c99.patch b/ccze-configure-c99.patch
deleted file mode 100644
index b51eac1..0000000
--- a/ccze-configure-c99.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Avoid implicit function declarations; they are not available in C99.
-No need to upstream this.  This shell code is created by autoconf,
-and current autoconf no longer uses implicit declarations.
-
-diff --git a/configure b/configure
-index 53e720157484d948..255eaea6bb2200c7 100755
---- a/configure
-+++ b/configure
-@@ -2795,8 +2795,8 @@ main ()
-   for (i = 0; i < 256; i++)
-     if (XOR (islower (i), ISLOWER (i))
-         || toupper (i) != TOUPPER (i))
--      exit(2);
--  exit (0);
-+      return 2;
-+  return 0;
- }
- _ACEOF
- rm -f conftest$ac_exeext
-@@ -4383,6 +4383,7 @@ _ACEOF
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
-+#include <string.h>
- 
- int
- main ()
-@@ -4391,7 +4392,7 @@ main ()
-   /* Some versions of memcmp are not 8-bit clean.  */
-   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
-   if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
--    exit (1);
-+    return 1;
- 
-   /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
-      or more and with at least one buffer not starting on a 4-byte boundary.
-@@ -4407,9 +4408,9 @@ main ()
-         strcpy (a, "--------01111111");
-         strcpy (b, "--------10000000");
-         if (memcmp (a, b, 16) >= 0)
--          exit (1);
-+          return 1;
-       }
--    exit (0);
-+    return 0;
-   }
- 
-   ;

diff --git a/ccze-opts.diff b/ccze-opts.diff
deleted file mode 100644
index 63b711f..0000000
--- a/ccze-opts.diff
+++ /dev/null
@@ -1,29 +0,0 @@
---- ccze-0.2.1.orig/src/ccze.c
-+++ ccze-0.2.1/src/ccze.c
-@@ -209,7 +209,7 @@
- 	}
-       break;
-     case 'a':
--      plugin = strtok (optarg, "=");
-+      plugin = strtok (arg, "=");
-       value = strtok (NULL, "\n");
-       ccze_plugin_argv_set (plugin, value);
-       break;
-@@ -249,7 +249,7 @@
-       ccze_config.remfac = 1;
-       break;
-     case 'm':
--      subopts = optarg;
-+      subopts = arg;
-       while (*subopts != '\0')
- 	{
- 	  switch (getsubopt (&subopts, m_subopts, &value))
-@@ -273,7 +273,7 @@
- 	}
-       break;
-     case 'o':
--      subopts = optarg;
-+      subopts = arg;
-       while (*subopts != '\0')
- 	{
- 	  switch (getsubopt (&subopts, o_subopts, &value))

diff --git a/ccze.spec b/ccze.spec
deleted file mode 100644
index ac6a01b..0000000
--- a/ccze.spec
+++ /dev/null
@@ -1,65 +0,0 @@
-Name:           ccze
-Version:        0.2.1
-Release:        %autorelease
-Summary:        A robust log colorizer
-Summary(ru):    Мощный коллоризатор логов
-
-# http://web.archive.org/web/20040803024236/bonehunter.rulez.org/CCZE.phtml
-URL:            http://bonehunter.rulez.org/CCZE.html
-License:        GPL-2.0-or-later
-Source:         ftp://bonehunter.rulez.org/pub/ccze/stable/ccze-%{version}.tar.gz
-# Upstream is dead. So, patch himself.
-Patch0:         ccze-0.2.1-Wmulticharacter.patch
-# Upstream is dead, port Debian patch to correct handle -o switch
-Patch1:         ccze-opts.diff
-# Port configure script to C99
-Patch2:         ccze-configure-c99.patch
-
-BuildRequires:  gcc
-BuildRequires:  make
-
-BuildRequires:  ncurses-devel >= 5.0
-BuildRequires:  pcre-devel >= 3.1
-
-%description
-CCZE is a roboust and modular log colorizer, with plugins for apm,
-exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd,
-vsftpd, xferlog and more.
-
-%description -l ru
-CCZE это мощный и модульный раскрашиватель логов. Имеются модули-
--плагины для: apm, exim, fetchmail, httpd, postfix, procmail, squid,
-syslog, ulogd, vsftpd, xferlog и другие.
-
-%prep
-%autosetup -p1
-
-iconv -f ISO-8859-1 -t UTF-8 THANKS > THANKS.new
-touch --reference THANKS THANKS.new
-mv -f THANKS.new THANKS
-
-%build
-%configure --with-builtins=all
-# To avoid problem: /usr/include/errno.h:69: error: two or more data types in declaration specifiers
-# we add -D__error_t_defined=1 to inform what errno_t already defined.
-%make_build CFLAGS="%{optflags} -D__error_t_defined=1"
-
-%install
-%make_install
-
-src/ccze-dump > cczerc
-install -Dpm0644 -t %{buildroot}/%{_sysconfdir} cczerc
-
-rm %{buildroot}/%{_includedir}/ccze.h
-
-%files
-%doc AUTHORS COPYING ChangeLog ChangeLog-0.1 NEWS README THANKS FAQ
-%config(noreplace) %{_sysconfdir}/cczerc
-%{_bindir}/ccze
-%{_bindir}/ccze-cssdump
-%{_mandir}/man1/ccze.1*
-%{_mandir}/man1/ccze-cssdump.1*
-%{_mandir}/man7/ccze-plugin.7*
-
-%changelog
-%autochangelog

diff --git a/changelog b/changelog
deleted file mode 100644
index b58a8b7..0000000
--- a/changelog
+++ /dev/null
@@ -1,105 +0,0 @@
-* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-31
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Fri Nov 25 2022 Florian Weimer <fweimer@redhat.com> - 0.2.1-30stable, %%define release 2.norlug
-- Port configure script to C99
-
-* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-29
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-28
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-27
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-26
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-25
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-24
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-23
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-22
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-21
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-20
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-19
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
-
-* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-18
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-17
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-16
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-15
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-14
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-13
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-11
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 0.2.1-9
-- Rebuild against PCRE 8.30
-
-* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Mon Apr 5 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.2.1-6
-- Port from Debian Patch1:		ccze-opts.diff. BZ#578958
-
-* Tue Aug 4 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.2.1-5
-- Things of Martin Gieseking in informal review:
-- Add %%{?_smp_mflags} to make.
-- Change BuildRoot.
-
-* Sat Jul 11 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.2.1-4
-- %%makeinstall replaced by make install DESTDIR="%%{buildroot}" as pointed by Jussi Lehtola.
-
-* Sat Jul 11 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.2.1-3
-- Import form ftp://ftp.pbone.net/mirror/norlug.org/norlug/redhat-7.3/SRPMS/ccze-0.2.1-2.norlug.src.rpm
-- Reformat with tabs.
-- Remove unneded defines, and replece it by direct values in appropriate tags:
-	%%define version 0.2.1, %%define dist stable, %%define release 2.norlug
-- Add %%{?dist} part into release
-- Add Fedora system optflags to build
-- Add Patch0: ccze-0.2.1-Wmulticharacter.patch
-- Add -D__error_t_defined=1 into CFLAGS.
-- Add clan buildroot in %%install
-- License changed from GPL to GPLv2+
-- Add noreplace option to %%config file
-- Remove devel file %%{_includedir}/ccze.h
-- Add COPYING to %%doc files.
-- iconv'ed THANKS from ISO-8859-1 (guessed)
-- Add Summary and description on Russian.
-
-* Thu Sep 4 2003 Chip Cuccio <chipster@norlug.org> 0.2.1-2
-- initial build

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/sources b/sources
deleted file mode 100644
index 33b2ded..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-221966bce7c5f011eca38157241a0432  ccze-0.2.1.tar.gz

                 reply	other threads:[~2026-07-22  5:22 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=178469773138.1.8235929816010162400.rpms-ccze-131fa00ac349@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