Hello community,

here is the log from the commit of package grc for openSUSE:Factory checked in 
at 2016-05-05 08:12:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grc (Old)
 and      /work/SRC/openSUSE:Factory/.grc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grc"

Changes:
--------
New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.grc.new/grc.changes     2016-05-05 
08:12:41.000000000 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu Apr  9 11:11:11 UTC 2015 - [email protected]
+
+- Initial package.

New:
----
  conf.osc
  grc-1.9.tar.gz
  grc.changes
  grc.spec
  quilt-feature-osc-build.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grc.spec ++++++
#
# spec file for package grc
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           grc
Version:        1.9
Release:        0
Summary:        Generic colouriser for everything
License:        GPL-2.0+
Group:          System/Console
Url:            http://kassiopeia.juls.savba.sk/~garabik/software/grc.html
Source:         
https://github.com/garabik/grc/archive/v%{version}.tar.gz#/grc-%{version}.tar.gz
# https://github.com/simotek/grc-osc-conf
Source1:        conf.osc
Patch0:         quilt-feature-osc-build.patch
BuildArch:      noarch

%description
Generic Colouriser is yet another colouriser for beautifying your
logfiles or commands output.

%prep
%setup -q
%patch0

%build
# Nothing to build.

%install
install -Dm 0755 grc %{buildroot}%{_bindir}/grc
install -Dm 0755 grcat %{buildroot}%{_bindir}/grcat
install -Dm 0644 grc.conf %{buildroot}%{_sysconfdir}/grc.conf
install -Dm 0644 grc.bashrc %{buildroot}%{_sysconfdir}/profile.d/grc.bash
install -Dm 0644 grc.1 %{buildroot}%{_mandir}/man1/grc.1
install -Dm 0644 grcat.1 %{buildroot}%{_mandir}/man1/grcat.1
mkdir -p %{buildroot}%{_datadir}/grc/
install -m 0644 conf.* %{buildroot}%{_datadir}/grc/
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/grc/

%files
%defattr(-,root,root)
%doc COPYING CREDITS README TODO Regexp.txt debian/changelog debian/copyright
%config(noreplace) %{_sysconfdir}/grc.conf
%config %{_sysconfdir}/profile.d/grc.bash
%{_bindir}/grc*
%{_datadir}/grc/
%{_mandir}/man?/grc*

%changelog
++++++ conf.osc ++++++
#
# The following config file is designed for osc build, it is based off the 
# gcc and configure config files. 
#
# Author: Simon Lees [email protected]
# Source: https://github.com/simotek/grc-osc-conf
# License: GPL-2.0+
#
# .........
#
# From gcc
#
regexp=\sgcc\s
colours=bold blue
count=more
.........
#
regexp=^[^:\s]*?:\d+:
colours=bold magenta
.........
regexp=^[^:\s]*?:
colours=cyan
count=once
.........
#
regexp=\`[A-Za-z0-9_():&*]+( const)?\'
colours=magenta
.........
# -O
regexp=\-O\d
colours=green
.........
# -o
regexp=\-o\s[^\s]+
colours=bold magenta
.........
# warning and error won't work, unless you redirect also
# stderr to grcat
#
# warning
regexp=warning:.*
colours=white
.........
regexp=warning:
colours=bold yellow
count=once
.........
# error
regexp=error:.*
colours=bold white
.........
regexp=error:
colours=bold white on_red
count=once
.........
#
# Configure
#
#note
regexp=note:
colours=bold cyan
count=once
.........
regexp=^checking
colours=bold blue
.........
regexp=\.\.\. .*$
colours=bold blue
.........
regexp=\.\.\. yes$
colours=bold cyan
.........
regexp=\.\.\. no$
colours=bold red
.........
regexp=\.\.\.[ ]
colours=default
.........
#
# osc build
#
# Timestamp - take advantage of coming first
regexp=\[
colours= bold black
count=once
.........
regexp=\]
colours= bold black
count=once
.........
# Timestamp - take advantage of coming first
regexp=[0-9]+s
colours= magenta
count=once
.........
regexp=cumulate
colours= bold cyan
.........
regexp=Provides:
colours= bold cyan
.........
regexp=Requires:
colours= bold blue
.........
regexp=Requires\(rpmlib\):
colours= bold blue
.........
regexp=cycle:
colours= bold blue
.........
regexp=breaking dependency
colours= bold cyan
.........
regexp=->
colours= bold magenta
.........
regexp=Processing files:
colours= yellow
.........
regexp=Executing\(%[A-Za-z]+\):
colours= yellow
.........
regexp=Preparing packages...
colours= yellow
.........
regexp=\smake\s
colours=yellow
count=once
.........
regexp=./configure
colours=yellow
count=once
.........
regexp=Patch #[0-9]+
colours=bold yellow
count=once
.........
regexp=(make)(\[)(\d+)(\])
colours=bold blue,green,bold blue,red
count=once
.........
# RPMlint warnings
regexp= [^\]]*W:[^\[]*
colours= bold yellow
.........
# RPMlint Errors
regexp= [^\]]*E:[^\[]*
colours= bold red
.........
# Match paths
#regexp= \b/.*/[^\b]*
regexp= ["']*/[^\s]+
colours= cyan
.........
# Match paths
regexp= /bin/[^\s"']+
colours= blue
.........
# Match paths
regexp= /usr/bin/[^\s"']+
colours= blue
.........
regexp=[^/\s\"]*\.spec
colours= blue
.........
regexp=[^/\s\"]*\.rpm
colours= green
.........
regexp=[^/\s\"]*\.patch
colours= blue
.........
# match for [ XX/YYY]
regexp=(\s*\d+)(/)(\s*\d+)
colours= blue,magenta,bold black
.........
# match for [ XX/YYY]
regexp=(\[)(\s*\d+)(/)(\s*\d+)(\])
colours= bold black,bold black,magenta,bold black,blue
.........
# match setters
regexp=[-=]{3,}
colours= yellow
++++++ quilt-feature-osc-build.patch ++++++
Index: ogrc.conf
===================================================================
--- grc.conf
+++ grc.conf
@@ -81,3 +81,8 @@ conf.mount
 # df
 (^|[/\w\.]+/)df\s?
 conf.df
+
+# osc build
+(^|[/\w\.]+/)osc build\s?
+conf.osc
+

Reply via email to