File scilab.changes of Package scilab

-------------------------------------------------------------------
Thu Mar  7 13:55:18 UTC 2019 - Atri B <badshah400@gmail.com>

- 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 06:40:45 UTC 2018 - Fridrich Strba <fstrba@suse.com>

- BuildRequire objectweb-asm only for distro versions that use
  cobertura. This avoids a moot dependency on an unused package.

-------------------------------------------------------------------
Sat Nov 24 01:21:25 UTC 2018 - badshah400@gmail.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 00:28:27 UTC 2018 - Atri Bhattacharya <badshah400@gmail.com>

- Enforce back java-devel = 10 requirement, JAF not found when
  building against java-openjdk 11 causing build failures.

-------------------------------------------------------------------
Sat Nov  3 06:27:25 UTC 2018 - Fridrich Strba <fstrba@suse.com>

- 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 12:29:09 UTC 2018 - badshah400@gmail.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 20:20:34 UTC 2018 - badshah400@gmail.com

- Explicitly add Requires: java >= 9 to make sure the correct
  version of java is installed in the system.

-------------------------------------------------------------------
Wed Apr  4 10:30:35 UTC 2018 - fstrba@suse.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 14:12:13 UTC 2018 - badshah400@gmail.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 12:29:17 UTC 2018 - badshah400@gmail.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 13:26:14 UTC 2018 - badshah400@gmail.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 16:47:27 UTC 2018 - badshah400@gmail.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 20:19:06 UTC 2018 - badshah400@gmail.com

- Disable Xcos until building with java >=9 can be fixed.

-------------------------------------------------------------------
Sun Dec 10 17:14:21 UTC 2017 - badshah400@opensuse.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 16:39:23 UTC 2017 - olaf@aepfle.de

- Fix build with ocaml-4.05 with scilab-ocaml.patch (bug#15107)

-------------------------------------------------------------------
Fri Jun 16 12:16:55 UTC 2017 - badshah400@gmail.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 22:12:15 UTC 2017 - badshah400@gmail.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  4 18:17:01 UTC 2016 - badshah400@gmail.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 06:54:59 UTC 2016 - olaf@aepfle.de

- BuildRequire ocaml.opt to avoid failure in bytecode-only projects

-------------------------------------------------------------------
Tue Jun 14 11:05:01 UTC 2016 - olaf@aepfle.de

- Sources do not handle make -j N, remove _smp_mflags usage

-------------------------------------------------------------------
Wed Apr 13 21:33:52 UTC 2016 - badshah400@gmail.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 12:31:45 UTC 2016 - normand@linux.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 12:26:44 UTC 2016 - idonmez@suse.com

- Add scilab-batik-1.8.patch to fix build with Batik 1.8

-------------------------------------------------------------------
Mon Mar  7 13:33:34 UTC 2016 - olaf@aepfle.de

- Remove timestamps from binaries
  scilab-timestamp.patch

-------------------------------------------------------------------
Fri Jan  8 01:12:43 UTC 2016 - badshah400@gmail.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 04:55:31 UTC 2015 - badshah400@gmail.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 11:46:46 UTC 2015 - badshah400@gmail.com

- Add scilab-disable-debian-specific-cflags.patch to disable
  cflags meant excl. for Debian.

-------------------------------------------------------------------
Tue May 26 01:34:01 UTC 2015 - badshah400@gmail.com

- Build without external scirenderer; remove Requires and
  BuildRequires on external scirenderer which is discontinued as a
  standalone library by upstream.

-------------------------------------------------------------------
Thu Apr  9 15:58:37 UTC 2015 - badshah400@gmail.com

- Use java-devel >= 1.8.0 for building, older java causes build
  failures.

-------------------------------------------------------------------
Thu Apr  2 22:07:32 UTC 2015 - badshah400@gmail.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  2 17:52:59 UTC 2015 - sfalken@opensuse.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 09:58:24 UTC 2015 - badshah400@gmail.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  2 18:43:41 UTC 2014 - badshah400@gmail.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 09:30:33 UTC 2014 - badshah400@gmail.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  8 09:26:28 UTC 2014 - badshah400@gmail.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 19:33:20 UTC 2014 - badshah400@gmail.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 22:02:28 UTC 2014 - badshah400@gmail.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 14:19:54 UTC 2014 - badshah400@gmail.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 12:08:11 UTC 2014 - badshah400@gmail.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 07:37:56 UTC 2014 - badshah400@gmail.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 16:27:29 UTC 2014 - badshah400@gmail.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 01:09:35 UTC 2014 - badshah400@gmail.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  9 21:39:08 UTC 2014 - badshah400@gmail.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  9 03:03:56 UTC 2014 - badshah400@gmail.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  8 21:30:08 UTC 2014 - badshah400@gmail.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  8 11:57:21 UTC 2014 - badshah400@gmail.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 10:32:52 UTC 2013 - dmitry_r@opensuse.org

- Fix path to gluegen2 library
  * scilab-gluegen-path.patch

-------------------------------------------------------------------
Sun Aug  4 18:27:20 UTC 2013 - dmitry_r@opensuse.org

- Spec file cleanup
- Move modules to separate package
- Move localizations to separate package

-------------------------------------------------------------------
Thu Aug  1 04:12:56 UTC 2013 - ierturk@ieee.org

- Update to version 5.4.1
  See included CHANGES_5.4.X for details

-------------------------------------------------------------------
Thu Jun 28 21:44:27 UTC 2012 - scorot@free.fr

- update blas and lapack dependencies

-------------------------------------------------------------------
Thu Feb 23 18:29:39 UTC 2012 - kkirill@opensuse.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 21:32:28 UTC 2011 - kirill.kirillov@gmail.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 23:54:58 UTC 2011 - kirill.kirillov@gmail.com

- addded scilab-5.3.2-allow-hdf-1.8.7.patch to fix Xcos start

-------------------------------------------------------------------
Sun May 22 21:05:01 UTC 2011 - kirill.kirillov@gmail.com

- updated to 5.3.2

-------------------------------------------------------------------
Tue Mar 29 19:52:32 UTC 2011 - kirill.kirillov@gmail.com

- updated to 5.3.1
- dropped emacs support

-------------------------------------------------------------------
Thu May 06 13:09:00 UTC 2010 - sylvestre.ledru@scilab.org

- emacs-nox => emacs-x11 to avoid a build issue

-------------------------------------------------------------------
Mon Mar 29 23:53:43 UTC 2010 - kirill.kirillov@gmail.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 11:42:22 UTC 2010 - andrea@opensuse.org

- added scilab-5.2.1-implicit-fortify-decl.patch to fix
  implicit function declarations

-------------------------------------------------------------------
Thu Mar 11 07:48:52 UTC 2010 - andrea@opensuse.org

- enable pvm modules

-------------------------------------------------------------------
Tue Feb 9 12:12:15 CEST 2010 - sylvestre.ledru@scilab.org

- swig dep removed
- Author update
- other minor typo

-------------------------------------------------------------------
Sun Aug 16 11:09:15 CEST 2009 - kirill.kirillov@gmail.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 07:59:57 UTC 2009 - Andrea Florio <andrea@opensuse.org>

- added gcc-checks.patch to fix some post-build-checks errors

-------------------------------------------------------------------
Tue Aug 11 01:40:04 CEST 2009 - Kirill Kirillov <kirill.kirillov@gmail.com>

- Added "export NO_BRP_CHECK_BYTECODE_VERSION=true" to %install section
- Introduced .change file

-------------------------------------------------------------------
* Wed Jun 03 2009 - Andrea Florio <andrea@links2linux.de> 5.1.1 22.pm.0

- improved translations
- built docs

-------------------------------------------------------------------
* Sun May 24 2009 - Andrea Florio <andrea@links2linux.de> 5.1.1 21.pm.0
- new upstream version

-------------------------------------------------------------------
* Thu Mar 19 2009 - Andrea Florio <andrea@links2linux.de> 5.1 20.pm.0
- improved russian translation

-------------------------------------------------------------------
* Tue Feb 24 2009 - Andrea Florio <andrea@links2linux.de> 5.1 12.pm.7
- added more patches thanks to debian packagers

-------------------------------------------------------------------
* Mon Feb 16 2009 - Andrea Florio <andrea@links2linux.de> 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 <andrea@links2linux.de> 10.pm.2

- fixed java-export path, now it will export /etc/alternatives (arch indipendent)

-------------------------------------------------------------------
* Mon Dec 15 2008 - Andrea Florio <andrea@opensuse.org> 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 <andrea@opensuse.org>

- added patch: scilab-5.0.3-src-libfftw3-fixed-link.patch
  fftw3-devel no more required

-------------------------------------------------------------------
* Sat Dec 13 2008  - Andrea Florio <andrea@opensuse.org>

- 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 - andrea@opensuse.org

- new upstream version 5.0.3
- ported all patches on new version
- fixed lots of stuffs, added help

-------------------------------------------------------------------
* Thu Sep 25 2008 - lars@linux-schulserver.de

- moved to Education base repository

-------------------------------------------------------------------
* Tue Jul 01 2008 - andrea@opensuse.org

- fixed package, now build on openSUSE 11.0

-------------------------------------------------------------------
* Wed Nov 21 2007 - sylvestre.ledru@inria.fr

- Dep to imagemagick removed
- Description updated
- problem with the autoconf patch fixed

-------------------------------------------------------------------
* Tue Nov 20 2007 - sylvestre.ledru@inria.fr

- Fix autoconf problem for SLE_10, SUSE_Linux_10.0 and SUSE_Linux_10.1
- URL updated

-------------------------------------------------------------------
* Sat Nov 03 2007 - lars@linux-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 - lars@linux-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 - lrupp@suse.de

- added desktop file

-------------------------------------------------------------------
* Fri Jul 20 2007 - lrupp@suse.de

- update to 4.1.1

-------------------------------------------------------------------
* Wed Nov 22 2006 - olh@suse.de

- package was enabled by accident for ppc64 (223247)

-------------------------------------------------------------------
* Sat Nov 11 2006 - olh@suse.de

- find fortran compiler also on powerpc-linux
  fix undefined behaviour in intab01od()

-------------------------------------------------------------------
* Fri Aug 04 2006 - lmichnovic@suse.cz

- now builds also with X.org 7.x; detecting prefix in X.org

-------------------------------------------------------------------
* Fri Jul 28 2006 - anicka@suse.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 - schwab@suse.de

- Fix reference to libgfortran internal names.
- Don't link against libf2c and remove f2c from BuildRequires.

-------------------------------------------------------------------
* Wed Jan 25 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
* Sat Jan 14 2006 - kukuk@suse.de

- Add gmp-devel to nfb

-------------------------------------------------------------------
* Thu Oct 13 2005 - postadal@suse.cz

- fix security hole by wrongly initializing LD_LIBRARY_PATH
  [#118188] (secure-paths.patch)

-------------------------------------------------------------------
* Mon Sep 26 2005 - ro@suse.de

- fix some implicit declarations

-------------------------------------------------------------------
* Wed Aug 10 2005 - pnemec@suse.cz

- fix fortran warnings
- added rpmOptsFlag in makefiles
- fix installation of help files

-------------------------------------------------------------------
* Wed Aug 10 2005 - ro@suse.de

- fix some more warnings

-------------------------------------------------------------------
* Fri Aug 05 2005 - pnemec@suse.cz

- update to 3.1.1
- fixed gcc warnings

-------------------------------------------------------------------
* Fri May 13 2005 - meissner@suse.de

- fixed bufferoverflows in string buffers.

-------------------------------------------------------------------
* Wed May 04 2005 - postadal@suse.cz

- removed parallel make (some time does not work well)

-------------------------------------------------------------------
* Fri Apr 29 2005 - postadal@suse.cz

- updated to version 3.1rc1
- fixed for gcc 4.0
- use parallel make

-------------------------------------------------------------------
* Thu Feb 24 2005 - postadal@suse.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 - postadal@suse.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 - postadal@suse.cz

- removed precompiled binaries from examples (caused bad dependencies [#44132])

-------------------------------------------------------------------
* Mon Aug 23 2004 - postadal@suse.cz

- removed libraries packed to documentation

-------------------------------------------------------------------
* Mon Aug 09 2004 - postadal@suse.cz

- updated to version 3.0
- merged configure patches in the one

-------------------------------------------------------------------
* Fri Mar 19 2004 - postadal@suse.cz

- removed useless files (*.orig)

-------------------------------------------------------------------
* Fri Mar 05 2004 - postadal@suse.cz

- compile with -fno-strict-aliasing
- removed f2c from neededforbuild flag

-------------------------------------------------------------------
* Fri Feb 27 2004 - postadal@suse.cz

- fixed building on s390*

-------------------------------------------------------------------
* Sun Jan 11 2004 - adrian@suse.de

- build as user

-------------------------------------------------------------------
* Tue Aug 19 2003 - ro@suse.de

- fixed lib64 problem

-------------------------------------------------------------------
* Wed Aug 13 2003 - postadal@suse.cz

- fixed link to help pages [#27827] and permissions [#28641]

-------------------------------------------------------------------
* Mon Jul 28 2003 - ro@suse.de

- added tk-devel to neededforbuild

-------------------------------------------------------------------
* Fri Jun 06 2003 - mmj@suse.de

- Remove dangling symlinks

-------------------------------------------------------------------
* Mon Jun 02 2003 - ro@suse.de

- remove .cvsignore files

-------------------------------------------------------------------
* Mon Feb 17 2003 - postadal@suse.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 - meissner@suse.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 - postadal@suse.cz

- fixed config for ppc64 (powerpc -> ppc)

-------------------------------------------------------------------
* Tue Sep 17 2002 - ro@suse.de

- removed bogus self-provides

-------------------------------------------------------------------
* Thu Aug 15 2002 - postadal@suse.cz

- fix packaging (added dir man/strings, bug #17603)

-------------------------------------------------------------------
* Tue Jun 18 2002 - mls@suse.de

- delete bogus config.status file

-------------------------------------------------------------------
* Thu Jun 06 2002 - postadal@suse.cz

- fixed for lib64 paths

-------------------------------------------------------------------
* Tue May 21 2002 - ro@suse.de

- fix configure for x86_64

-------------------------------------------------------------------
* Wed Mar 13 2002 - pmladek@suse.cz

- fixed file permissions
- fixed headers of shell scripts

-------------------------------------------------------------------
* Tue Jun 12 2001 - cihlar@suse.cz

- fixed to compile with new autoconf

-------------------------------------------------------------------
* Fri Apr 20 2001 - cihlar@suse.cz

- fixed to compile on s390 and axp

-------------------------------------------------------------------
* Tue Apr 03 2001 - cihlar@suse.cz

- update to version 2.6

-------------------------------------------------------------------
* Tue Mar 20 2001 - cihlar@suse.cz

- fixed call of suse_update_config

-------------------------------------------------------------------
* Tue Feb 20 2001 - cihlar@suse.cz

- fixed to compile on axp and ia64

-------------------------------------------------------------------
* Fri Jan 19 2001 - cihlar@suse.cz

- added directories examples, imp, pvm3, routines
- compile with --with-tk

-------------------------------------------------------------------
* Wed Nov 15 2000 - cihlar@suse.cz

- bzipped sources
- fixed copyright tag
- fixed file list

-------------------------------------------------------------------
* Wed May 17 2000 - cihlar@suse.cz

- removed /usr/doc/packages

-------------------------------------------------------------------
* Mon Apr 17 2000 - cihlar@suse.cz

- fixed to compile on sparc

-------------------------------------------------------------------
* Thu Apr 13 2000 - cihlar@suse.cz

- added autoconf
- fixed to compile

-------------------------------------------------------------------
* Sun Apr 09 2000 - bk@suse.de

- added suse update config macro
- added automake to the list of packages needed for building scilab

-------------------------------------------------------------------
* Tue Mar 14 2000 - cihlar@suse.cz

- removed Makefile.Linux
- added BuildRoot

-------------------------------------------------------------------
* Wed Feb 02 2000 - fehr@suse.de

- fixes to build on alpha and sparc

-------------------------------------------------------------------
* Thu Jan 13 2000 - fehr@suse.de

- changed to new version 2.5

-------------------------------------------------------------------
* Mon Oct 18 1999 - ro@suse.de

- fixed neededforbuild

-------------------------------------------------------------------
* Mon Sep 13 1999 - bs@suse.de

- ran old prepare_spec on spec file to switch to new prepare_spec.

-------------------------------------------------------------------
* Fri May 21 1999 - ro@suse.de

- fixed to build on alpha and with glibc-2.1

-------------------------------------------------------------------
* Wed Mar 17 1999 - ro@suse.de

- remove .orig with -f

-------------------------------------------------------------------
* Sun Dec 20 1998 - bs@suse.de

- use egcs for build

-------------------------------------------------------------------
* Wed Nov 25 1998 - ro@suse.de

- fixed to build with glibc

-------------------------------------------------------------------
* Wed Dec 03 1997 - ro@suse.de

- fixed start-script (executable-flags)

-------------------------------------------------------------------
* Mon Nov 17 1997 - ro@suse.de

- removed .orig's

-------------------------------------------------------------------
* Wed Oct 29 1997 - bs@suse.de

- fixed scripts (dold & scilab.g)

-------------------------------------------------------------------
* Fri Oct 24 1997 - fehr@suse.de

- prepare package for automatic build
- switched to new version 2.3.1

-------------------------------------------------------------------
* Thu Jun 26 1997 - fehr@suse.de

- add file /usr/lib/scilab/imp/NperiPos.ps to package

-------------------------------------------------------------------
* Mon Jun 09 1997 - fehr@suse.de

- make symbolic links realtive
openSUSE Build Service is sponsored by