Hello community, here is the log from the commit of package gnome-recipes for openSUSE:Factory checked in at 2018-01-31 19:51:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-recipes (Old) and /work/SRC/openSUSE:Factory/.gnome-recipes.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-recipes" Wed Jan 31 19:51:12 2018 rev:5 rq:570903 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-recipes/gnome-recipes.changes 2017-11-24 10:53:46.113823501 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-recipes.new/gnome-recipes.changes 2018-01-31 19:51:13.755325424 +0100 @@ -1,0 +2,9 @@ +Sun Jan 28 09:50:42 UTC 2018 - [email protected] + +- Add gnome-recipes-nb-translations.patch: Update Norwegian Bokmål + translations. +- Minor spec cleanup, use autosetup macro, pass explicit + autoar=yes, gspell=yes and canberra=yes to meson, ensure we build + the features we want. + +------------------------------------------------------------------- New: ---- gnome-recipes-nb-translations.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-recipes.spec ++++++ --- /var/tmp/diff_new_pack.K8CcTc/_old 2018-01-31 19:51:14.579287109 +0100 +++ /var/tmp/diff_new_pack.K8CcTc/_new 2018-01-31 19:51:14.587286737 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-recipes # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -23,7 +23,10 @@ License: GPL-3.0+ Group: Productivity/Other Url: https://wiki.gnome.org/Design/Apps/Recipes -Source: http://download.gnome.org/sources/gnome-recipes/2.0/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-recipes/2.0/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gnome-recipes-nb-translations.patch [email protected] -- Update Norwegian Bokmål translations +Patch0: gnome-recipes-nb-translations.patch + BuildRequires: appstream-glib BuildRequires: fdupes BuildRequires: glib2-devel >= 2.42 @@ -44,7 +47,6 @@ BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(rest-0.7) Recommends: %{name}-lang = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description GNOME Recipes is an easy-to-use application that will help you to discover what to cook @@ -75,10 +77,14 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build -%meson +%meson \ + -D autoar=yes \ + -D gspell=yes \ + -D canberra=yes \ + %{nil} %meson_build %install @@ -90,7 +96,6 @@ %find_lang %{name}-data %{?no_lang_C} %files -%defattr(-,root,root) %doc COPYING README.md %{_bindir}/%{name} %{_datadir}/applications/*.desktop @@ -103,12 +108,10 @@ %{_datadir}/help/C/org.gnome.Recipes/ %files -n gnome-shell-search-provider-%{name} -%defattr(-,root,root) %dir %{_datadir}/gnome-shell %dir %{_datadir}/gnome-shell/search-providers %{_datadir}/gnome-shell/search-providers/org.gnome.Recipes-search-provider.ini %files lang -f %{name}.lang -f %{name}-data.lang -f org.gnome.Recipes.lang -%defattr(-,root,root) %changelog ++++++ gnome-recipes-nb-translations.patch ++++++ ++++ 6401 lines (skipped)
