Hello community,

here is the log from the commit of package qalculate for openSUSE:Factory 
checked in at 2017-09-04 12:21:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qalculate (Old)
 and      /work/SRC/openSUSE:Factory/.qalculate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qalculate"

Mon Sep  4 12:21:56 2017 rev:16 rq:519637 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qalculate/qalculate.changes      2017-07-08 
12:25:12.812196655 +0200
+++ /work/SRC/openSUSE:Factory/.qalculate.new/qalculate.changes 2017-09-04 
12:22:05.151610816 +0200
@@ -1,0 +2,14 @@
+Tue Aug 29 06:52:20 UTC 2017 - [email protected]
+
+- Update to 2.0.0:
+  * CLN has been replaced with GMP and MPFR for low-level numerical 
calculations.
+  * The Glib dependancy has been removed. It has partly been replaced with 
libiconv and icu. Libqalculate can be compiled without them and libiconv is 
only used the CLI application.
+  * GVFS and wget have been replaced by libcurl for exchange rates retrieval.
+  * Date functions have been rewritten and now support much larger numbers.
+  * Trigonometric functions with angle unit other than radians have been fixed.
+  * Functions with more than one argument can now also be applied to the RPN 
stack.
+  * New functions: airy(), arg(), besselj(), bessely(), conj(), digamma(), 
erf(), erfc()
+  * Binary installer for Microsoft Windows.
+  * Increased efficiency and many minor enhancements and bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  libqalculate-0.9.12.tar.gz

New:
----
  libqalculate-2.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qalculate.spec ++++++
--- /var/tmp/diff_new_pack.smggQ6/_old  2017-09-04 12:22:07.419292011 +0200
+++ /var/tmp/diff_new_pack.smggQ6/_new  2017-09-04 12:22:07.455286951 +0200
@@ -16,25 +16,26 @@
 #
 
 
-%define major  9
+%define major  11
 %define libname        libqalculate
 Name:           qalculate
-Version:        0.9.12
+Version:        2.0.0
 Release:        0
 Summary:        Multi-purpose desktop calulator application
 License:        GPL-2.0+
 Group:          Productivity/Scientific/Math
 Url:            https://qalculate.github.io/
 Source:         
https://github.com/Qalculate/libqalculate/releases/download/v%{version}/%{libname}-%{version}.tar.gz
-BuildRequires:  cln-devel
 BuildRequires:  gcc-c++
-BuildRequires:  glib2-devel
 BuildRequires:  gmp-devel
 BuildRequires:  intltool
 BuildRequires:  libxml2-devel
+BuildRequires:  mpfr-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
+BuildRequires:  pkgconfig(icu-uc)
+BuildRequires:  pkgconfig(libcurl)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,9 +62,9 @@
 Summary:        Header files, libraries and development documentation for 
%{libname}
 Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
-Requires:       cln-devel
-Requires:       glib2-devel
+Requires:       gmp-devel
 Requires:       libxml2-devel
+Requires:       mpfr-devel
 
 %description -n %{libname}-devel
 This package contains the header files and development
@@ -94,7 +95,8 @@
 
 %files -n %{libname}%{major}
 %defattr(-,root,root)
-%{_libdir}/%{libname}.so.*
+%{_libdir}/%{libname}.so.%{major}
+%{_libdir}/%{libname}.so.%{major}.*
 
 %files -n %{libname}-devel
 %defattr(-,root,root)

++++++ libqalculate-0.9.12.tar.gz -> libqalculate-2.0.0.tar.gz ++++++
++++ 107255 lines of diff (skipped)


Reply via email to