SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libmgl-wx7_4_1-2.3.4-1.19.i586.rpm :
Fri Aug 5 14:00:00 2016 tchvatalAATTsuse.com
- Drop dependency on swig3 as swig in leap got updated to 3.x series

Wed Feb 24 13:00:00 2016 dmitry_rAATTopensuse.org
- Update to version 2.3.4

* Minor fixes and improvements, see included ChangeLog.txt for details

* Update mathgl-examples-install.patch

* Update mathgl-texmf-dir.patch

* Drop obsolete getopt.patch

* Drop obsolete mathgl-cmake-3.2.patch

Tue Nov 17 13:00:00 2015 dmitry_rAATTopensuse.org
- Fix octave-mathgl package dependencies

Wed Sep 30 14:00:00 2015 dmitry_rAATTopensuse.org
- Disable json examples
- Enable Octave module and Qt5 support for openSUSE Leap 42.1
- Use wxWidgets 3 for openSUSE Leap 42.1

Thu Aug 13 14:00:00 2015 dmitry_rAATTopensuse.org
- Enable Octave module for openSUSE > 13.2

Tue Jun 9 14:00:00 2015 schwabAATTsuse.de
- getopt.patch: Fix use of getopt
- Compile with %{optflags}
- Fix %postun -n %{libname}-wx%{libversion}

Sat Jun 6 14:00:00 2015 dmitry_rAATTopensuse.org
- Update to version 2.3.3

* Minor fixes and improvements, see included ChangeLog.txt for details

* Update mathgl-examples-install.patch

* Update mathgl-texmf-dir.patch
- Fix build with old texinfo

* mathgl-oldtexinfo.patch

Sun May 31 14:00:00 2015 dmitry_rAATTopensuse.org
- Disable Octave module due to swig incompatibility with Octave 4.0

Thu Mar 26 13:00:00 2015 dimstarAATTopensuse.org
- Add mathgl-cmake-3.2.patch: Fix build with cmake 3.2; X11 is no
longer implicit linked.

Sat Feb 28 13:00:00 2015 dmitry_rAATTopensuse.org
- Build with MPI support

Tue Feb 17 13:00:00 2015 dmitry_rAATTopensuse.org
- Use texinfo for documentation generation on openSUSE > 13.2

Mon Feb 2 13:00:00 2015 dmitry_rAATTopensuse.org
- Update to version 2.3.2

* Update mgltex.

* Add reading files with complex numbers by \'read\' command.

* Parallelize reading textual data files.

* Add \'i\',\'j\',\'k\' variables for data filling.

* Add saving images in QMathGL even if corresponding format
support is disabled.

* Add cmake option MGL_DEF_FONT to change default font name
or use built-in one (if MGL_DEF_FONT is empty).

* Compatibility changes and bugfixes.

* Update mathgl-fix-python-module-path.patch
- Add mathgl-tex subpackage
- Set correct path to texmf directory

* mathgl-texmf-dir.patch
- Fix package descriptions

Sat Jan 31 13:00:00 2015 dmitry_rAATTopensuse.org
- Update to version 2.3.1

* Add MGL command \'load\' for loading MGL commands from external
.so module.

* Add Logo() function to draw bitmap (logo), which is stretched
along whole axis range

* Add MGL command \'reset\' which restore default settings and
clear image (i.e. call DefaultPlotParam()).

* Change y coordinate at x-z projection.

* Improve projection of \'unrotatable\' objects (like legend, title, ...).

* Add projection (Ternary&8) which is the same as usual (Ternary&4)
but don\'t print text on projections

* Improve orientation of axis ticks and labels.

* Add mglWnd::SetDrawFunc().

* Add mgl_set_global_warn() and mgl_get_global_warn() for set/get
messages of global scope.

* Make copying private of mglGraph and derived.

* Add virtual destructors.

* Add some static functions for mglGraph.

* Add option \"-n\" to mglconv to disable automatic saving of the image.

* Add option \"-s\" to mglview and mglconv to run setup script before
the main one.

* Add light scaling at MGLD import.

* Add scaling of frames at Adjust().

* Update docs.

* Update mathgl-examples-install.patch

Thu Nov 13 13:00:00 2014 dmitry_rAATTopensuse.org
- Fix build on SLE12

Wed Sep 24 14:00:00 2014 sfalkenAATTopensuse.org
- Specfile Cleanup to clear some rpmlint warnings

Thu Aug 7 14:00:00 2014 dmitry_rAATTopensuse.org
- Update to version 2.3

* Add background image, which allow in particular semi-transparent
background color.

* Add primitives to draw polygon and angle arc.

* Allow arbitrary factor for axis ticks.

* Add function AddTick() for adding manual tick to existed ones.

* Add new styles and symbols.

* Add ODE solving functions for textual formulas.

* Add function for global cubic spline interpolation, and function
to refill using global spline.

* Add functions \"random(dat)\" and \"gamma_inc(a,x)\" to the list
of known functions for formula parsing

* Add \'inf\' variable to the MGL and formula parsing

* Allow reading JPEG files for mglData::Import().

* Warning messages and information are printed to stderr until
call of mgl_suppress_warn(true) will disable it.

* Add move constructor(s) if compiler support C++11 rvalues.

* Changes in algorithms:
- Greatly increase speed of formula parsing, and speeding up
many other places;
- Improve algorithm for contours drawing and filling, taking
special attention to quasi-random data.
- Spline() now use 5-th order polynomials to keep continuity
of 2nd derivative too.
- Add function attributes \'pure\' or \'const\', which potentially
can speed up drawing.
- Use spline instead of linear interpolation in functions
Flow() and Pipe().
- Adjust columnplot and gridplot positions for non-zero
distance between the inplots.
- Improve colorbar labels drawing at SetRotatedText(false)
- Choose new scales for perspective.
- Allow \'negative\' angles for text rotation
- Use new s-hull version for triangulation.

* UDAV improvements.

* Remove obsolete mathgl-fltk.patch
- Enable OpenMP support
- Move PDF documentation to separate package.
- Disable info files build due to outdated texinfo

Wed Mar 19 13:00:00 2014 dmitry_rAATTopensuse.org
- Update to version 2.2.2.1

* Function SetRange(v1,v2) ignore NAN values now.

* Add enable-json-sample for building json-samples on demand only.

* Update docs.

Mon Mar 17 13:00:00 2014 dmitry_rAATTopensuse.org
- Fix -devel package dependences, Qt5 available only for openSUSE >= 13.2

Mon Mar 10 13:00:00 2014 dmitry_rAATTopensuse.org
- Update to version 2.2.2

* Add mgl_region_3d() to draw region (or ribbon) between 2 curves.
Correspondingly extend mglGraph::Region() function and MGL
command \'region\'.

* Allow LGPL for MathGL widgets.

* Improve export to TeX.

* Add missing functions to Fortran interface.

* Bugfix for legend with enabled lighting.

* Minor bugfixes and memory leaks.

Fri Jan 31 13:00:00 2014 badshah400AATTgmail.com
- Re-enable octave bindings; patched swig with support for
octave >= 3.8.0 is already in science and should fix building
mathgl with octave enabled.

Sun Jan 26 13:00:00 2014 dmitry_rAATTopensuse.org
- Update to version 2.2.1

* Add Qt5 support.

* Add Pascal interface.

* Improve JavaScript interface.

* Add function AddRange(char dir, mreal v1, mreal v2) and extend
corresponding MGL commands \'[xyzc]range\'.

* Add \'hypot\' function for known functions in formula parsing.

* Add style \'~\' to disable colorbar or axis labels. NOTE, axis
style \'_\' is obsolete and should be replaced by \'~\'.

* Change Aspect() if Ax=NAN. Now, Ay and Az set the ratio to
optimal aspect (not exact value as previously).

* Disable changes by View(),Zoom(),Perspective() for position
of Title(), Legend(), Colorbar().

* Partial support of perspective in CalcXYZ().

* Speed up PDE solving.

* Add complex versions of PDE, QO2d, QO3d.

* Correct filled background for Box() in curved coordinates.

* Allow nx=1 for Stem and Error.

* Bugfix for drawing single axis.

* Bugfix for missing options parsing for some of MGL commands.

* Bugfix for .pmin suffix in MGL. Add mglData::MaximalNeg() and
mglData::MinimalPos() functions. Add .nmin and .nmax suffixes.

* Bugfix for colorbar labels.

* Force using python 2.7 by default.

* Minor bugfixes and memory leaks.
- Disable Octave interface due to Octave 3.8.0 changes
- Disable openmp support due to instability

Mon Nov 11 13:00:00 2013 dmitry_rAATTopensuse.org
- Update to version 2.2

* Add OpenMP calls mostly everywhere (can work as replacement
of pthreads - a bit faster since more loops is parallelized).

* Greatly speed up consequent FFT and Hankel transforms. Add
mgl_clear_fft() function for manual clearing of saved FFT/Hankel data.

* Add OHLC() plot for drawing Open-High-Low-Close diagram

* Add wxMathGL widget.

* Add interface for Lua v.5.1.

* Add mask for face drawing if one of symbols \"-+=;oOsS~<>jdD
*^\"
is specified in color scheme. This work only for export in
bitmap images.

* Add Quality=8 for dots drawing (extremely fast).

* Add styles \'4\',\'6\',\'8\' for Cone() and Cones() to produce square,
hex-, octo-prism.

* Add style \'t\' for Cones() to produce tubes (cylinders).

* Add style \'^\' for Legend() to left/right align legend if its
coordinates are right/left from the center

* Add style \'<\', \'^\', \'>\' for aligning/centering boxes in Bars(),
Barh(), BoxPlot(), Cones(). Also this plots become centered by
default if nx sizes are the same for all data.

* Add Dots() function which set independently both color and alpha
of dots

* Improve automatic axis position. Add style \'^\' for inverse
automatic axis position.

* Improve tick labeling. Add style TuneTicks&4 for zero filling
of tick labels.

* Add mglData::Refill() for filling by interpolation of
parametrically dependent data

* Add transparency for Area() and Region() plots.

* Add mgl_clf_chr() function and extend \'clf\' command.

* Fourier now perform true inverse Fourier transform (instead of
backward one).

* Improve/change lighting from local sources. Add SetDiffuse() function.

* C functions now return NULL if HMDT data cannot be created for
given input argument(s).

* Enable line width for Mesh() and Fall() plots.

* Replace +INF and -INF by NAN in textual formula output.

* Add manual compression of JSON.

* Define WORDS_BIGENDIAN and HAVE_MEMRCHR (thanks to Dinar Valeev).

* Bugfix for cleaning unused points.

* Fix \'setsize\' command at UDAV starting.

* Rewrite MGL parsing by using std::wstring for avoiding possible
bugs of wcs
*() functions.

* Minor bugfixes.

* Update docs.
- Removed obsolete mathgl-bigendian.patch
- Removed obsolete mathgl-gsl-deprecated-code-usage.patch

Tue Sep 17 14:00:00 2013 badshah400AATTgmail.com
- Add mathgl-gsl-deprecated-code-usage.patch to fix build failures
with gsl version 1.16, notably in openSUSE:Factory.

Sat Jun 1 14:00:00 2013 dmitry_rAATTopensuse.org
- Add package with static libraries

Thu May 30 14:00:00 2013 dvaleevAATTsuse.com
- Detect WORDS_BIGENDIAN and HAVE_MEMRCHR to build on bigendian
platforms correctly (mathgl-bigendian.patch)

Wed May 8 14:00:00 2013 dmitry_rAATTopensuse.org
- Update to version 2.1.3.1

* bugfix release, see included ChangeLog.txt for details

Thu May 2 14:00:00 2013 dmitry_rAATTopensuse.org
- Update to version 2.1.3

* bugfix release, see included ChangeLog.txt for details
- Split libraries into separate packages
- Split mathgl CGI into separate package
- Spec file reformatting
- Removed obsolete mathgl-libpath.patch

Thu Feb 7 13:00:00 2013 dmitry_rAATTopensuse.org
- Disable reading octave initialization files during build

Mon Jan 28 13:00:00 2013 dmitry_rAATTopensuse.org
- Update to version 2.1.2

* bugfix release, see included ChangeLog.txt for details

Mon Dec 24 13:00:00 2012 dmitry_rAATTopensuse.org
- Update to version 2.1.1

* bugfix release, see included ChangeLog.txt for details

* removed obsolete mathgl-rpath.patch

* updated mathgl-libpath.patch

Wed Dec 19 13:00:00 2012 dmitry_rAATTopensuse.org
- Update rpath patch

* mathgl-rpath.patch

Wed Dec 19 13:00:00 2012 Rene.vanPaassenAATTgmail.com
- Add fltk-fluid for fedora
- Recommends tag conditional on suse versions

Fri Dec 14 13:00:00 2012 dmitry_rAATTopensuse.org
- Update to version 2.1

* see ChangeLog.txt for details
- Set correct path to documentation directory

* udav-help-path.patch
- Disable rpath

* mathgl-rpath.patch
- Update other patches
- Delete SLE-specific things from spec file

Thu Nov 15 13:00:00 2012 Rene.vanPaassenAATTgmail.com
- Fix spec file for build on Fedora:

* add dependencies (xmu, texi2html, texinfo-tex)

* re-define _defaultdocdir, to reflect correct doc path

* correct test for suse_version

Wed Oct 17 14:00:00 2012 dmitry_rAATTopensuse.org
- Locate documentation to right place

* mathgl-doc-path.patch
- Update post and postup for octave-mathgl

Fri Aug 24 14:00:00 2012 dmitry_rAATTopensuse.org
- Fix octave-mathgl package installation

Tue Aug 21 14:00:00 2012 dmitry_rAATTopensuse.org
- Add octave-mathgl package
- Add mathgl-examples package

Sun Jul 29 14:00:00 2012 badshah400AATTgmail.com
- Update to version 2.0.3:
+ Make code compilable by compilers GNU/MinGW GCC, Clang, MS
VisualStudio
+ Add mglTriangulation() using s_hull_pro algorithm
+ Add mglData::Grid() and mglGraph::DataGrid() for filling
regular data by values of triangulated surface
+ Add cmake options ’enable-png’ and ’enable-zlib’
+ Add SetTimeUTC() for using UTC time instead of local one
+ Add SetTickShift() for additional shift of tick labels
+ Add mglGraph::MPI_Send() and mglGraph::MPI_Recv()
+ Vector plots now draw vector at edges, which are directed out
of bounding box
+ Add gap between 1d plots for avoiding possible undetermined
overlapping
+ Add parallel build for documentation
+ Bugfixes for memory leaks and uninitialized variables, for
setting text size, for handling NAN color value, for missing
lines in export to EPS/SVG
- Drop mathgl-cmake-enable-doc-option-fix.patch; implemented
upstream
- Split udav into its own package
- Add %suse_update_desktop_file for SLE to fix brp complaints
about missing generic name for udav.desktop
- Add install-info post scriplets for the installed info files.

Thu May 24 14:00:00 2012 badshah400AATTgmail.com
- Update to version 2.0.2:
+ Add \'U\' style for Axis() which disable ticks rotation
+ Bugfix for enable-opengl option
+ Bugfix for lighting
- Changes from version 2.0.1:
+ Improve speed of drawing
+ Add reading 3d data files using mglData::ReadMat()
+ Exclude unnecessary dependencies/inclusions
+ Improve build system:
- Add multithreading
- Add install for Octave
- Separate enable-doc option from enable-all
+ Minor bugfixes
- Add mathgl-cmake-enable-doc-option-fix.patch to fix the usage
of the cmake option: enable-doc (sf#3529593)
- Modify existing patch mathgl-fix-python-module-path.patch
to use DESTDIR environment variable instead of RPM_BUILD_ROOT
directly; set DESTDIR during make install stage
- Enable building with hdf5 support: introduces build dependency
on hdf5-devel
- Disable octave bindings for now as they do not build
- Enable building on SLE 11 by turnning off doc building for it.

Wed May 9 14:00:00 2012 badshah400AATTgmail.com
- Add mathgl-fix-python-module-path.patch to fix the path where
python modules are installed.

Sat May 5 14:00:00 2012 badshah400AATTgmail.com
- Update to version 2.0:
+ mglGraph class is single plotter class instead of mglGraphZB,
mglGraphPS and so on
+ Text style and text color positions are swapped. I.e. text
style ‘r:C’ give red centered text, but not roman dark cyan
text as for v.1.
*
+ ColumnPlot() indexing is reverted
+ Move most of arguments of plotting functions into the string
parameter and/or options
+ \"Bright\" colors (like {b8}) can be used in color schemes and
line styles
+ Intensively use pthread internally for parallelization of
drawing and data processing
+ Add tick labels rotation and skipping. Add ticks in
time/date format
+ New kinds of plots (Tape(), Label(), Cones(), ContV())
+ Extend existing plots
+ New primitives (Circle(), Ellipse(), Rhomb(), ...)
+ New plot positioning (MultiPlot(), GridPlot())
+ Improve MGL scripts. Add ’ask’ command and allow string
concatenation from different lines
+ Export to LaTeX and to 3D formats (OBJ, OFF, STL)
+ Add pipes support in utilities (mglconv, mglview)
- Turn off fltk bindings for openSUSE 12.1 and lower as they
cause build errors
- Disable python-mathgl package as it does not build
- Rebase mathgl-fltk.patch
- Add mathgl-libpath.patch to allow setting the location of
installed libraries using a cmake variable
- Add texlive-latex as build dependency; required for
generation of pdf documentation.
- -----------------------------------------------------------------

Sat Feb 25 13:00:00 2012 scorotAATTfree.fr
- fix build for SLE-11

Sat Feb 25 13:00:00 2012 scorotAATTfree.fr
- fix build for SLE-11

Mon Feb 13 13:00:00 2012 cooloAATTsuse.com
- patch license to follow spdx.org standard

Mon Oct 3 14:00:00 2011 dimstarAATTopensuse.org
- Fix typo in patch tagline.

Sat Aug 20 14:00:00 2011 badshah400AATTgmail.com
- Miscellaneous spec file corrections

Tue Aug 16 14:00:00 2011 badshah400AATTgmail.com
- Fix build issues with openSUSE < 11.4

Tue Aug 16 14:00:00 2011 badshah400AATTgmail.com
- Initial package (version 1.11.2)


 
ICM