Hello community, here is the log from the commit of package wayland for openSUSE:Factory checked in at 2015-01-30 10:59:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wayland (Old) and /work/SRC/openSUSE:Factory/.wayland.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wayland" Changes: -------- --- /work/SRC/openSUSE:Factory/wayland/wayland.changes 2014-09-30 19:37:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wayland.new/wayland.changes 2015-01-30 10:59:24.000000000 +0100 @@ -1,0 +2,14 @@ +Tue Jan 27 21:19:36 UTC 2015 - [email protected] + +- Update to new upstream prerelease 1.6.91 +* The codebase's doxygen documentation was revamped + +------------------------------------------------------------------- +Sun Jan 25 15:37:03 UTC 2015 - [email protected] + +- Update to new upstream release 1.6.1 +* Maintenance release for Wayland 1.6, with a handful of fixes + pulled from the 1.7 tree that improve handling of several error + situations between server and clients. + +------------------------------------------------------------------- Old: ---- wayland-1.6.0.tar.xz New: ---- wayland-1.6.91.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wayland.spec ++++++ --- /var/tmp/diff_new_pack.pRmf4g/_old 2015-01-30 10:59:25.000000000 +0100 +++ /var/tmp/diff_new_pack.pRmf4g/_new 2015-01-30 10:59:25.000000000 +0100 @@ -18,7 +18,7 @@ %define lname libwayland0 Name: wayland -Version: 1.6.0 +Version: 1.6.91 Release: 0 Summary: Wayland Compositor Infrastructure License: HPND @@ -37,7 +37,7 @@ BuildRequires: libxml2-tools BuildRequires: libxslt-tools BuildRequires: pkgconfig -BuildRequires: xz +BuildRequires: xz xmlto BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(libffi) BuildRoot: %_tmppath/%name-%version-build @@ -102,6 +102,14 @@ This package contains all necessary include files and libraries needed to develop applications that require these. +%package doc +Summary: Wayland development documentation +Group: Documentation/HTML +BuildArch: noarch + +%description doc +This subpackage contains the documentation to Wayland. + %prep %setup -q @@ -109,7 +117,8 @@ if [ ! -e configure ]; then autoreconf -fi; fi; -%configure --disable-static --includedir="%_includedir/pkg/%name" +%configure --disable-static --includedir="%_includedir/%name" \ + --docdir="%_defaultdocdir/%name" make %{?_smp_mflags} V=1 %install @@ -122,7 +131,10 @@ mkdir xdg chmod 700 xdg export XDG_RUNTIME_DIR="$PWD/xdg" -make check %{?_smp_mflags} V=1 +if ! make check %{?_smp_mflags} V=1; then + cat test-suite.log + exit 1 +fi %endif %post -n libwayland-client0 -p /sbin/ldconfig @@ -147,7 +159,7 @@ %files devel %defattr(-,root,root) %_bindir/wayland-scanner -%_includedir/pkg/ +%_includedir/%name/ %_libdir/libwayland-*.so %_libdir/pkgconfig/wayland-*.pc %_datadir/aclocal/ @@ -155,4 +167,8 @@ %_datadir/wayland/ %_mandir/man3/wl_*.3* +%files doc +%defattr(-,root,root) +%_docdir/wayland/ + %changelog ++++++ wayland-1.6.0.tar.xz -> wayland-1.6.91.tar.xz ++++++ ++++ 7675 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
