Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-weather for openSUSE:Factory 
checked in at 2023-03-31 21:15:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-weather (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-weather.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-weather"

Fri Mar 31 21:15:45 2023 rev:49 rq:1075732 version:44.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-weather/gnome-weather.changes      
2023-03-24 15:19:55.650733524 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-weather.new.31432/gnome-weather.changes   
2023-03-31 21:15:48.162462565 +0200
@@ -1,0 +2,7 @@
+Fri Mar 31 01:56:25 UTC 2023 - Xiaoguang Wang <[email protected]>
+
+- Add gnome-weather-BackgroundService-service-fails-to-start.patch:
+  org.gnome.Weather.BackgroundService fails to start
+  (bsc#1209391 glgo#GNOME/gnome-weather!132).
+
+-------------------------------------------------------------------

New:
----
  gnome-weather-BackgroundService-service-fails-to-start.patch

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

Other differences:
------------------
++++++ gnome-weather.spec ++++++
--- /var/tmp/diff_new_pack.BUpwbJ/_old  2023-03-31 21:15:48.658464870 +0200
+++ /var/tmp/diff_new_pack.BUpwbJ/_new  2023-03-31 21:15:48.662464888 +0200
@@ -26,6 +26,9 @@
 URL:            https://apps.gnome.org/app/org.gnome.Weather
 Source0:        
https://download.gnome.org/sources/gnome-weather/44/%{name}-%{version}.tar.xz
 
+# PATCH-FIX-UPSTREAM 
gnome-weather-BackgroundService-service-fails-to-start.patch bsc#1209391 
glgo#GNOME/gnome-weather!132 [email protected] -- 
org.gnome.Weather.BackgroundService fails to start
+Patch0:         gnome-weather-BackgroundService-service-fails-to-start.patch
+
 BuildRequires:  appstream-glib
 BuildRequires:  desktop-file-utils
 BuildRequires:  intltool >= 0.26

++++++ gnome-weather-BackgroundService-service-fails-to-start.patch ++++++
diff --git a/src/org.gnome.Weather.BackgroundService.in 
b/src/org.gnome.Weather.BackgroundService.in
index 
53c9cccfc257307b2535242670e5668d5eac349b..339c23da020e70a2dafc3661c3813aac7e2cea83
 100755
--- a/src/org.gnome.Weather.BackgroundService.in
+++ b/src/org.gnome.Weather.BackgroundService.in
@@ -4,7 +4,7 @@ imports.package.init({ name: "@APP_ID@",
                         prefix: "@prefix@",
                         libdir: "@libdir@" });
 
-import('resource:///org/gnome/Weather/js/service/main.js').then(({ main }) => {
+import('resource:///org/gnome/Weather/BackgroundService/js/service/main.js').then(({
 main }) => {
     main([imports.system.programInvocationName, 
...imports.system.programArgs]);
 }).catch(error => {
     console.error(error);

Reply via email to