Hello community, here is the log from the commit of package gnome-sudoku for openSUSE:Leap:15.2 checked in at 2020-02-21 23:50:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gnome-sudoku (Old) and /work/SRC/openSUSE:Leap:15.2/.gnome-sudoku.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-sudoku" Fri Feb 21 23:50:23 2020 rev:12 rq:772390 version:3.34.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/gnome-sudoku/gnome-sudoku.changes 2020-01-15 15:04:56.953889103 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.gnome-sudoku.new.26092/gnome-sudoku.changes 2020-02-21 23:50:27.380698189 +0100 @@ -1,0 +2,101 @@ +Mon Oct 14 16:30:14 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.34.1: + + Fix earmark popover regression. + + Fix appdata release tags. + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 8 21:21:32 CDT 2019 - [email protected] + +- Update to version 3.34.0: + + Updated translations. + +------------------------------------------------------------------- +Sat Aug 31 19:25:56 CDT 2019 - [email protected] + +- Update to version 3.33.4: + + Set an earmark instead of the value if earmark picker is + active. + + Handle earmarks properly in undo/redo. + + Make undo and redo hide the value/earmark popovers. + + Display numbers at top-left in the earmark picker. + + Place numbers in number picker as on numpad. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 11 15:56:27 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 22:03:48 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.31.92: + + Fix crash on print multiple sudokus dialog. + + Updates to user help. + +------------------------------------------------------------------- +Sun Feb 17 19:30:15 UTC 2019 - [email protected] + +- Update to version 3.31.90: + + Updated app ID to org.gnome.Sudoku. + +------------------------------------------------------------------- +Sat Jan 5 18:05:36 UTC 2019 - [email protected] + +- Update to version 3.31.1: + + Removed the app menu. + +------------------------------------------------------------------- +Fri Sep 7 18:34:01 UTC 2018 - [email protected] + +- Update to version 3.30.0: + + Miscellaneous fixes to meson build system. + + Miscellaneous fixes to user help. + + Updated translations. +- Drop sudoku-fix-appdata-location.patch (fixed upstream). +- Remove lang package from recommended packages as it already + supplements main package. + +------------------------------------------------------------------- +Wed May 23 03:41:35 UTC 2018 - [email protected] + +- Update to version 3.29.2: + + No visible changes for the user. +- Add: + + meson BuildRequires and replace configure/make_build/make_\ + install macros with meson/meson_build/meson_install + respectively, to follow upstream port to Meson build system. + + sudoku-fix-appdata-location.patch. +- Drop update-desktop-files BuildRequires and suse_update_desktop_\ + file macro: they are no longer needed. + +------------------------------------------------------------------- +Sun Mar 11 09:26:16 UTC 2018 - [email protected] + +- Update to version 3.28.0: + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 28 16:29:46 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Fri Dec 22 02:59:04 UTC 2017 - [email protected] + +- Update to version 3.27.3: + + Remove the OMF file. + + Updated user docs. + + Updated help. + + Updated translations. +- Update Url to https://wiki.gnome.org/Apps/Sudoku: current + Sudoku's web page. +- Adopt the use of %make_build macro rather than raw make command, + following the best practices. +- Drop %glib2_gsettings_schema_requires macro: it's no longer + required since RPM file triggers. + +------------------------------------------------------------------- Old: ---- gnome-sudoku-3.26.0.tar.xz New: ---- gnome-sudoku-3.34.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-sudoku.spec ++++++ --- /var/tmp/diff_new_pack.WULUJT/_old 2020-02-21 23:50:27.968699358 +0100 +++ /var/tmp/diff_new_pack.WULUJT/_new 2020-02-21 23:50:27.992699405 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-sudoku # -# Copyright (c) 2017 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 @@ -12,24 +12,25 @@ # 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/ # Name: gnome-sudoku -Version: 3.26.0 +Version: 3.34.1 Release: 0 Summary: Sudoku Game for GNOME -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Amusements/Games/Logic -Url: https://live.gnome.org/GnomeSudoku -Source: http://download.gnome.org/sources/gnome-sudoku/3.26/%{name}-%{version}.tar.xz +URL: https://wiki.gnome.org/Apps/Sudoku +Source0: https://download.gnome.org/sources/gnome-sudoku/3.34/%{name}-%{version}.tar.xz + BuildRequires: fdupes BuildRequires: gcc-c++ # Needed for typelib() requires generator. BuildRequires: gobject-introspection +BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: update-desktop-files BuildRequires: vala >= 0.35.7.24 BuildRequires: yelp-tools BuildRequires: pkgconfig(gee-0.8) @@ -38,8 +39,6 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.0 BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(qqwing) >= 1.3.4 -Recommends: %{name}-lang -%glib2_gsettings_schema_requires %description Sudoku is a logic puzzle game, in which one must fill a 9 by 9 square @@ -48,28 +47,26 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install +%meson_install %find_lang %{name} %{?no_lang_C} -%suse_update_desktop_file %{name} %fdupes -s %{buildroot}/%{_datadir} %fdupes -s %{buildroot}/%{_libexecdir} %files -%doc COPYING NEWS +%license COPYING +%doc NEWS %doc %{_datadir}/help/C/%{name}/ -%{_datadir}/%{name}/ -%dir %{_datadir}/appdata -%{_datadir}/appdata/gnome-sudoku.appdata.xml -%{_datadir}/applications/%{name}.desktop -%{_datadir}/glib-2.0/schemas/org.gnome.sudoku.gschema.xml +%{_datadir}/applications/org.gnome.Sudoku.desktop +%{_datadir}/glib-2.0/schemas/org.gnome.Sudoku.gschema.xml %{_datadir}/icons/hicolor/*/apps/* +%{_datadir}/metainfo/org.gnome.Sudoku.appdata.xml %{_mandir}/man6/%{name}.6%{?ext_man} %{_bindir}/%{name} ++++++ gnome-sudoku-3.26.0.tar.xz -> gnome-sudoku-3.34.1.tar.xz ++++++ ++++ 572409 lines of diff (skipped)
