wayland-1.0.3
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=19
This commit is contained in:
parent
64b97bbf2d
commit
41f2ee5ad3
@ -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
3
wayland-1.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6be5ee11ba534baaa116350b5efb874bf9963bf3fb18bcf40130317e83a5913
|
||||
size 391040
|
@ -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
|
||||
|
||||
|
@ -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,9 @@ b="%buildroot";
|
||||
make install DESTDIR="$b";
|
||||
rm -f "$b/%_libdir"/*.la;
|
||||
|
||||
%check
|
||||
XDG_RUNTIME_DIR=/tmp 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
|
||||
|
Loading…
Reference in New Issue
Block a user