commit wxMaxima for openSUSE:Factory

2020-10-28 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-10-28 09:59:20

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.3463 (New)


Package is "wxMaxima"

Wed Oct 28 09:59:20 2020 rev:50 rq:844399 version:20.09.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2020-09-16 
19:38:48.702763588 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.3463/wxMaxima.changes  
2020-10-28 09:59:49.415205259 +0100
@@ -1,0 +2,8 @@
+Wed Oct 21 08:53:59 UTC 2020 - Atri Bhattacharya 
+
+- Add BuildRequires: maxima-exec-sbcl; needed to resolve
+  unresolvable status from multiple maxima_exec being available
+  after we started building both sbcl and clisp versions of
+  maxima.
+
+---



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.0BKpDH/_old  2020-10-28 09:59:51.667206835 +0100
+++ /var/tmp/diff_new_pack.0BKpDH/_new  2020-10-28 09:59:51.671206838 +0100
@@ -34,6 +34,7 @@
 BuildRequires:  graphviz
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  maxima >= 5.30.0
+BuildRequires:  maxima-exec-sbcl
 BuildRequires:  ninja
 BuildRequires:  pandoc
 BuildRequires:  po4a




commit wxMaxima for openSUSE:Factory

2020-09-16 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-09-16 19:38:40

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.4249 (New)


Package is "wxMaxima"

Wed Sep 16 19:38:40 2020 rev:49 rq:834831 version:20.09.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2020-07-27 
17:46:15.599329908 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.4249/wxMaxima.changes  
2020-09-16 19:38:48.702763588 +0200
@@ -1,0 +2,30 @@
+Sat Sep 12 10:33:46 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 20.09.0:
+  * Repaired the non-case-sensitive "Replace All" functionality.
+  * More efficient and accurate calculation of worksheet object
+sizes.
+  * (Hopefully) reduced the last visual glitches.
+  * diff cells can now be broken into lines.
+  * Another massive performance update.
+  * Reduced the memory footprint of big equations.
+  * A better 2D ASCII Art mode.
+  * Better High-DPI support.
+  * If it is configurable it now might have a right-click menu.
+  * Reduced the memory footprint of cells used only when line
+breaking is performed.
+  * Subscripts created by derivabbrev are now correctly copied as
+"diff" command.
+  * If Maxima comes without suitable manual we now use the online
+one instead.
+  * Added buttons that reset the configuration.
+  * A few menu items now are checkboxes set and cleared by maxima.
+  * wxMaxima forgot to release the communication port it used for
+talking to maxima.
+  * Improved performance of receiving data from maxima.
+  * The font sizes are stored in configuration with full
+precision, without rounding to integer.
+  * Many additional bug fixes.
+  * Updated translations.
+
+---

Old:

  wxMaxima-20.07.0.tar.gz

New:

  wxMaxima-20.09.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.3FoF0H/_old  2020-09-16 19:38:50.430765532 +0200
+++ /var/tmp/diff_new_pack.3FoF0H/_new  2020-09-16 19:38:50.430765532 +0200
@@ -19,7 +19,7 @@
 %define __builder ninja
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:20.07.0
+Version:20.09.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later

++ wxMaxima-20.07.0.tar.gz -> wxMaxima-20.09.0.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/wxMaxima-20.07.0.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.4249/wxMaxima-20.09.0.tar.gz differ: 
char 13, line 1




commit wxMaxima for openSUSE:Factory

2020-07-27 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-07-27 17:44:26

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.3592 (New)


Package is "wxMaxima"

Mon Jul 27 17:44:26 2020 rev:48 rq:822923 version:20.07.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2020-07-15 
15:07:19.859545258 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.3592/wxMaxima.changes  
2020-07-27 17:46:15.599329908 +0200
@@ -1,0 +2,22 @@
+Wed Jul 22 08:10:24 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 20.07.0:
+  * A massive performance update.
+  * Better display of sqrt() cells.
+  * Better display of fractions.
+  * Nicer display of lists.
+  * Made sure we read in the whole .mac file when opening .mac
+files.
+  * Allow building wxMaxima, if pandoc or po4translate are not
+installed.
+  * As always many small additional bug fixes.
+  * Updated translations.
+- Drop wxMaxima-string-type-conversion.patch: upstreamed.
+
+---
+Sun Jul 19 17:26:18 UTC 2020 - Atri Bhattacharya 
+
+- Compile against the more recent toolkit wxGTK3 >= 3.1 for
+  openSUSE >= 1550 (mainly for better HiDPI support).
+
+---

Old:

  wxMaxima-20.06.6.tar.gz
  wxMaxima-string-type-conversion.patch

New:

  wxMaxima-20.07.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.AbxjFK/_old  2020-07-27 17:46:20.403334418 +0200
+++ /var/tmp/diff_new_pack.AbxjFK/_new  2020-07-27 17:46:20.407334422 +0200
@@ -19,15 +19,13 @@
 %define __builder ninja
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:20.06.6
+Version:20.07.0
 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
-# PATCH-FIX-UPSTREAM wxMaxima-string-type-conversion.patch 
gh#wxMaxima-developers/wxmaxima#1324 badshah...@gmail.com -- Fix an invalid 
wxString to wxChar* conversion
-Patch0: wxMaxima-string-type-conversion.patch
 BuildRequires:  appstream-glib
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -45,7 +43,11 @@
 BuildRequires:  rsvg-view
 %endif
 BuildRequires:  update-desktop-files
+%if 0%{?suse_version} >= 1550
+BuildRequires:  wxGTK3-devel >= 3.1
+%else
 BuildRequires:  wxWidgets-devel >= 3
+%endif
 # gnuplot is needed for plotting
 Requires:   gnuplot
 Requires:   maxima >= 5.30.0
@@ -60,7 +62,6 @@
 
 %prep
 %setup -q -n %{tarname}-Version-%{version}
-%patch0 -p1
 
 %build
 %cmake

++ wxMaxima-20.06.6.tar.gz -> wxMaxima-20.07.0.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/wxMaxima-20.06.6.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.3592/wxMaxima-20.07.0.tar.gz differ: 
char 13, line 1




commit wxMaxima for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-07-15 15:06:28

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.3060 (New)


Package is "wxMaxima"

Wed Jul 15 15:06:28 2020 rev:47 rq:820876 version:20.06.6

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2020-05-28 
09:19:29.953228587 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.3060/wxMaxima.changes  
2020-07-15 15:07:19.859545258 +0200
@@ -1,0 +2,31 @@
+Fri Jul  3 16:17:02 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 20.06.6:
+  * Resolved a compiling problem the last release has introduced.
+- Changes from version 20.06.1 through 20.06.5: Minor bug fixes.
+- Changes from version 20.06.0:
+  * Many spell corrections and bugfixes
+  * The history sidebar now works again
+  * TextCells with copy-alt-text caused an crash
+  * A few additional small bugfixes
+  * Many (really many!) big stability improvements
+  * In sqrt(conjugate(f(x))) the horizontal lines coincided
+  * Strings were searched for comment starts when adding line
+endings
+  * Faster start-up by avoiding unneeded redraw events
+  * A big number of performance improvements
+  * Unfortunately one last temporary fix reduces performance again
+  * Corrected a bug that sometimes caused parts of equations not
+to be displayed
+  * As this allows to improve performance and stability C++14 is
+now used
+  * Speed boost The list of anchors from the manual is now cached
+on disk
+  * Updated translations.
+- Add wxMaxima-string-type-conversion.patch: Fix an invalid
+  conversion from wxString to wxChar*
+  (gh#wxMaxima-developers/wxmaxima#1324).
+- Add new BuildRequires: pandoc.
+- Use ninja for build (BuildRequires: ninja).
+
+---

Old:

  wxMaxima-20.04.0.tar.gz

New:

  wxMaxima-20.06.6.tar.gz
  wxMaxima-string-type-conversion.patch



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.rf5GgG/_old  2020-07-15 15:07:23.151548469 +0200
+++ /var/tmp/diff_new_pack.rf5GgG/_new  2020-07-15 15:07:23.155548473 +0200
@@ -16,15 +16,18 @@
 #
 
 
+%define __builder ninja
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:20.04.0
+Version:20.06.6
 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
+# PATCH-FIX-UPSTREAM wxMaxima-string-type-conversion.patch 
gh#wxMaxima-developers/wxmaxima#1324 badshah...@gmail.com -- Fix an invalid 
wxString to wxChar* conversion
+Patch0: wxMaxima-string-type-conversion.patch
 BuildRequires:  appstream-glib
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -33,6 +36,8 @@
 BuildRequires:  graphviz
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  maxima >= 5.30.0
+BuildRequires:  ninja
+BuildRequires:  pandoc
 BuildRequires:  po4a
 %if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150200
 BuildRequires:  rsvg-convert
@@ -55,6 +60,7 @@
 
 %prep
 %setup -q -n %{tarname}-Version-%{version}
+%patch0 -p1
 
 %build
 %cmake
@@ -83,8 +89,8 @@
 rm %{buildroot}%{_datadir}/pixmaps/*
 
 # REMOVE README.md AND COPYING FILES INSTALLED BY mak install, WE INCLUDE THEM 
BY USING %%doc
-rm %{buildroot}%{_datadir}/%{tarname}/README*
-rm %{buildroot}%{_datadir}/%{tarname}/COPYING
+rm -fr %{buildroot}%{_datadir}/doc/%{tarname}/README*
+rm -fr %{buildroot}%{_datadir}/doc/%{tarname}/COPYING
 
 %suse_update_desktop_file io.github.wxmaxima_developers.wxMaxima
 
@@ -99,7 +105,7 @@
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/wxmaxima.info%{ext_info}
 
 %files
-%license COPYING
+%license COPYING GPL.txt
 %doc AUTHORS README.md ChangeLog
 %{_datadir}/doc/%{tarname}/
 %{_bindir}/*

++ wxMaxima-20.04.0.tar.gz -> wxMaxima-20.06.6.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/wxMaxima-20.04.0.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.3060/wxMaxima-20.06.6.tar.gz differ: 
char 18, line 1

++ wxMaxima-string-type-conversion.patch ++
Index: wxmaxima-Version-20.06.6/src/WXMformat.cpp
===
--- wxmaxima-Version-20.06.6.orig/src/WXMformat.cpp
+++ wxmaxima-Version-20.06.6/src/WXMformat.cpp
@@ -221,7 +221,7 @@ GroupCell *TreeFromWXM(const wxArrayStri
 
   //! Consumes and concatenates lines until a closing tag is reached,
   //! consumes the tag and returns the 

commit wxMaxima for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-05-28 09:19:26

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.3606 (New)


Package is "wxMaxima"

Thu May 28 09:19:26 2020 rev:46 rq:809676 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2020-05-08 
23:07:59.834186509 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.3606/wxMaxima.changes  
2020-05-28 09:19:29.953228587 +0200
@@ -1,0 +2,6 @@
+Thu May 21 13:25:06 UTC 2020 - Aaron Puchert 
+
+- Remove unused libomp7-devel dependency: when compiling with GCC,
+  the GNU implementation libgomp is used, not LLVM's libomp.
+
+---



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.pVWqhX/_old  2020-05-28 09:19:30.817230170 +0200
+++ /var/tmp/diff_new_pack.pVWqhX/_new  2020-05-28 09:19:30.817230170 +0200
@@ -32,7 +32,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libomp7-devel
 BuildRequires:  maxima >= 5.30.0
 BuildRequires:  po4a
 %if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150200
@@ -45,8 +44,6 @@
 # gnuplot is needed for plotting
 Requires:   gnuplot
 Requires:   maxima >= 5.30.0
-# required for parallel processing
-Requires:   libomp7-devel
 Recommends: %{name}-lang
 ExcludeArch:ppc64 ppc64le
 




commit wxMaxima for openSUSE:Factory

2020-05-08 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-05-08 23:07:44

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.2738 (New)


Package is "wxMaxima"

Fri May  8 23:07:44 2020 rev:45 rq:801762 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2020-03-27 
21:58:29.914834673 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.2738/wxMaxima.changes  
2020-05-08 23:07:59.834186509 +0200
@@ -1,0 +2,17 @@
+Thu May  7 10:35:56 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 20.04.0:
+  * Resolved a crash on right-clicking a GroupCell.
+  * View/Invert worksheet brightness now toggles an instant dark worksheet 
mode.
+  * Removed an unnecessary info dialogue on startup.
+  * Right-click-suggestions for similar command names.
+  * Corrected the initial slideshow size.
+  * A more stable language selection mechanism.
+  * Extended the "fitting data" example.
+  * A example on how to iterate through lists efficiently.
+  * Many spelling corrections and better formulations.
+  * A big number of small bug-fixes.
+  * Another noticeable SpeedUp.
+  * Updated translations.
+
+---

Old:

  wxMaxima-20.03.1.tar.gz

New:

  wxMaxima-20.04.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.GbyrXL/_old  2020-05-08 23:08:01.574190063 +0200
+++ /var/tmp/diff_new_pack.GbyrXL/_new  2020-05-08 23:08:01.578190071 +0200
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:20.03.1
+Version:20.04.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later
@@ -113,6 +113,7 @@
 %{_datadir}/bash-completion/completions/wxmaxima
 %{_datadir}/metainfo/*.appdata.xml
 %{_mandir}/man1/wxmaxima*%{ext_man}
+%{_mandir}/*/man1/wxmaxima*%{ext_man}
 %{_datadir}/mime/packages/*.xml
 
 %files lang -f %{name}.lang

++ wxMaxima-20.03.1.tar.gz -> wxMaxima-20.04.0.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/wxMaxima-20.03.1.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.2738/wxMaxima-20.04.0.tar.gz differ: 
char 12, line 1




commit wxMaxima for openSUSE:Factory

2020-03-27 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-03-27 21:57:53

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.3160 (New)


Package is "wxMaxima"

Fri Mar 27 21:57:53 2020 rev:44 rq:788925 version:20.03.1

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2020-03-14 
09:57:01.671184458 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.3160/wxMaxima.changes  
2020-03-27 21:58:29.914834673 +0100
@@ -1,0 +2,9 @@
+Fri Mar 27 08:38:46 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 20.03.1:
+  * Resolved a crash on right-clicking a GroupCell.
+  * Help works again in the german translation.
+  * Removed an unnecessary info dialogue on startup.
+  * Right-click-suggestions for similar command names.
+
+---

Old:

  wxMaxima-20.03.0.tar.gz

New:

  wxMaxima-20.03.1.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.9ThoRe/_old  2020-03-27 21:58:31.690835706 +0100
+++ /var/tmp/diff_new_pack.9ThoRe/_new  2020-03-27 21:58:31.718835723 +0100
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:20.03.0
+Version:20.03.1
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later

++ wxMaxima-20.03.0.tar.gz -> wxMaxima-20.03.1.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/wxMaxima-20.03.0.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.3160/wxMaxima-20.03.1.tar.gz differ: 
char 13, line 1




commit wxMaxima for openSUSE:Factory

2020-03-14 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-03-14 09:56:53

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.3160 (New)


Package is "wxMaxima"

Sat Mar 14 09:56:53 2020 rev:43 rq:784783 version:20.03.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2020-02-22 
19:08:27.334587734 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.3160/wxMaxima.changes  
2020-03-14 09:57:01.671184458 +0100
@@ -1,0 +2,22 @@
+Fri Mar 13 16:05:26 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 20.03.0:
+  * Corrected a few last bugs for pre- and post- super- and
+subscripts
+  * Many improvements to the manpage and the html documentation
+  * Improved support for pre- and post- super- and subscripts
+provided by Robert Dodier
+  * wxWidget's integrated help browser on some platforms was
+broken => now the default web browser is used
+  * Support for importing static and some types of animated gif
+files
+  * Animation frames created using draw() now can be popped out
+interactively
+  * A option to configure the max amount of gnuplot data to save
+for this feature
+  * wxMaxima now no more crashes on FreeBSD
+  * wxMaxima now tries not to use stderr as stderr on the mac
+breaks communication with maxima.
+  * Many additional bugfixes.
+
+---

Old:

  wxMaxima-20.02.1.tar.gz

New:

  wxMaxima-20.03.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.KOQIy8/_old  2020-03-14 09:57:03.471185779 +0100
+++ /var/tmp/diff_new_pack.KOQIy8/_new  2020-03-14 09:57:03.479185785 +0100
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:20.02.1
+Version:20.03.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later

++ wxMaxima-20.02.1.tar.gz -> wxMaxima-20.03.0.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/wxMaxima-20.02.1.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.3160/wxMaxima-20.03.0.tar.gz differ: 
char 13, line 1




commit wxMaxima for openSUSE:Factory

2020-02-22 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-02-22 19:08:24

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.26092 (New)


Package is "wxMaxima"

Sat Feb 22 19:08:24 2020 rev:42 rq:778120 version:20.02.1

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2020-02-20 
15:00:31.714894159 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.26092/wxMaxima.changes 
2020-02-22 19:08:27.334587734 +0100
@@ -1,0 +2,29 @@
+Thu Feb 20 11:27:04 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 20.02.1:
+  * wxMaxima now can use Multi-threading, if a new enough OpenMP
+is found
+  * Part of the added performance is only effective if omp.h
+(often in the libomp package) is installed.
+  * Better scroll wheel support
+  * It was possible that a part of a fraction wasn't displayed
+  * Several additional bug fixes
+  * Cppcheck code analysis now is only run if explicitly enabled
+  * The minimum cmake version now is 3.7
+  * Translation updates.
+- Use %{name}-%{version} for source tarball.
+- Split out separate -lang package.
+- Convert and install mimetype icons to hicolor icon dir.
+- New BuildRequires:
+  * libomp7-devel (also Requires): enable parallel processing for
+wxmaxima.
+  * po4a: for updated translations.
+  * graphviz: to generate updated figures in doc.
+  * appstream-glib: for validating metainfo file. 
+- Drop conditionals in post(un) scriptlets for EOL openSUSE
+  versions.
+- Don't take ownership of system directories in hicolor icon dir
+  and metainfo dir.
+- Drop rpmlintrc file: no longer applicable.
+
+---

Old:

  Version-20.01.3.tar.gz
  wxMaxima-rpmlintrc

New:

  wxMaxima-20.02.1.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.ym89ft/_old  2020-02-22 19:08:29.226591503 +0100
+++ /var/tmp/diff_new_pack.ym89ft/_new  2020-02-22 19:08:29.270591590 +0100
@@ -18,20 +18,23 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:20.01.3
+Version:20.02.1
 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
-Source2:%{name}-rpmlintrc
+Source0:
https://github.com/wxmaxima-developers/wxmaxima/archive/Version-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  appstream-glib
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  graphviz
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libomp7-devel
 BuildRequires:  maxima >= 5.30.0
+BuildRequires:  po4a
 %if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150200
 BuildRequires:  rsvg-convert
 %else
@@ -42,10 +45,13 @@
 # gnuplot is needed for plotting
 Requires:   gnuplot
 Requires:   maxima >= 5.30.0
-Requires(post): %{install_info_prereq}
-Requires(preun): %{install_info_prereq}
+# required for parallel processing
+Requires:   libomp7-devel
+Recommends: %{name}-lang
 ExcludeArch:ppc64 ppc64le
 
+%lang_package
+
 %description
 wxMaxima is a GUI for the computer algebra system maxima
 based on wxWidgets.
@@ -56,7 +62,7 @@
 %build
 %cmake
 
-make %{?_smp_mflags}
+%cmake_build
 
 %install
 %cmake_install
@@ -65,8 +71,16 @@
 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 

commit wxMaxima for openSUSE:Factory

2020-02-20 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-02-20 15:00:25

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.26092 (New)


Package is "wxMaxima"

Thu Feb 20 15:00:25 2020 rev:41 rq:777657 version:20.01.3

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2020-01-29 
13:18:42.514179899 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.26092/wxMaxima.changes 
2020-02-20 15:00:31.714894159 +0100
@@ -1,0 +2,6 @@
+Thu Feb 20 10:28:10 UTC 2020 - Max Lin 
+
+- Leap 15.2 and SLE15 SP2 has newer librsvg, extend the conditional
+  for "BuildRequires: rsvg-convert"
+
+---



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.KL4MsZ/_old  2020-02-20 15:00:32.666896027 +0100
+++ /var/tmp/diff_new_pack.KL4MsZ/_new  2020-02-20 15:00:32.678896051 +0100
@@ -32,7 +32,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  maxima >= 5.30.0
-%if 0%{suse_version} >= 1550
+%if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150200
 BuildRequires:  rsvg-convert
 %else
 BuildRequires:  rsvg-view




commit wxMaxima for openSUSE:Factory

2020-01-29 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-01-29 13:18:19

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.26092 (New)


Package is "wxMaxima"

Wed Jan 29 13:18:19 2020 rev:40 rq:768065 version:20.01.3

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2020-01-05 
15:21:54.945583809 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.26092/wxMaxima.changes 
2020-01-29 13:18:42.514179899 +0100
@@ -1,0 +2,21 @@
+Tue Jan 28 09:25:29 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 20.01.3:
+  * Language selection now works even on system with missing
+language support.
+  * Resolved a copy-and-paste regression.
+  * Improved stability of the communication with maxima.
+  * Preparation for maxima's pre-sub-and supscript feature.
+  * Corrected a few visual glitches of the worksheet.
+  * More tutorials describing a few of maxima's features.
+  * Translation updates.
+- Changes from version 20.01.2:
+  * Corrected html export of the lowest sectioning unit.
+  * Sometimes text after fractions wasn't displayed.
+  * Copy-and-paste should now work in more cases.
+  * Selecting text within fractions should now work again.
+  * Corrected a few display glitches of the worksheet.
+  * wxMaxima now comes with five example files.
+  * More and better-working mouse-over tooltips.
+
+---

Old:

  Version-20.01.1.tar.gz

New:

  Version-20.01.3.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.aFy2K7/_old  2020-01-29 13:18:43.750180531 +0100
+++ /var/tmp/diff_new_pack.aFy2K7/_new  2020-01-29 13:18:43.750180531 +0100
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:20.01.1
+Version:20.01.3
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later
@@ -72,8 +72,8 @@
 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
+rm %{buildroot}%{_datadir}/%{tarname}/README*
+rm %{buildroot}%{_datadir}/%{tarname}/COPYING
 
 %suse_update_desktop_file io.github.wxmaxima_developers.wxMaxima
 

++ Version-20.01.1.tar.gz -> Version-20.01.3.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-20.01.1.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.26092/Version-20.01.3.tar.gz differ: 
char 13, line 1




commit wxMaxima for openSUSE:Factory

2020-01-05 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2020-01-05 15:21:54

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.6675 (New)


Package is "wxMaxima"

Sun Jan  5 15:21:54 2020 rev:39 rq:760920 version:20.01.1

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2019-11-24 
00:24:49.103193352 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.6675/wxMaxima.changes  
2020-01-05 15:21:54.945583809 +0100
@@ -1,0 +2,8 @@
+Sat Jan  4 13:03:54 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 20.01.1:
+  * Nice menu icons for the operating systems that support this.
+  * Started to bundle small tutorials with wxMaxima.
+  * Many small additional bug fixes.
+
+---

Old:

  Version-19.10.0.tar.gz

New:

  Version-20.01.1.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.XjdmT7/_old  2020-01-05 15:21:55.877584276 +0100
+++ /var/tmp/diff_new_pack.XjdmT7/_new  2020-01-05 15:21:55.877584276 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:19.10.0
+Version:20.01.1
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later

++ Version-19.10.0.tar.gz -> Version-20.01.1.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-19.10.0.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.6675/Version-20.01.1.tar.gz differ: 
char 13, line 1




commit wxMaxima for openSUSE:Factory

2019-11-23 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2019-11-24 00:24:47

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.26869 (New)


Package is "wxMaxima"

Sun Nov 24 00:24:47 2019 rev:38 rq:742276 version:19.10.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2019-09-13 
14:58:23.521277423 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.26869/wxMaxima.changes 
2019-11-24 00:24:49.103193352 +0100
@@ -1,0 +2,14 @@
+Wed Oct 23 17:28:57 CEST 2019 - r...@suse.de
+
+- fix build-requires for factory/tumbleweed
+  rsvg-convert tool is now in rsvg-convert package 
+
+---
+Wed Oct 16 13:34:10 UTC 2019 - Atri Bhattacharya 
+
+- Update to version 19.10.0:
+  * Corrected a Regression: The better display of exponents failed
+for exp(x^2).
+  * Updated translations.
+
+---

Old:

  Version-19.09.0.tar.gz

New:

  Version-19.10.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.EssjZo/_old  2019-11-24 00:24:50.495193496 +0100
+++ /var/tmp/diff_new_pack.EssjZo/_new  2019-11-24 00:24:50.499193497 +0100
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:19.09.0
+Version:19.10.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later
@@ -32,7 +32,11 @@
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  maxima >= 5.30.0
+%if 0%{suse_version} >= 1550
+BuildRequires:  rsvg-convert
+%else
 BuildRequires:  rsvg-view
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel >= 3
 # gnuplot is needed for plotting

++ Version-19.09.0.tar.gz -> Version-19.10.0.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-19.09.0.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.26869/Version-19.10.0.tar.gz differ: 
char 13, line 1




commit wxMaxima for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2019-09-13 14:58:13

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.7948 (New)


Package is "wxMaxima"

Fri Sep 13 14:58:13 2019 rev:37 rq:730098 version:19.09.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2019-08-23 
11:07:36.546474298 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.7948/wxMaxima.changes  
2019-09-13 14:58:23.521277423 +0200
@@ -1,0 +2,10 @@
+Wed Sep 11 07:44:19 UTC 2019 - Atri Bhattacharya 
+
+- Update to version 19.09.0:
+  * Handle timeouts when writing to maxima and partial writes.
+  * Worksheet text disappeared on scrolling on some platforms.
+  * Sped up sending code to maxima.
+  * Removed quoting of Unicode characters within strings sent to
+maxima.
+
+---

Old:

  Version-19.08.1.tar.gz

New:

  Version-19.09.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.Ib6o8O/_old  2019-09-13 14:58:24.869277480 +0200
+++ /var/tmp/diff_new_pack.Ib6o8O/_new  2019-09-13 14:58:24.869277480 +0200
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:19.08.1
+Version:19.09.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later

++ Version-19.08.1.tar.gz -> Version-19.09.0.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-19.08.1.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.7948/Version-19.09.0.tar.gz differ: 
char 13, line 1




commit wxMaxima for openSUSE:Factory

2019-08-23 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2019-08-23 11:07:19

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.7948 (New)


Package is "wxMaxima"

Fri Aug 23 11:07:19 2019 rev:36 rq:725313 version:19.08.1

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2019-07-17 
13:21:12.627608792 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.7948/wxMaxima.changes  
2019-08-23 11:07:36.546474298 +0200
@@ -1,0 +2,19 @@
+Wed Aug 21 11:42:02 UTC 2019 - Atri Bhattacharya 
+
+- Update to version 19.08.1
+  * Bugfixes for nearly every instance something was drawn on the
+screen.
+  * Better handling of multi-cell lisp code.
+- Changes from version 19.08.0:
+  * More and better test cases.
+  * Another SpeedUp.
+  * Correctly handle nested comments.
+  * Format lisp code correctly.
+  * Correctly read the default style.
+  * Gracefully handle invalid colors.
+  * Changed the default communication port to 40100.
+  * Several fixes for different combinations of wxWidgets and GTK
+versions.
+  * Updated translations.
+
+---

Old:

  Version-19.07.0.tar.gz

New:

  Version-19.08.1.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.TIbdtk/_old  2019-08-23 11:07:37.918474075 +0200
+++ /var/tmp/diff_new_pack.TIbdtk/_new  2019-08-23 11:07:37.922474075 +0200
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:19.07.0
+Version:19.08.1
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later

++ Version-19.07.0.tar.gz -> Version-19.08.1.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-19.07.0.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.7948/Version-19.08.1.tar.gz differ: 
char 12, line 1




commit wxMaxima for openSUSE:Factory

2019-07-17 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2019-07-17 13:20:35

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.1887 (New)


Package is "wxMaxima"

Wed Jul 17 13:20:35 2019 rev:35 rq:715656 version:19.07.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2019-06-30 
10:21:17.107600043 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.1887/wxMaxima.changes  
2019-07-17 13:21:12.627608792 +0200
@@ -1,0 +2,13 @@
+Tue Jul 16 11:00:00 UTC 2019 - Atri Bhattacharya 
+
+- Update to version 19.07.0
+  * Many improvements and bugfixes in the LaTeX and HTML export
+function.
+  * Many updated translations.
+  * Resolved a freeze on autocompletion.
+  * A sidebar that shows the contents of variables.
+  * Simplified the recalculation logic in order to squash the
+remaining bugs.
+  * Simplified the sync between input and output cells.
+
+---

Old:

  Version-19.05.7.tar.gz

New:

  Version-19.07.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.loZBmf/_old  2019-07-17 13:21:13.459608319 +0200
+++ /var/tmp/diff_new_pack.loZBmf/_new  2019-07-17 13:21:13.459608319 +0200
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:19.05.7
+Version:19.07.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later

++ Version-19.05.7.tar.gz -> Version-19.07.0.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-19.05.7.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.1887/Version-19.07.0.tar.gz differ: 
char 13, line 1




commit wxMaxima for openSUSE:Factory

2019-06-30 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2019-06-30 10:21:16

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.4615 (New)


Package is "wxMaxima"

Sun Jun 30 10:21:16 2019 rev:34 rq:712439 version:19.05.7

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2019-05-16 
22:08:49.558348831 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.4615/wxMaxima.changes  
2019-06-30 10:21:17.107600043 +0200
@@ -1,0 +2,7 @@
+Tue Jun 25 09:49:29 UTC 2019 - Atri Bhattacharya  - 
19.05.7
+
+- Update to version 19.05.7:
+  * Support worksheets starting in a :lisp command [with maxima >=
+5.43.0]
+
+---

Old:

  Version-19.05.2.tar.gz

New:

  Version-19.05.7.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.pkdWUt/_old  2019-06-30 10:21:18.779602641 +0200
+++ /var/tmp/diff_new_pack.pkdWUt/_new  2019-06-30 10:21:18.823602709 +0200
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:19.05.2
+Version:19.05.7
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later

++ Version-19.05.2.tar.gz -> Version-19.05.7.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-19.05.2.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.4615/Version-19.05.7.tar.gz differ: 
char 18, line 1




commit wxMaxima for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2019-05-16 22:08:49

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.5148 (New)


Package is "wxMaxima"

Thu May 16 22:08:49 2019 rev:33 rq:703212 version:19.05.2

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2019-04-23 
14:39:19.389587154 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.5148/wxMaxima.changes  
2019-05-16 22:08:49.558348831 +0200
@@ -1,0 +2,9 @@
+Fri May 10 12:07:00 UTC 2019 - l...@linux-schulserver.de - 19.05.2
+
+- Update to version 19.05.2:
+  + Sometimes the auto-evaluation of the worksheet auto-triggered
+  + Support for broken locales that for valid non-ascii chars returned
+isprint()= false
+  + Corrected reading font sizes from styles and configuring styles.
+
+---

Old:

  Version-19.04.3.tar.gz

New:

  Version-19.05.2.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.1o6GX4/_old  2019-05-16 22:08:51.342347210 +0200
+++ /var/tmp/diff_new_pack.1o6GX4/_new  2019-05-16 22:08:51.374347181 +0200
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:19.04.3
+Version:19.05.2
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later

++ Version-19.04.3.tar.gz -> Version-19.05.2.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-19.04.3.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.5148/Version-19.05.2.tar.gz differ: 
char 28, line 1




commit wxMaxima for openSUSE:Factory

2019-04-23 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2019-04-23 14:39:16

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.5536 (New)


Package is "wxMaxima"

Tue Apr 23 14:39:16 2019 rev:32 rq:697036 version:19.04.3

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2019-03-18 
10:41:09.767287373 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.5536/wxMaxima.changes  
2019-04-23 14:39:19.389587154 +0200
@@ -1,0 +2,35 @@
+Tue Apr 23 07:51:41 UTC 2019 - Atri Bhattacharya 
+
+- Update to version 19.04.3:
+  + wxMaxima now informs maxima which front-end is in use.
+
+---
+Tue Apr 16 09:35:07 UTC 2019 - l...@linux-schulserver.de - 19.04.2
+
+- update to version 19.04.2:
+  + Corrected the size of error messages
+  + A "Copy to mathlab"-feature.
+  + Maxima now delays interpreting the data from maxima until it encounters
+  + a newline or an Timer expires.
+  + EMF output no no more causes crashes and strange behaviour.
+  + RTF output should now work again
+  + entermatrix() now works again.
+  From 19.04.1:
+  + Corrected the size of error messages.
+  From 19.04.0:
+  + The cursor width now is taken from the current screen
+  + Autocompletion sometimes cleared the result after inputting it
+  + Added more commands to autocompletion
+  + Spanish and italian translation updates
+  + We no more need to re-implement maxima's load() routine.
+  + Instead we call the original one now.
+  + Animations now on load remember which slide they stopped at.
+  + A more error-proof language selection.
+  + If the system looks like it uses UTF8 by default the locale name
+  + that is passed to maxima now ends in ".UTF8" which should resolve
+  + the "setting locale failed" errors from maxima.
+  + Corrected the initial size of error messages.
+  + Many additional bug fixes
+  + Code cleanups
+
+---

Old:

  Version-19.03.1.tar.gz

New:

  Version-19.04.3.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.6RwvV5/_old  2019-04-23 14:39:20.973587992 +0200
+++ /var/tmp/diff_new_pack.6RwvV5/_new  2019-04-23 14:39:20.973587992 +0200
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:19.03.1
+Version:19.04.3
 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/ 
+URL:https://wxmaxima-developers.github.io/wxmaxima/
 Source0:
https://github.com/wxmaxima-developers/wxmaxima/archive/Version-%{version}.tar.gz
 Source2:%{name}-rpmlintrc
 BuildRequires:  cmake
@@ -40,7 +40,6 @@
 Requires:   maxima >= 5.30.0
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:ppc64 ppc64le
 
 %description
@@ -95,8 +94,8 @@
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/wxmaxima.info%{ext_info}
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING README.md ChangeLog
+%license COPYING
+%doc AUTHORS README.md ChangeLog
 %{_datadir}/doc/%{tarname}/
 %{_bindir}/*
 %{_datadir}/wxMaxima/

++ Version-19.03.1.tar.gz -> Version-19.04.3.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-19.03.1.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new.5536/Version-19.04.3.tar.gz differ: 
char 39, line 1




commit wxMaxima for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2019-03-18 10:41:03

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new.28833 (New)


Package is "wxMaxima"

Mon Mar 18 10:41:03 2019 rev:31 rq:685435 version:19.03.1

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2019-01-26 
22:22:32.182849812 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new.28833/wxMaxima.changes 
2019-03-18 10:41:09.767287373 +0100
@@ -1,0 +2,13 @@
+Fri Mar 15 16:38:06 UTC 2019 - Atri B 
+
+- Update to version 19.03.1
+  * HighDPI fixes for ArchLinux, Windows and SuSE
+  * Resolved crashes on RedHat and MS Windows
+  * SBCL's compilation messages now appear in the status bar, not
+in the worksheet.
+  * Removed an unneeded "maxima has finished calculating" on
+startup.
+  * Many small bug fixes.
+  * wxWidgets >= 3.1.0: Corrected the toolbar icon size.
+
+---

Old:

  Version-19.01.2.tar.gz

New:

  Version-19.03.1.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.07K0Ku/_old  2019-03-18 10:41:11.811284875 +0100
+++ /var/tmp/diff_new_pack.07K0Ku/_new  2019-03-18 10:41:11.815284870 +0100
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:19.01.2
+Version:19.03.1
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later

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




commit wxMaxima for openSUSE:Factory

2019-01-26 Thread root
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.changes2018-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 - badshah...@gmail.com
+
+- 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
 

commit wxMaxima for openSUSE:Factory

2018-10-26 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2018-10-26 11:09:55

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Fri Oct 26 11:09:55 2018 rev:29 rq:644522 version:18.10.2

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2018-10-04 
19:02:14.279156490 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2018-10-26 
11:10:04.757734660 +0200
@@ -1,0 +2,9 @@
+Mon Oct 22 11:41:02 UTC 2018 - badshah...@gmail.com
+
+- Update to version 18.10.2:
+  * Better cleanup on restarting Maxima.
+  * Updated translations.
+- Remove obsolete appdata directory from file-list: appdata is now
+  installed to %{_datadir}/metainfo.
+
+---

Old:

  Version-18.10.1.tar.gz

New:

  Version-18.10.2.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.2TfrHz/_old  2018-10-26 11:10:05.353733856 +0200
+++ /var/tmp/diff_new_pack.2TfrHz/_new  2018-10-26 11:10:05.357733850 +0200
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:18.10.1
+Version:18.10.2
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later
@@ -110,9 +110,6 @@
 %dir %{_datadir}/icons/hicolor/512x512/apps
 %{_datadir}/icons/hicolor/*/apps/wxmaxima.*
 %{_datadir}/applications/wxMaxima.desktop
-%if 0%{?suse_version} == 1315
-%dir %{_datadir}/appdata
-%endif
 %{_datadir}/bash-completion/completions/wxmaxima
 %dir %{_datadir}/metainfo
 %{_datadir}/metainfo/wxMaxima.appdata.xml

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




commit wxMaxima for openSUSE:Factory

2018-10-04 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2018-10-04 19:01:57

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Thu Oct  4 19:01:57 2018 rev:28 rq:639873 version:18.10.1

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2018-05-16 
18:44:59.631921136 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2018-10-04 
19:02:14.279156490 +0200
@@ -1,0 +2,43 @@
+Sun Sep 30 16:26:07 UTC 2018 - badshah...@gmail.com
+
+- Update to version 18.10.1:
+  * Corrected the version number wxMaxima identifies itself with.
+- Changes from version 18.10.0:
+  * Defer any try to change Maxima's configuration until all
+questions are answered.
+  * A menu item that sets the autosubscript feature for the
+current worksheet.
+  * A menu allowing to switch floats to engineering format.
+  * Maxima can now pass the values of variables to wxMaxima.
+  * Autocompletion for functions from lisp-only packages and for
+all of maxima's built in functions.
+  * A context-sensitive "draw" sidepane.
+  * We now allow a packet from Maxima to end in the middle of an
+unicode codepoint.
+  * If the name of a lisp function is known it now is displayed.
+  * A right-click menu that copies an animation to the clipboard.
+  * A new default value for the current MathJaX release.
+  * A "recent packages" menu for packages loaded from load() or
+from the menu.
+  * Advertise the current file and the file's state to the
+Operating System
+  * Copy as Enhanced Metafile (Windows only).
+  * Code simplifications.
+  * A dockable panel for the debug messages.
+  * A more modern theme.
+  * Draw: A right-click menu allowing to open images from the
+current session as interactive gnuplot sessions.
+  * Migrate the config file to a XDG-compatible location if
+wxWidgets is new enough to support it.
+  * A "Tip of the day" dialogue that allows for resizing,
+scrollbars and work while it is still open.
+  * Matrices can now be displayed using round and square brackets.
+  * Various High-DPI enhancements.
+  * Enhancements for low-resolution screens.
+  * Many bug fixes.
+  * Reduced the number of autogenerated files, installed files and
+external dependencies to a minimum.
+  * Big performance improvements, again.
+- Update URL and Source urls in keeping with upstream changes.
+
+---

Old:

  Version-18.02.0.tar.gz

New:

  Version-18.10.1.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.acrbKW/_old  2018-10-04 19:02:15.659155039 +0200
+++ /var/tmp/diff_new_pack.acrbKW/_new  2018-10-04 19:02:15.659155039 +0200
@@ -18,13 +18,13 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:18.02.0
+Version:18.10.1
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
-Url:http://andrejv.github.io/wxmaxima/
-Source0:
https://github.com/andrejv/wxmaxima/archive/Version-%{version}.tar.gz
+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

++ Version-18.02.0.tar.gz -> Version-18.10.1.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-18.02.0.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new/Version-18.10.1.tar.gz differ: char 
13, line 1




commit wxMaxima for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2018-05-16 18:43:51

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Wed May 16 18:43:51 2018 rev:27 rq:609124 version:18.02.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2018-02-22 
15:01:45.135501349 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2018-05-16 
18:44:59.631921136 +0200
@@ -1,0 +2,6 @@
+Wed May 16 11:33:11 UTC 2018 - badshah...@gmail.com
+
+- Drop Requires: libgnomeprint; it is not needed for printing any
+  more.
+
+---



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.6JqiEg/_old  2018-05-16 18:45:00.451891504 +0200
+++ /var/tmp/diff_new_pack.6JqiEg/_new  2018-05-16 18:45:00.455891359 +0200
@@ -21,7 +21,7 @@
 Version:18.02.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
 Url:http://andrejv.github.io/wxmaxima/
 Source0:
https://github.com/andrejv/wxmaxima/archive/Version-%{version}.tar.gz
@@ -38,8 +38,6 @@
 BuildRequires:  wxWidgets-devel >= 3
 # gnuplot is needed for plotting
 Requires:   gnuplot
-# libgnomeprint is needed for printing
-Requires:   libgnomeprint
 Requires:   maxima >= 5.30.0
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}




commit wxMaxima for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2018-02-22 15:01:42

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Thu Feb 22 15:01:42 2018 rev:26 rq:578725 version:18.02.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2017-10-28 
14:22:19.942130598 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2018-02-22 
15:01:45.135501349 +0100
@@ -1,0 +2,33 @@
+Wed Feb 21 14:02:10 UTC 2018 - badshah...@gmail.com
+
+- Update to version 18.02.0:
+  * More tooltips
+  * A menu containing the most important commands for lists.
+  * TableOfContents: A right-click menu item that allows to toggle
+display of section numbers
+  * The size of images can now be restricted to any amount of
+centimeters.
+  * On a few operating systems: The network indicator icon now
+knows how much CPU power maxima uses.
+  * Autocompletion now suggests the names of built-in packages for
+load(), batch(), and batchload().
+  * Autocompletion now suggests the names of built-in demos for
+demo().
+  * wxMaxima can now handle requests to display raw lisp elements.
+  * A drop-down box for changing cell styles
+  * If an input cell is hidden and has no output it now is no more
+displayed as a blank vertical space.
+  * wxMaxima no more requires the icon files, tooltips and
+autocompletion files to be shipped as separate files, which
+makes creating a ready-to-install package of wxMaxima easier
+and less error-prone.
+  * Autosave is now enabled by default on new installs.
+  * Big code cleanups.
+  * Many bugfixes
+  * Many performance improvements
+  * Dropped the autotools as the cmake build of wxMaxima is way
+more powerful.
+- Drop unnecessary post[un] scriptlets for openSUSE >= 1500: these
+  are automatically handled by rpm file-triggers.
+
+---

Old:

  Version-17.10.1.tar.gz

New:

  Version-18.02.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.nxlduf/_old  2018-02-22 15:01:48.487380767 +0100
+++ /var/tmp/diff_new_pack.nxlduf/_new  2018-02-22 15:01:48.491380623 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:17.10.1
+Version:18.02.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
@@ -87,15 +87,19 @@
 %find_lang %{name}
 
 %post
+%if 0%{?suse_version} < 1500
 %desktop_database_post
 %icon_theme_cache_post
 %mime_database_post
+%endif
 %install_info --info-dir=%{_infodir} %{_infodir}/wxmaxima.info%{ext_info}
 
 %postun
+%if 0%{?suse_version} < 1500
 %desktop_database_postun
 %icon_theme_cache_postun
 %mime_database_postun
+%endif
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/wxmaxima.info%{ext_info}
 
 %files -f %{name}.lang

++ Version-17.10.1.tar.gz -> Version-18.02.0.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-17.10.1.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new/Version-18.02.0.tar.gz differ: char 
13, line 1




commit wxMaxima for openSUSE:Factory

2017-10-28 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2017-10-28 14:22:08

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Sat Oct 28 14:22:08 2017 rev:25 rq:537036 version:17.10.1

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2017-10-13 
14:20:40.292135846 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2017-10-28 
14:22:19.942130598 +0200
@@ -1,0 +2,10 @@
+Thu Oct 26 12:19:42 UTC 2017 - badshah...@gmail.com
+
+- Update to version 17.10.1
+  + No list of changes from upstream.
+- Drop wxMaxima-fix-tooltip-comparison.patch: incorporated into
+  upstream sources.
+- Appdata is now installed to %{_datadir}/metainfo, adapt file
+  list accordingly. Own parent dir to avoid ownership issues.
+
+---

Old:

  Version-17.10.0.tar.gz
  wxMaxima-fix-tooltip-comparison.patch

New:

  Version-17.10.1.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.GhrYw3/_old  2017-10-28 14:22:20.846097551 +0200
+++ /var/tmp/diff_new_pack.GhrYw3/_new  2017-10-28 14:22:20.846097551 +0200
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:17.10.0
+Version:17.10.1
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
@@ -27,8 +27,6 @@
 Source0:
https://github.com/andrejv/wxmaxima/archive/Version-%{version}.tar.gz
 Source1:wxMaxima.desktop
 Source2:%{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM wxMaxima-fix-tooltip-comparison.patch 
gh#andrejv/wxmaxima#929 badshah...@gmail.com -- Patch from upstream that fixes 
building by using the correct comparisn operations involving `tooltip`
-Patch0: wxMaxima-fix-tooltip-comparison.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -54,7 +52,6 @@
 
 %prep
 %setup -q -n %{tarname}-Version-%{version}
-%patch0 -p1
 
 %build
 %cmake
@@ -115,7 +112,8 @@
 %dir %{_datadir}/appdata
 %endif
 %{_datadir}/bash-completion/completions/wxmaxima
-%{_datadir}/appdata/wxMaxima.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/wxMaxima.appdata.xml
 %{_mandir}/man1/wxmaxima*%{ext_man}
 %{_datadir}/mime/packages/*.xml
 %{_datadir}/pixmaps/*.svg

++ Version-17.10.0.tar.gz -> Version-17.10.1.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-17.10.0.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new/Version-17.10.1.tar.gz differ: char 
15, line 1




commit wxMaxima for openSUSE:Factory

2017-10-13 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2017-10-13 14:20:19

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Fri Oct 13 14:20:19 2017 rev:24 rq:533749 version:17.10.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2017-10-11 
23:04:01.473880398 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2017-10-13 
14:20:40.292135846 +0200
@@ -1,0 +2,5 @@
+Thu Oct 12 17:45:09 UTC 2017 - jeng...@inai.de
+
+- Trim description of irrelevant parts.
+
+---



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.mTxlHC/_old  2017-10-13 14:20:41.264093112 +0200
+++ /var/tmp/diff_new_pack.mTxlHC/_new  2017-10-13 14:20:41.268092936 +0200
@@ -49,7 +49,7 @@
 ExcludeArch:ppc64 ppc64le
 
 %description
-wxMaxima is a cross platform GUI for the computer algebra system maxima
+wxMaxima is a GUI for the computer algebra system maxima
 based on wxWidgets.
 
 %prep




commit wxMaxima for openSUSE:Factory

2017-10-11 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2017-10-11 23:04:00

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Wed Oct 11 23:04:00 2017 rev:23 rq:533362 version:17.10.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2017-10-09 
19:40:45.007285629 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2017-10-11 
23:04:01.473880398 +0200
@@ -1,0 +2,9 @@
+Wed Oct 11 08:42:43 UTC 2017 - badshah...@gmail.com
+
+- Update wxMaxima-fix-tooltip-comparison.patch to fix a potential
+  crash introduced by its previous iteration; taken from upstream.
+- Use rsvg-convert instead of inkscape to convert svg icons into
+  multi-sized png icons -- this significantly reduces the number
+  of build dependencies.
+
+---



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.EK2BWq/_old  2017-10-11 23:04:02.381840617 +0200
+++ /var/tmp/diff_new_pack.EK2BWq/_new  2017-10-11 23:04:02.389840267 +0200
@@ -34,8 +34,8 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  inkscape
 BuildRequires:  maxima >= 5.30.0
+BuildRequires:  rsvg-view
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel >= 3
 # gnuplot is needed for plotting
@@ -71,7 +71,7 @@
 # INSTALL HI-RES ICONS GENERATED OUT OF UPSTREAM SVG ICON
 for i in 24 32 48 64 128 256 512
 do
-  inkscape -w ${i} data/wxmaxima.svg -e wxmaxima-${i}.png
+  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
 done
 install -D -m 0644 data/wxmaxima.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/wxmaxima.svg

++ wxMaxima-fix-tooltip-comparison.patch ++
--- /var/tmp/diff_new_pack.EK2BWq/_old  2017-10-11 23:04:02.417839040 +0200
+++ /var/tmp/diff_new_pack.EK2BWq/_new  2017-10-11 23:04:02.417839040 +0200
@@ -9,16 +9,31 @@
  src/MathCtrl.cpp | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/src/MathCtrl.cpp b/src/MathCtrl.cpp
-index 920cd633..dd9829ad 100644
 a/src/MathCtrl.cpp
-+++ b/src/MathCtrl.cpp
-@@ -202,7 +202,7 @@ void MathCtrl::RedrawIfRequested()
+Index: wxmaxima-Version-17.10.0/src/MathCtrl.cpp
+===
+--- wxmaxima-Version-17.10.0.orig/src/MathCtrl.cpp
 wxmaxima-Version-17.10.0/src/MathCtrl.cpp
+@@ -202,13 +202,18 @@ void MathCtrl::RedrawIfRequested()

  if(toolTip != wxEmptyString)
  {
 -  if(toolTip != GetToolTip())
-+  if(toolTip != GetToolTip()->GetTip())
++  if(GetToolTip() != NULL)
{
- // Disabling and re-enabling tooltips resets the tooltip poput 
delay timer.
- wxToolTip::Enable(false);
+-// Disabling and re-enabling tooltips resets the tooltip poput 
delay timer.
+-wxToolTip::Enable(false);
+-wxToolTip::Enable(true);
+-SetToolTip(toolTip);
++if(toolTip != GetToolTip()->GetTip())
++{
++  // Disabling and re-enabling tooltips resets the tooltip poput 
delay timer.
++  wxToolTip::Enable(false);
++  wxToolTip::Enable(true);
++  SetToolTip(toolTip);
++}
+   }
++  else
++  SetToolTip(toolTip);
+ }
+ else
+   UnsetToolTip();




commit wxMaxima for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2017-10-09 19:40:39

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Mon Oct  9 19:40:39 2017 rev:22 rq:530267 version:17.10.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2017-08-24 
18:36:42.146061714 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2017-10-09 
19:40:45.007285629 +0200
@@ -1,0 +2,42 @@
+Sun Oct  1 09:38:41 UTC 2017 - badshah...@gmail.com
+
+- Add wxMaxima-fix-tooltip-comparison.patch: Patch from upstream
+  that fixes building by using the correct comparisn operations
+  involving `tooltip` [gh#andrejv/wxmaxima#929].
+
+---
+Sat Sep 30 16:29:36 UTC 2017 - badshah...@gmail.com
+
+- Update to version 17.10.0:
+  * Jump to the char containing the error on encountering
+unmatched parenthesis.
+  * Try to place the cursor near the error in all other cases.
+  * Attempt to mark the whole error message in red. This is bound
+to fail in some cases as maxima sometimes only sends part of
+an error message through the error() command. But it is better
+than nothing.
+  * Detect and mark most warnings.
+  * A "evaluate cells below" right-click-menu item.
+  * Autosave now even works for unsaved documents adding them to
+the "recent documents" list if needed.
+  * Big parenthesis are now drawn using unicode characters, if
+available.
+  * Nicer integral, Product and Sum signs, optionally including
+antialiassing even if no font provides them.
+  * MouseOver tooltips for some of the more exotic worksheet
+items.
+  * A "Copy as svg" function that is as good as wxSVGFileDc allows
+us to be.
+  * Worksheet objects now can provide their own ToolTips.
+  * Config Dialogue: An editor for the startup file.
+  * It is now possible to select which formats "Ctrl+C" should
+place data on the clipboard in.
+  * Now multiple animations can run concurrently and can be told
+to autostart.
+  * A menu entry that allows to select 1D and ASCII Art Maths.
+  * Recent files that currently don't exist are grayed out now.
+  * A command-line switch that triggers evaluation on startup of
+wxMaxima.
+  * Many Bug Fixes and Performance improvements.
+
+---

Old:

  Version-17.05.1.tar.gz

New:

  Version-17.10.0.tar.gz
  wxMaxima-fix-tooltip-comparison.patch



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.LhS16R/_old  2017-10-09 19:40:46.087238163 +0200
+++ /var/tmp/diff_new_pack.LhS16R/_new  2017-10-09 19:40:46.091237987 +0200
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:17.05.1
+Version:17.10.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
@@ -27,6 +27,8 @@
 Source0:
https://github.com/andrejv/wxmaxima/archive/Version-%{version}.tar.gz
 Source1:wxMaxima.desktop
 Source2:%{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM wxMaxima-fix-tooltip-comparison.patch 
gh#andrejv/wxmaxima#929 badshah...@gmail.com -- Patch from upstream that fixes 
building by using the correct comparisn operations involving `tooltip`
+Patch0: wxMaxima-fix-tooltip-comparison.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -52,6 +54,7 @@
 
 %prep
 %setup -q -n %{tarname}-Version-%{version}
+%patch0 -p1
 
 %build
 %cmake

++ Version-17.05.1.tar.gz -> Version-17.10.0.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-17.05.1.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new/Version-17.10.0.tar.gz differ: char 
13, line 1

++ wxMaxima-fix-tooltip-comparison.patch ++
>From 536e8496069a508d61fc6c827610c6a7e5435242 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gunter=20K=C3=B6nigsmann?= 
Date: Sat, 30 Sep 2017 22:37:58 +0200
Subject: [PATCH] Seems that wxWindow::GetToolTip() doesn't atomatically return
 a string.

Resolves #929
---
 src/MathCtrl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/MathCtrl.cpp b/src/MathCtrl.cpp
index 920cd633..dd9829ad 100644
--- a/src/MathCtrl.cpp
+++ b/src/MathCtrl.cpp
@@ -202,7 +202,7 @@ void MathCtrl::RedrawIfRequested()
   
 if(toolTip != wxEmptyString)
 {
-  if(toolTip != GetToolTip())
+  if(toolTip != GetToolTip()->GetTip())
   {
 // Disabling and re-enabling tooltips resets the tooltip poput 
delay timer.
 

commit wxMaxima for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2017-08-24 18:36:12

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Thu Aug 24 18:36:12 2017 rev:21 rq:509029 version:17.05.1

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2017-03-13 
15:35:18.870750658 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2017-08-24 
18:36:42.146061714 +0200
@@ -1,0 +2,62 @@
+Sun Jul  9 11:49:23 UTC 2017 - badshah...@gmail.com
+
+- Update to version 17.05.1:
+  * Mainly fixes some issues related to Mac OS 
+
+---
+Wed Jun 14 06:20:42 UTC 2017 - badshah...@gmail.com
+
+- Update to version 17.05.0:
+  * A config item that allows to disable printing of Cell brackets
+  * Cell brackets of inactive cells can now be hidden
+  * Due to popular demand we can now suppress the output of
+automatic labels.
+  * The option to use a Minus instead of a Hyphen.
+  * Table of Contents: Folded items are now grayed out.
+  * Table of Contents: A right-click menu.
+  * Copy-and-paste now includes hidden cells and folded items.
+  * Eye Candy: An indicator that shows when maxima and wxMaxima
+exchange data.
+Double-clicking this indicator opens up the network monitor.
+  * Autocompletion now collects words from the current code cell,
+too.
+  * Better indentation of if clauses and loops.
+  * If the number is too long to display it now is still possible
+to copy it.
+  * Documented that box() highlights text in maxima's output.
+  * the with_slider type of commands now uses wxstatusbar() in
+order to provide progress information for the user.
+  * Several scrolling fixes, again.
+  * Two concurrent wxMaxima instances now no more overwrite each
+other's "Recent files" list.
+  * If a error message or question arises or maxima finishes
+calculating and the window currently isn't active the
+operating system is asked to notify the user in a
+non-disrupting way. For the case of the end of a calculation
+this can be turned off.
+  * The notification can be activated for the case that the window
+isn't active and maxima finishes calculating, too.
+  * Invalid XML tags are now handled more gracefully
+  * Deduplicated the code for saving .wxm files
+  * content.xml files that have been extracted from a broken .wxmx
+file (e.G. using a text editor as UTF8-encoded TeXt without
+BOM can now be loaded by wxMaxima in order to reconstruct the
+worksheet.
+  * MacOs: Upgrading from a previous version should no more cause
+crashes due to font issues.
+  * MathJaX export can now be configured to instruct the html
+export to download MathJaX from a different URL: They moved
+the URL one can use and might do so again somewhere in the
+future.
+  * Maximum number of digits and if we use user-defined labels now
+are no more hardcoded into the worksheet at evaluation time.
+  * Anwers to maxima's questions are now remembered across
+sessions.
+  * cmake is now our main build system
+  * Massive speed-ups
+  * File/Open can now import .mac and .out files from Xmaxima
+  * Many additional bug fixes and stability enhancements.
+- Switch to using cmake for build.
+- Use github URL's for homepage and source tarball.
+
+---

Old:

  wxmaxima-16.12.2.tar.gz

New:

  Version-17.05.1.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.tMJxNg/_old  2017-08-24 18:36:43.017938883 +0200
+++ /var/tmp/diff_new_pack.tMJxNg/_new  2017-08-24 18:36:43.017938883 +0200
@@ -18,15 +18,17 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:16.12.2
+Version:17.05.1
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-Url:http://wxmaxima.sourceforge.net/
-Source0:
http://download.sourceforge.net/wxmaxima/%{tarname}-%{version}.tar.gz
+Url:http://andrejv.github.io/wxmaxima/
+Source0:
https://github.com/andrejv/wxmaxima/archive/Version-%{version}.tar.gz
 Source1:wxMaxima.desktop
 Source2:%{name}-rpmlintrc
+BuildRequires:  cmake
+BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -49,16 +51,15 @@
 based on wxWidgets.
 
 %prep
-%setup -q -n %{tarname}-%{version}
+%setup -q -n %{tarname}-Version-%{version}
 
 %build
-%configure \
---enable-printing \
-

commit wxMaxima for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2017-03-13 15:34:09

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Mon Mar 13 15:34:09 2017 rev:20 rq:478963 version:16.12.2

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2017-02-09 
11:18:38.369408016 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2017-03-13 
15:35:18.870750658 +0100
@@ -1,0 +2,7 @@
+Mon Mar 13 10:23:36 UTC 2017 - tchva...@suse.com
+
+- Build with new RPM package in Factory
+- Shorten a bit the description
+- Remove unused configure switch
+
+---



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.KQr8UU/_old  2017-03-13 15:35:19.702633098 +0100
+++ /var/tmp/diff_new_pack.KQr8UU/_new  2017-03-13 15:35:19.702633098 +0100
@@ -48,28 +48,12 @@
 wxMaxima is a cross platform GUI for the computer algebra system maxima
 based on wxWidgets.
 
-wxMaxima features include:
-
-* 2D formatted math display: wxMaxima implements its own math display
-  engine to nicely display maxima output.
-* Menu system: most maxima commands are available through menus. Most
-  used functions are also available through a button panel at below
-  the input line.
-* Dialogs: commands which require more that one argument can be entered
-  through dialogs so that there is no need to remember the exact syntax.
-* Command line history: the input line has command history and command
-  completion based on previous input.
-* Create documents: text can be mixed with math calculations to create
-  documents. See the howto for tips on how to use these features.
-  Documents can be saved and edited again later.
-
 %prep
 %setup -q -n %{tarname}-%{version}
 
 %build
 %configure \
--enable-printing \
-   --enable-unicode-glyphs \
--docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 
@@ -116,6 +100,7 @@
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README.md ChangeLog
+%{_docdir}/%{name}/*
 %{_bindir}/*
 %{_datadir}/wxMaxima/
 %dir %{_datadir}/icons/hicolor/512x512




commit wxMaxima for openSUSE:Factory

2017-02-09 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2017-02-09 11:18:37

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2016-12-29 
22:47:07.312874451 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2017-02-09 
11:18:38.369408016 +0100
@@ -1,0 +2,9 @@
+Tue Feb  7 23:19:42 UTC 2017 - badshah...@gmail.com
+
+- Version update to 16.12.2:
+  * Changes not documented by upstream.
+- Changes from version 16.12.1:
+  * Fixed a bug that broke the possibility to select output cells.
+- Drop doc files already installed using %doc.
+
+---

Old:

  wxmaxima-16.12.0.tar.gz

New:

  wxmaxima-16.12.2.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.jGTraQ/_old  2017-02-09 11:18:39.357268241 +0100
+++ /var/tmp/diff_new_pack.jGTraQ/_new  2017-02-09 11:18:39.361267675 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:16.12.0
+Version:16.12.2
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
@@ -91,6 +91,10 @@
 # REMOVE UNNECESSARY ICONS OUT OF PIXMAPS
 rm %{buildroot}%{_datadir}/pixmaps/wxmaxima*
 
+# 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
 
 %fdupes %{buildroot}%{_prefix}

++ wxmaxima-16.12.0.tar.gz -> wxmaxima-16.12.2.tar.gz ++
 6498 lines of diff (skipped)




commit wxMaxima for openSUSE:Factory

2016-08-10 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2016-08-10 19:56:04

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2016-07-20 
09:21:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2016-08-10 
19:56:05.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug  9 12:17:11 UTC 2016 - tchva...@suse.com
+
+- Version update to 16.04.2:
+  * various small bugfixes
+- Sort with spec-cleaner
+
+---

Old:

  wxmaxima-16.04.1.tar.gz

New:

  wxmaxima-16.04.2.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.2GrT9b/_old  2016-08-10 19:56:07.0 +0200
+++ /var/tmp/diff_new_pack.2GrT9b/_new  2016-08-10 19:56:07.0 +0200
@@ -17,9 +17,8 @@
 
 
 %define tarname wxmaxima
-
 Name:   wxMaxima
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
@@ -30,26 +29,23 @@
 Source2:%{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM wxMaxima-appstream-xml-filename.patch 
badshah...@gmail.com -- Fix the appstream xml file name (must be identical to 
.desktop file name w/o ext) and the reference to the .desktop file therein 
(refers to wxmaxima.desktop while installing wxMaxima.desktop); reported 
upstream
 Patch0: wxMaxima-appstream-xml-filename.patch
-BuildRequires:  hicolor-icon-theme
-# REQUIRED TO GENERATE HI-RES ICONS
-BuildRequires:  fdupes
 # REQUIRED FOR PATCH0
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  inkscape
 BuildRequires:  maxima >= 5.30.0
-BuildRequires:  wxWidgets-devel >= 3
-%if 0%{?suse_version}
 BuildRequires:  update-desktop-files
-%endif
+BuildRequires:  wxWidgets-devel >= 3
 # gnuplot is needed for plotting
 Requires:   gnuplot
 # libgnomeprint is needed for printing
 Requires:   libgnomeprint
 Requires:   maxima >= 5.30.0
-Requires(post): %install_info_prereq
-Requires(preun): %install_info_prereq
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:ppc64 ppc64le
 
@@ -77,7 +73,7 @@
 %patch0 -p1
 
 %build
-autoreconf -i
+autoreconf -fvi
 %configure \
--enable-printing \
--enable-unicode-glyphs \
@@ -85,7 +81,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 # REMOVE UPSTREAM INSTALLED DESKTOP FILE BECAUSE IT IS INCOMPLETE...
 rm %{buildroot}%{_datadir}/applications/wxMaxima.desktop
 # ...THEN INSTALL OURS
@@ -102,29 +98,25 @@
 # REMOVE UNNECESSARY ICONS OUT OF PIXMAPS
 rm %{buildroot}%{_datadir}/pixmaps/wxmaxima*
 
-%if 0%{?suse_version}
 %suse_update_desktop_file wxMaxima
-%endif
 
-%if 0%{?suse_version}
 %fdupes %{buildroot}%{_prefix}
-%endif
 
-%find_lang %name
+%find_lang %{name}
 
 %post
 %desktop_database_post
 %icon_theme_cache_post
 %mime_database_post
-%install_info --info-dir=%{_infodir} %{_infodir}/wxmaxima.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/wxmaxima.info%{ext_info}
 
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
 %mime_database_postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/wxmaxima.info.gz
+%install_info_delete --info-dir=%{_infodir} 
%{_infodir}/wxmaxima.info%{ext_info}
 
-%files -f %name.lang
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README.md ChangeLog
 %{_bindir}/*
@@ -138,8 +130,8 @@
 %endif
 %{_datadir}/bash-completion/completions/wxmaxima
 %{_datadir}/appdata/wxMaxima.appdata.xml
-%{_mandir}/man1/wxmaxima*.gz
-%{_infodir}/wxmaxima.info.gz
+%{_mandir}/man1/wxmaxima*%{ext_man}
+%{_infodir}/wxmaxima.info%{ext_info}
 %{_datadir}/mime/packages/*.xml
 %{_datadir}/pixmaps/*.svg
 

++ wxmaxima-16.04.1.tar.gz -> wxmaxima-16.04.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wxmaxima-16.04.1/configure 
new/wxmaxima-16.04.2/configure
--- old/wxmaxima-16.04.1/configure  2016-04-06 12:11:25.0 +0200
+++ new/wxmaxima-16.04.2/configure  2016-05-11 08:35:37.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for wxMaxima 16.04.1.
+# Generated by GNU Autoconf 2.69 for wxMaxima 16.04.2.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 

commit wxMaxima for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2016-07-20 09:21:06

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2016-04-14 
13:07:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2016-07-20 
09:21:08.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul 15 16:21:10 UTC 2016 - badshah...@gmail.com
+
+- Add wxMaxima-appstream-xml-filename.patch: Fix the appstream xml
+  file name (must be identical to .desktop file name w/o ext) and
+  the reference to the .desktop file therein (refers to
+  wxmaxima.desktop while installing wxMaxima.desktop); reported
+  upstream.
+- Update file list accordingly:
+  wxmaxima.appdata.xml -> wxMaxima.appdata.xml
+
+---

New:

  wxMaxima-appstream-xml-filename.patch



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.ferJ12/_old  2016-07-20 09:21:10.0 +0200
+++ /var/tmp/diff_new_pack.ferJ12/_new  2016-07-20 09:21:10.0 +0200
@@ -28,9 +28,14 @@
 Source0:
http://download.sourceforge.net/wxmaxima/%{tarname}-%{version}.tar.gz
 Source1:wxMaxima.desktop
 Source2:%{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM wxMaxima-appstream-xml-filename.patch 
badshah...@gmail.com -- Fix the appstream xml file name (must be identical to 
.desktop file name w/o ext) and the reference to the .desktop file therein 
(refers to wxmaxima.desktop while installing wxMaxima.desktop); reported 
upstream
+Patch0: wxMaxima-appstream-xml-filename.patch
 BuildRequires:  hicolor-icon-theme
 # REQUIRED TO GENERATE HI-RES ICONS
 BuildRequires:  fdupes
+# REQUIRED FOR PATCH0
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  inkscape
 BuildRequires:  maxima >= 5.30.0
@@ -69,8 +74,10 @@
 
 %prep
 %setup -q -n %{tarname}-%{version}
+%patch0 -p1
 
 %build
+autoreconf -i
 %configure \
--enable-printing \
--enable-unicode-glyphs \
@@ -130,7 +137,7 @@
 %dir %{_datadir}/appdata
 %endif
 %{_datadir}/bash-completion/completions/wxmaxima
-%{_datadir}/appdata/wxmaxima.appdata.xml
+%{_datadir}/appdata/wxMaxima.appdata.xml
 %{_mandir}/man1/wxmaxima*.gz
 %{_infodir}/wxmaxima.info.gz
 %{_datadir}/mime/packages/*.xml

++ wxMaxima-appstream-xml-filename.patch ++
Index: wxmaxima-16.04.1/data/wxMaxima.appdata.xml
===
--- /dev/null
+++ wxmaxima-16.04.1/data/wxMaxima.appdata.xml
@@ -0,0 +1,55 @@
+
+
+ wxMaxima.desktop
+ CC0-1.0
+ GPL-2.0+
+ wxMaxima
+ A graphical user interface for maxima being a powerful computer 
algebra system 
+ 
+   
+ wxMaxima is a graphical user interface for the computer algebra system 
Maxima:
+ a program that solves mathematical problems by manipulating
+ equations (and outputting the resulting formula), instead of just
+ calculating a number. wxMaxima eases the use of Maxima by making
+ most of its commands available through a menu system and by
+ providing input dialogs for commands that require more than one
+ argument. It also implements its own display engine that outputs
+ mathematical symbols directly instead of depicting them with
+ ASCII characters. 
+  
+  
+wxMaxima also features 2D and 3D inline plots, simple animations,
+mixing of text and mathematical calculations to create documents,
+exporting of input and output to TeX, document structuring and a
+browser for Maxima's manual including command index and full text
+searching.
+  
+ 
+ 
+  
+   http://andrejv.github.io/wxmaxima/images/linux_1.jpg
+   An example of a plot embeded in a work sheet
+  
+  
+   http://andrejv.github.io/wxmaxima/images/linux_2.jpg
+   Another example of a plot embeded in a work sheet
+  
+  
+   http://andrejv.github.io/wxmaxima/images/linux_3.jpg
+   wxMaxima provides wizards for the most important functions if 
maxima
+  
+  
+   http://andrejv.github.io/wxmaxima/images/mac_1.jpg
+   A screenshot of the advanced autocompletion feature
+  
+  
+   http://andrejv.github.io/wxmaxima/images/mac_2.jpg
+   wxMaxima allows for extensive documentation of the 
formula
+  
+  
+   http://andrejv.github.io/wxmaxima/images/windows_1.jpg
+   wxMaxima provides sidepanes for the most important 
functions
+  
+ 
+ http://andrejv.github.io/wxmaxima/
+
Index: wxmaxima-16.04.1/data/wxmaxima.appdata.xml
===
--- wxmaxima-16.04.1.orig/data/wxmaxima.appdata.xml
+++ 

commit wxMaxima for openSUSE:Factory

2016-04-14 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2016-04-14 13:07:06

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2016-04-05 
10:44:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2016-04-14 
13:07:07.0 +0200
@@ -1,0 +2,54 @@
+Wed Apr  6 22:28:12 UTC 2016 - badshah...@gmail.com
+
+- Update to version 16.04.1:
+  + Bug fixes.
+
+---
+Wed Apr  6 00:14:31 UTC 2016 - badshah...@gmail.com
+
+- Update to version 16.04.0:
+  + A TeX-like subscript notation: A_1 is now by default shown as
+an A with an 1 as subscript
+  + High-quality icons for high-dpi screens.
+  + Some broken .wxmx files generated with wxMaxima 13.04 and
+older will now automatically be repaired
+  + Tried to make communication with maxima more stable
+  + Debug: A monitor for the xml communication between maxima and
+wxMaxima
+  + Leading White-space in front of a character that has to be
+escaped in XML is no more ignored.
+  + jpeg-encoded images are now no more converted to much larger
+png files on saving .wxmx files and on exporting.
+  + Images will now actually be converted to the target format.
+  + Bumped the minor version of the .wxmx format: Some old
+versions of wxmaxima will replace .jpg files embedded in .wxmx
+files by a placeholder on load
+  + Increased both speed and memory-efficiency of image handling
+  + Save the zoom factor at exit and reload it on opening a new file
+  + An option that makes wxMaxima use user-defined labels instead
+of %o where an user-defined label exists. Works well together
+with unchecking the "export code cells" config item.
+  + A separate text style for user-defined labels.
+  + The "evaluate all cells" and "evaluate till here" now start
+with a fresh instance of maxima
+  + TeX export now should work with most unicode chars we have ESC
+sequences for.
+  + An auto-repair functionality that repairs most .wxmx files
+wxMaxima 13.04 was not able to open again.
+  + A few new ESC sequences and markdown commands.
+  + "#" now is shown as a "not equal" sign as a "not equal" sign
+already would be interpreted as "#".
+  + Teach CCL on Windows how to deal with unicode variable names
+like ü and α. For SBCL the necessary change has been done on
+the maxima side.
+  + Sidebars for symbols
+  + Printing text cells now works again
+  + The  key now works as a shortcut that closes the search
+dialogue.
+  + A copy-to-MathML feature
+  + Many bug, usability and performance fixes
+  + Most importantly: If it is a cursor it now blinks.
+- No longer rm .menu file, not bundled in upstream tarball any
+  more.
+
+---

Old:

  wxmaxima-15.08.2.tar.gz

New:

  wxmaxima-16.04.1.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.xVnasp/_old  2016-04-14 13:07:09.0 +0200
+++ /var/tmp/diff_new_pack.xVnasp/_new  2016-04-14 13:07:09.0 +0200
@@ -19,7 +19,7 @@
 %define tarname wxmaxima
 
 Name:   wxMaxima
-Version:15.08.2
+Version:16.04.1
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
@@ -95,9 +95,6 @@
 # REMOVE UNNECESSARY ICONS OUT OF PIXMAPS
 rm %{buildroot}%{_datadir}/pixmaps/wxmaxima*
 
-# REMOVE UNNECESSARY MENU FILE
-rm %{buildroot}/%{_datadir}/menu/wxmaxima.menu
-
 %if 0%{?suse_version}
 %suse_update_desktop_file wxMaxima
 %endif

++ wxmaxima-15.08.2.tar.gz -> wxmaxima-16.04.1.tar.gz ++
 142741 lines of diff (skipped)




commit wxMaxima for openSUSE:Factory

2016-04-05 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2016-04-05 10:43:59

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2015-09-11 
09:04:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2016-04-05 
10:44:01.0 +0200
@@ -1,0 +2,6 @@
+Mon Mar 28 22:55:49 UTC 2016 - dval...@suse.com
+
+- ExcludeArch POWER64 architecture, maxima is excluded due to missing
+  clisp 
+
+---



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.Io5l7w/_old  2016-04-05 10:44:02.0 +0200
+++ /var/tmp/diff_new_pack.Io5l7w/_new  2016-04-05 10:44:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -46,6 +46,7 @@
 Requires(post): %install_info_prereq
 Requires(preun): %install_info_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExcludeArch:ppc64 ppc64le
 
 %description
 wxMaxima is a cross platform GUI for the computer algebra system maxima




commit wxMaxima for openSUSE:Factory

2015-09-11 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2015-09-11 09:04:50

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is "wxMaxima"

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2015-08-28 
08:27:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2015-09-11 
09:04:54.0 +0200
@@ -1,0 +2,22 @@
+Tue Sep  8 12:49:33 UTC 2015 - badshah...@gmail.com
+
+- Update to version 15.08.2:
+  - Bugs fixed:
++ Added en.po to distribution.
++ Disable check for event types.
++ Correctly update the stats sidebar visibility in menus.
++ Update version number.
++ Don't remove new lines from lisp cells.
++ Added en.mo to distrubution.
+- Remove wxMaxima-missing-make-targets.patch: incorporated
+  upstream.
+
+---
+Thu Sep  3 06:42:50 UTC 2015 - badshah...@gmail.com
+
+- Update to version 15.08.1:
+  + Bug fixes (undocumented).
+- Rebase wxMaxima-missing-make-targets.patch; two issues fixed
+  upstream (and removed from patch), one issue persists.
+
+---

Old:

  wxMaxima-missing-make-targets.patch
  wxmaxima-15.08.0.tar.gz

New:

  wxmaxima-15.08.2.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.XqbmVy/_old  2015-09-11 09:04:56.0 +0200
+++ /var/tmp/diff_new_pack.XqbmVy/_new  2015-09-11 09:04:56.0 +0200
@@ -19,7 +19,7 @@
 %define tarname wxmaxima
 
 Name:   wxMaxima
-Version:15.08.0
+Version:15.08.2
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
@@ -28,10 +28,6 @@
 Source0:
http://download.sourceforge.net/wxmaxima/%{tarname}-%{version}.tar.gz
 Source1:wxMaxima.desktop
 Source2:%{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM wxMaxima-missing-make-targets.patch 
gh#andrejv/wxmaxima#549 badshah...@gmail.com -- Add file missed by upstream 
during release; patch taken from upstream and rebased for release version
-Patch0: wxMaxima-missing-make-targets.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  hicolor-icon-theme
 # REQUIRED TO GENERATE HI-RES ICONS
 BuildRequires:  fdupes
@@ -72,10 +68,8 @@
 
 %prep
 %setup -q -n %{tarname}-%{version}
-%patch0 -p1
 
 %build
-autoreconf -i
 %configure \
--enable-printing \
--enable-unicode-glyphs \

++ wxmaxima-15.08.0.tar.gz -> wxmaxima-15.08.2.tar.gz ++
 6135 lines of diff (skipped)




commit wxMaxima for openSUSE:Factory

2015-08-28 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2015-08-28 08:27:12

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is wxMaxima

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2015-02-13 
08:35:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2015-08-28 
08:27:20.0 +0200
@@ -1,0 +2,72 @@
+Wed Aug 19 10:08:15 UTC 2015 - badshah...@gmail.com
+
+- Update to version 15.08.0:
+  + MathJAX now provides scaleable equations and extended
+drag-and-drop for the html export.
+  + The table-of-contents-sidebar now shows the current cursor
+position.
+  + Fixed a few instances of cursors jumping out of the screen.
+  + Fixed a few instances of cursors jumping to the beginning or
+end of the worksheet.
+  + Better detection which cell maxima is processing and if it
+still is doing so.
+  + Regression: Hiding the toolbar didn't work on some systems.
+  + Markdown support for =, =, =, -, -, -, = and +/-
+symbols.
+  + An option to not export maxima's input as well as the output.
+  + An option to use High-resolution bitmaps for the HTML export.
+  + Images that are too big for the window now are displayed in a
+scaled-down version.
+  + Fixed the support for out-of-tree-bulds that was broken in 15.04.
+  + Meaningful ALT texts for the HTML export to provide accessibility.
+  + An option to include the .wxmx file in the .html export.
+  + Performance fixes that are espectionally effective for MSW
+  + Unification of some platform-specific code.
+  * bash autocompletion.
+  + A fourth sectioning level.
+  + Made entering uppercase greek letters easier and documented
+how to input special unicode symbols.
+  + Syntax highlighting in code cells.
+  + Automatic highlighting of text equal to the currrently
+selected one.
+  + A batch mode that pauses evaluation if maxima asks a question.
+  + A halt on error feature.
+  + Now evaluation of a new command is only triggered if
+evaluation of the last command has finished. This means that
+output from maxima is always appended to the right cell.
+  + Un-broke error and question handling for multiple commands per
+cell. Sincewe now send maxima's input command-per-command this
+means a cell with multiple commands is no more evaluated
+faster than multiple cells with single commands each.
+  + If ever a end-of-evaluation marker gets lost there is a new
+trigger evaluation menu entry in the maxima menu.
+  + On wxGtk autocompletion was replaced by a content assistant
+that is based on the surprisingly powerful autocompletion
+feature.
+  + Ctrl+Tab now launches the autocompletion (or content
+assistant, if available).
+  + Tab and Shift+Tab now indent and unindent regions.
+  + Ctrl+Mouse wheel and Ctrl++/- now zoom in and out of the
+worksheet.
+  + Allow Extending selection from part of a single cell to
+multiple cells.
+  + An Autoindent functionality.
+- Changes from version 15.04.0:
+  + See /usr/doc/packages/wxMaxima/ChangeLog file.
+- Explicit dependency on wxwidgets = 3.0.
+- Update maxima version required for building.
+- Package ChangeLog file available in upstream tarball since
+  version 15.04.0.
+- Add patch required because upstream missed a few files from
+  the tarball:
+  + wxMaxima-missing-make-targets.patch (touches autotool files
+BR on autoreconf required).
+- Generate and install hicolor icons from the bundled svg icon
+  file; introduces BR on inkscape, hicolor-icon-theme.
+- Use %post and %postun scriptlets as necessary.
+- Update filelist to include new files installed by upstream, as
+  well as hicolor icons.
+- Update desktop menu filename to be consistent with upstream; add
+  Mimetypes specification to .desktop file.
+
+---

Old:

  wxmaxima-14.12.1.tar.gz
  wxmaxima.desktop

New:

  wxMaxima-missing-make-targets.patch
  wxMaxima.desktop
  wxmaxima-15.08.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.CVjEie/_old  2015-08-28 08:27:22.0 +0200
+++ /var/tmp/diff_new_pack.CVjEie/_new  2015-08-28 08:27:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -19,35 +19,36 @@
 %define tarname wxmaxima
 
 Name:   wxMaxima
-Version:  

commit wxMaxima for openSUSE:Factory

2015-02-12 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2015-02-13 08:35:14

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is wxMaxima

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2014-12-29 
00:30:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2015-02-13 
08:35:16.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb  9 22:15:14 UTC 2015 - jeng...@inai.de
+
+- Use wxWidgets 3 and remove manual dependencies.
+  Run fdupes over more files.
+
+---



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.7W7hbm/_old  2015-02-13 08:35:17.0 +0100
+++ /var/tmp/diff_new_pack.7W7hbm/_new  2015-02-13 08:35:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,27 +32,23 @@
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
-BuildRequires:  libxml2-devel
 BuildRequires:  maxima = 5.13.0
-# Starting with version 0.8.8, it should be possible to use STL variant.
-#BuildRequires:  wxWidgets-devel
+%if 0%{?suse_version} = 1320
+BuildRequires:  wxWidgets-devel = 3
+%else
 BuildRequires:  wxWidgets-wxcontainer-devel
+%define _use_internal_dependency_generator 0
+%define __find_requires %wx_requires
+%endif
 # gnuplot is needed for plotting
 Requires:   gnuplot
-Requires:   gtk2
 # libgnomeprint is needed for printing
 Requires:   libgnomeprint
-Requires:   libxml2
 Requires:   maxima = 5.13.0
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1140
-%define _use_internal_dependency_generator 0
-%define __find_requires %wx_requires
-%endif
 
 %description
 wxMaxima is a cross platform GUI for the computer algebra system maxima
@@ -92,7 +88,7 @@
 %endif
 
 %if 0%{?suse_version}
-%fdupes %{buildroot}%{_datadir}
+%fdupes %buildroot/%_prefix
 %endif
 
 %find_lang %name

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wxMaxima for openSUSE:Factory

2014-12-28 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2014-12-29 00:30:37

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is wxMaxima

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2014-09-17 
21:25:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2014-12-29 
00:30:55.0 +0100
@@ -1,0 +2,8 @@
+Thu Dec 25 14:30:55 UTC 2014 - badshah...@gmail.com
+
+- Update to version 14.12.1:
+  + No documentation of changes.
+- Changes from version 14.12.0:
+  + No documentation of changes.
+
+---

Old:

  wxmaxima-14.09.0.tar.gz

New:

  wxmaxima-14.12.1.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.NfBXzc/_old  2014-12-29 00:30:58.0 +0100
+++ /var/tmp/diff_new_pack.NfBXzc/_new  2014-12-29 00:30:58.0 +0100
@@ -19,7 +19,7 @@
 %define tarname wxmaxima
 
 Name:   wxMaxima
-Version:14.09.0
+Version:14.12.1
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+

++ wxmaxima-14.09.0.tar.gz - wxmaxima-14.12.1.tar.gz ++
 85613 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wxMaxima for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2014-09-17 21:24:48

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is wxMaxima

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2013-06-05 
13:22:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2014-09-17 
21:25:05.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep 17 10:26:31 UTC 2014 - badshah...@gmail.com
+
+- Update to verson 14.09.0:
+  + No detailed changelog available
+- Packaging changes:
+  + Adapt to source tarball name change from wxMaxima to wxmaxima
+  + Add rpmlintrc file as source. 
+
+---

Old:

  wxMaxima-13.04.2.tar.gz

New:

  wxmaxima-14.09.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.lTece4/_old  2014-09-17 21:25:06.0 +0200
+++ /var/tmp/diff_new_pack.lTece4/_new  2014-09-17 21:25:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,18 @@
 #
 
 
+%define tarname wxmaxima
+
 Name:   wxMaxima
-Version:13.04.2
+Version:14.09.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://wxmaxima.sourceforge.net/
-Source0:
http://download.sourceforge.net/wxmaxima/%{name}-%{version}.tar.gz
+Source0:
http://download.sourceforge.net/wxmaxima/%{tarname}-%{version}.tar.gz
 Source1:wxmaxima.desktop
+Source2:%{name}-rpmlintrc
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -71,7 +74,7 @@
   Documents can be saved and edited again later.
 
 %prep
-%setup -q
+%setup -q -n %{tarname}-%{version}
 
 %build
 autoreconf -i

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wxMaxima for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2013-06-05 13:22:41

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is wxMaxima

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2013-04-24 
21:43:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2013-06-05 
13:22:42.0 +0200
@@ -1,0 +2,10 @@
+Sat May 25 21:39:56 UTC 2013 - badshah...@gmail.com
+
+- Update to version 13.04.2:
+  + Fix a bug with matchParens=false option
+- Changes from version 13.04.1:
+  + Include all files in the source tgz
+- Drop wxMaxima-fix-missing-locale.patch; upstream now includes
+  all required source files, making patch unnecessary.
+
+---

Old:

  wxMaxima-13.04.0.tar.gz
  wxMaxima-fix-missing-locale.patch

New:

  wxMaxima-13.04.2.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.Jr30r3/_old  2013-06-05 13:22:43.0 +0200
+++ /var/tmp/diff_new_pack.Jr30r3/_new  2013-06-05 13:22:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   wxMaxima
-Version:13.04.0
+Version:13.04.2
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
@@ -25,8 +25,6 @@
 Url:http://wxmaxima.sourceforge.net/
 Source0:
http://download.sourceforge.net/wxmaxima/%{name}-%{version}.tar.gz
 Source1:wxmaxima.desktop
-# PATCH-FIX-UPSTREAM wxMaxima-fix-missing-locale.patch badshah...@gmail.com -- 
Fix build error by removing references to missing locale in makefiles (requires 
automake)
-Patch0: wxMaxima-fix-missing-locale.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -74,7 +72,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 autoreconf -i

++ wxMaxima-13.04.0.tar.gz - wxMaxima-13.04.2.tar.gz ++
 3485 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wxMaxima for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2013-04-24 21:43:00

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is wxMaxima, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2012-09-13 
00:07:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2013-04-24 
21:43:01.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 23 06:12:43 UTC 2013 - badshah...@gmail.com
+
+- Update to version 13.04.0:
+  + No detailed changelog available
+- Add wxMaxima-fix-missing-locale.patch to fix build failure while
+  trying to install a locale that is missing from the tarball.
+
+---

Old:

  wxMaxima-12.09.0.tar.gz

New:

  wxMaxima-13.04.0.tar.gz
  wxMaxima-fix-missing-locale.patch



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.gsUvc1/_old  2013-04-24 21:43:04.0 +0200
+++ /var/tmp/diff_new_pack.gsUvc1/_new  2013-04-24 21:43:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   wxMaxima
-Version:12.09.0
+Version:13.04.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
@@ -25,6 +25,10 @@
 Url:http://wxmaxima.sourceforge.net/
 Source0:
http://download.sourceforge.net/wxmaxima/%{name}-%{version}.tar.gz
 Source1:wxmaxima.desktop
+# PATCH-FIX-UPSTREAM wxMaxima-fix-missing-locale.patch badshah...@gmail.com -- 
Fix build error by removing references to missing locale in makefiles (requires 
automake)
+Patch0: wxMaxima-fix-missing-locale.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
@@ -70,8 +74,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -i
 %configure \
--enable-printing \
--enable-unicode-glyphs
@@ -85,7 +91,9 @@
 %suse_update_desktop_file -n wxmaxima
 %endif
 
+%if 0%{?suse_version}
 %fdupes %{buildroot}%{_datadir}
+%endif
 
 %find_lang %name
 

++ wxMaxima-12.09.0.tar.gz - wxMaxima-13.04.0.tar.gz ++
 7147 lines of diff (skipped)

++ wxMaxima-fix-missing-locale.patch ++
Index: wxMaxima-13.04.0/locales/Makefile.am
===
--- wxMaxima-13.04.0.orig/locales/Makefile.am
+++ wxMaxima-13.04.0/locales/Makefile.am
@@ -2,8 +2,8 @@
 # This file is based on the corresponding file for the poedit program
 #
 
-WXMAXIMA_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl zh_CN
-WXWIN_LINGUAS =fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl zh_CN
+WXMAXIMA_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl
+WXWIN_LINGUAS =fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl
 
 localedir = $(datadir)/locale
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wxMaxima for openSUSE:Factory

2012-09-12 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2012-09-13 00:07:24

Comparing /work/SRC/openSUSE:Factory/wxMaxima (Old)
 and  /work/SRC/openSUSE:Factory/.wxMaxima.new (New)


Package is wxMaxima, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2012-06-05 
12:03:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2012-09-13 
00:07:25.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 11 16:36:56 UTC 2012 - badshah...@gmail.com
+
+- Update to version 12.09.0:
+  + No detailed changelog available
+- Change source url in spec file.
+
+---

Old:

  wxMaxima-12.04.0.tar.gz

New:

  wxMaxima-12.09.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.sBLiod/_old  2012-09-13 00:07:27.0 +0200
+++ /var/tmp/diff_new_pack.sBLiod/_new  2012-09-13 00:07:27.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   wxMaxima
-Version:12.04.0
+Version:12.09.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://wxmaxima.sourceforge.net/
-Source0:
http://sourceforge.net/projects/wxmaxima/files/wxMaxima/%{version}/%{name}-%{version}.tar.gz
+Source0:
http://download.sourceforge.net/wxmaxima/%{name}-%{version}.tar.gz
 Source1:wxmaxima.desktop
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ wxMaxima-12.04.0.tar.gz - wxMaxima-12.09.0.tar.gz ++
 5051 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org