SHA256
1
0
forked from pool/wayland

Accepting request 183977 from X11:Wayland

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/183977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wayland?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2013-07-22 12:57:51 +00:00 committed by Git OBS Bridge
commit ebb46eb06e
4 changed files with 20 additions and 5 deletions

View File

@ -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
View File

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

View File

@ -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

View File

@ -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