Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2021-06-01 10:39:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and      /work/SRC/openSUSE:Factory/.wxMaxima.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxMaxima"

Tue Jun  1 10:39:51 2021 rev:58 rq:896459 version:21.05.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes        2021-05-21 
21:50:41.610065116 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.1898/wxMaxima.changes      
2021-06-01 10:41:29.109224042 +0200
@@ -1,0 +2,7 @@
+Mon May 31 12:33:00 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to 21.05.2
+  * Source cleanup, no visible changes for Linux users
+- Provide correct documentation files
+
+-------------------------------------------------------------------

Old:
----
  wxMaxima-21.05.1.tar.gz

New:
----
  wxmaxima-Version-21.05.2.tar.gz

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

Other differences:
------------------
++++++ wxMaxima.spec ++++++
--- /var/tmp/diff_new_pack.dMZxJR/_old  2021-06-01 10:41:30.009225574 +0200
+++ /var/tmp/diff_new_pack.dMZxJR/_new  2021-06-01 10:41:30.013225582 +0200
@@ -19,13 +19,13 @@
 %define __builder ninja
 %define tarname wxmaxima
 Name:           wxMaxima
-Version:        21.05.1
+Version:        21.05.2
 Release:        0
 Summary:        Graphical User Interface for the maxima Computer Algebra System
 License:        GPL-2.0-or-later
 Group:          Productivity/Scientific/Math
 URL:            https://wxmaxima-developers.github.io/wxmaxima/
-Source0:        
https://github.com/wxmaxima-developers/wxmaxima/archive/Version-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        
https://github.com/wxmaxima-developers/wxmaxima/archive/Version-%{version}.tar.gz#/%{tarname}-Version-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM wxMaxima-disable-slow-multithreadtest.patch 
gh#wxMaxima-developers/wxmaxima#1504 [email protected] -- Disable a slow 
test that causes timeouts on OBS workers for openSUSE >= 1550
 Patch0:         wxMaxima-disable-slow-multithreadtest.patch
 BuildRequires:  appstream-glib
@@ -98,9 +98,10 @@
 # REMOVE UNNECESSARY ICONS OUT OF PIXMAPS
 rm %{buildroot}%{_datadir}/pixmaps/*
 
-# REMOVE README.md AND COPYING FILES INSTALLED BY mak install, WE INCLUDE THEM 
BY USING %%doc
-rm -fr %{buildroot}%{_datadir}/doc/%{tarname}/README*
-rm -fr %{buildroot}%{_datadir}/doc/%{tarname}/COPYING
+# Remove doc files installed by make install, we include them by using %%doc 
and %%license
+for f in AUTHORS COPYING ChangeLog GPL.txt NEWS.md README README.md; do
+  rm -fv "%{buildroot}%{_datadir}/doc/%{tarname}/$f"
+done
 
 %suse_update_desktop_file io.github.wxmaxima_developers.wxMaxima
 
@@ -122,7 +123,7 @@
 
 %files
 %license COPYING GPL.txt
-%doc AUTHORS README.md ChangeLog
+%doc AUTHORS NEWS.md README.md
 %{_datadir}/doc/%{tarname}/
 %{_bindir}/*
 %{_datadir}/wxMaxima/

Reply via email to