Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-desktop for openSUSE:Factory 
checked in at 2021-04-12 12:36:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-desktop (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-desktop.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-desktop"

Mon Apr 12 12:36:05 2021 rev:167 rq:881714 version:40.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-desktop/gnome-desktop.changes      
2021-02-22 14:39:55.688588902 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-desktop.new.2401/gnome-desktop.changes    
2021-04-12 12:39:02.713486497 +0200
@@ -1,0 +2,44 @@
+Sun Mar 28 07:44:54 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Drop baselibs.conf: no longer build -32bit package. There is no
+  consumer left.
+
+-------------------------------------------------------------------
+Tue Mar 23 09:26:47 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 40.0:
+  + No changes.
+
+-------------------------------------------------------------------
+Fri Mar 19 10:16:34 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 40.rc:
+  + bg-slide-show: Always parse date/time integers in base 10.
+  + Thumbnail:
+    - Fix thumbnailing of CBZ with UTF-8 filenames.
+    - Fix non-working thumbnailer in Flatpak.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 22 12:42:44 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 40.beta:
+  + xkbinfo: Update iso639Ids but not iso3166Ids correctly in
+    evdev.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 16 21:38:55 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 40.alpha.0:
+  + Add support for x-large and xx-large thumbnail sizes.
+  + Make it easier to profile thumbnailers.
+  + thumbnailer: Cache GStreamer's plugin registry.
+  + Sandbox thumbnailers in Flatpaks.
+  + Change default input source to anthy for Japanese>
+  + xkbinfo: use libxkbregistry to parse the rules files.
+  + Updated translations.
+- Add pkgconfig(xkbregistry) BuildRequires: new dependency.
+- Rebase gnome-desktop-switch-Japanese-default-input-to-mozc.patch.
+
+-------------------------------------------------------------------

Old:
----
  baselibs.conf
  gnome-desktop-3.38.4.tar.xz

New:
----
  gnome-desktop-40.0.tar.xz

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

Other differences:
------------------
++++++ gnome-desktop.spec ++++++
--- /var/tmp/diff_new_pack.2W1eSB/_old  2021-04-12 12:39:03.169487027 +0200
+++ /var/tmp/diff_new_pack.2W1eSB/_new  2021-04-12 12:39:03.173487032 +0200
@@ -17,14 +17,13 @@
 
 
 Name:           gnome-desktop
-Version:        3.38.4
+Version:        40.0
 Release:        0
 Summary:        The GNOME Desktop API Library
 License:        LGPL-2.1-or-later
 Group:          System/GUI/GNOME
 URL:            https://www.gnome.org
-Source0:        
https://download.gnome.org/sources/gnome-desktop/3.38/%{name}-%{version}.tar.xz
-Source99:       baselibs.conf
+Source0:        
https://download.gnome.org/sources/gnome-desktop/40/%{name}-%{version}.tar.xz
 
 # PATCH-FIX-OPENSUSE gnome-desktop-switch-Japanese-default-input-to-mozc.patch 
bnc#1029083 boo#1056289 qz...@suse.com -- Switch new user's default input 
engine from "anthy" to "mozc" in gnome-desktop with Japanese language and ibus 
input frame-work condition.
 Patch1:         gnome-desktop-switch-Japanese-default-input-to-mozc.patch
@@ -33,6 +32,7 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
+BuildRequires:  libxkbregistry0
 BuildRequires:  meson >= 0.49.0
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
@@ -47,6 +47,7 @@
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(xkbfile)
+BuildRequires:  pkgconfig(xkbregistry)
 BuildRequires:  pkgconfig(xkeyboard-config)
 
 %description
@@ -145,15 +146,15 @@
 
 %files -n libgnome-desktop-3-19
 %license COPYING.LIB
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS
 %{_libdir}/libgnome-desktop-3.so.*
 
 %files -n libgnome-desktop-3_0-common
 %doc %{_datadir}/help/C/fdl/
 %doc %{_datadir}/help/C/gpl/
 %doc %{_datadir}/help/C/lgpl/
+%{_libexecdir}/gnome-desktop-debug/
 %{_datadir}/locale/en/
-%{_libexecdir}/gnome-rr-debug
 
 %files -n typelib-1_0-GnomeDesktop-3_0
 %{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib

++++++ gnome-desktop-3.38.4.tar.xz -> gnome-desktop-40.0.tar.xz ++++++
++++ 7554 lines of diff (skipped)

++++++ gnome-desktop-switch-Japanese-default-input-to-mozc.patch ++++++
--- /var/tmp/diff_new_pack.2W1eSB/_old  2021-04-12 12:39:03.441487343 +0200
+++ /var/tmp/diff_new_pack.2W1eSB/_new  2021-04-12 12:39:03.445487348 +0200
@@ -1,11 +1,12 @@
-diff -urp 
gnome-desktop-3.33.92.1.orig/libgnome-desktop/default-input-sources.h 
gnome-desktop-3.33.92.1/libgnome-desktop/default-input-sources.h
---- gnome-desktop-3.33.92.1.orig/libgnome-desktop/default-input-sources.h      
2019-09-04 16:19:44.000000000 -0500
-+++ gnome-desktop-3.33.92.1/libgnome-desktop/default-input-sources.h   
2019-09-04 21:24:45.251056755 -0500
+Index: gnome-desktop-40.alpha.0/libgnome-desktop/default-input-sources.h
+===================================================================
+--- gnome-desktop-40.alpha.0.orig/libgnome-desktop/default-input-sources.h
++++ gnome-desktop-40.alpha.0/libgnome-desktop/default-input-sources.h
 @@ -35,7 +35,7 @@ static DefaultInputSource default_input_
    { "hi_IN",    "ibus",         "m17n:hi:inscript" },
    { "id_ID",    "xkb",          "us" },
    { "it_IT",    "xkb",          "it" },
--  { "ja_JP",    "ibus",         "kkc" },
+-  { "ja_JP",    "ibus",         "anthy" },
 +  { "ja_JP",    "ibus",         "Japanese (Mozc)" },
    { "kn_IN",    "ibus",         "m17n:kn:kgp" },
    { "ko_KR",    "ibus",         "hangul" },

Reply via email to