SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for scilab-modules-6.1.0-97.4.noarch.rpm :

* Tue Feb 25 2020 Atri Bhattacharya - Update to version 6.1.0: See https://help.scilab.org/docs/6.1.0/en_US/CHANGES.html.- Drop scilab-fix-build-with-modern-lucene.patch: incorporated upstream.- Add scilab-unicode-in-copyright-header.patch: Replace a unicode character in a copyright header as compilation fails due to it.- GCC >= 8 is now required.- Minor rebase of existing patches to apply cleanly against updated sources.
* Tue Nov 19 2019 Fridrich Strba - Added patch scilab-fix-build-with-modern-lucene.patch in order to fix build against lucene 7
* Mon Oct 21 2019 olafAATTaepfle.de- Newer versions of ocaml require usage of scilab-ocaml.patch- Use autosetup in prep section
* Fri Oct 04 2019 olafAATTaepfle.de- Ocaml code requires the num library, but it was not explicit required at build time
* Thu Mar 07 2019 Atri B - Update to version 6.0.2:
* See https://help.scilab.org/docs/6.0.2/en_US/CHANGES.html.- Drop patches either directly incorporated upstream or otherwise fixed:
* scilab-0003-fix-desktop-categories.patch (fixed because of updated desktop menu categories on openSUSE).
* scilab_ppc64le_java_archinstall_changed.patch.
* scilab-hdf5-1_10-compat.patch.
* scilab-hdf5-function-return-compatibility.patch.
* scilab-launch-from-xterm.patch (also drop xterm Requires).
* scilab-gfortran8-errors.patch.- Modify scilab-java9-ClassLoader.patch to add java modules to _JAVA_OPTIONS using \"--add-modules\" as opposed to \"-Djava.add.modules\" which does not work.- Add scilab-drop-javax-annotation.patch: Remove references to javax.annotation as it is unavailable with java >= 11 and the code referencing this doesn\'t do anything anyway.- Modify patches touching configure directly to instead work on m4 and configure.ac and regenerate configure script before building; this makes the patches cleaner and simpler to maintain. Add libtool BuildRequires for autoreconf dependencies.- Minor rebase of other patches to apply cleanly.- Use suse_update_desktop_file macro to install .desktop files instead of desktop-file-install (less clunky).- New BuildRequires: time.- Update java version in Requires and BuildRequires: >= 11 now needed.- Drop scilab-dont-test-for-jaf.patch as JAF has been added back to openjdk >= 11 packages for openSUSE 15.0 and newer; drop BuildRequires and Requires on external jaf.
* Wed Dec 12 2018 Fridrich Strba - BuildRequire objectweb-asm only for distro versions that use cobertura. This avoids a moot dependency on an unused package.
* Sat Nov 24 2018 badshah400AATTgmail.com- Add scilab-dont-test-for-jaf.patch: Disable the autoconf tests for jar-based activation framework (JAF); JAF is available for openjdk-11 (for openSUSE anyway), but uses jmod instead.- Change BuildRequires to require java >= 11 following above patch.
* Mon Nov 12 2018 Atri Bhattacharya - Enforce back java-devel = 10 requirement, JAF not found when building against java-openjdk 11 causing build failures.
* Sat Nov 03 2018 Fridrich Strba - Build against asm5, which is the newest that we have. In any case the configure does not find cobertura, so this is kind of a moot dependency- Build for suse_version >= 1500 with any java-devel >= 9, since we merged back into our java-11-openjdk packages the Java Activation Framework and other selected JavaEE modules
* Fri Oct 12 2018 badshah400AATTgmail.com- Require java 10 stringently, as java >= 11 has dropped JAF (Java Activation Framework) and scilab does not build without it.- Add scilab-gfortran8-errors.patch: Fix size mismatch between function arguments and variables; these crop up as errors when compiling against gfortran >= 8.
* Fri Apr 20 2018 badshah400AATTgmail.com- Explicitly add Requires: java >= 9 to make sure the correct version of java is installed in the system.
* Wed Apr 04 2018 fstrbaAATTsuse.com- Add scilab-java_source_target.patch: Build with source and target 6 in order to avoid runtime errors with unrecognized class version.- Make build with any java-devel >= 9 for openSUSE >= 1500, in order not to depend on a particular exact java version.
* Mon Mar 12 2018 badshah400AATTgmail.com- Drop scilab-self-closing-br.patch: No longer required as the offending issues have been fixed upstream and we don\'t care for the minor pieces enough to carry around this patch; see https://bugzilla.scilab.org/show_bug.cgi?id=14695.- Require xterm for scilab since the desktop launchers now launch the executable via xterm.
* Mon Feb 26 2018 badshah400AATTgmail.com- Update License in keeping with upstream: Scilab is now distributed under the terms of GPL-2.0.- Modify scilab-launch-from-xterm.patch: also add scinotes and xcos desktop launchers to patch, and make them launch via xterm; add xterm to Requires.- Modify scilab-openjdk9-no-javah.patch: enclose JAVAH variable declaration in quotes.- Document the addition of jaf = 1.1 to [Build]Requires; added in previous commit, and required for building documentation in conjunction with scilab-java9-ClassLoader.patch; not required for openSUSE < 1500 where jdk 1.8 is used.- Restore sed commands to clear Class-Path from Manifest files; this was erroneously removed in previous commit.- Use jdk 9 only for openSUSE >= 1500; disable patches relating to jdk 9+ for older openSUSE.- Enforce minimum version on eigen3-devel BuildRequires: at least version 3.3.2 required.- Add i586 to ExcludeArch, building no longer supported by upstream.
* Thu Feb 22 2018 badshah400AATTgmail.com- Enforce java 9 for building, as there are runtime error when java 10 is used- Add scilab-xcos-java9.patch: Fix xcos compilation against openjdk-java 9; enable building xcos during configure.- Add scilab-java9-ClassLoader.patch: Hack frontloading of all necessary jar classpaths by passing them to _JAVA_OPTIONS since dynamic classpath loading doesn not work any more; see http://mailinglists.scilab.org/Scilab-GUI-and-adv-cli-fail-to-launch-with-java-9-td4037645.html- Enable documentation; building fixed due to above patch.- Add scilab-bin-correct-java9-path.patch- Drop scilab-batik-1.8.patch
* Fri Feb 16 2018 badshah400AATTgmail.com- Update to version 6.0.1:
* Long list of changes, see https://help.scilab.org/docs/6.0.1/en_US/CHANGES.html- Update BuildRequires and Requires: eigen3-devel [only BuildRequires], ecj, java-devel >= 9, lucene
* >= 6.0.- Add scilab-launch-from-xterm.patch: Modify Exec key for .desktop file so that scilab is launched via xterm; this is needed because of upstream\'s negligence: http://bugzilla.scilab.org/show_bug.cgi?id=14682.- Disable documentation module: does not build with java >= 9; see http://bugzilla.scilab.org/show_bug.cgi?id=15328. Workaround: Use https://help.scilab.org/docs/6.0.1/en_US/index.html.- Add scilab-openjdk9-no-javah.patch: configure should not error out when javah is not found, instead should simply use javac -h. See http://bugzilla.scilab.org/show_bug.cgi?id=15328.- Exclude nullpotent post[un] scriptlets for main package: these are instead hndled by rpm file-triggers.- Add scilab-no-return-in-non-void.patch: Fix non-void functions to return some trivial values.- Add scilab-hdf5-function-return-compatibility.patch: Make function writeDoubleComplexMatrix6\'s definition and implementation return same data type.- Minor rebase of carried over patches.- Drop patches incorporated upstream:
* scilab-0002-always-use-dynamic-stack.patch
* scilab-allow-batik-1.9.patch
* scilab-build-with-fop-2_1.patch
* scilab-gcc7-nullptr-fix.patch
* scilab-build-with-xmlgraphics-commons-2_0.patch
* scilab-ocaml.patch
* scilab-openjdk9-support.patch.
* Sun Feb 11 2018 badshah400AATTgmail.com- Disable Xcos until building with java >=9 can be fixed.
* Sun Dec 10 2017 badshah400AATTopensuse.org- Add scilab-openjdk9-support.patch: Add support for openjdk 9; patch taken from upstream git and rebased for version 5.5.2.
* Tue Jul 18 2017 olafAATTaepfle.de- Fix build with ocaml-4.05 with scilab-ocaml.patch (bug#15107)
* Fri Jun 16 2017 badshah400AATTgmail.com- Add scilab-gcc7-nullptr-fix.patch: Replace the character-literal \'\\0\' by appropriate null pointer \'0\' to fix compilation with gcc >= 7.
* Sun Apr 30 2017 badshah400AATTgmail.com- Also apply patches scilab-batik-1.8.patch, scilab-batik-1.8.patch, scilab_ppc64le_java_archinstall_changed.patch for Leap:42.3 as the versions of dependencies have been upgraded to sync with Factory.
* Thu Aug 04 2016 badshah400AATTgmail.com- Add scilab-hdf5-1_10-compat.patch to adapt code to HDF5 (>= 1.10) and fix build failures.- Add scilab-self-closing-br.patch to fix building with updated javadoc.
* Mon Jun 20 2016 olafAATTaepfle.de- BuildRequire ocaml.opt to avoid failure in bytecode-only projects
* Tue Jun 14 2016 olafAATTaepfle.de- Sources do not handle make -j N, remove _smp_mflags usage
* Wed Apr 13 2016 badshah400AATTgmail.com- Add scilab-build-with-fop-2_1.patch to fix build failures when using xmlgraphics-fop >= 2.1 which has now landed in openSUSE:Factory; patch taken from upstream.
* Mon Mar 21 2016 normandAATTlinux.vnet.ibm.com- new scilab_ppc64le_java_archinstall_changed.patch to sync with java-1_8_0-openjdk sr #365892- exclude ppc64 build as upstream still open bug http://bugzilla.scilab.org/show_bug.cgi?id=13826
* Tue Mar 15 2016 idonmezAATTsuse.com- Add scilab-batik-1.8.patch to fix build with Batik 1.8
* Mon Mar 07 2016 olafAATTaepfle.de- Remove timestamps from binaries scilab-timestamp.patch
* Fri Jan 08 2016 badshah400AATTgmail.com- Remove scilab-disable-debian-specific-cflags.patch: This causes unforeseen issues (see e.g. http://bugzilla.scilab.org/14262) and the corresponding commit has also been reverted upstream.
* Mon Aug 31 2015 badshah400AATTgmail.com- Apply scilab-build-with-xmlgraphics-commons-2_0.patch also for openSUSE:42 as it too has xmlgraphics-commons >= 2.0.
* Sun Jul 26 2015 badshah400AATTgmail.com- Add scilab-disable-debian-specific-cflags.patch to disable cflags meant excl. for Debian.
* Tue May 26 2015 badshah400AATTgmail.com- Build without external scirenderer; remove Requires and BuildRequires on external scirenderer which is discontinued as a standalone library by upstream.
* Thu Apr 09 2015 badshah400AATTgmail.com- Use java-devel >= 1.8.0 for building, older java causes build failures.
* Thu Apr 02 2015 badshah400AATTgmail.com- Update to version 5.5.2: + Release notes at http://www.scilab.org/community/news/20150401/release_notes.- Requires jogl2 >= 2.2.4 to build.- Add scilab-build-with-jogl-2.3.patch to make building with jogl and gluegen >= 2.3.0, http://bugzilla.scilab.org/show_bug.cgi?id=13809.
* Mon Mar 02 2015 sfalkenAATTopensuse.org- Added patch to fix desktop file categories, they were causing brp-check-suse failure in Factory. + Added: scilab-0003-fix-desktop-categories.patch
* Sat Jan 24 2015 badshah400AATTgmail.com- Add scilab-build-with-xmlgraphics-commons-2_0.patch to fix compilation with xmlgraphics-commons >= 2.0 (http://bugzilla.scilab.org/show_bug.cgi?id=13724).
* Thu Oct 02 2014 badshah400AATTgmail.com- Update to version 5.5.1: + See release notes at http://www.scilab.org/index.php/community/news/20141002- Remove upstreamed patches: + scilab-make-doc-ja_JP.patch + scilab-gluegen-path.patch + scilab-intg-crash.patch + scilab-fileio-hang-with-incorrect-format.patch + scilab-translation-build.patch + scilab-fix-arpack-detection.patch + scilab-pkconfig-use-system-tcltk-version.patch- Rebase existing patches for current version.
* Fri Jul 18 2014 badshah400AATTgmail.com- Add scilab-fileio-hang-with-incorrect-format.patch to fix scilab becoming unresponsive when incorrect format is specified for mfscanf; patch came from upstream; fixes http://bugzilla.scilab.org/13468.
* Tue Jul 08 2014 badshah400AATTgmail.com- Add scilab-intg-crash.patch to fix scilab crash when intg involved division by zero; patch came from upstream; fixes http://bugzilla.scilab.org/13491 .
* Wed Jun 18 2014 badshah400AATTgmail.com- Add scilab-fix-arpack-detection.patch to fix arpack-ng detection during compilation and enable arpack-ng bindings (fixes bnc#883233)- Update scilab-fix-64bit-portability-issue.patch and scilab-pkconfig-use-system-tcltk-version.patch with those from upstream- Comment out testng Requires from scilab-tests package; no longer seems necessary (testng is unmaintained in Java:packages anyway, so this has been a blocker for scilab\'s inclusion into Factory).
* Mon Apr 14 2014 badshah400AATTgmail.com- Add scilab-translation-build.patch and scilab-make-doc-ja_JP.patch to fix building of lang package- Enable lang package (building doc now requirs access to the X-server).
* Fri Apr 11 2014 badshah400AATTgmail.com- Update to 5.5.0: + See list of changes since last stable version (5.4.1), see http://www.scilab.org/community/news/20140411/release_notes- Packaging changes: + Drop patches (incorporated upstream): - scilab-fix-no-return-in-non-void.patch - scilab-build-with-jgraphx-2.5.patch - scilab-log-nan-plot-freeze.patch - scilab-crash-when-unreachable-url.patch - scilab-csv-read-crash.patch - scilab-datatip-precision.patch - scilab-fix-interactive-zoom.patch + Package non-english documentation for additional modules in a module-doc-lang package (reduces download size for eng users who would not need the additional languages) + Build \"without-emf\" as the required dependencies for building with emf are not packaged for openSUSE (and in all likelihood cannot be, since they depend on maven)
* Sun Mar 30 2014 badshah400AATTgmail.com- Add scilab-pkconfig-use-system-tcltk-version.patch to fix compiler flags using hardcoded tcl/tk versions in scilab.pc instead of using version numbers from system tcl/tk versions- Fix a couple more class-path-in-manifest rpmlint warnings.
* Thu Mar 13 2014 badshah400AATTgmail.com- Add patches from upstream git to fix a few issues: + scilab-log-nan-plot-freeze.patch: to prevent scilab from freezing when used in some logscale plots involving %nan; fixes http://bugzilla.scilab.org/13271 + scilab-crash-when-unreachable-url.patch: fixes http://bugzilla.scilab.org/12948 - When host is not found, getURL provokes a Crash To Desktop + scilab-csv-read-crash.patch: fixes http://bugzilla.scilab.org/13186 - csvRead freezes if separator is empty string + scilab-datatip-precision.patch: fixes http://bugzilla.scilab.org/13258 - bad number display in datatips (minor rebase of upstream commit) + scilab-fix-interactive-zoom.patch: fixes http://bugzilla.scilab.org/12951 - interactive zooming in figures was broken.
* Tue Mar 11 2014 badshah400AATTgmail.com- Update scilab-fix-no-return-in-non-void.patch with fixes from upstream git (fix includes fixes for fortran too); enable post-build-checks and remove corresponding rpmlintrc snippet- Weird jvm crashes causes a test to fail, disable tests for openSUSE 12.3 also for now- Proper ownership for %{_libdir}/scilab directory.
* Tue Mar 11 2014 badshah400AATTgmail.com- Split out a shared library package (libscilab5)- scilab-devel now provides the header and shared object files needed for calling scilab from C/C++ programs; linking against Scilab also requires: + tcl-devel + pcre-devel + libxm2-devel + libSM-devel + ncurses-devel- The main package scilab provides the scilab environment (both command-line and gui)- Use fdupes to also link up files in %{_bindir} -- these are essentially the same bash script.
* Sun Mar 09 2014 badshah400AATTgmail.com- Add new patches: + Make building compatible with jgraphx >= 2.5.0.0; patch taken from upstream git; fixes http://bugzilla.scilab.org/13266 + scilab-fix-64bit-portability-issue.patch: Fix compiler warnings w.r.t 64bit portability; fixes http://bugzilla.scilab.org/13267 + scilab-fix-no-return-in-non-void.patch: Fix non-void functions returning random data (only cpp, fortran files not yet fixed, hence still disable post-build-checks); partly fixes http://bugzilla.scilab.org/13268- Install scilab.conf file in %{_sysconfdir}/ld.so.conf.d/so that ldconfig can find the shared libs- Requires bwidget at run-time for the GUI- Fix rpmlint warnings and errors as far as possible; comment to explain rpmlintrc usage when suppressing false positives.
* Sun Mar 09 2014 badshah400AATTgmail.com- Update to version 5.5.0-beta-1: + Numerous changes; see /usr/doc/share/packages/scilab/CHANGES_5.5.X + Requires jgraphx >= 2.0.0.1, libcurl + Pass disable-static-system-lib to ./configure to prevent building and linking with static libs- Rebase existing patches: + scilab-0001-Use-pkcon-to-install-doc-package.patch + scilab-0002-always-use-dynamic-stack.patch + scilab-gluegen-path.patch- Drop unneeded patches: + scilab-0003-upgrade-to-matio-1.5.patch: incorporated upstream- Add patches: + scilab-special-jarnames.patch: Adapt configure script to be able to find a few jar files with names exclusive to openSUSE- Drop unnecessary externally bundled files: + patched_configure_script: use scilab-special-jarnames.patch to patch the configure script during building instead + patched_ImageExportRenderer.java: no longer needed + scilab.desktop, scinotes.desktop, xcos.desktop: correct \"Categories\" and install corresponding desktop files packaged in upstream tarball, instead, by using desktop-file-install- Updated and new build/runtime dependecies: + libcurl-devel (build requirement) + jgraphx >= 2.0.0.1 (both build and runtime requirements).
* Sat Mar 08 2014 badshah400AATTgmail.com- Use %find_lang macro with %{?no_lang_C} to ignore english lang files in lang_package and keep them in main package.
* Sat Mar 08 2014 badshah400AATTgmail.com- Disable %check section for openSUSE >= 13.1 until dependencies required specifically for this section (checkstyle, cobertura) are fixed and built; this should fix building on openSUSE >= 13.1 for now- Use proper macros in the %post(un) sections.
* Mon Sep 16 2013 dmitry_rAATTopensuse.org- Fix path to gluegen2 library
* scilab-gluegen-path.patch
* Sun Aug 04 2013 dmitry_rAATTopensuse.org- Spec file cleanup- Move modules to separate package- Move localizations to separate package
* Thu Aug 01 2013 ierturkAATTieee.org- Update to version 5.4.1 See included CHANGES_5.4.X for details
* Thu Jun 28 2012 scorotAATTfree.fr- update blas and lapack dependencies
* Thu Feb 23 2012 kkirillAATTopensuse.org- addded scilab-5.3.2-allow-hdf-1.8.8.patch to fix Xcos start instead of scilab-5.3.2-allow-hdf-1.8.7.patch
* Tue Jul 26 2011 kirill.kirillovAATTgmail.com- update to 5.3.3: + #9475 A mistake in the translation of a string was causing Scinotes to fail with the Japanese and Polish localizations + #9527 Problem when a text was exported in SVG from the GUI + #9545 contrib/loader.sce was no longer installed under Linux
* Mon Jun 20 2011 kirill.kirillovAATTgmail.com- addded scilab-5.3.2-allow-hdf-1.8.7.patch to fix Xcos start
* Sun May 22 2011 kirill.kirillovAATTgmail.com- updated to 5.3.2
* Tue Mar 29 2011 kirill.kirillovAATTgmail.com- updated to 5.3.1- dropped emacs support
* Thu May 06 2010 sylvestre.ledruAATTscilab.org- emacs-nox => emacs-x11 to avoid a build issue
* Mon Mar 29 2010 kirill.kirillovAATTgmail.com- added scilab-5.2.1-program-causes-undefined-operation.patch- added scilab-5.2.1-pvm-spawn-process.patch- added mime support (scilab-editor.desktop and scilab.xml)
* Sat Mar 13 2010 andreaAATTopensuse.org- added scilab-5.2.1-implicit-fortify-decl.patch to fix implicit function declarations
* Thu Mar 11 2010 andreaAATTopensuse.org- enable pvm modules
* Tue Feb 09 2010 sylvestre.ledruAATTscilab.org- swig dep removed- Author update- other minor typo
* Sun Aug 16 2009 kirill.kirillovAATTgmail.com- added scilab-5.1.1-gcc-undefined-situations.patch- updated scilab-5.1.1-src-configure-path.patch to build against javahelp2 instead of jhall- renamed gcc-checks.patch to scilab-5.1.1-gcc-implicit-definitions.patch- other minor spec updates
* Tue Aug 11 2009 Andrea Florio - added gcc-checks.patch to fix some post-build-checks errors
* Mon Aug 10 2009 Kirill Kirillov - Added \"export NO_BRP_CHECK_BYTECODE_VERSION=true\" to %install section- Introduced .change file
* Wed Jun 03 2009 Andrea Florio 5.1.1 22.pm.0- improved translations- built docs
* Sun May 24 2009 Andrea Florio 5.1.1 21.pm.0- new upstream version
* Thu Mar 19 2009 Andrea Florio 5.1 20.pm.0- improved russian translation
* Tue Feb 24 2009 Andrea Florio 5.1 12.pm.7- added more patches thanks to debian packagers
* Mon Feb 16 2009 Andrea Florio 5.1 10.pm.4- new upstream version 5.1- removed unsed patches (most of all accepted upstream)- added new patches
* Sat Dec 20 2008 Andrea Florio 10.pm.2- fixed java-export path, now it will export /etc/alternatives (arch indipendent)
* Mon Dec 15 2008 Andrea Florio 10.pm.1- added patches to fix bugs http://bugzilla.scilab.org/show_bug.cgi?id=3860 java-devel no more required
* Sun Dec 14 2008 Andrea Florio - added patch: scilab-5.0.3-src-libfftw3-fixed-link.patch fftw3-devel no more required
* Sat Dec 13 2008 Andrea Florio - added patch fix bug http://bugzilla.scilab.org/show_bug.cgi?id=3854- fixed \"Requires\" : added xmlgraphics-commons and fftw3-devel (scilab requires /usr/lib/libfftw3.so)
* Mon Dec 08 2008 andreaAATTopensuse.org- new upstream version 5.0.3- ported all patches on new version- fixed lots of stuffs, added help
* Thu Sep 25 2008 larsAATTlinux-schulserver.de- moved to Education base repository
* Tue Jul 01 2008 andreaAATTopensuse.org- fixed package, now build on openSUSE 11.0
* Wed Nov 21 2007 sylvestre.ledruAATTinria.fr- Dep to imagemagick removed- Description updated- problem with the autoconf patch fixed
* Tue Nov 20 2007 sylvestre.ledruAATTinria.fr- Fix autoconf problem for SLE_10, SUSE_Linux_10.0 and SUSE_Linux_10.1- URL updated
* Sat Nov 03 2007 larsAATTlinux-schulserver.de- update to 4.1.2: Editor: + Windows style editing: basic operations implemented. + Multi-diagram editing: for example copy and paste from any window to any other. + Documentation: fairly complete on-line help and supporting documentation. + Active Scilab prompt: menu activated. + Undo operation: one step per window. + Diagram browser: a much nicer replacement for the old navigator
* Wed Oct 24 2007 larsAATTlinux-schulserver.de- removed the following patches: scilab-overflow.patch scilab-4.1.1.src-intslicot.patch scilab-4.1.1.src-gfortran.patch scilab-4.1.1.src-gcc_warnings-fix.patch scilab-4.1.1.src-fortran_warnings-fix.patch scilab-4.1.1.pvm3_src_make_aimk.patch scilab-4.1.1-implicit_decl.patch scilab-4.1.1-compiler.patch- fixes (os-edu #0000005)
* Tue Jul 24 2007 lruppAATTsuse.de- added desktop file
* Fri Jul 20 2007 lruppAATTsuse.de- update to 4.1.1
* Wed Nov 22 2006 olhAATTsuse.de- package was enabled by accident for ppc64 (223247)
* Sat Nov 11 2006 olhAATTsuse.de- find fortran compiler also on powerpc-linux fix undefined behaviour in intab01od()
* Fri Aug 04 2006 lmichnovicAATTsuse.cz- now builds also with X.org 7.x; detecting prefix in X.org
* Fri Jul 28 2006 anickaAATTsuse.cz- update to 4.0
* major release with plenty of new features
* improvement of graphic environment
* new interface for Excel
* try-catch instruction added
* improvements in Matlab to Scilab converter- added fixes for implicit declarations, uninitialized variables and buffer overflow in string buffers new in thus version- change sed script editing configure.in in specfile
* Sat Apr 08 2006 schwabAATTsuse.de- Fix reference to libgfortran internal names.- Don\'t link against libf2c and remove f2c from BuildRequires.
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Sat Jan 14 2006 kukukAATTsuse.de- Add gmp-devel to nfb
* Thu Oct 13 2005 postadalAATTsuse.cz- fix security hole by wrongly initializing LD_LIBRARY_PATH [#118188] (secure-paths.patch)
* Mon Sep 26 2005 roAATTsuse.de- fix some implicit declarations
* Wed Aug 10 2005 pnemecAATTsuse.cz- fix fortran warnings- added rpmOptsFlag in makefiles- fix installation of help files
* Wed Aug 10 2005 roAATTsuse.de- fix some more warnings
* Fri Aug 05 2005 pnemecAATTsuse.cz- update to 3.1.1- fixed gcc warnings
* Fri May 13 2005 meissnerAATTsuse.de- fixed bufferoverflows in string buffers.
* Wed May 04 2005 postadalAATTsuse.cz- removed parallel make (some time does not work well)
* Fri Apr 29 2005 postadalAATTsuse.cz- updated to version 3.1rc1- fixed for gcc 4.0- use parallel make
* Thu Feb 24 2005 postadalAATTsuse.cz- ExclusiveArch for 32bit archs: %%ix86 s390 ppc (does not work on 64bit archs, a lot of portable problems [#64748], [#64054])- fixed functions which returned random data (gcc_warnings-fix)
* Thu Dec 02 2004 postadalAATTsuse.cz- added sablot to #neededforbuild (needs documentation) [#48257]- added missing files for compiling examples [#48679]- added ocaml to #neededforbuild (enables the Modelica compiler)
* Thu Aug 26 2004 postadalAATTsuse.cz- removed precompiled binaries from examples (caused bad dependencies [#44132])
* Mon Aug 23 2004 postadalAATTsuse.cz- removed libraries packed to documentation
* Mon Aug 09 2004 postadalAATTsuse.cz- updated to version 3.0- merged configure patches in the one
* Fri Mar 19 2004 postadalAATTsuse.cz- removed useless files (
*.orig)
* Fri Mar 05 2004 postadalAATTsuse.cz- compile with -fno-strict-aliasing- removed f2c from neededforbuild flag
* Fri Feb 27 2004 postadalAATTsuse.cz- fixed building on s390
*
* Sun Jan 11 2004 adrianAATTsuse.de- build as user
* Tue Aug 19 2003 roAATTsuse.de- fixed lib64 problem
* Wed Aug 13 2003 postadalAATTsuse.cz- fixed link to help pages [#27827] and permissions [#28641]
* Mon Jul 28 2003 roAATTsuse.de- added tk-devel to neededforbuild
* Fri Jun 06 2003 mmjAATTsuse.de- Remove dangling symlinks
* Mon Jun 02 2003 roAATTsuse.de- remove .cvsignore files
* Mon Feb 17 2003 postadalAATTsuse.cz- updated to version 2.7
* linear algebra primitives now based on Lapack instead of Linpack/Eispack
* hypertext, xml based, online help
* added binary Matlab file .mat loader (loadmatfile)
* slicot based control routines
* interface with TeXmacs
* embedded text editor scipad derived from TkNotepad
* Mon Feb 03 2003 meissnerAATTsuse.de- fixed almost all varargs.h -> stdarg.h problems. Some still left, but these are in the examples.- Use $RPM_OPT_FLAGS.
* Tue Sep 24 2002 postadalAATTsuse.cz- fixed config for ppc64 (powerpc -> ppc)
* Tue Sep 17 2002 roAATTsuse.de- removed bogus self-provides
* Thu Aug 15 2002 postadalAATTsuse.cz- fix packaging (added dir man/strings, bug #17603)
* Tue Jun 18 2002 mlsAATTsuse.de- delete bogus config.status file
* Thu Jun 06 2002 postadalAATTsuse.cz- fixed for lib64 paths
* Tue May 21 2002 roAATTsuse.de- fix configure for x86_64
* Wed Mar 13 2002 pmladekAATTsuse.cz- fixed file permissions- fixed headers of shell scripts
* Tue Jun 12 2001 cihlarAATTsuse.cz- fixed to compile with new autoconf
* Fri Apr 20 2001 cihlarAATTsuse.cz- fixed to compile on s390 and axp
* Tue Apr 03 2001 cihlarAATTsuse.cz- update to version 2.6
* Tue Mar 20 2001 cihlarAATTsuse.cz- fixed call of suse_update_config
* Tue Feb 20 2001 cihlarAATTsuse.cz- fixed to compile on axp and ia64
* Fri Jan 19 2001 cihlarAATTsuse.cz- added directories examples, imp, pvm3, routines- compile with --with-tk
* Wed Nov 15 2000 cihlarAATTsuse.cz- bzipped sources- fixed copyright tag- fixed file list
* Wed May 17 2000 cihlarAATTsuse.cz- removed /usr/doc/packages
* Mon Apr 17 2000 cihlarAATTsuse.cz- fixed to compile on sparc
* Thu Apr 13 2000 cihlarAATTsuse.cz- added autoconf- fixed to compile
* Sun Apr 09 2000 bkAATTsuse.de- added suse update config macro- added automake to the list of packages needed for building scilab
* Tue Mar 14 2000 cihlarAATTsuse.cz- removed Makefile.Linux- added BuildRoot
* Wed Feb 02 2000 fehrAATTsuse.de- fixes to build on alpha and sparc
* Thu Jan 13 2000 fehrAATTsuse.de- changed to new version 2.5
* Mon Oct 18 1999 roAATTsuse.de- fixed neededforbuild
* Mon Sep 13 1999 bsAATTsuse.de- ran old prepare_spec on spec file to switch to new prepare_spec.
* Fri May 21 1999 roAATTsuse.de- fixed to build on alpha and with glibc-2.1
* Wed Mar 17 1999 roAATTsuse.de- remove .orig with -f
* Sun Dec 20 1998 bsAATTsuse.de- use egcs for build
* Wed Nov 25 1998 roAATTsuse.de- fixed to build with glibc
* Wed Dec 03 1997 roAATTsuse.de- fixed start-script (executable-flags)
* Mon Nov 17 1997 roAATTsuse.de- removed .orig\'s
* Wed Oct 29 1997 bsAATTsuse.de- fixed scripts (dold & scilab.g)
* Fri Oct 24 1997 fehrAATTsuse.de- prepare package for automatic build- switched to new version 2.3.1
* Thu Jun 26 1997 fehrAATTsuse.de- add file /usr/lib/scilab/imp/NperiPos.ps to package
* Mon Jun 09 1997 fehrAATTsuse.de- make symbolic links realtive
 
ICM