diff --git a/wayland-1.1.0.tar.xz b/wayland-1.1.0.tar.xz deleted file mode 100644 index cbae36c..0000000 --- a/wayland-1.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ef587cf1a0e52b6dee44eeb9c288110e8180819abf4e419d247dfe234867a5c -size 401932 diff --git a/wayland-1.2.0.tar.xz b/wayland-1.2.0.tar.xz new file mode 100644 index 0000000..500ab66 --- /dev/null +++ b/wayland-1.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0439a017185bc5b2fed96c178bed3abf7f19188f3078f4d69fd3ce222d654c +size 406208 diff --git a/wayland.changes b/wayland.changes index 3b9da55..0fda217 100644 --- a/wayland.changes +++ b/wayland.changes @@ -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 diff --git a/wayland.spec b/wayland.spec index 1bce6fe..ee1c9b3 100644 --- a/wayland.spec +++ b/wayland.spec @@ -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