commit labplot for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package labplot for openSUSE:Factory checked 
in at 2015-11-12 19:40:16

Comparing /work/SRC/openSUSE:Factory/labplot (Old)
 and  /work/SRC/openSUSE:Factory/.labplot.new (New)


Package is "labplot"

Changes:

--- /work/SRC/openSUSE:Factory/labplot/labplot.changes  2015-04-18 
10:39:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.labplot.new/labplot.changes 2015-11-12 
19:40:18.0 +0100
@@ -1,0 +2,42 @@
+Mon Oct 26 11:51:24 UTC 2015 - toddrme2...@gmail.com
+
+- Enable HDF5 and NetCDF support.  Support for these formats is
+  considered stable now.
+
+---
+Mon Oct 26 10:02:26 UTC 2015 - frei...@owncloud.com
+
+- Fixing build issues by upgrading to new upstream version 2.1.0
+
+- 2.1.0 new features:
+  * New Matrix view for handling matrix data.
+  * Workbook - a new container for grouping several objects of type 
+Spreadsheet and/or Matrix.
+  * Import of binary, image, NetCDF and HDF data into spreadsheet or 
+matrix.
+  * Visual HDF and NetCDF parser to view content of files and import 
+data sets.
+  * Preview of all supported file types in import dialog.
+  * Transparently import compressed data files.
+  * In xy-curve the points may not be connected by the line if there 
+are NANs in-between. This behaviour is controlled by the parameter 
+"skip gaps".
+  * Multiplier of Pi format of the plot axis for periodical functions.
+  * New operations on columns in Spreadsheet - reverse, drop values 
+and mask values.
+  * Formula used to generate the values in a column is stored and can 
+be changed/adjusted in the formula dialog afterwards.
+  * Curve filling: the area below, under, left to or right to the 
+curve can be filled.
+  * Support for multiple variables in "Function Values"-dialog - new 
+data in the spreadsheet can be calculated out of multiple columns.
+
+- Performance improvements:
+  * Speeded up the creation of new columns during the import
+
+- Bug fixes:
+  * Fixed wrong behaviour when doing "zoom" in a plot and then 
+deselecting the plot - it was not possible anymore to select the 
+plot again on the worksheet.
+
+---

Old:

  labplot-2.0.2.tar.xz

New:

  labplot-2.1.0.tar.xz



Other differences:
--
++ labplot.spec ++
--- /var/tmp/diff_new_pack.Jg9UDT/_old  2015-11-12 19:40:19.0 +0100
+++ /var/tmp/diff_new_pack.Jg9UDT/_new  2015-11-12 19:40:19.0 +0100
@@ -17,21 +17,22 @@
 
 
 Name:   labplot
-Version:2.0.2
+Version:2.1.0
 Release:0
 Summary:KDE4 data analysis and visualization application
 License:GPL-2.0+
 Group:  Productivity/Scientific/Other
 Url:https://edu.kde.org/applications/science/labplot/
-Source: 
http://download.kde.org/stable/labplot/2.0.2/src/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/labplot/%{version}/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(gsl)
-# BuildRequires:  hdf5-devel
+BuildRequires:  hdf5-devel
 BuildRequires:  libkde4-devel >= 4.7
-# BuildRequires:  pkgconfig(netcdf)
+BuildRequires:  pkgconfig(netcdf)
 BuildRequires:  pkgconfig(libpng)
 # BuildRequires:  liborigin-devel
+BuildRequires:  extra-cmake-modules
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
@@ -60,7 +61,7 @@
 %kde4_makeinstall
 popd
 
-%find_lang LabPlot2 %{?no_lang_C}
+%find_lang labplot2 %{?no_lang_C}
 
 %fdupes -s %{buildroot}
 
@@ -80,19 +81,21 @@
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
 %{_kde4_bindir}/labplot2
-%{_kde4_appsdir}/LabPlot2/
-%{_kde4_applicationsdir}/LabPlot2.desktop
+%{_kde4_appsdir}/labplot2/
+%{_kde4_applicationsdir}/labplot2.desktop
 %dir %{_kde4_datadir}/icons/hicolor/512x512
 %dir %{_kde4_datadir}/icons/hicolor/512x512/apps
-%{_kde4_datadir}/icons/hicolor/*/apps/LabPlot2.*
+%{_kde4_datadir}/icons/hicolor/*/apps/labplot-*
+%{_kde4_datadir}/icons/hicolor/*/apps/labplot2.*
+
 %{_kde4_datadir}/mime/packages/labplot2.xml
 %dir %{_kde4_datadir}/appdata/
 %{_kde4_datadir}/appdata/labplot.appdata.xml
-%{_kde4_htmldir}/en/LabPlot2/
+%{_kde4_htmldir}/en/labplot2/
 
-%files lang -f LabPlot2.lang
+%files lang -f labplot2.lang
 %defattr(-,root,root,-)
 ## These belong in the main package
-%exclude %{_kde4_htmldir}/en/LabPlot2/
+%exclude %{_kde4_htmldir}/en/labplot2/
 
 %changelog

++ labplot-2.0.2.tar.xz -> labplot-2.1.0.tar.xz ++
 530084 lines of diff (skipped)




commit labplot for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package labplot for openSUSE:Factory checked 
in at 2015-04-18 10:39:13

Comparing /work/SRC/openSUSE:Factory/labplot (Old)
 and  /work/SRC/openSUSE:Factory/.labplot.new (New)


Package is labplot

Changes:

--- /work/SRC/openSUSE:Factory/labplot/labplot.changes  2014-11-19 
20:30:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.labplot.new/labplot.changes 2015-04-18 
10:39:14.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 14 19:02:03 UTC 2015 - mailaen...@opensuse.org
+
+- update to version 2.0.2
+
+---

Old:

  labplot-2.0.1.tar.bz2

New:

  labplot-2.0.2.tar.xz



Other differences:
--
++ labplot.spec ++
--- /var/tmp/diff_new_pack.30A3R7/_old  2015-04-18 10:39:15.0 +0200
+++ /var/tmp/diff_new_pack.30A3R7/_new  2015-04-18 10:39:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package labplot
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   labplot
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:KDE4 data analysis and visualization application
 License:GPL-2.0+
 Group:  Productivity/Scientific/Other
-Url:http://labplot.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/labplot/labplot/2.0.0/%{name}-%{version}.tar.bz2
+Url:https://edu.kde.org/applications/science/labplot/
+Source: 
http://download.kde.org/stable/labplot/2.0.2/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(gsl)
@@ -31,13 +32,15 @@
 # BuildRequires:  pkgconfig(netcdf)
 BuildRequires:  pkgconfig(libpng)
 # BuildRequires:  liborigin-devel
-BuildRequires:  pkgconfig(muparser)
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(zlib)
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  shared-mime-info
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(muparser)
+BuildRequires:  pkgconfig(zlib)
 %kde4_runtime_requires
 
+%lang_package
+
 %description
 LabPlot is a KDE-application for interactive graphing and analysis
 of scientific data. LabPlot provides an easy way to create, manage 
@@ -57,6 +60,8 @@
 %kde4_makeinstall
 popd
 
+%find_lang LabPlot2 %{?no_lang_C}
+
 %fdupes -s %{buildroot}
 
 %kde_post_install
@@ -81,5 +86,13 @@
 %dir %{_kde4_datadir}/icons/hicolor/512x512/apps
 %{_kde4_datadir}/icons/hicolor/*/apps/LabPlot2.*
 %{_kde4_datadir}/mime/packages/labplot2.xml
+%dir %{_kde4_datadir}/appdata/
+%{_kde4_datadir}/appdata/labplot.appdata.xml
+%{_kde4_htmldir}/en/LabPlot2/
+
+%files lang -f LabPlot2.lang
+%defattr(-,root,root,-)
+## These belong in the main package
+%exclude %{_kde4_htmldir}/en/LabPlot2/
 
 %changelog