From 0ba81bcc930174f2570c8fe6e204a968468eb42f5d4c4556efe40e1a79c7f656 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 24 Oct 2008 13:15:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kst?expand=0&rev=12 --- fix-desktop-file.diff | 23 +++++++++++++++++++---- kst-1.6.0.tar.bz2 | 3 --- kst-1.7.0.tar.bz2 | 3 +++ kst.changes | 23 +++++++++++++++++++++++ kst.spec | 40 +++++++++++++++++++++++++++++++++------- 5 files changed, 78 insertions(+), 14 deletions(-) delete mode 100644 kst-1.6.0.tar.bz2 create mode 100644 kst-1.7.0.tar.bz2 diff --git a/fix-desktop-file.diff b/fix-desktop-file.diff index c8bf6e6..0b7d6b9 100644 --- a/fix-desktop-file.diff +++ b/fix-desktop-file.diff @@ -1,10 +1,25 @@ ---- kst/src/kst/kst.desktop 2008/04/24 09:08:39 1.1 -+++ kst/src/kst/kst.desktop 2008/04/24 09:08:50 -@@ -4,7 +4,7 @@ +--- kst/src/kst/Makefile.am ++++ kst/src/kst/Makefile.am +@@ -14,11 +14,7 @@ KDE_ICON = kst + servicesdir = $(kde_servicetypesdir)/kst + services_DATA = kstplugin.desktop kstdatasourceplugin.desktop kstdataobjectplugin.desktop kstbasicplugin.desktop kstfilter.desktop kstextension.desktop + +-appsinstalldir = $(datadir)/applications +-appsinstall_DATA = kst.desktop +- +-appsdir = $(kde_appsdir)/Graphics +-apps_DATA = kst.desktop ++xdg_apps_DATA = kst.desktop + + mimedir = $(kde_mimedir)/application + mime_DATA = x-kst.desktop +--- kst/src/kst/kst.desktop ++++ kst/src/kst/kst.desktop +@@ -4,7 +4,7 @@ Exec=kst -caption "%c" %i %m Icon=kst DocPath=kst/index.html MimeType=application/x-kst; --Categories=Qt;KDE;Utility;X-KDE-Science & Math-PIM; +-Categories=Qt;KDE;Utility;X-KDE-Science; +Categories=Qt;KDE; X-DCOP-ServiceType=Multi X-KDE-StartupNotify=false diff --git a/kst-1.6.0.tar.bz2 b/kst-1.6.0.tar.bz2 deleted file mode 100644 index c9d8d2d..0000000 --- a/kst-1.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2807ed46dd92b75f2a78e449bb89abe36e2fd243dac8b440dfca75f931ea043a -size 14823020 diff --git a/kst-1.7.0.tar.bz2 b/kst-1.7.0.tar.bz2 new file mode 100644 index 0000000..eab74b3 --- /dev/null +++ b/kst-1.7.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5501d5d2563ba5934545d97affb2b1e87152477927d37b1e1c3d1364214870 +size 24778812 diff --git a/kst.changes b/kst.changes index 8ff38d3..9d100db 100644 --- a/kst.changes +++ b/kst.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Oct 22 12:41:23 CEST 2008 - dmueller@suse.de + +- update to 1.7.0: + * Fast real-time display and manipulation of streaming data + * Quick zooming and scrolling via mouse and keyboard + * Extensible via plugins + * Built-in high-speed equation interpreter + * Multiple tabs or windows + * Graphical plot layout manager + * Javascript scripting + * Drag and drop + * Cut and paste + * Native power spectrum algorithm and histograms + * Image and matrix support, including waterfall plots + * Support for the most popular data formats including: + o ASCII, dirfile, CDF, netCDF, piolib, FITS, HEALPix, qimage + o Plugin design allows additional formats + * Time input + * Built-in ELOG functionality + * Command-line and RPC control mechanisms + * Printing, including to images, postscript, and PDF + ------------------------------------------------------------------- Mon Jul 7 20:17:05 CEST 2008 - dmueller@suse.de diff --git a/kst.spec b/kst.spec index 7015f2c..501167e 100644 --- a/kst.spec +++ b/kst.spec @@ -1,10 +1,17 @@ # -# spec file for package kst (Version 1.6.0) +# spec file for package kst (Version 1.7.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -20,8 +27,8 @@ BuildRequires: fdupes License: GPL v2 or later Group: Productivity/Graphics/Visualization/Graph Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality -Version: 1.6.0 -Release: 21 +Version: 1.7.0 +Release: 1 Url: http://extragear.kde.org/apps/kst/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %name-%version.tar.bz2 @@ -117,10 +124,9 @@ make %{?jobs:-j %jobs} %install . /etc/opt/kde3/common_options make DESTDIR=${RPM_BUILD_ROOT} install -rm $RPM_BUILD_ROOT/opt/kde3/share/applnk/Graphics/kst.desktop %suse_update_desktop_file %name Qt KDE Education Science Math %if %suse_version > 1020 -%fdupes $RPM_BUILD_ROOT +%fdupes $RPM_BUILD_ROOT/opt/kde3 %endif %find_lang %name kde_post_install @@ -180,6 +186,26 @@ rm -rf ${RPM_BUILD_ROOT} /opt/kde3/%_lib/libkst.la %changelog +* Wed Oct 22 2008 dmueller@suse.de +- update to 1.7.0: + * Fast real-time display and manipulation of streaming data + * Quick zooming and scrolling via mouse and keyboard + * Extensible via plugins + * Built-in high-speed equation interpreter + * Multiple tabs or windows + * Graphical plot layout manager + * Javascript scripting + * Drag and drop + * Cut and paste + * Native power spectrum algorithm and histograms + * Image and matrix support, including waterfall plots + * Support for the most popular data formats including: + o ASCII, dirfile, CDF, netCDF, piolib, FITS, HEALPix, qimage + o Plugin design allows additional formats + * Time input + * Built-in ELOG functionality + * Command-line and RPC control mechanisms + * Printing, including to images, postscript, and PDF * Mon Jul 07 2008 dmueller@suse.de - fix build - fix devel package requires