Hello community,

here is the log from the commit of package wayland for openSUSE:Factory checked 
in at 2014-02-01 09:40:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-04 
18:33:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wayland.new/wayland.changes     2014-02-01 
09:40:39.000000000 +0100
@@ -1,0 +2,35 @@
+Fri Jan 24 11:59:47 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.4.0
+* SHM Buffer SIBGUS protection
+* Subsurfaces protocol moved to wayland
+- Remove wayland-1.3.93-resourcestest.patch
+
+-------------------------------------------------------------------
+Tue Jan 21 11:10:29 UTC 2014 - tchva...@suse.com
+
+- Version bump to 1.3.93:
+  * Various bugfixes to another RC release
+- Add patch wayland-1.3.93-resourcestest.patch fixing tests from
+  upstream git
+- Cleanup the spec with spec-cleaner
+- Always run tests do not conditionalize them. They wether fail or
+  not
+- Add missing dep on xsltproc as per configure
+
+-------------------------------------------------------------------
+Tue Dec 24 21:15:33 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.3.91
+* protocol: add sub-surfaces to the core
+
+-------------------------------------------------------------------
+Thu Oct 17 22:10:02 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.3.0:
+* More pixel formats for wl_shm, such as RGB565
+* Multi resource support.
+* Support for language bindings
+* Release requests for wl_pointer, wl_keyboard and wl_touch
+
+-------------------------------------------------------------------

Old:
----
  wayland-1.2.1.tar.xz

New:
----
  wayland-1.4.0.tar.xz

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

Other differences:
------------------
++++++ wayland.spec ++++++
--- /var/tmp/diff_new_pack.cxgezc/_old  2014-02-01 09:40:40.000000000 +0100
+++ /var/tmp/diff_new_pack.cxgezc/_new  2014-02-01 09:40:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wayland
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,28 +16,29 @@
 #
 
 
-Name:           wayland
 %define lname  libwayland0
-Version:        1.2.1
+Name:           wayland
+Version:        1.4.0
 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/
 Source:         http://wayland.freedesktop.org/releases/%name-%version.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:  autoconf >= 2.64
 #git#BuildRequires:  automake >= 1.11
 #git#BuildRequires:    libtool >= 2.2
 BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  libexpat-devel
+BuildRequires:  libxml2-tools
+BuildRequires:  libxslt-tools
 BuildRequires:  pkgconfig
 BuildRequires:  xz
+BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(libffi)
+BuildRoot:      %_tmppath/%name-%version-build
 
 %description
 Wayland is a protocol for a compositor to talk to its clients as well
@@ -106,27 +107,32 @@
 if [ ! -e configure ]; then
        autoreconf -fi;
 fi;
-# Ensure people will use pkgconfig to locate headers
 %configure --disable-static --includedir="%_includedir/pkg/%name"
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
-rm -f "$b/%_libdir"/*.la;
+make DESTDIR=%buildroot install %{?_smp_mflags}
+find %buildroot -type f -name "*.la" -delete -print
 %fdupes %buildroot/%_prefix
 
 %check
-%if ! 0%{?qemu_user_space_build}
-mkdir -m go-rwx xdg;
-XDG_RUNTIME_DIR="$PWD/xdg" make check %{?_smp_mflags};
+%if !0%{?qemu_user_space_build}
+mkdir xdg
+chmod 700 xdg
+export XDG_RUNTIME_DIR="$PWD/xdg"
+make check %{?_smp_mflags} V=1
 %endif
 
 %post -n libwayland-client0 -p /sbin/ldconfig
+
 %postun -n libwayland-client0 -p /sbin/ldconfig
+
 %post -n libwayland-cursor0 -p /sbin/ldconfig
+
 %postun -n libwayland-cursor0 -p /sbin/ldconfig
+
 %post -n libwayland-server0 -p /sbin/ldconfig
+
 %postun -n libwayland-server0 -p /sbin/ldconfig
 
 %files -n libwayland-client0

++++++ wayland-1.2.1.tar.xz -> wayland-1.4.0.tar.xz ++++++
++++ 6715 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to