Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grc for openSUSE:Factory checked in at 2021-03-02 12:36:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grc (Old) and /work/SRC/openSUSE:Factory/.grc.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grc" Tue Mar 2 12:36:06 2021 rev:6 rq:876082 version:1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/grc/grc.changes 2020-02-25 16:06:22.080510785 +0100 +++ /work/SRC/openSUSE:Factory/.grc.new.2378/grc.changes 2021-03-02 14:14:29.261199322 +0100 @@ -1,0 +2,7 @@ +Mon Mar 1 19:18:40 UTC 2021 - Martin Hauke <mar...@gmx.de> + +- Update to version 1.12 + * add new configuration files + * various small bugfixes + +------------------------------------------------------------------- Old: ---- v1.11.3.tar.gz New: ---- v1.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grc.spec ++++++ --- /var/tmp/diff_new_pack.JqkWjn/_old 2021-03-02 14:14:29.877199907 +0100 +++ /var/tmp/diff_new_pack.JqkWjn/_new 2021-03-02 14:14:29.881199910 +0100 @@ -1,7 +1,7 @@ # # spec file for package grc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: grc -Version: 1.11.3 +Version: 1.12 Release: 0 Summary: Generic colouriser for everything License: GPL-2.0-or-later @@ -35,19 +35,19 @@ %prep %setup -q -%patch0 +%patch0 -p1 %build # Nothing to build. %install # fix wrong wrong-script-interpreter -find . -name 'grc' -exec sed -i "s|#! %{_bindir}/env python3$|#!/usr/bin/python3|" {} + -find . -name 'grcat' -exec sed -i "s|#! %{_bindir}/env python3$|#!/usr/bin/python3|" {} + +find . -name 'grc' -exec sed -i "s|#! %{_bindir}/env python3$|#!%{_bindir}/python3|" {} + +find . -name 'grcat' -exec sed -i "s|#! %{_bindir}/env python3$|#!%{_bindir}/python3|" {} + 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.sh %{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/ @@ -55,8 +55,8 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/grc/ %files -%defattr(-,root,root) -%doc COPYING CREDITS README.markdown TODO Regexp.txt debian/changelog debian/copyright +%license COPYING debian/copyright +%doc CREDITS README.markdown TODO Regexp.txt debian/changelog %config(noreplace) %{_sysconfdir}/grc.conf %config %{_sysconfdir}/profile.d/grc.bash %{_bindir}/grc* ++++++ quilt-feature-osc-build.patch ++++++ --- /var/tmp/diff_new_pack.JqkWjn/_old 2021-03-02 14:14:29.913199941 +0100 +++ /var/tmp/diff_new_pack.JqkWjn/_new 2021-03-02 14:14:29.913199941 +0100 @@ -1,8 +1,11 @@ -Index: grc.conf -=================================================================== ---- grc.conf.orig -+++ grc.conf -@@ -1,3 +1,7 @@ +diff --git a/grc.conf b/grc.conf +index 436df79..026c5b8 100644 +--- a/grc.conf ++++ b/grc.conf +@@ -290,6 +290,10 @@ conf.go-test + ^([/\w\.]+\/)?sockstat\b + conf.sockstat + +# osc build +(^|[/\w\.]+/)osc (build\s?|bl.?) +conf.osc ++++++ v1.11.3.tar.gz -> v1.12.tar.gz ++++++ ++++ 1774 lines of diff (skipped)