Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2019-04-05 11:58:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iagno (Old)
 and      /work/SRC/openSUSE:Factory/.iagno.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iagno"

Fri Apr  5 11:58:56 2019 rev:29 rq:689456 version:3.32.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/iagno/iagno.changes      2018-09-17 
14:28:32.271674460 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new.3908/iagno.changes    2019-04-05 
12:01:10.574518316 +0200
@@ -1,0 +2,45 @@
+Mon Mar 11 17:46:02 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+  + Unfullscreen button added.
+  + Added some keyboard shortcuts to improve the keyboard play when
+    using some locales.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Feb 21 16:46:21 UTC 2019 - [email protected]
+
+- Update to version 3.31.91:
+  + The user can now display the final state of the game, by
+    undoing after (or during) the final animation; and this
+    animation is also more reliable (it was randomly failing).
+    Also, the Adwaita (blue) theme that is used as default already
+    if the user changes GNOME settings to always use dark theme is
+    now also default when the Gtk theme is Adwaita-dark. Other than
+    that, many code cleanings and various small fixes (highlight,
+    focus).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 18 22:38:39 UTC 2019 - [email protected]
+
+- Update to version 3.31.90:
+  + Iagno switched to Meson.
+  + Use the org.gnome.Reversi application-id.
+  + Updated translations.
+- Switch to meson build system, add meson BuildRequires and macros.
+- Add itstool and vala BuildRequires: New dependencies.
+- Add explicit pkgconfig(gio-2.0) and pkgconfig(libcanberra)
+  BuildRequires: align with what meson checks for.
+- Drop obsolete hicolor-icon-theme and yelp-tools BuildRequires: No
+  longer needed.
+
+-------------------------------------------------------------------
+Tue Jan  8 12:43:06 UTC 2019 - [email protected]
+
+- Update to version 3.31.4:
+  + The application menu has been retired and replaced by an
+    hamburger menu.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  iagno-3.30.0.tar.xz

New:
----
  iagno-3.32.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iagno.spec ++++++
--- /var/tmp/diff_new_pack.Zf5OmB/_old  2019-04-05 12:01:11.290518785 +0200
+++ /var/tmp/diff_new_pack.Zf5OmB/_new  2019-04-05 12:01:11.290518785 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iagno
 #
-# 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,25 +12,28 @@
 # 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:           iagno
-Version:        3.30.0
+Version:        3.32.0
 Release:        0
 Summary:        Reversi Game for GNOME
 License:        GPL-3.0-or-later
 Group:          Amusements/Games/Board/Other
 URL:            https://wiki.gnome.org/Apps/Iagno
-Source0:        
https://download.gnome.org/sources/iagno/3.30/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/iagno/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
-BuildRequires:  hicolor-icon-theme
+BuildRequires:  itstool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
-BuildRequires:  yelp-tools
+BuildRequires:  vala
+BuildRequires:  pkgconfig(gio-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.23
+BuildRequires:  pkgconfig(libcanberra)
 BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.26
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
 Recommends:     %{name}-lang
@@ -47,14 +50,15 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson \
+       %{nil}
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}/%{_datadir}
 
@@ -64,9 +68,9 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%{_datadir}/metainfo/iagno.appdata.xml
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
+%{_datadir}/metainfo/org.gnome.Reversi.appdata.xml
+%{_datadir}/applications/org.gnome.Reversi.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.Reversi.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*
 %{_mandir}/man6/%{name}.6%{?ext_man}
 

++++++ iagno-3.30.0.tar.xz -> iagno-3.32.0.tar.xz ++++++
++++ 79486 lines of diff (skipped)


Reply via email to