Hello community,

here is the log from the commit of package qalculate for openSUSE:Factory 
checked in at 2017-01-19 10:36:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qalculate (Old)
 and      /work/SRC/openSUSE:Factory/.qalculate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qalculate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qalculate/qalculate.changes      2016-05-31 
12:11:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qalculate.new/qalculate.changes 2017-01-19 
10:36:13.353636361 +0100
@@ -1,0 +2,30 @@
+Thu Jan 12 20:36:48 UTC 2017 - [email protected]
+
+- Update to 0.9.10:
+  * Unit conversion fixes (e.g. "1/s to ms" and "1/ns to GHz")
+  * Fixed parsing of degrees sign (used in defult symbol for temperature units)
+- Update to 0.9.9:
+  * libqalculate will no longer cause segmentation faults when using a locale 
unsupported by the users system
+  * Parsing of "today" fixed and "tomorrow" and "yesterday" added
+  * Qalculate! now compiles, without errors and warning, using clang
+  * New commands/options in qalc which list available variables, functions and 
units
+  * New command in qalcfor deletion of variables
+- Update to 0.9.8:
+  * Lots of bug fixes and minor improvements
+  * Three different parsing modes can be chosen from (providing mainly 
different handling of implicit multiplication). The default 'adaptive' mode has 
been enhanced.
+  * By default prefixes will not be added to for example imperial units.
+  * Changed handling of degrees Celsius and Fahrenheit. Conversion will take 
place already during parsing.
+  * When converting to unit without prefix, no prefix will be added to the 
result unless the unit expression is prepended with '?' ('0' works in the 
opposite direction).
+  * Option to ignore commas in numbers (for use as thousands separator).
+  * Possibility to abort slow number printing without using crash prone thread 
cancellation (use Calculator::startPrintControl() and related functions).
+  * New function: fibonacci (Qalculate! can now tell you that the millionth 
fibonacci number is approximately 1,953282129 * 10^208987, although for obvious 
reasons the exact number cannot be displayed).
+  * New units: Hartree, Rydberg, Dalton (same as u)
+  * Currencies have been updated to reflect the available data from ECB.
+  * Physical constant have been updated with the CODATA values from 2014.
+  * Use ~/.local and ~/.conf to store configuration and definitions
+  * 'to' can now not only be used for conversion to unit expressions. "to 
bin", "to oct", "to hex" and "to bases" changes number base displayed, "to 
factors" factorizes, "to fraction" displays as fraction, and "to base" and "to 
optimal" auto-converts units. (CLI)
+
+- Now using https://github.com/Qalculate/libqalculate as source
+- Remove gcc-6-compile.patch, fixed upstream
+
+-------------------------------------------------------------------

Old:
----
  gcc-6-compile.patch
  libqalculate-0.9.7.tar.bz2

New:
----
  libqalculate-0.9.10.tar.gz

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

Other differences:
------------------
++++++ qalculate.spec ++++++
--- /var/tmp/diff_new_pack.T8H8tL/_old  2017-01-19 10:36:13.829569232 +0100
+++ /var/tmp/diff_new_pack.T8H8tL/_new  2017-01-19 10:36:13.833568668 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qalculate
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,21 +16,16 @@
 #
 
 
-%define major  5
+%define major  6
 %define libname        libqalculate
-
+Name:           qalculate
+Version:        0.9.10
+Release:        0
 Summary:        Powerful Calulator application
 License:        GPL-2.0+
 Group:          Productivity/Scientific/Math
-
-Name:           qalculate
-Version:        0.9.7
-Release:        0
-Url:            http://qalculate.sourceforge.net/
-Source0:        %{libname}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM gcc-6-compile.patch [email protected] -- Fix compilation 
with gcc 6
-Patch0:         gcc-6-compile.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+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
@@ -40,6 +35,7 @@
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux. It is
@@ -78,29 +74,24 @@
 
 %prep
 %setup -q -n %{libname}-%{version}
-%patch0 -p1
 
 %build
-%configure --disable-static --disable-rpath
-%{__make} %{?jobs:-j%jobs}
+%configure --disable-static
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 %find_lang libqalculate
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %post -n %{libname}%{major} -p /sbin/ldconfig
-
 %postun -n %{libname}%{major} -p /sbin/ldconfig
 
 %files -f libqalculate.lang
 %defattr(-,root,root)
-%doc README ChangeLog NEWS INSTALL COPYING AUTHORS TODO
+%doc README ChangeLog INSTALL COPYING AUTHORS TODO
 %{_bindir}/qalc
 %{_datadir}/%{name}
-%{_datadir}/doc/%{libname}-%{version}
+%{_datadir}/doc/%{libname}
 
 %files -n %{libname}%{major}
 %defattr(-,root,root)


Reply via email to