Hello community, here is the log from the commit of package coccigrep for openSUSE:Factory checked in at 2020-09-01 20:10:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/coccigrep (Old) and /work/SRC/openSUSE:Factory/.coccigrep.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "coccigrep" Tue Sep 1 20:10:07 2020 rev:14 rq:830944 version:1.20 Changes: -------- --- /work/SRC/openSUSE:Factory/coccigrep/coccigrep.changes 2018-07-06 10:45:16.675020308 +0200 +++ /work/SRC/openSUSE:Factory/.coccigrep.new.3399/coccigrep.changes 2020-09-01 20:10:22.804676926 +0200 @@ -1,0 +2,11 @@ +Mon Aug 31 13:17:04 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 1.20: + - Fix a python3 comptability issue + - Add grep color mode + - Fix multiple matches on one line + - This release fixes #19 and improve matching capabilities + - Address a issue with pygments installation on Python 2 and fix parallel execution + - Some light fixes on the documentation and a cleaner setup.py so the project looks decent on Pypi. + +------------------------------------------------------------------- Old: ---- _service _servicedata coccigrep-1.17+git.20180322.tar.xz New: ---- coccigrep-1.20.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ coccigrep.spec ++++++ --- /var/tmp/diff_new_pack.T2YKc9/_old 2020-09-01 20:10:23.456677232 +0200 +++ /var/tmp/diff_new_pack.T2YKc9/_new 2020-09-01 20:10:23.456677232 +0200 @@ -1,7 +1,7 @@ # # spec file for package coccigrep # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,18 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: coccigrep -Version: 1.17+git.20180322 +Version: 1.20 Release: 0 Summary: Semantic grep tool for C, based on coccinelle -License: GPL-3.0 +License: GPL-3.0-only Group: Development/Libraries/C and C++ -Url: http://home.regit.org/software/coccigrep/ -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: %{name}-%{version}.tar.xz - +URL: https://github.com/regit/coccigrep +Source: https://github.com/regit/coccigrep/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: xz @@ -51,17 +49,14 @@ %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} -install -d $RPM_BUILD_ROOT/%{_mandir}/man1/ -install -m 644 coccigrep.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/ - -%clean -rm -rf $RPM_BUILD_ROOT +install -d %{buildroot}/%{_mandir}/man1/ +install -m 644 coccigrep.1.gz %{buildroot}/%{_mandir}/man1/ %files -%defattr(-,root,root,-) -%doc LICENSE README.rst ChangeLog +%license LICENSE +%doc README.rst ChangeLog %{python3_sitelib}/* %{_bindir}/coccigrep -%{_mandir}/man1/coccigrep.1* +%{_mandir}/man1/coccigrep.1%{?ext_man} %changelog
