Accepting request 82083 from KDE:Distro:Factory

- Update to kst 2.0.4
  * A major re-write of the auto-layout command: it works much 
    better now and no longer gets in the way
  * Improvements to automatic legend names
  * Fixes to the layout mode, with better visual feedback during 
    drag operations
  * Numerous other bugfixes and improvements (point density, 
    scientific notation, issues with log mode, bar colors, fixed 
    aspect ratio in images and svg annotation items)
  * UI and usability improvements: for instance you can now just 
    double-click on labels or axes to open the corresponding dialog
  * The introduction of a Settings->Theme dialog which sets brush, 
    stroke, and font for all view items, optionally applying to all 
    existing objects, and/or saving as the default for all future 
    objects
  * A great new auto-completer for the the equation editor and 
    label editor, including support for wildcards
  * A number of crashes fixed in various plugins

OBS-URL: https://build.opensuse.org/request/show/82083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kst?expand=0&rev=28
This commit is contained in:
Sascha Peilicke 2011-09-14 12:57:01 +00:00 committed by Git OBS Bridge
parent d58ebfb86c
commit a08636f73f
4 changed files with 34 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:855bcc6b2d7c95b9b575a813530ba76596b6a4730b3fde7d2f1a534d01d4b730
size 10558141

3
kst-2.0.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:026774411ce919de6831139c378f632b2493bc31c39f901f5f4da712eb538da3
size 10836992

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Sep 14 03:25:55 UTC 2011 - ctrippe@opensuse.org
- Update to kst 2.0.4
* A major re-write of the auto-layout command: it works much
better now and no longer gets in the way
* Improvements to automatic legend names
* Fixes to the layout mode, with better visual feedback during
drag operations
* Numerous other bugfixes and improvements (point density,
scientific notation, issues with log mode, bar colors, fixed
aspect ratio in images and svg annotation items)
* UI and usability improvements: for instance you can now just
double-click on labels or axes to open the corresponding dialog
* The introduction of a Settings->Theme dialog which sets brush,
stroke, and font for all view items, optionally applying to all
existing objects, and/or saving as the default for all future
objects
* A great new auto-completer for the the equation editor and
label editor, including support for wildcards
* A number of crashes fixed in various plugins
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 18 18:36:57 UTC 2011 - ctrippe@opensuse.org Mon Apr 18 18:36:57 UTC 2011 - ctrippe@opensuse.org

View File

@ -31,11 +31,11 @@ BuildRequires: getdata-devel
License: GPLv2+ License: GPLv2+
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
Version: 2.0.3 Version: 2.0.4
Release: 1 Release: 1
Url: http://kst-plot.kde.org/ Url: http://kst-plot.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%{version}.tar.bz2 Source: kst-2.0.4.tar.gz
%description %description
Kst is a data plotting and viewing program. Some of the features Kst is a data plotting and viewing program. Some of the features
@ -124,8 +124,7 @@ cmake -Dkst_rpath=0 -Dkst_install_prefix=/usr -Dkst_install_libdir=%{_lib} ./cma
%install %install
%make_install %make_install
install -D -m 0644 src/images/kst.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/apps/kst.png %suse_update_desktop_file kst2 Qt KDE Education Science Math
%suse_update_desktop_file kst Qt KDE Education Science Math
%fdupes $RPM_BUILD_ROOT %fdupes $RPM_BUILD_ROOT
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -141,30 +140,18 @@ rm -rf ${RPM_BUILD_ROOT}
%{_bindir}/kst2 %{_bindir}/kst2
%{_libdir}/libkst*.so.* %{_libdir}/libkst*.so.*
%{_libdir}/kst2/* %{_libdir}/kst2/*
/usr/share/icons/hicolor/32x32/apps/kst.png /usr/share/icons/hicolor/*/apps/*kst.*
%dir /usr/share/services/kst /usr/share/applications/kst2.desktop
/usr/share/services/kst/* /usr/share/applnk/Graphics/kst2.desktop
/usr/share/applnk/Graphics/* /usr/share/mimelink/application/x-kst2.desktop
%dir /usr/share/apps/kst
/usr/share/apps/kst/*
/usr/share/mimelink/application/*
/usr/share/applications/*
%dir /usr/share/config
%dir /usr/share/config/colors
/usr/share/config/colors/IDL*
/usr/share/man/man1/kst2.1.gz /usr/share/man/man1/kst2.1.gz
%dir /usr/share/servicetypes
%dir /usr/share/servicetypes/kst
/usr/share/servicetypes/kst/*
%dir /usr/share/applnk %dir /usr/share/applnk
%dir /usr/share/applnk/Graphics %dir /usr/share/applnk/Graphics
%dir /usr/share/apps
%dir /usr/share/icons/hicolor %dir /usr/share/icons/hicolor
%dir /usr/share/icons/hicolor/32x32 %dir /usr/share/icons/hicolor/*
%dir /usr/share/icons/hicolor/32x32/apps %dir /usr/share/icons/hicolor/*/apps
%dir /usr/share/mimelink %dir /usr/share/mimelink
%dir /usr/share/mimelink/application %dir /usr/share/mimelink/application
%dir /usr/share/services
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)