Hello community, here is the log from the commit of package analitza for openSUSE:Factory checked in at 2019-01-08 12:19:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/analitza (Old) and /work/SRC/openSUSE:Factory/.analitza.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "analitza" Tue Jan 8 12:19:55 2019 rev:86 rq:658319 version:18.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/analitza/analitza.changes 2018-11-13 16:45:53.848805164 +0100 +++ /work/SRC/openSUSE:Factory/.analitza.new.28833/analitza.changes 2019-01-08 12:19:56.756835506 +0100 @@ -1,0 +2,51 @@ +Fri Dec 14 06:08:45 UTC 2018 - [email protected] + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + +------------------------------------------------------------------- +Wed Dec 5 10:15:58 UTC 2018 - Jan Engelhardt <[email protected]> + +- Generalize description. + +------------------------------------------------------------------- +Mon Dec 03 20:55:44 UTC 2018 - [email protected] + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * No code changes since 18.11.80 + +------------------------------------------------------------------- +Tue Nov 20 06:21:47 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:35 UTC 2018 - [email protected] + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-beta.php +- Changes since 18.08.3: + * remove qt include prefix + * Fix minor EBN issues + * No need to guard po directory for existance + * Add Arcconfig + * Readability + * Improve render of 2D plots on higher density displays + * Plots2D Widgets: Don't resize unless it's needed + * Include a d-pointer in Plotter2D + * Depending on Qt 5.6 is acceptable + * Fix clazy warnings + * Locally fix test, may need investigation + * Use nullptr + +------------------------------------------------------------------- @@ -47 +98 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -98 +149 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -215 +266 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -274 +325 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php @@ -368 +419 @@ - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php @@ -484 +535 @@ - * https://www.kde.org/announcements/announce-applications-15.07.90.php + * https://www.kde.org/announcements/announce-applications-15.08-rc.php Old: ---- analitza-18.08.3.tar.xz New: ---- analitza-18.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ analitza.spec ++++++ --- /var/tmp/diff_new_pack.fvlBeg/_old 2019-01-08 12:19:57.448834739 +0100 +++ /var/tmp/diff_new_pack.fvlBeg/_new 2019-01-08 12:19:57.452834735 +0100 @@ -1,7 +1,7 @@ # # spec file for package analitza # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,22 +12,21 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%bcond_without lang - -Name: analitza -Version: 18.08.3 -Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang +Name: analitza +Version: 18.12.0 +Release: 0 Summary: A library to add mathematical features to programs -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/GUI/KDE -Url: https://projects.kde.org/projects/kde/kdeedu/analitza +URL: https://projects.kde.org/projects/kde/kdeedu/analitza Source: %{name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: eigen3-devel @@ -52,10 +51,9 @@ %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -The analitza library will let you add mathematical features to your program. +The Analitza library lets developers add mathematical features to programs. %package -n libAnalitza5 Summary: A library to add mathematical features to programs @@ -63,16 +61,17 @@ Requires: analitza = %{version} %description -n libAnalitza5 -The analitza library will let you add mathematical features to your program. +The Analitza library lets developers add mathematical features to programs. %package devel -Summary: A library to add mathematical features to programs - development files +Summary: Development files for analitza, a mathematical feature library Group: Development/Libraries/C and C++ Requires: libAnalitza5 = %{version} Obsoletes: analitza5-devel < %{version} %description devel -Development files for Analitza, Analitza library will let you add mathematical features to your programs. +Development files for Analitza. The Analitza library lets developers +add mathematical features to programs. %if %{with lang} %lang_package @@ -95,24 +94,21 @@ %postun -n libAnalitza5 -p /sbin/ldconfig %files -n libAnalitza5 -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_libdir}/libAnalitza*.so.* %files devel -%defattr(-,root,root) %{_kf5_libdir}/libAnalitza*.so %{_kf5_prefix}/include/Analitza5/ %{_kf5_cmakedir}/Analitza5/ %files -%defattr(-,root,root) %{_kf5_qmldir}/ %{_kf5_sharedir}/libanalitza/ %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog ++++++ analitza-18.08.3.tar.xz -> analitza-18.12.0.tar.xz ++++++ ++++ 6401 lines of diff (skipped)
