Accepting request 605834 from home:iznogood:branches:GNOME:Factory

New stable rel, not buildtested

OBS-URL: https://build.opensuse.org/request/show/605834
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=364
This commit is contained in:
Dominique Leuenberger 2018-05-14 07:28:11 +00:00 committed by Git OBS Bridge
parent b68ec61482
commit 31c8a652ef
6 changed files with 22 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param> <param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">gnome-3-28</param> <param name="revision">gnome-3-28</param>
<param name="versionformat">3.28.1+%cd.%h</param> <param name="versionformat">3.28.2+%cd.%h</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>
<service mode="disabled" name="recompress"> <service mode="disabled" name="recompress">

View File

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

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed May 09 16:03:10 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 3.28.2+20180509.e1ed4b25e:
+ networkAgent: Fix fallout from libnm port
+ Bump version to 3.28.2
+ build: Include Cally in St introspection
+ remoteSearch: Actually return icons
+ osdWindow: Fix blurriness at certain resolutions
+ keyboardManager: take group index into account when preserving
keymap
+ keyboardManager: Preserve current keymap across reloads
+ polkitAgent: Guard against repeated close() calls
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 18 12:23:29 UTC 2018 - bjorn.lie@gmail.com Wed Apr 18 12:23:29 UTC 2018 - bjorn.lie@gmail.com

View File

@ -18,7 +18,7 @@
%global __requires_exclude typelib\\(Meta\\) %global __requires_exclude typelib\\(Meta\\)
Name: gnome-shell Name: gnome-shell
Version: 3.28.1+20180418.b476e851b Version: 3.28.2+20180509.e1ed4b25e
Release: 0 Release: 0
Summary: GNOME Shell Summary: GNOME Shell
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -90,7 +90,7 @@ BuildRequires: pkgconfig(libcroco-0.6) >= 0.6.8
BuildRequires: pkgconfig(libecal-1.2) >= 3.5.3 BuildRequires: pkgconfig(libecal-1.2) >= 3.5.3
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.17.2 BuildRequires: pkgconfig(libedataserver-1.2) >= 3.17.2
BuildRequires: pkgconfig(libgnome-menu-3.0) >= 3.5.3 BuildRequires: pkgconfig(libgnome-menu-3.0) >= 3.5.3
BuildRequires: pkgconfig(libmutter-2) >= 3.28.1 BuildRequires: pkgconfig(libmutter-2) >= 3.28.2
BuildRequires: pkgconfig(libnm) >= 0.9.8 BuildRequires: pkgconfig(libnm) >= 0.9.8
BuildRequires: pkgconfig(libpulse) >= 2.0 BuildRequires: pkgconfig(libpulse) >= 2.0
BuildRequires: pkgconfig(libpulse-mainloop-glib) BuildRequires: pkgconfig(libpulse-mainloop-glib)