Hello community, here is the log from the commit of package mate-calc for openSUSE:Factory checked in at 2020-03-03 10:16:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-calc (Old) and /work/SRC/openSUSE:Factory/.mate-calc.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-calc" Tue Mar 3 10:16:25 2020 rev:10 rq:780523 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mate-calc/mate-calc.changes 2019-07-31 14:35:23.325897087 +0200 +++ /work/SRC/openSUSE:Factory/.mate-calc.new.26092/mate-calc.changes 2020-03-03 10:17:20.618787330 +0100 @@ -1,0 +2,16 @@ +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. + +------------------------------------------------------------------- Old: ---- mate-calc-1.23.0.tar.xz New: ---- mate-calc-1.24.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-calc.spec ++++++ --- /var/tmp/diff_new_pack.NogGs6/_old 2020-03-03 10:17:21.286788712 +0100 +++ /var/tmp/diff_new_pack.NogGs6/_new 2020-03-03 10:17:21.294788729 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-calc # -# Copyright (c) 2019 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 @@ -16,35 +16,28 @@ # -%define _version 1.23 +%define _version 1.24 Name: mate-calc -Version: 1.23.0 +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: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: bison BuildRequires: fdupes BuildRequires: flex -# set to version macro when mate-common has an equal release -BuildRequires: mate-common >= 1.22 +BuildRequires: mate-common >= %{_version} BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: yelp-tools -BuildRequires: pkgconfig(gio-2.0) >= 2.50 -BuildRequires: pkgconfig(glib-2.0) >= 2.50 +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmodule-export-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libxml-2.0) Recommends: %{name}-lang %glib2_gsettings_schema_requires -%if 0%{?suse_version} >= 1500 -BuildRequires: python2-libxml2-python -%else -BuildRequires: libxml2-python -%endif %description mate-calc is a calculator application that was part of the @@ -60,7 +53,7 @@ %build NOCONFIGURE=1 mate-autogen %configure -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -68,19 +61,9 @@ %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 %license COPYING -%doc ChangeLog README +%doc NEWS README %{_bindir}/mate-calc %{_bindir}/mate-calc-cmd %{_bindir}/mate-calculator ++++++ mate-calc-1.23.0.tar.xz -> mate-calc-1.24.0.tar.xz ++++++ ++++ 35246 lines of diff (skipped)
