wayland-1.2.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=30
This commit is contained in:
parent
c108afff18
commit
5c4a6efb43
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ef587cf1a0e52b6dee44eeb9c288110e8180819abf4e419d247dfe234867a5c
|
||||
size 401932
|
3
wayland-1.2.0.tar.xz
Normal file
3
wayland-1.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b0439a017185bc5b2fed96c178bed3abf7f19188f3078f4d69fd3ce222d654c
|
||||
size 406208
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 08:38:47 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.2.0
|
||||
* This release provides a stable wayland-server API and improved
|
||||
thread safety and relaxed thread-model assumptions in
|
||||
libwayland-client.
|
||||
* New features include color management, a subsurface protocol,
|
||||
output scaling (HiDPI), Rasperry Pi backend and renderer,
|
||||
and multi-seat support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 17 05:41:15 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: wayland
|
||||
%define lname libwayland0
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: HPND
|
||||
@ -33,6 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: automake >= 1.11
|
||||
#git#BuildRequires: libtool >= 2.2
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
@ -113,6 +114,7 @@ make %{?_smp_mflags}
|
||||
b="%buildroot";
|
||||
make install DESTDIR="$b";
|
||||
rm -f "$b/%_libdir"/*.la;
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%check
|
||||
mkdir -m go-rwx xdg;
|
||||
@ -143,7 +145,9 @@ XDG_RUNTIME_DIR="$PWD/xdg" make check %{?_smp_mflags};
|
||||
%_includedir/pkg/
|
||||
%_libdir/libwayland-*.so
|
||||
%_libdir/pkgconfig/wayland-*.pc
|
||||
%_datadir/aclocal
|
||||
%_datadir/aclocal/
|
||||
%_datadir/pkgconfig/wayland-*.pc
|
||||
%_datadir/wayland/
|
||||
%_mandir/man3/wl_*.3*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user