Dominique Leuenberger 2020-02-22 18:01:20 +00:00 committed by Git OBS Bridge
commit 7f64725a59
7 changed files with 19 additions and 11 deletions

View File

@ -4,6 +4,8 @@
<param name="scm">git</param>
<param name="revision">gnome-3-34</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
<param name="changesrevision">f7fe7bc676b0cae37405b941822ba9f2b989add6</param></service></servicedata>
<param name="changesrevision">f21a0ff458f834e0f32cd40f2ecd5a5e4b86c8e1</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0dc575be96ae426b56547a73b6b44fcfa5310f2e1f1ea6a0ddc4ab35dfd68503
size 12477453

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e958581b2527a2abc4b486bb86b4147ce66759eb467110818b295dbcafe5bb62
size 12488717

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Feb 16 17:08:29 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.34.4:
+ Switch screen-recorder back to VP8.
+ Updated translations.
-------------------------------------------------------------------
Sun Jan 05 14:37:40 UTC 2020 - bjorn.lie@gmail.com

View File

@ -1,5 +1,5 @@
name: gnome-shell
version: 3.34.3+0
mtime: 1578226247
commit: f7fe7bc676b0cae37405b941822ba9f2b989add6
version: 3.34.4
mtime: 1581864690
commit: f21a0ff458f834e0f32cd40f2ecd5a5e4b86c8e1

View File

@ -19,21 +19,20 @@
%global __requires_exclude typelib\\(Meta\\)
Name: gnome-shell
Version: 3.34.3+0
Version: 3.34.4
Release: 0
Summary: GNOME Shell
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Projects/GnomeShell
Source: %{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 bgo#646187 dimstar@opensuse.org -- create private connections if the user is not authorized
Patch1: gnome-shell-private-connection.patch
# SOURCE-FEATURE-SLE aboutMenu fate#314545 dliang@suse.com -- Add an applet on login UI to display suse icon, product name, hostname.
Source1: aboutMenu.js
# SOURCE-FEATURE-SLE sle-background bsc#1007468 xwang@suse.com -- Add SUSE logo on lock screen for GNOME theme
Source2: sle-background.png
# PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 bgo#646187 dimstar@opensuse.org -- create private connections if the user is not authorized
Patch1: gnome-shell-private-connection.patch
# PATCH-FIX-OPENSUSE gnome-shell-disable-ibus-when-not-installed.patch bsc#987360 qzhao@suse.com -- disable ibus start when outof Chinese, Japanese, Korean area
Patch2: gnome-shell-disable-ibus-when-not-installed.patch
# PATCH-FIX-UPSTREAM gnome-shell-Avoid-loginDialog-grab-focus-when-locked.patch bsc#1058521 bgo#788169 xwang@suse.com -- Avoid login dialog grabs focus when screen locked