Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2019-01-26 22:22:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and      /work/SRC/openSUSE:Factory/.wxMaxima.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxMaxima"

Sat Jan 26 22:22:30 2019 rev:30 rq:668665 version:19.01.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes        2018-10-26 
11:10:04.757734660 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.28833/wxMaxima.changes     
2019-01-26 22:22:32.182849812 +0100
@@ -1,0 +2,23 @@
+Fri Jan 25 08:40:04 UTC 2019 - [email protected]
+
+- Update to version 19.01.2:
+  * Corrected the size calculation for embedded images
+  * Corrected the line widths for the printout
+- Changes from version 19.01.1:
+  * Sometimes the vertical size of maths was overestimated
+  * Cmake now knows that we require wxWidgets >= 3.0
+- Changes from version 19.01.0:
+  * Many bugfixes for the display code
+  * The desktop integration files now adher to the newest
+    standards
+  * Refactoring in order to make the code easier to understand.
+  * Spelling fixes
+  * Shipped around a wxWidgets <3.1 bug for embedding bitmaps in
+    svg
+  * Many Links were updated to https
+  * A better help file detection that still works if there is no
+    .hhp file.
+- Drop custom desktop file and use updated upstream version.
+- Adapt to upstream desktop and icon file name changes.
+
+-------------------------------------------------------------------

Old:
----
  Version-18.10.2.tar.gz
  wxMaxima.desktop

New:
----
  Version-19.01.2.tar.gz

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

Other differences:
------------------
++++++ wxMaxima.spec ++++++
--- /var/tmp/diff_new_pack.7QvmnD/_old  2019-01-26 22:22:34.334848072 +0100
+++ /var/tmp/diff_new_pack.7QvmnD/_new  2019-01-26 22:22:34.338848069 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
 
 %define tarname wxmaxima
 Name:           wxMaxima
-Version:        18.10.2
+Version:        19.01.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
-Source1:        wxMaxima.desktop
 Source2:        %{name}-rpmlintrc
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -58,27 +57,22 @@
 
 %install
 %cmake_install
-# REMOVE UPSTREAM INSTALLED DESKTOP FILE BECAUSE IT IS INCOMPLETE...
-rm %{buildroot}%{_datadir}/applications/wxMaxima.desktop
-# ...THEN INSTALL OURS
-install -D -m 644 %{SOURCE1} 
%{buildroot}%{_datadir}/applications/wxMaxima.desktop
-
 # 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/wxmaxima.svg -o wxmaxima-${i}.png
-  install -D -m 0644 wxmaxima-${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/wxmaxima.png
+  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
 done
-install -D -m 0644 data/wxmaxima.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/wxmaxima.svg
+install -D -m 0644 data/io.github.wxmaxima_developers.wxMaxima.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/io.github.wxmaxima_developers.wxMaxima.svg
 
 # REMOVE UNNECESSARY ICONS OUT OF PIXMAPS
-rm %{buildroot}%{_datadir}/pixmaps/wxmaxima*
+rm %{buildroot}%{_datadir}/pixmaps/*
 
 # REMOVE README.md AND COPYING FILES INSTALLED BY mak install, WE INCLUDE THEM 
BY USING %%doc
 rm %{buildroot}%{_datadir}/%{name}/README.md
 rm %{buildroot}%{_datadir}/%{name}/COPYING
 
-%suse_update_desktop_file wxMaxima
+%suse_update_desktop_file io.github.wxmaxima_developers.wxMaxima
 
 %fdupes %{buildroot}%{_prefix}
 
@@ -108,13 +102,12 @@
 %{_datadir}/wxMaxima/
 %dir %{_datadir}/icons/hicolor/512x512
 %dir %{_datadir}/icons/hicolor/512x512/apps
-%{_datadir}/icons/hicolor/*/apps/wxmaxima.*
-%{_datadir}/applications/wxMaxima.desktop
+%{_datadir}/icons/hicolor/*/apps/io.github.wxmaxima_developers.wxMaxima.*
+%{_datadir}/applications/*.desktop
 %{_datadir}/bash-completion/completions/wxmaxima
 %dir %{_datadir}/metainfo
-%{_datadir}/metainfo/wxMaxima.appdata.xml
+%{_datadir}/metainfo/*.appdata.xml
 %{_mandir}/man1/wxmaxima*%{ext_man}
 %{_datadir}/mime/packages/*.xml
-%{_datadir}/pixmaps/*.svg
 
 %changelog

++++++ Version-18.10.2.tar.gz -> Version-19.01.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/wxMaxima/Version-18.10.2.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.28833/Version-19.01.2.tar.gz differ: 
char 12, line 1


Reply via email to