Accepting request 842903 from GNOME:Next
update to 3.38.1 - TW should be ready OBS-URL: https://build.opensuse.org/request/show/842903 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=303
This commit is contained in:
parent
c73ff22c6f
commit
836f2ab063
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8a38b2a1bf5de05a651d9e8d8fcf02f1930e004640c076da00004f689f66076
|
||||
size 739284
|
3
gnome-desktop-3.38.1.tar.xz
Normal file
3
gnome-desktop-3.38.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17903513fed60814e967512dd892751cb6a1d2716136232884bc65bd53cc3be0
|
||||
size 745400
|
@ -1,29 +0,0 @@
|
||||
From d35c6e0e41ec8c0426d1317b9f28f485b7b4530d Mon Sep 17 00:00:00 2001
|
||||
From: Mike Gorse <mgorse@suse.com>
|
||||
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
|
||||
|
@ -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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user