diff --git a/gnome-desktop-3.36.7.tar.xz b/gnome-desktop-3.36.7.tar.xz deleted file mode 100644 index beeae9e..0000000 --- a/gnome-desktop-3.36.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8a38b2a1bf5de05a651d9e8d8fcf02f1930e004640c076da00004f689f66076 -size 739284 diff --git a/gnome-desktop-3.38.1.tar.xz b/gnome-desktop-3.38.1.tar.xz new file mode 100644 index 0000000..90251c9 --- /dev/null +++ b/gnome-desktop-3.38.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17903513fed60814e967512dd892751cb6a1d2716136232884bc65bd53cc3be0 +size 745400 diff --git a/gnome-desktop-invalid-size-crash.patch b/gnome-desktop-invalid-size-crash.patch deleted file mode 100644 index 93c53f5..0000000 --- a/gnome-desktop-invalid-size-crash.patch +++ /dev/null @@ -1,29 +0,0 @@ -From d35c6e0e41ec8c0426d1317b9f28f485b7b4530d Mon Sep 17 00:00:00 2001 -From: Mike Gorse -Date: Wed, 16 Sep 2020 15:02:30 -0500 -Subject: [PATCH] gnome_bg_slide_show_get_current_slide: add NULL check - -Ensure that a file is present. Guards against a crash in case of a -malformed xml file. - - Resolves: https://gitlab.gnome.org/GNOME/gnome-desktop/-/issues/169 ---- - libgnome-desktop/gnome-bg-slide-show.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libgnome-desktop/gnome-bg-slide-show.c b/libgnome-desktop/gnome-bg-slide-show.c -index cad3cb6c..760ed566 100644 ---- a/libgnome-desktop/gnome-bg-slide-show.c -+++ b/libgnome-desktop/gnome-bg-slide-show.c -@@ -543,7 +543,7 @@ gnome_bg_slide_show_get_current_slide (GnomeBGSlideShow *self, - if (is_fixed) - *is_fixed = slide->fixed; - -- if (file1) -+ if (file1 && slide->file1) - *file1 = find_best_size (slide->file1, width, height); - - if (file2 && slide->file2) --- -2.28.0 - diff --git a/gnome-desktop.changes b/gnome-desktop.changes index 5a6baa0..1309aee 100644 --- a/gnome-desktop.changes +++ b/gnome-desktop.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Thu Oct 8 03:38:01 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.38.1: + + Use GLib fixed-width types. + + gnome_bg_slide_show_get_current_slide: add NULL check. + + Updated translations. +- Drop gnome-desktop-invalid-size-crash.patch: fixed upstream. + +------------------------------------------------------------------- +Thu Oct 8 03:38:00 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.38.0: + + Updated translations. + +------------------------------------------------------------------- +Thu Oct 8 03:37:52 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.37.92: + + Updated translations. + +------------------------------------------------------------------- +Thu Oct 8 03:37:52 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.37.91: + + Allow /etc/alternatives in bubblewrap sandbox. + + Fix bubblewrap sandbox on s390x. +- Changes from version 3.37.90: + + systemd: Default to garbage collect failed scopes. + + systemd: Change naming scheme to conform to systemd convention. +- Changes from version 3.37.3: + + Don't run locale tests at build time. +- Changes from version 3.37.2: + + languages: Fix encoding issue when translating locale + modifiers. + + thumbnails: keep the orignal file name. +- Changes from version 3.37.1: + + rr: add color transform functions. + + remove unused direct x11 dependency. + + Updated translations. +- Drop pkgconfig(x11) BuildRequires: no longer needed. + ------------------------------------------------------------------- Wed Oct 7 12:34:36 UTC 2020 - Bjørn Lie diff --git a/gnome-desktop.spec b/gnome-desktop.spec index 2a74c0a..323d25a 100644 --- a/gnome-desktop.spec +++ b/gnome-desktop.spec @@ -17,19 +17,17 @@ Name: gnome-desktop -Version: 3.36.7 +Version: 3.38.1 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.36/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-desktop/3.38/%{name}-%{version}.tar.xz Source99: baselibs.conf # PATCH-FIX-OPENSUSE gnome-desktop-switch-Japanese-default-input-to-mozc.patch bnc#1029083 boo#1056289 qzhao@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 -# PATCH-FIX-UPSTREAM gnome-desktop-invalid-size-crash.patch bsc#1176596 mgorse@suse.com -- fix a crash caused by a mal-formed background xml file. -Patch2: gnome-desktop-invalid-size-crash.patch BuildRequires: fdupes BuildRequires: gobject-introspection-devel @@ -48,7 +46,6 @@ BuildRequires: pkgconfig(iso-codes) BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xkbfile) BuildRequires: pkgconfig(xkeyboard-config)