Hello community,

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

Package is "five-or-more"

Fri Apr  5 11:59:18 2019 rev:29 rq:689462 version:3.32.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes        
2018-10-01 08:16:18.334010621 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new.3908/five-or-more.changes      
2019-04-05 12:01:29.878530932 +0200
@@ -1,0 +2,48 @@
+Mon Mar 11 18:04:32 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  5 09:26:33 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.31.92:
+  + Updated docs.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 20 17:23:22 UTC 2019 - [email protected]
+
+- Update to version 3.31.91:
+  + Added snap build.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Feb 17 07:02:39 UTC 2019 - [email protected]
+
+- Update to version 3.31.90:
+  + Nightly builds.
+  + Appdata updates.
+  + Tests for appdata and desktop validation.
+  + Updated translations.
+- Drop five-or-more-fix-help-build.patch: Fixed upstream.
+
+-------------------------------------------------------------------
+Sat Jan  5 17:20:39 UTC 2019 - [email protected]
+
+- Update to version 3.31.2:
+  + Minor interface changes.
+  + Updated translations.
+- Changes from version 3.31.1:
+  + Complete rewrite as part of GSoC.
+  + Added new ball theme.
+  + Remove appmenu.
+  + Resource files with reverse domain naming.
+  + Updated translations.
+- Replace pkgconfig(gmodule-2.0) with pkgconfig(gmodule-export-2.0)
+  BuildRequires: Align with what meson checks for.
+- Add vala, pkgconfig(gee-0.8) and pkgconfig(gio-2.0)
+  BuildRequires: New dependencies.
+- Add five-or-more-fix-help-build.patch: Fix build of help files.
+
+-------------------------------------------------------------------

Old:
----
  five-or-more-3.30.0.tar.xz

New:
----
  five-or-more-3.32.0.tar.xz

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

Other differences:
------------------
++++++ five-or-more.spec ++++++
--- /var/tmp/diff_new_pack.NvEzwo/_old  2019-04-05 12:01:30.562531380 +0200
+++ /var/tmp/diff_new_pack.NvEzwo/_new  2019-04-05 12:01:30.566531382 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package five-or-more
 #
-# 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,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:           five-or-more
-Version:        3.30.0
+Version:        3.32.0
 Release:        0
 Summary:        "Five or More" Game for GNOME
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Board/Puzzle
 URL:            https://wiki.gnome.org/Apps/Five_or_more
-Source0:        
http://download.gnome.org/sources/five-or-more/3.30/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/five-or-more/3.32/%{name}-%{version}.tar.xz
+
 BuildRequires:  fdupes
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  meson >= 0.43
 BuildRequires:  pkgconfig
+BuildRequires:  vala
+BuildRequires:  pkgconfig(gee-0.8)
+BuildRequires:  pkgconfig(gio-2.0) >= 2.32
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
-BuildRequires:  pkgconfig(gmodule-2.0)
+BuildRequires:  pkgconfig(gmodule-export-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(libgnome-games-support-1)
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
@@ -60,7 +64,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %meson
@@ -69,19 +73,18 @@
 %install
 %meson_install
 %find_lang %{name} %{?no_lang_C}
-%fdupes %{buildroot}%{_datadir}
+%fdupes %{buildroot}/%{_datadir}
 
 %files
 %license COPYING
 %doc NEWS
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%dir %{_datadir}/metainfo
-%{_datadir}/metainfo/five-or-more.appdata.xml
-%{_datadir}/applications/five-or-more.desktop
+%{_datadir}/applications/org.gnome.five-or-more.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.five-or-more.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/five-or-more*.*
+%{_datadir}/icons/hicolor/
 %{_mandir}/man6/%{name}.6%{?ext_man}
+%{_datadir}/metainfo/org.gnome.five-or-more.appdata.xml
 
 %files doc
 %doc %{_datadir}/help/C/%{name}/

++++++ five-or-more-3.30.0.tar.xz -> five-or-more-3.32.0.tar.xz ++++++
++++ 39705 lines of diff (skipped)


Reply via email to