Hello community, here is the log from the commit of package kst for openSUSE:Factory checked in at 2012-08-04 09:19:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kst (Old) and /work/SRC/openSUSE:Factory/.kst.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kst", Maintainer is "kde-maintainers@suse.de" Changes: -------- --- /work/SRC/openSUSE:Factory/kst/kst.changes 2012-07-13 11:31:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kst.new/kst.changes 2012-08-04 09:19:44.000000000 +0200 @@ -1,0 +2,19 @@ +Mon Jul 30 17:55:38 UTC 2012 - ctrippe@opensuse.org + +- Update to 2.0.6, for a complete list of changes see + http://kst-plot.kde.org/files/Log_messages_2.0.5_to_2.0.6.txt + * When loading a kst file, prompt the user for an alternate if a + datasource can't be found + * Save/use arrow head property defaults + * Don't invert Z order of viewItems which are direct children of + the View + * Data wizard fixes (spectrum format, speed improvements when + there are many vectors, + * Properly handle missing data in custom-delimited ASCII to avoid + mixing the vectors + * Large speedup (x10!) for ASCII with very many columns + * Allow SVG and pixmap view objects to have adjustable aspect ratios + * Fix apply button in view item dialogs (including labels) +- Build python-kst for scripting + +------------------------------------------------------------------- Old: ---- kst-2.0.5.tar.gz New: ---- kst-2.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kst.spec ++++++ --- /var/tmp/diff_new_pack.C8HDfo/_old 2012-08-04 09:20:00.000000000 +0200 +++ /var/tmp/diff_new_pack.C8HDfo/_new 2012-08-04 09:20:00.000000000 +0200 @@ -18,7 +18,7 @@ Name: kst -Version: 2.0.5 +Version: 2.0.6 Release: 0 Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality License: GPL-2.0+ @@ -35,6 +35,9 @@ %if 0%{?suse_version} >= 1220 BuildRequires: libnetcdf_c++-devel BuildRequires: netcdf-devel +BuildRequires: python-numpy-devel +#Python-scipy is only available from 12.2 onwards, so the whole python scripting part ist only build for 12.2 onwards +BuildRequires: python-scipy-devel %else BuildRequires: libnetcdf-devel %endif @@ -77,15 +80,39 @@ Development libraries and headers needed to build software making use of %{name} +%if 0%{?suse_version} >= 1220 + +%package -n python-kst +Summary: Python scripting support for %{name} +Group: Development/Libraries/Python +Requires: %{name} = %{version} +Requires: python-base = %py_ver +Requires: python-numpy +Requires: python-scipy + +%description -n python-kst +Provides scripting support for %{name} with Python + +%endif + %prep %setup -q %build +%if 0%{?suse_version} >= 1220 +EXTRA_FLAGS="-Dkst_install_prefix=%{_kde_prefix} \ + -Dkst_rpath=0 \ + -Dkst_install_libdir=%{_lib} \ + -Dkst_install_plugin_desktop_file_path=%{_kde4_servicesdir}/%{name} + -Dkst_release=1 \ + -Dkst_python=1" +%else EXTRA_FLAGS="-Dkst_install_prefix=%{_kde_prefix} \ -Dkst_rpath=0 \ -Dkst_install_libdir=%{_lib} \ -Dkst_install_plugin_desktop_file_path=%{_kde4_servicesdir}/%{name} -Dkst_release=1" +%endif %cmake_kde4 -d build -- $EXTRA_FLAGS $RPM_BUILD_DIR/%buildsubdir/cmake make %{?_smp_mflags} @@ -119,4 +146,14 @@ %{_kde4_libdir}/*.so %{_kde4_libdir}/lib%{name}2app.a +%if 0%{?suse_version} >= 1220 + +%files -n python-kst +%defattr(-,root,root) +%{python_sitearch}/pykst.py +%{python_sitearch}/pykstpp.py +%{python_sitearch}/pykstpp_h.py + +%endif + %changelog ++++++ kst-2.0.5.tar.gz -> kst-2.0.6.tar.gz ++++++ /work/SRC/openSUSE:Factory/kst/kst-2.0.5.tar.gz /work/SRC/openSUSE:Factory/.kst.new/kst-2.0.6.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org