commit octave for openSUSE:Factory
Hello community, here is the log from the commit of package octave for openSUSE:Factory checked in at 2013-03-01 10:52:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave (Old) and /work/SRC/openSUSE:Factory/.octave.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "octave", Maintainer is "PGajdos@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/octave/octave.changes 2012-12-20 11:03:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes 2013-03-01 10:52:51.000000000 +0100 @@ -1,0 +2,13 @@ +Thu Feb 28 17:50:30 UTC 2013 - dmitry_r@opensuse.org + +- Update to version 3.6.4 + * See included ChangeLog file for details +- Enable post build tests +- Enable paralell build + +------------------------------------------------------------------- +Thu Feb 7 07:54:22 UTC 2013 - dmitry_r@opensuse.org + +- Enable native graphics + +------------------------------------------------------------------- Old: ---- octave-3.6.3.tar.bz2 New: ---- octave-3.6.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave.spec ++++++ --- /var/tmp/diff_new_pack.Z5Oc7a/_old 2013-03-01 10:52:53.000000000 +0100 +++ /var/tmp/diff_new_pack.Z5Oc7a/_new 2013-03-01 10:52:53.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package octave # -# 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 @@ -16,18 +16,18 @@ # -# gnuplot 0 -> use native graphics (didn't worked to me, TODO) +# gnuplot 0 -> use native graphics %define gnuplot 0 Name: octave -Version: 3.6.3 +Version: 3.6.4 Release: 0 Summary: A High Level Programming Language License: GPL-3.0+ Group: Productivity/Scientific/Math %define apiver v48+ Url: http://www.octave.org/ -Source: %{name}-%{version}.tar.bz2 +Source: ftp://ftp.gnu.org/gnu/octave/%{name}-%{version}.tar.bz2 Source2: octave.pc.in BuildRequires: arpack-ng-devel BuildRequires: bison @@ -107,7 +107,7 @@ %build export CPPFLAGS="-DH5_USE_16_API" %configure --libexecdir=%{_libdir} --with-magick=ImageMagick --with-umfpack="-lumfpack -lcholmod -lcolamd -lsuitesparseconfig -lrt -llapack" --with-cholmod="-lcholmod -lsuitesparseconfig -lrt" -make +make %{?_smp_mflags} # .pc file cp %{SOURCE2} octave.pc sed -i 's:@VERSION@:%{version}:' octave.pc @@ -129,6 +129,13 @@ # .pc file mkdir -p %{buildroot}/%{_libdir}/pkgconfig cp octave.pc %{buildroot}/%{_libdir}/pkgconfig +# use native graphics +%if %{gnuplot} == 0 +echo 'graphics_toolkit fltk' >> %{buildroot}/%{_sysconfdir}/%{name}/octaverc +%endif + +%check +make check %{?_smp_mflags} %post /sbin/ldconfig ++++++ octave-3.6.3.tar.bz2 -> octave-3.6.4.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/octave/octave-3.6.3.tar.bz2 /work/SRC/openSUSE:Factory/.octave.new/octave-3.6.4.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de