Hello community,
here is the log from the commit of package gnome-calculator for
openSUSE:Factory checked in at 2019-05-03 22:12:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-calculator (Old)
and /work/SRC/openSUSE:Factory/.gnome-calculator.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-calculator"
Fri May 3 22:12:51 2019 rev:41 rq:695720 version:3.32.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-calculator/gnome-calculator.changes
2018-10-17 08:14:15.163052390 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-calculator.new.5148/gnome-calculator.changes
2019-05-03 22:12:52.867562586 +0200
@@ -1,0 +2,76 @@
+Wed Apr 10 10:13:46 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.1:
+ + Snap build update.
+ + Fixed CFA conversion rate.
+ + Removed copy icon from search provider result.
+ + Do not assume octal base for binary numbers.
+ + Use currency name instead of display name for conversion.
+ + Updated application icon in help.
+ + Fixed search provider results broken.
+ + Ignore keypresses while calculating result.
+ + Only allow entering one decimal point.
+ + Use meson build compatible with older meson.
+ + Show thousands separator in unit converter.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 11 17:14:31 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 5 10:10:10 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.31.92:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 18 22:14:38 UTC 2019 - [email protected]
+
+- Update to version 3.31.91:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 15 00:41:18 UTC 2019 - [email protected]
+
+- Update to version 3.31.90:
+ + Exchange rate update interval preference.
+ + Updated and fixed appdata.
+ + Fix for digit transformed into ^ on double *.
+ + Accept comma and decimal point as decimal separator.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Thu Jan 3 20:50:39 UTC 2019 - [email protected]
+
+- Update to version 3.31.3:
+ + Added Alt+T shortcut for keyboard mode.
+ + Use US prefix for non-imperial units.
+ + Updated translations.
+- Changes from version 3.31.2:
+ + Readded missing accelerators.
+ + Use GLib.List.deep_copy() to fix argument type mismatch.
+ + Write all settings at once using delayed backend.
+ + Updated translations.
+- Changes from version 3.31.1:
+ + Search provider improvements.
+ + Copy to clipboard from search result.
+ + Conversion UI improvements.
+ + Functions and variables popover HIG fixes.
+ + Port to GtkSourceView 4.
+ + Remove appmenu.
+ + Application icon and symbolic icon update.
+ + Fixed new window shell action.
+ + Mark 'in' conversion keyword as translatable.
+ + Support for integer decimals in different bases.
+ + Mark some untranslatable texts as translatable.
+ + Use application icon in about and window icon instead of
+ generic icon.
+- Replace pkgconfig(gtksourceview-3.0) with
+ pkgconfig(gtksourceview-4) BuildRequires following upstreams
+ port.
+- Add meson_check macro in check section, run tests.
+
+-------------------------------------------------------------------
Old:
----
gnome-calculator-3.30.1.tar.xz
New:
----
gnome-calculator-3.32.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-calculator.spec ++++++
--- /var/tmp/diff_new_pack.swvCih/_old 2019-05-03 22:12:53.779564344 +0200
+++ /var/tmp/diff_new_pack.swvCih/_new 2019-05-03 22:12:53.783564352 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnome-calculator
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,13 +17,13 @@
Name: gnome-calculator
-Version: 3.30.1
+Version: 3.32.1
Release: 0
Summary: A GNOME Calculator Application
License: GPL-3.0-or-later
Group: Productivity/Scientific/Math
URL: https://wiki.gnome.org/Apps/Calculator
-Source0:
https://download.gnome.org/sources/gnome-calculator/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-calculator/3.32/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: meson
@@ -39,7 +39,7 @@
BuildRequires: pkgconfig(gmodule-export-2.0)
BuildRequires: pkgconfig(gobject-2.0) >= 2.40
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.3
-BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.15.1
+BuildRequires: pkgconfig(gtksourceview-4)
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
BuildRequires: pkgconfig(libxml-2.0)
@@ -59,7 +59,7 @@
%lang_package
%prep
-%setup -q
+%autosetup -p1
translation-update-upstream
%build
@@ -71,6 +71,9 @@
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}
+%check
+%meson_test
+
%files
%license COPYING
%doc NEWS
@@ -80,8 +83,7 @@
%{_datadir}/metainfo/org.gnome.Calculator.appdata.xml
%{_datadir}/applications/org.gnome.Calculator.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/gnome-calculator.png
-%{_datadir}/icons/hicolor/scalable/apps/gnome-calculator-symbolic.svg
+%{_datadir}/icons/hicolor/*/apps/org.gnome.Calculator*.svg
%{_mandir}/man1/gnome-calculator.1%{?ext_man}
%{_mandir}/man1/gcalccmd.1%{?ext_man}
++++++ gnome-calculator-3.30.1.tar.xz -> gnome-calculator-3.32.1.tar.xz ++++++
++++ 90854 lines of diff (skipped)