Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package coccigrep for openSUSE:Factory checked in at 2022-04-13 21:05:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/coccigrep (Old) and /work/SRC/openSUSE:Factory/.coccigrep.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "coccigrep" Wed Apr 13 21:05:11 2022 rev:16 rq:969653 version:1.20 Changes: -------- --- /work/SRC/openSUSE:Factory/coccigrep/coccigrep.changes 2022-03-30 20:35:55.917316347 +0200 +++ /work/SRC/openSUSE:Factory/.coccigrep.new.1900/coccigrep.changes 2022-04-13 21:05:57.948616092 +0200 @@ -1,0 +2,5 @@ +Wed Apr 6 05:56:52 UTC 2022 - Jiri Slaby <jsl...@suse.cz> + +- Use python build macros + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ coccigrep.spec ++++++ --- /var/tmp/diff_new_pack.fDLl3r/_old 2022-04-13 21:05:58.484616633 +0200 +++ /var/tmp/diff_new_pack.fDLl3r/_new 2022-04-13 21:05:58.492616641 +0200 @@ -43,14 +43,13 @@ chmod 644 README.rst %build -python3 setup.py build -gzip -c coccigrep.1 > coccigrep.1.gz +%python3_build %install -python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} +%python3_install install -d %{buildroot}/%{_mandir}/man1/ -install -m 644 coccigrep.1.gz %{buildroot}/%{_mandir}/man1/ +install -m 644 coccigrep.1 %{buildroot}/%{_mandir}/man1/ %files %license LICENSE