From 93665492cc3cf02cc96c4c5e0084b3ed065103d016c675c4e86867abd52a0cb0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 5 Aug 2007 09:41:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kst?expand=0&rev=6 --- FIXME.diff | 6 +++--- kst-1.3.1.tar.bz2 | 3 --- kst-1.4.0.tar.bz2 | 3 +++ kst.changes | 5 +++++ kst.spec | 13 +++++++------ 5 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 kst-1.3.1.tar.bz2 create mode 100644 kst-1.4.0.tar.bz2 diff --git a/FIXME.diff b/FIXME.diff index 4804495..e0f8220 100644 --- a/FIXME.diff +++ b/FIXME.diff @@ -1,11 +1,11 @@ ---- kst/src/kst/kst.desktop 2007/06/21 09:02:01 1.1 -+++ kst/src/kst/kst.desktop 2007/06/21 09:02:09 +--- kst/src/kst/kst.desktop 2007/08/04 11:29:30 1.1 ++++ kst/src/kst/kst.desktop 2007/08/04 11:30:10 @@ -3,7 +3,7 @@ Exec=kst -caption "%c" %i %m Icon=kst DocPath=kst/index.html -MimeType=application/x-kst +MimeType=application/x-kst; - #Categories=QT;KDE;Science; + #Categories=Qt;KDE;Science; Name=Kst Name[hi]=केएसटी diff --git a/kst-1.3.1.tar.bz2 b/kst-1.3.1.tar.bz2 deleted file mode 100644 index 04c36e3..0000000 --- a/kst-1.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:800c7a58540a429e511dde64ae8d8cd808cb3dc7b7580457fae4a1b078b114f9 -size 9163673 diff --git a/kst-1.4.0.tar.bz2 b/kst-1.4.0.tar.bz2 new file mode 100644 index 0000000..bc010b1 --- /dev/null +++ b/kst-1.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcdcd043067859830eef9b1bfea86f5cfc95c488b03cbd4b93a3a8bcf4cfebb +size 14818046 diff --git a/kst.changes b/kst.changes index c1b68cd..9d06ea8 100644 --- a/kst.changes +++ b/kst.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 4 14:27:40 CEST 2007 - stbinner@suse.de + +- update to version 1.4: numerous bugfixes, see ChangeLog + ------------------------------------------------------------------- Thu Jun 21 11:26:14 CEST 2007 - stbinner@suse.de diff --git a/kst.spec b/kst.spec index b348d15..a1c9a62 100644 --- a/kst.spec +++ b/kst.spec @@ -1,5 +1,5 @@ # -# spec file for package kst (Version 1.3.1) +# spec file for package kst (Version 1.4.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -18,11 +18,11 @@ BuildRequires: netcdf %if %suse_version > 1020 BuildRequires: fdupes %endif -License: GNU General Public License (GPL) -Group: Productivity/Scientific/Math +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.3.1 -Release: 69 +Version: 1.4.0 +Release: 1 URL: http://extragear.kde.org/apps/kst/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %name-%version.tar.bz2 @@ -119,7 +119,6 @@ make DESTDIR=${RPM_BUILD_ROOT} install %fdupes $RPM_BUILD_ROOT %endif %find_lang %name -%find_lang kstplugineditor %name.lang kde_post_install %post @@ -162,6 +161,8 @@ rm -rf ${RPM_BUILD_ROOT} /opt/kde3/share/config/colors %changelog +* Sat Aug 04 2007 - stbinner@suse.de +- update to version 1.4: numerous bugfixes, see ChangeLog * Thu Jun 21 2007 - stbinner@suse.de - fix invalid .desktop file * Fri Jun 01 2007 - coolo@suse.de