Hello community,

here is the log from the commit of package wayland for openSUSE:Factory checked 
in at 2012-12-03 11:40:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wayland (Old)
 and      /work/SRC/openSUSE:Factory/.wayland.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wayland", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/wayland/wayland.changes  2012-11-28 
17:09:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wayland.new/wayland.changes     2012-12-03 
11:40:13.000000000 +0100
@@ -1,0 +2,11 @@
+Sat Dec  1 06:18:11 UTC 2012 - [email protected]
+
+- Update to new upstream release 1.0.2
+* new wl_display_dispatch_queue_pending() entry point that allows
+  avoiding triple buffering in Mesa
+* avoid premature exit and potential memory corruption in
+  wl_display_roundtrip()
+- Put all include files in a separate directory so that we see
+  when downstream users forget to use pkgconfig
+
+-------------------------------------------------------------------

Old:
----
  wayland-1.0.1.tar.xz

New:
----
  wayland-1.0.2.tar.xz

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

Other differences:
------------------
++++++ wayland.spec ++++++
--- /var/tmp/diff_new_pack.sFLOTT/_old  2012-12-03 11:40:14.000000000 +0100
+++ /var/tmp/diff_new_pack.sFLOTT/_new  2012-12-03 11:40:14.000000000 +0100
@@ -18,7 +18,7 @@
 
 Name:           wayland
 %define lname  libwayland0
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 Summary:        Wayland Compositor Infrastructure
 License:        HPND
@@ -105,12 +105,13 @@
 if [ ! -e configure ]; then
        autoreconf -fi;
 fi;
-%configure --disable-static
+%configure --disable-static --includedir=%_includedir/%name-%version
 make %{?_smp_mflags}
 
 %install
-%make_install
-rm -f "%buildroot/%_libdir"/*.la
+b="%buildroot";
+make install DESTDIR="$b";
+rm -f "$b/%_libdir"/*.la;
 
 %post -n libwayland-client0 -p /sbin/ldconfig
 %postun -n libwayland-client0 -p /sbin/ldconfig
@@ -134,7 +135,7 @@
 %files devel
 %defattr(-,root,root)
 %_bindir/wayland-scanner
-%_includedir/wayland-*.h
+%_includedir/%name-%version
 %_libdir/libwayland-*.so
 %_libdir/pkgconfig/wayland-*.pc
 %_datadir/aclocal

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.sFLOTT/_old  2012-12-03 11:40:14.000000000 +0100
+++ /var/tmp/diff_new_pack.sFLOTT/_new  2012-12-03 11:40:14.000000000 +0100
@@ -1,7 +1,7 @@
 libwayland-server0
 libwayland-client0
+libwayland-cursor0
 wayland-devel
        requires "libwayland-server0-<targettype> = <version>"
        requires "libwayland-client0-<targettype> = <version>"
        requires "libwayland-cursor0-<targettype> = <version>"
-libwayland-cursor0

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

Reply via email to