SHA256
1
0
forked from pool/wayland

Accepting request 145831 from X11:Wayland

- Update to new upstream release 1.0.3
* a couple of documentation fixes
* the test suite now cleans up its temporary files

OBS-URL: https://build.opensuse.org/request/show/145831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wayland?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2012-12-19 12:55:48 +00:00 committed by Git OBS Bridge
commit 0ef78b5826
4 changed files with 15 additions and 4 deletions

View File

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

3
wayland-1.0.3.tar.xz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 18 12:46:10 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.0.3
* a couple of documentation fixes
* the test suite now cleans up its temporary files
-------------------------------------------------------------------
Sat Dec 1 06:18:11 UTC 2012 - jengelh@inai.de

View File

@ -18,7 +18,7 @@
Name: wayland
%define lname libwayland0
Version: 1.0.2
Version: 1.0.3
Release: 0
Summary: Wayland Compositor Infrastructure
License: HPND
@ -113,6 +113,10 @@ b="%buildroot";
make install DESTDIR="$b";
rm -f "$b/%_libdir"/*.la;
%check
mkdir -m go-rwx xdg;
XDG_RUNTIME_DIR="$PWD/xdg" make check %{?_smp_mflags};
%post -n libwayland-client0 -p /sbin/ldconfig
%postun -n libwayland-client0 -p /sbin/ldconfig
%post -n libwayland-cursor0 -p /sbin/ldconfig