Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opi for openSUSE:Factory checked in 
at 2022-06-07 11:45:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opi (Old)
 and      /work/SRC/openSUSE:Factory/.opi.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opi"

Tue Jun  7 11:45:24 2022 rev:33 rq:981091 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/opi/opi.changes  2022-05-31 17:47:44.059314717 
+0200
+++ /work/SRC/openSUSE:Factory/.opi.new.1548/opi.changes        2022-06-07 
11:45:41.599276546 +0200
@@ -1,0 +2,6 @@
+Tue May 31 15:49:57 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Do not compress man page during build/install phase, but rather
+  rely on the brp-scripts to pick the right compression format.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ opi.spec ++++++
--- /var/tmp/diff_new_pack.0MqCve/_old  2022-06-07 11:45:42.011277122 +0200
+++ /var/tmp/diff_new_pack.0MqCve/_new  2022-06-07 11:45:42.015277127 +0200
@@ -49,13 +49,12 @@
 %setup -q
 
 %build
-help2man -s8 -N ./bin/opi | gzip > opi.8.gz
-gzip opi.8.gz
+help2man -s8 -N ./bin/opi > opi.8
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 install -m 644 -D -v org.openSUSE.opi.appdata.xml 
%{buildroot}%{_datadir}/metainfo/org.openSUSE.opi.appdata.xml
-install -m 644 -D -v opi.8.gz %{buildroot}%{_datadir}/man/man8/opi.8.gz
+install -m 644 -D -v opi.8 %{buildroot}%{_datadir}/man/man8/opi.8
 install -m 644 -D -v opi.default.cfg %{buildroot}%{_sysconfdir}/opi.cfg
 
 %check
@@ -66,7 +65,7 @@
 %doc README.md
 %{_bindir}/%{name}
 %{_datadir}/metainfo/org.openSUSE.opi.appdata.xml
-%{_datadir}/man/man8/opi.8.gz
+%{_datadir}/man/man8/opi.8%{?ext_man}
 %{python3_sitelib}/*
 %config %{_sysconfdir}/opi.cfg
 

Reply via email to