Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2021-06-19 23:03:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spec-cleaner (Old)
 and      /work/SRC/openSUSE:Factory/.spec-cleaner.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spec-cleaner"

Sat Jun 19 23:03:13 2021 rev:68 rq:900714 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes        
2020-12-04 21:29:28.330208906 +0100
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new.2625/spec-cleaner.changes      
2021-06-19 23:03:42.907733749 +0200
@@ -1,0 +2,5 @@
+Thu Jun 17 09:43:14 UTC 2021 - Atilla ??NTA?? <tarakbu...@gmail.com>
+
+- Fix: Use Mageia specific macro for Mageia builds in spec file 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spec-cleaner.spec ++++++
--- /var/tmp/diff_new_pack.7VMFEx/_old  2021-06-19 23:03:43.339734415 +0200
+++ /var/tmp/diff_new_pack.7VMFEx/_new  2021-06-19 23:03:43.343734421 +0200
@@ -50,14 +50,22 @@
 rm pytest.ini
 
 %build
+%if 0%{?mageia}
+%py3_build
+%else
 %python3_build
+%endif
 
 %check
 export LANG=en_US.UTF-8
 python3 -m pytest -k "not webtest" tests/*-tests.py
 
 %install
+%if 0%{?mageia}
+%py3_install
+%else
 %python3_install
+%endif
 
 %files
 %license COPYING
@@ -90,7 +98,11 @@
 %{python3_sitelib}/spec_cleaner/rpmscriplets.py
 %{python3_sitelib}/spec_cleaner/rpmsection.py
 %{python3_sitelib}/spec_cleaner/__pycache__
+%if 0%{?mageia}
+%{python3_sitelib}/*.egg-info
+%else
 %{python3_sitelib}/spec_cleaner-%{version}-py%{py3_ver}.egg-info
+%endif
 %dir %{_datadir}/%{name}/
 %{_datadir}/%{name}/excludes-bracketing.txt
 %{_datadir}/%{name}/licenses_changes.txt

Reply via email to