Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2022-01-09 22:50:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-software.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-software"

Sun Jan  9 22:50:03 2022 rev:87 rq:944801 version:41.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes    
2021-12-25 20:17:04.509270578 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.1892/gnome-software.changes  
2022-01-09 22:50:16.187289167 +0100
@@ -1,0 +2,6 @@
+Fri Jan  7 16:00:25 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Update to version 41.3:
+  + Remove various cultural sensitivity badges.
+
+-------------------------------------------------------------------

Old:
----
  gnome-software-41.2.tar.xz

New:
----
  gnome-software-41.3.tar.xz

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

Other differences:
------------------
++++++ gnome-software.spec ++++++
--- /var/tmp/diff_new_pack.XII4aL/_old  2022-01-09 22:50:16.795289710 +0100
+++ /var/tmp/diff_new_pack.XII4aL/_new  2022-01-09 22:50:16.799289713 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-software
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define gs_plugin_api 16
 
 Name:           gnome-software
-Version:        41.2
+Version:        41.3
 Release:        0
 Summary:        GNOME Software Store
 License:        GPL-2.0-or-later

++++++ gnome-software-41.2.tar.xz -> gnome-software-41.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-41.2/NEWS new/gnome-software-41.3/NEWS
--- old/gnome-software-41.2/NEWS        2021-12-03 08:49:47.156267000 +0100
+++ new/gnome-software-41.3/NEWS        2022-01-07 09:54:58.600000600 +0100
@@ -1,3 +1,10 @@
+Version 41.3
+~~~~~~~~~~~~
+Released: 2022-01-07
+
+This is a stable release with the following change:
+ * Remove various cultural sensitivity badges
+
 Version 41.2
 ~~~~~~~~~~~~
 Released: 2021-12-03
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-software-41.2/data/appdata/org.gnome.Software.appdata.xml.in 
new/gnome-software-41.3/data/appdata/org.gnome.Software.appdata.xml.in
--- old/gnome-software-41.2/data/appdata/org.gnome.Software.appdata.xml.in      
2021-12-03 08:49:47.157266900 +0100
+++ new/gnome-software-41.3/data/appdata/org.gnome.Software.appdata.xml.in      
2022-01-07 09:54:58.601000800 +0100
@@ -66,6 +66,14 @@
    Validate with `appstreamcli validate *.appdata.xml`
   -->
   <releases>
+    <release date="2022-01-07" version="41.3" type="stable">
+      <description>
+        <p>This is a stable release with the following change:</p>
+        <ul>
+          <li>Remove various cultural sensitivity badges</li>
+        </ul>
+      </description>
+    </release>
     <release date="2021-12-03" version="41.2" type="stable">
       <description>
         <p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-41.2/meson.build 
new/gnome-software-41.3/meson.build
--- old/gnome-software-41.2/meson.build 2021-12-03 08:49:47.176267000 +0100
+++ new/gnome-software-41.3/meson.build 2022-01-07 09:54:58.619000700 +0100
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '41.2',
+  version : '41.3',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c11'],
   meson_version : '>=0.47.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-software-41.2/src/gs-age-rating-context-dialog.c 
new/gnome-software-41.3/src/gs-age-rating-context-dialog.c
--- old/gnome-software-41.2/src/gs-age-rating-context-dialog.c  2021-12-03 
08:49:47.254267200 +0100
+++ new/gnome-software-41.3/src/gs-age-rating-context-dialog.c  2022-01-07 
09:54:58.694000700 +0100
@@ -466,7 +466,7 @@
                if (g_strv_contains (coalesce_groups + 1, rating_ids[i]) &&
                    as_content_rating_attribute_to_csm_age (coalesce_groups[0],
                                                            
as_content_rating_get_value (content_rating,
-                                                                               
         coalesce_groups[0])) == rating_age)
+                                                                               
         coalesce_groups[0])) >= rating_age)
                        continue;
 
                callback (rating_ids[i], rating_value, user_data);

Reply via email to