Accepting request 1169919 from X11:Wayland
- Update to release 13.0.1 OBS-URL: https://build.opensuse.org/request/show/1169919 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weston?expand=0&rev=34
This commit is contained in:
commit
b994ff279d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:52ff1d4aa2394a2e416c85a338b627ce97fa71d43eb762fd4aaf145d36fc795a
|
|
||||||
size 1986520
|
|
Binary file not shown.
3
weston-13.0.1.tar.xz
Normal file
3
weston-13.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea1566ab4f5ffce7e9fd4f7a1fca5b30caae4d50023bf459213994094e02b29a
|
||||||
|
size 1986684
|
BIN
weston-13.0.1.tar.xz.sig
Normal file
BIN
weston-13.0.1.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 23 16:25:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 13.0.1
|
||||||
|
* desktop-shell: clamp view alpha correctly
|
||||||
|
* desktop-shell: set proper curtain size when no output is
|
||||||
|
created yet
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 28 02:00:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Tue Nov 28 02:00:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
12
weston.spec
12
weston.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package weston
|
# spec file for package weston
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
Name: weston
|
Name: weston
|
||||||
%define lname libweston0
|
%define lname libweston0
|
||||||
%define major 13
|
%define major 13
|
||||||
Version: 13.0.0
|
Version: 13.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland Reference Compositor
|
Summary: Wayland Reference Compositor
|
||||||
License: CC-BY-SA-3.0 AND MIT
|
License: CC-BY-SA-3.0 AND MIT
|
||||||
@ -27,8 +27,8 @@ Group: System/X11/Servers
|
|||||||
URL: https://wayland.freedesktop.org/
|
URL: https://wayland.freedesktop.org/
|
||||||
#Git-Clone: git://anongit.freedesktop.org/wayland/weston
|
#Git-Clone: git://anongit.freedesktop.org/wayland/weston
|
||||||
#Git-Web: https://cgit.freedesktop.org/wayland/weston/
|
#Git-Web: https://cgit.freedesktop.org/wayland/weston/
|
||||||
Source: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/weston-%version.tar.xz
|
Source: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/%name-%version.tar.xz
|
||||||
Source2: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/weston-%version.tar.xz.sig
|
Source2: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/%name-%version.tar.xz.sig
|
||||||
BuildRequires: Mesa-libGLESv3-devel
|
BuildRequires: Mesa-libGLESv3-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glibc-devel >= 2.27
|
BuildRequires: glibc-devel >= 2.27
|
||||||
@ -123,6 +123,7 @@ to develop plugins for Weston.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# includedir intentional, cf. bugzilla.opensuse.org/795968
|
||||||
%meson -Ddemo-clients=false -Dremoting=false -Dsimple-clients= \
|
%meson -Ddemo-clients=false -Dremoting=false -Dsimple-clients= \
|
||||||
-Dtest-junit-xml=false -Dpipewire=false -Dbackend-vnc=false \
|
-Dtest-junit-xml=false -Dpipewire=false -Dbackend-vnc=false \
|
||||||
--includedir="%_includedir/%name"
|
--includedir="%_includedir/%name"
|
||||||
@ -145,8 +146,7 @@ fi
|
|||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n libweston-%major-0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libweston-%major-0
|
||||||
%postun -n libweston-%major-0 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user