Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2024-03-18 16:45:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and      /work/SRC/openSUSE:Factory/.wxMaxima.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxMaxima"

Mon Mar 18 16:45:08 2024 rev:77 rq:1158844 version:24.02.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes        2024-02-08 
19:06:00.167467686 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.1905/wxMaxima.changes      
2024-03-18 16:45:30.449058061 +0100
@@ -1,0 +2,15 @@
+Tue Mar 12 02:22:57 UTC 2024 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 24.02.2:
+  * Set maxima's LANG variable, not wxMaxima's LANG
+    (gh#wxmaxima-developers/wxmaxima#1897).
+  * Speed up the communication between maxima and wxMaxima.
+  * Sometimes newlines in misc text from maxima got lost
+    (gh#wxmaxima-developers/wxmaxima#1894).
+- Delete non-standard hicolor icon sizes.
+- Do not recreate icons manually; these are now installed by build
+  scripts automatically.
+- Drop BuildRequires: rsvg-convert: no longer required after above
+  change.
+
+-------------------------------------------------------------------

Old:
----
  wxmaxima-Version-24.02.0.tar.gz

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

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

Other differences:
------------------
++++++ wxMaxima.spec ++++++
--- /var/tmp/diff_new_pack.4V0icu/_old  2024-03-18 16:45:31.665102918 +0100
+++ /var/tmp/diff_new_pack.4V0icu/_new  2024-03-18 16:45:31.665102918 +0100
@@ -23,7 +23,7 @@
 %define __builder ninja
 %define tarname wxmaxima
 Name:           wxMaxima
-Version:        24.02.0
+Version:        24.02.2
 Release:        0
 Summary:        Graphical User Interface for the maxima Computer Algebra System
 License:        GPL-2.0-or-later
@@ -40,11 +40,6 @@
 BuildRequires:  maxima-exec-sbcl
 BuildRequires:  ninja
 BuildRequires:  po4a
-%if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150200
-BuildRequires:  rsvg-convert
-%else
-BuildRequires:  rsvg-view
-%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  wxGTK3-devel >= 3.1.5
 # gnuplot is needed for plotting
@@ -74,25 +69,16 @@
 
 %install
 %cmake_install
-# INSTALL HI-RES ICONS GENERATED OUT OF UPSTREAM SVG ICON
-for i in 24 32 48 64 128 256 512
-do
-  rsvg-convert -w ${i} data/io.github.wxmaxima_developers.wxMaxima.svg -o 
wxmaxima-${i}.png
-  install -D -m 0644 wxmaxima-${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/io.github.wxmaxima_developers.wxMaxima.png
-  rsvg-convert -w ${i} data/text-x-wxmathml.svg -o text-x-wxmathml-${i}.png
-  install -D -m 0644 text-x-wxmathml-${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/mimetypes/text-x-wxmathml.png
-  rsvg-convert -w ${i} data/text-x-wxmaxima-batch.svg -o 
text-x-wxmaxima-batch-${i}.png
-  install -D -m 0644 text-x-wxmaxima-batch-${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/mimetypes/text-x-wxmaxima-batch.png
-done
-install -D -m 0644 data/io.github.wxmaxima_developers.wxMaxima.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/io.github.wxmaxima_developers.wxMaxima.svg
-install -D -m 0644 data/text-x-wxmathml.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes/text-x-wxmathml.svg
-install -D -m 0644 data/text-x-wxmaxima-batch.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes/text-x-wxmaxima-batch.svg
-
-mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes
 
-# REMOVE UNNECESSARY ICONS OUT OF PIXMAPS
+# Remove unnecessary icons out of pixmaps
 rm %{buildroot}%{_datadir}/pixmaps/*
 
+# Remove non-standard hicolor icon sizes
+for sz in 150 310 44 42 8
+do
+  rm -fr %{buildroot}%{_datadir}/icons/hicolor/${sz}x${sz}
+done
+
 # Remove license installed by make install, we include them by using %%license
 rm %{buildroot}%{_datadir}/doc/%{tarname}/{COPYING,GPL.txt}
 
@@ -121,7 +107,6 @@
 %{_bindir}/*
 %{_datadir}/wxMaxima/
 %{_datadir}/icons/hicolor/*/apps/io.github.wxmaxima_developers.wxMaxima.*
-%{_datadir}/icons/hicolor/*/mimetypes/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/bash-completion/completions/wxmaxima
 %{_datadir}/metainfo/*.appdata.xml

++++++ wxmaxima-Version-24.02.0.tar.gz -> wxmaxima-Version-24.02.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/wxMaxima/wxmaxima-Version-24.02.0.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.1905/wxmaxima-Version-24.02.2.tar.gz 
differ: char 13, line 1

Reply via email to