Hello community, here is the log from the commit of package hitori for openSUSE:Leap:15.2 checked in at 2020-02-21 23:50:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/hitori (Old) and /work/SRC/openSUSE:Leap:15.2/.hitori.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hitori" Fri Feb 21 23:50:15 2020 rev:17 rq:772380 version:3.34.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/hitori/hitori.changes 2020-01-15 15:10:55.402089920 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.hitori.new.26092/hitori.changes 2020-02-21 23:50:20.592684700 +0100 @@ -1,0 +2,57 @@ +Sat Jan 25 14:15:27 UTC 2020 - Dominique Leuenberger <[email protected]> + +- No longer recommend -lang: supplements are in use + +------------------------------------------------------------------- +Mon Sep 2 19:08:31 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.34.0: + + Updated translations. +- Changes from version 3.33.0: + + Remember window size and position. + + Support localised (non-Arabic) digits on the game board. + + Add keyboard shortcuts dialogue and improve keyboard shortcuts + and mnemonics. + + Bugs fixed: bgo#732788, bgo#735330, glgo#GNOME/hitori#13, + glgo#GNOME/hitori!5, glgo#GNOME/hitori!7, glgo#GNOME/hitori!15, + glgo#GNOME/hitori!21, glgo#GNOME/hitori!22, + glgo#GNOME/hitori!23. + +------------------------------------------------------------------- +Thu Aug 22 12:12:07 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 13:32:47 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.31.92: + + Add high-resolution icon. + + Bugs fixed: glgo#GNOME/hitori#6, glgo#GNOME/hitori!16, + glgo#GNOME/hitori!17, glgo#GNOME/hitori!19. + + Updated translations. +- Add itstool BuildRequires: New dependency. +- Add fdupes BuildRequires and macro, remove duplicate files. + +------------------------------------------------------------------- +Wed Feb 20 17:27:33 UTC 2019 - [email protected] + +- Update to version 3.31.0: + + Migrated to Meson. + + Bugs fixed: + - Retire app menu. + - Migrate to Meson. + - Use G_DECLARE_FINAL_TYPE() to declare type. + - snap: Add snap build configuration. + - Port README to Markdown. + - docs: Reformat NEWS to be valid Markdown. + + Updated translations. +- Switch to meson build system, add meson BuildRequires and macros. +- Stop handling icon_theme_cache_post(un), + desktop_database_post(un) and glib2_gsettings_schema_post(un) in + post(un) and drop glib2_gsettings_schema_requires. +- Drop yelp-tools and hicolor-icon-theme BuildRequires: No longer + needed. + +------------------------------------------------------------------- Old: ---- hitori-3.22.4.tar.xz New: ---- hitori-3.34.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hitori.spec ++++++ --- /var/tmp/diff_new_pack.y9Ba10/_old 2020-02-21 23:50:21.100685710 +0100 +++ /var/tmp/diff_new_pack.y9Ba10/_new 2020-02-21 23:50:21.100685710 +0100 @@ -1,7 +1,7 @@ # # spec file for package hitori # -# 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 @@ -12,29 +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/ # Name: hitori -Version: 3.22.4 +Version: 3.34.0 Release: 0 Summary: Original puzzle of Nikoli License: GPL-3.0-or-later Group: Amusements/Games/Logic -URL: https://live.gnome.org/Hitori -Source: http://download.gnome.org/sources/hitori/3.22/%{name}-%{version}.tar.xz +URL: https://gitlab.gnome.org/GNOME/hitori +Source0: https://download.gnome.org/sources/hitori/3.34/%{name}-%{version}.tar.xz + BuildRequires: desktop-file-utils -BuildRequires: hicolor-icon-theme +BuildRequires: fdupes +BuildRequires: itstool +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: yelp-tools BuildRequires: pkgconfig(cairo) >= 1.4 BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.0 -Recommends: %{name}-lang -%glib2_gsettings_schema_requires %description Hitori is played with a grid of squares or cells, and each cell contains a number. @@ -48,36 +48,27 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build -%configure -make %{?_smp_mflags} +%meson \ + %{nil} +%meson_build %install -%make_install +%meson_install %find_lang %{name} %suse_update_desktop_file org.gnome.Hitori - -%post -%icon_theme_cache_post -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -%icon_theme_cache_postun -%desktop_database_postun -%glib2_gsettings_schema_postun +%fdupes %{buildroot}%{_prefix} %files %license COPYING -%doc ChangeLog README +%doc README.md %{_bindir}/%{name} %{_datadir}/applications/org.gnome.Hitori.desktop %{_datadir}/icons/hicolor/*/apps/org.gnome.Hitori* %{_datadir}/glib-2.0/schemas/org.gnome.hitori.gschema.xml -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/org.gnome.Hitori.appdata.xml +%{_datadir}/metainfo/org.gnome.Hitori.appdata.xml %files lang -f %{name}.lang ++++++ hitori-3.22.4.tar.xz -> hitori-3.34.0.tar.xz ++++++ ++++ 85448 lines of diff (skipped)
