Hello community,

here is the log from the commit of package gnome-weather for openSUSE:Factory 
checked in at 2017-12-05 01:29:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-weather (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-weather.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-weather"

Tue Dec  5 01:29:56 2017 rev:30 rq:547760 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-weather/gnome-weather.changes      
2017-09-13 21:50:25.808556297 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-weather.new/gnome-weather.changes 
2017-12-05 01:29:56.509944341 +0100
@@ -1,0 +2,11 @@
+Sat Dec  2 21:59:18 UTC 2017 - zai...@opensuse.org
+
+- Add gnome-weather-fix-gettext-domain.patch: gschema: Fix
+  gettext-domain.
+- Drop post(un) handling of glib2_gsettings_schema_post(un),
+  desktop_database_post(un) and icon_theme_cache_post(un), we have
+  file-triggers taking care of this now.
+- Modernize spec, run spec-cleaner, use autosetup and make_build
+  macros.
+
+-------------------------------------------------------------------

New:
----
  gnome-weather-fix-gettext-domain.patch

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

Other differences:
------------------
++++++ gnome-weather.spec ++++++
--- /var/tmp/diff_new_pack.E2l3c8/_old  2017-12-05 01:29:57.217918621 +0100
+++ /var/tmp/diff_new_pack.E2l3c8/_new  2017-12-05 01:29:57.221918475 +0100
@@ -24,7 +24,11 @@
 License:        GPL-2.0+
 Group:          Productivity/Other
 Url:            https://live.gnome.org/Design/Apps/Weather
-Source:         
http://download.gnome.org/sources/gnome-weather/3.26/%{name}-%{version}.tar.xz
+
+Source0:        
http://download.gnome.org/sources/gnome-weather/3.26/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-weather-fix-gettext-domain.patch 
zai...@opensuse.org -- gschema: Fix gettext-domain
+Patch0:         gnome-weather-fix-gettext-domain.patch
+
 BuildRequires:  gjs
 BuildRequires:  intltool >= 0.26
 BuildRequires:  update-desktop-files
@@ -40,7 +44,6 @@
 BuildRequires:  pkgconfig(libgeoclue-2.0) >= 2.3.1
 BuildArch:      noarch
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
 %description
@@ -61,30 +64,20 @@
 search results from GNOME Weather.
 
 %lang_package
+
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 %suse_update_desktop_file %{_name}.Application Utility DesktopUtility
 %find_lang %{_name}
 
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
-%defattr(-,root,root)
 %{_bindir}/%{name}
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/org.gnome.Weather.appdata.xml
@@ -96,7 +89,6 @@
 %{_datadir}/icons/hicolor/*/apps/%{_name}*
 
 %files -n gnome-shell-search-provider-gnome-weather
-%defattr(-,root,root)
 %dir %{_datadir}/gnome-shell
 %dir %{_datadir}/gnome-shell/search-providers
 
%{_datadir}/gnome-shell/search-providers/org.gnome.Weather.Application.search-provider.ini

++++++ gnome-weather-fix-gettext-domain.patch ++++++
>From bbb0508860004f97a86486d1c0711c195c857005 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Dr=C4=85g?= <piotrd...@gmail.com>
Date: Sat, 30 Sep 2017 15:41:53 +0200
Subject: gschema: Fix gettext-domain
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Special thanks to Sébastien Wilmet for help with deciphering Autotools.
---
 data/org.gnome.Weather.Application.gschema.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/org.gnome.Weather.Application.gschema.xml 
b/data/org.gnome.Weather.Application.gschema.xml
index aaf9d79..2bba122 100644
--- a/data/org.gnome.Weather.Application.gschema.xml
+++ b/data/org.gnome.Weather.Application.gschema.xml
@@ -1,4 +1,5 @@
-<schemalist gettext-domain="org.gnome.Weather.Application">
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist gettext-domain="org.gnome.Weather">
   <schema id="org.gnome.Weather.Application" 
path="/org/gnome/Weather/Application/">
     <key name="locations" type="av">
       <default>[]</default>
-- 
cgit v0.12

Reply via email to