Hello community,

here is the log from the commit of package wayland for openSUSE:Factory checked 
in at 2015-02-06 22:35:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-01-30 
10:59:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wayland.new/wayland.changes     2015-02-06 
22:35:40.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb  2 10:20:12 UTC 2015 - [email protected]
+
+- Update to new upstream prerelease 1.6.92
+* More documentation updates
+
+-------------------------------------------------------------------

Old:
----
  wayland-1.6.91.tar.xz

New:
----
  wayland-1.6.92.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wayland.spec ++++++
--- /var/tmp/diff_new_pack.kF8S3X/_old  2015-02-06 22:35:42.000000000 +0100
+++ /var/tmp/diff_new_pack.kF8S3X/_new  2015-02-06 22:35:42.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wayland
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %define lname  libwayland0
 Name:           wayland
-Version:        1.6.91
+Version:        1.6.92
 Release:        0
 Summary:        Wayland Compositor Infrastructure
 License:        HPND
 Group:          Development/Libraries/C and C++
-URL:            http://wayland.freedesktop.org/
+Url:            http://wayland.freedesktop.org/
 
 #Git-Clone:    git://anongit.freedesktop.org/wayland/wayland
 #Git-Web:      http://cgit.freedesktop.org/wayland/wayland/
@@ -32,15 +32,18 @@
 #git#BuildRequires:  autoconf >= 2.64
 #git#BuildRequires:  automake >= 1.11
 #git#BuildRequires:  libtool >= 2.2
-BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt-tools
-BuildRequires:  pkgconfig
-BuildRequires:  xz xmlto
+BuildRequires:  pkg-config
+BuildRequires:  xz
 BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(libffi)
-BuildRoot:      %_tmppath/%name-%version-build
+%define with_doc 0
+%if 0%with_doc
+BuildRequires:  doxygen graphviz-gnome xmlto
+%endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Wayland is a protocol for a compositor to talk to its clients as well
@@ -118,8 +121,12 @@
        autoreconf -fi;
 fi;
 %configure --disable-static --includedir="%_includedir/%name" \
+%if %with_doc
        --docdir="%_defaultdocdir/%name"
-make %{?_smp_mflags} V=1
+%else
+       --disable-documentation
+%endif
+make %{?_smp_mflags}
 
 %install
 make DESTDIR="%buildroot" install %{?_smp_mflags}
@@ -128,10 +135,10 @@
 
 %check
 %if !0%{?qemu_user_space_build}
-mkdir xdg
-chmod 700 xdg
+mkdir -p xdg/wayland-tests
+chmod 700 xdg xdg/wayland-tests
 export XDG_RUNTIME_DIR="$PWD/xdg"
-if ! make check %{?_smp_mflags} V=1; then
+if ! make check V=1; then
        cat test-suite.log
        exit 1
 fi
@@ -165,10 +172,12 @@
 %_datadir/aclocal/
 #%_datadir/pkgconfig/wayland-*.pc
 %_datadir/wayland/
-%_mandir/man3/wl_*.3*
 
+%if %with_doc
 %files doc
 %defattr(-,root,root)
-%_docdir/wayland/
+%_mandir/man3/wl*.3*
+%_docdir/%name/
+%endif
 
 %changelog

++++++ wayland-1.6.91.tar.xz -> wayland-1.6.92.tar.xz ++++++
++++ 9734 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to