Hello community, here is the log from the commit of package mate-calc for openSUSE:Leap:15.2 checked in at 2020-03-06 12:39:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/mate-calc (Old) and /work/SRC/openSUSE:Leap:15.2/.mate-calc.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-calc" Fri Mar 6 12:39:50 2020 rev:19 rq:781514 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/mate-calc/mate-calc.changes 2020-01-15 15:28:25.554677288 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.mate-calc.new.26092/mate-calc.changes 2020-03-06 12:42:38.866807188 +0100 @@ -1,0 +2,92 @@ +Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 1.24.0: + * Fix typo: "Avogadro" instead of "Avogrado". + * Fix precedence of functions i.e. the result of -ln(1) and add + according tests. + * Fix typo in keywords in desktop file. + * mate-calc.desktop.in: Add missing Keywords. + * Do not remove org.mate.calc.gschema.xml on make distclean. + * The function "mp_mask" is never used. + * Set the required version for gettext (0.19.8). + * parserfunc: Return NULL on NOT operation overflow. + * Update translations. +- Drop support for old openSUSE versions. + +------------------------------------------------------------------- +Wed Jul 17 13:21:43 UTC 2019 - Jonathan Brielmaier <[email protected]> + +- Update to version 1.23.0: + * Update translations. + * Migrate from intltools into gettext + * mp-serializer: fix scientific presentation of complex numbers + * Avoid deprecated 'gtk_widget_get_style' and 'gtk_widget_modify_font' + * Fix FSF address + * test-mp-equation: add tests for physical constants + * mp-equation: update values from physical constants to match + with tooltip values in math-buttons.c + * Add unit tooltips to physical constants + * dont focus on click + * mp-equation: add pre-defined physical constants + * buttons-ui: add destructive-action style to 'clear' button + * buttons-ui: add style class "suggested-action" to result button + * Use gresources for UI files + * Unit tests: pi constant, ln (e^iπ) + * currency-manager: Update name_map in load_imf_rates + * math-buttons: Fix cppcheck warning: Identical inner 'return' + * math-buttons: avoid shifting signed 64-bit value by 63 bits + * Add support for "pi" in addition to "π" + * i18n about dialog +- remove patch: + * mate-calc-gtk-3.20.patch: we don't support gtk3.20 anymore +- build require gtk >= 3.22, glib >= 2.50 and gio >= 2.50 +- don't install *.ui files anymore as they were moved to src/ + +------------------------------------------------------------------- +Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin <[email protected]> + +- Update to version 1.22.1: + * currency-manager: Update name_map in load_imf_rates. + * Display small numbers in scientific notation. + * mp: Fix calculate result ln(e^(i*π)). + * mate-calc: Fix memory leak. + * Update translations. + +------------------------------------------------------------------- +Tue Mar 5 15:19:33 UTC 2019 - [email protected] + +- Update to version 1.22.0: + * UI: Avoid deprecated GtkButton:use-stock. + * UI: Drop all deprecated elements. + * Replace deprecated gtk_menu_popup. + * Avoid deprecated gtk_image_menu_item_new_from_stock. + * Increase accuracy range to 15. + * math-display: Avoid deprecated 'gtk_widget_modify_bg' + * Avoid deprecated g_type_class_add_private. + * Remove duplicated assignment. + * Disable deprecation warnings for distcheck. + * math-window: Fix memory leak. + * math-display.c: Avoid deprecated gtk_widget_ensure_style. + * ui files: Add missing icons in titles to dialogues. + * buttons-programming.ui: Fix buttons. +- Rebase mate-calc-gtk-3.20.patch. + +------------------------------------------------------------------- +Sat Dec 22 20:48:48 UTC 2018 - [email protected] + +- Update to version 1.20.3: + * data: Update appdata directory. + * Use make functions for HELP_LINGUAS. + * Write equation using MathML. + * Fix application name. + * Fix repeated words. + * Copy equation as ASCII text. + * Update translations. + +------------------------------------------------------------------- +Sat Jun 16 15:48:41 UTC 2018 - [email protected] + +- Update to version 1.20.2: + * Update translations. + +------------------------------------------------------------------- Old: ---- mate-calc-1.20.1.tar.xz mate-calc-gtk-3.20.patch New: ---- mate-calc-1.24.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-calc.spec ++++++ --- /var/tmp/diff_new_pack.svIoso/_old 2020-03-06 12:42:39.334807473 +0100 +++ /var/tmp/diff_new_pack.svIoso/_new 2020-03-06 12:42:39.334807473 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-calc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,33 +12,29 @@ # 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/ # -%define _version 1.20 +%define _version 1.24 Name: mate-calc -Version: 1.20.1 +Version: 1.24.0 Release: 0 Summary: MATE Desktop calculator application License: GPL-2.0-or-later -Group: System/GUI/Other -Url: https://mate-desktop.org/ -Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz -# PATCH-FEATURE-OPENSUSE mate-calc-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 3.20 support. -Patch0: mate-calc-gtk-3.20.patch +URL: https://mate-desktop.org/ +Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: bison BuildRequires: fdupes BuildRequires: flex -BuildRequires: libxml2-python -BuildRequires: mate-common +BuildRequires: mate-common >= %{_version} BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: yelp-tools -BuildRequires: pkgconfig(gio-2.0) >= 2.48 -BuildRequires: pkgconfig(glib-2.0) >= 2.48 +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmodule-export-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libxml-2.0) Recommends: %{name}-lang %glib2_gsettings_schema_requires @@ -53,12 +49,11 @@ %prep %setup -q -%patch0 -p1 %build NOCONFIGURE=1 mate-autogen %configure -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -66,32 +61,17 @@ %suse_update_desktop_file %{name} %fdupes %{buildroot}%{_datadir}/ -%if 0%{?suse_version} < 1500 -%post -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -%desktop_database_postun -%glib2_gsettings_schema_postun -%endif - %files -%if 0%{?suse_version} >= 1500 %license COPYING -%else -%doc COPYING -%endif -%doc ChangeLog README +%doc NEWS README %{_bindir}/mate-calc %{_bindir}/mate-calc-cmd %{_bindir}/mate-calculator %{_datadir}/applications/%{name}.desktop %{_datadir}/glib-2.0/schemas/*.xml -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/%{name}.appdata.xml +%dir %{_datadir}/metainfo/ +%{_datadir}/metainfo/%{name}.appdata.xml %{_datadir}/help/C/ -%{_datadir}/%{name}/ %{_mandir}/man1/%{name}.1%{?ext_man} %{_mandir}/man1/%{name}-cmd.1%{?ext_man} ++++++ mate-calc-1.20.1.tar.xz -> mate-calc-1.24.0.tar.xz ++++++ ++++ 752160 lines of diff (skipped)
