diff --git a/_service b/_service index 601e6cf..0067a8c 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://gitlab.gnome.org/GNOME/gnome-shell.git git - refs/tags/3.36.4 + 03062d0d @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/gnome-shell-3.36.4+3.obscpio b/gnome-shell-3.36.4+3.obscpio new file mode 100644 index 0000000..974e5e2 --- /dev/null +++ b/gnome-shell-3.36.4+3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c6165d669998382436d30ba11b25a4cb1b68a7e73ac29ac46f9de5c2c590b7 +size 14039053 diff --git a/gnome-shell-3.36.4.obscpio b/gnome-shell-3.36.4.obscpio deleted file mode 100644 index 25899cc..0000000 --- a/gnome-shell-3.36.4.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f023836ebd38e9a4eab6427abb1f3d83cc7e1e59bccb5c6dd148dccd7befb4f -size 14019085 diff --git a/gnome-shell.changes b/gnome-shell.changes index 640de64..5772923 100644 --- a/gnome-shell.changes +++ b/gnome-shell.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jul 16 19:30:26 UTC 2020 - Bjørn Lie + +- Update to version 3.36.4+3: + + Fix check for updates with several extensions. + + Tighten sandbox ID prefix check. + + Updated translations. + +------------------------------------------------------------------- +Mon Jul 13 02:04:52 UTC 2020 - Xiaoguang Wang + +- Update gnome-shell.spec: Replace is_opensuse with sle_version + (jsc#SLE-11720). + ------------------------------------------------------------------- Wed Jul 8 07:35:34 UTC 2020 - Bjørn Lie diff --git a/gnome-shell.obsinfo b/gnome-shell.obsinfo index 404cc40..0f851e4 100644 --- a/gnome-shell.obsinfo +++ b/gnome-shell.obsinfo @@ -1,5 +1,5 @@ name: gnome-shell -version: 3.36.4 -mtime: 1594148718 -commit: 7dce43397816c6448ab1f8dcb361c2dc6b8b7104 +version: 3.36.4+3 +mtime: 1594859607 +commit: 03062d0d9d9fe229f2ff55d600b70ff64b27edde diff --git a/gnome-shell.spec b/gnome-shell.spec index b613525..3f27f5b 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -19,7 +19,7 @@ %global __requires_exclude typelib\\(Meta\\) Name: gnome-shell -Version: 3.36.4 +Version: 3.36.4+3 Release: 0 Summary: GNOME Shell # shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later @@ -184,7 +184,7 @@ This package contains an optional extensions app for managing GNOME Shell extens translation-update-upstream -%if !0%{?is_opensuse} +%if 0%{?sle_version} %patch1001 -p1 %patch1002 -p1 %patch1003 -p1 @@ -195,7 +195,7 @@ translation-update-upstream %patch1008 -p1 %endif -%if !0%{?is_opensuse} +%if 0%{?sle_version} cp %{SOURCE1} js/ui/ cp %{SOURCE2} data/theme/ %endif