Accepting request 595657 from home:luc14n0:branches:GNOME:Factory
Update to version 3.28.1. OBS-URL: https://build.opensuse.org/request/show/595657 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=296
This commit is contained in:
parent
689aaa62fc
commit
502b04850e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0b803d9a6011f5d49d9b4c3c15390e8b6f36ef710f4dc47756109f982455acd1
|
|
||||||
size 480168
|
|
3
gnome-session-3.28.1.tar.xz
Normal file
3
gnome-session-3.28.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b893f75c8d34dbdbbc5c56429a17b59136ac7402e12f384da856dcfc725cd592
|
||||||
|
size 480196
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 02:45:25 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 3.28.1:
|
||||||
|
+ Tell libICE to stop opening a TCP socket.
|
||||||
|
+ Shore up permissions of .config.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(gio-2.0) to avoid implicit dependencies.
|
||||||
|
- Drop update-desktop-files and suse_update_desktop_file macro,
|
||||||
|
tcpd devel package and xau, xext, xrender and xsts pkgconfig
|
||||||
|
modules BuildRequires: they are no longer used/required anymore.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 20 17:21:08 UTC 2018 - dimstar@opensuse.org
|
Tue Mar 20 17:21:08 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 3.28.0
|
Version: 3.28.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Session Tools for the GNOME Desktop
|
Summary: Session Tools for the GNOME Desktop
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -32,30 +32,25 @@ BuildRequires: docbook-xsl-stylesheets
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: tcpd-devel
|
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
BuildRequires: pkgconfig(dbus-glib-1) >= 0.76
|
BuildRequires: pkgconfig(dbus-glib-1) >= 0.76
|
||||||
BuildRequires: pkgconfig(egl)
|
BuildRequires: pkgconfig(egl)
|
||||||
BuildRequires: pkgconfig(epoxy)
|
BuildRequires: pkgconfig(epoxy)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.35.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.46.0
|
||||||
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0
|
||||||
BuildRequires: pkgconfig(gl)
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: pkgconfig(glesv2)
|
BuildRequires: pkgconfig(glesv2)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.35.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.46.0
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.9.91
|
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.18.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.18.0
|
||||||
BuildRequires: pkgconfig(ice)
|
BuildRequires: pkgconfig(ice)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0) >= 0.10
|
BuildRequires: pkgconfig(json-glib-1.0) >= 0.10
|
||||||
BuildRequires: pkgconfig(libsystemd) >= 209
|
BuildRequires: pkgconfig(libsystemd) >= 209
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xau)
|
|
||||||
BuildRequires: pkgconfig(xcomposite)
|
BuildRequires: pkgconfig(xcomposite)
|
||||||
BuildRequires: pkgconfig(xext)
|
|
||||||
BuildRequires: pkgconfig(xrender)
|
|
||||||
BuildRequires: pkgconfig(xtrans)
|
BuildRequires: pkgconfig(xtrans)
|
||||||
BuildRequires: pkgconfig(xtst)
|
|
||||||
Requires: %{name}-core = %{version}
|
Requires: %{name}-core = %{version}
|
||||||
Requires: %{name}-default-session = %{version}
|
Requires: %{name}-default-session = %{version}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
@ -135,7 +130,6 @@ install -d -m755 %{buildroot}%{_bindir}
|
|||||||
install -m755 %{SOURCE1} %{buildroot}%{_bindir}/gnome
|
install -m755 %{SOURCE1} %{buildroot}%{_bindir}/gnome
|
||||||
install -d -m755 %{buildroot}%{_datadir}/xsessions
|
install -d -m755 %{buildroot}%{_datadir}/xsessions
|
||||||
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/xsessions/gnome.desktop
|
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/xsessions/gnome.desktop
|
||||||
%suse_update_desktop_file %{buildroot}%{_datadir}/xsessions/gnome.desktop
|
|
||||||
%find_lang %{name}-3.0 %{?no_lang_C}
|
%find_lang %{name}-3.0 %{?no_lang_C}
|
||||||
%fdupes %{buildroot}/%{_prefix}
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
# remove wayland files on s390/s390x
|
# remove wayland files on s390/s390x
|
||||||
|
Loading…
Reference in New Issue
Block a user