Hello community,

here is the log from the commit of package weston for openSUSE:Factory checked 
in at 2013-07-24 23:46:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/weston (Old)
 and      /work/SRC/openSUSE:Factory/.weston.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "weston"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.weston.new/weston.changes       2013-07-24 
23:46:28.000000000 +0200
@@ -0,0 +1,109 @@
+-------------------------------------------------------------------
+Wed Jul 24 09:26:43 UTC 2013 - [email protected]
+
+- license update: HPND and CC-BY-SA-3.0
+
+-------------------------------------------------------------------
+Mon Jul 15 08:39:31 UTC 2013 - [email protected]
+
+- Update to new upstream release 1.2.0
+* New features that have been added: The Wayland Input Method
+  Framework, color management, Raspberry Pi backend and renderer.
+
+-------------------------------------------------------------------
+Fri Jun  7 22:26:21 UTC 2013 - [email protected]
+
+- Update to new upstream release 1.1.1
+* Avoid unnecessarily re-allocating texture buffer when the size
+  hasn't changed.
+* compositor-drm: Force DPMS state to ON after drmModeSetCrtc()
+* compositor-drm: Cache the DPMS property on drm_output
+* weston.pc: Added libexecdir and pkglibexecdir variables
+* udev-seat: Fail input setup only if no devices are found
+* use _exit instead of exit if client fails to exec
+* compositor-x11: Set original mode after current
+* compositor: Make backlight_current int32_t to avoid unsigned
+  overflow
+* compositor-drm: Log failure and which backlight sysfs file
+  we're using
+* weston-launch: Print explanation of why we failed to open
+  the device
+* Fix missing corner resize cursors in Kubuntu (oxy-white theme)
+* text: Respawn input method process if it exits
+* compositor-drm: Don't page flip before a mode is set
+* compositor-drm: Destroy sprites before destroying the outputs
+* xwm: Reparent client windows into ARGB windows
+* Fix not checking return value of drmIoctl function call to
+  map dumb buffer
+* weston.ini: document background-type
+* Fix simple-egl tear-down order to prevent a crash on exit time
+* window: Add a log handler for window.c clients
+
+-------------------------------------------------------------------
+Wed Apr 17 05:41:15 UTC 2013 - [email protected]
+
+- Update to new upstream release 1.1.0
+* Added a pixman renderer, and fbdev, Raspberry Pi, RDP and
+  Headless backends
+* libunwind support for better crash dumps
+- Use a header location that does not change with every release
+
+-------------------------------------------------------------------
+Sun Mar 24 15:51:43 UTC 2013 - [email protected]
+
+- Update to new upstream release 1.0.6
+* weston.man: Document the way to disable idle timeout
+* evdev: Wait for SYN event before sending events over to the client
+* compositor-drm: Fix a crash with a fullscreen surface with driver mode
+* compositor: Don't set DPMS state on start up
+* weston.ini: Use 'modeline' key for modeline example
+* Install header files and pkg-config file for external modules
+* compositor-drm: Remember to drop master in drm error handling
+* compositor: Use libunwind if available for better backtraces
+* xwm: Don't leak pending.input region
+* shell: Do not hang when mapping a popup twice
+* compositor: set data_device keyboard focus in seat_get_keyboard
+* xkb: Don't call exit on failure in weston_compositor_xkb_init()
+* shell: Set the DPMS state if the screensaver fails to launch or dies
+* xwm: Fix silly region math
+* xwm: Fix input region regression from commit changes
+* shell: Fix bug when input panel is shown twice
+* shell: Add back ability to rotate unresponsive surfaces
+* window.c: Don't allow moving a maximized window
+* shell: Bypass fullscreen scaling if surface width and height
+* compositor: Init fade surface color properly
+* screenshot: Print warning if we're not launched from weston
+* weston-launch: Clear environment and set it up from scratch
+* clients: Make libtoytoolkit a libtool library
+* terminal: Handle the window close event
+
+-------------------------------------------------------------------
+Tue Dec 18 13:01:52 UTC 2012 - [email protected]
+
+- Update to new upstream release 1.0.3
+* rewrite of the test suite
+* fixes from the Coverity checker
+
+-------------------------------------------------------------------
+Sat Dec  1 06:35:02 UTC 2012 - [email protected]
+
+- Update to new upstream release 1.0.2
+* documentation and a couple of repaint bug fixes
+
+-------------------------------------------------------------------
+Tue Nov 20 10:30:33 UTC 2012 - [email protected]
+
+- Update to new upstream release 1.0.1
+* This is a bugfix release
+  (no further notes provided by upstream)
+
+-------------------------------------------------------------------
+Sat Oct 20 11:08:23 UTC 2012 - [email protected]
+
+- Update to new upstream release 1.0
+* first public release, so no direct changelog
+
+-------------------------------------------------------------------
+Thu Aug 30 00:15:28 UTC 2012 - [email protected]
+
+- Initial package for build.opensuse.org (0.85)

New:
----
  weston-1.2.0.tar.xz
  weston.changes
  weston.spec

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

Other differences:
------------------
++++++ weston.spec ++++++
#
# spec file for package weston
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           weston
%define lname   libweston0
Version:        1.2.0
Release:        0
Summary:        Wayland Compositor Infrastructure
License:        HPND and CC-BY-SA-3.0
Group:          Development/Libraries/C and C++
Url:            http://weston.freedesktop.org/

#Git-Clone:     git://anongit.freedesktop.org/wayland/weston
#Git-Web:       http://cgit.freedesktop.org/wayland/weston/
Source:         http://wayland.freedesktop.org/releases/%name-%version.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires:     autoconf >= 2.64, automake >= 1.11
BuildRequires:  autoconf >= 2.64, automake >= 1.11, libtool >= 2.2
BuildRequires:  freerdp-devel
BuildRequires:  libexpat-devel
BuildRequires:  libjpeg-devel
#git#BuildRequires:  libtool >= 2.2
BuildRequires:  libvpx-devel
BuildRequires:  pam-devel
BuildRequires:  pkgconfig
BuildRequires:  rsvg-view
BuildRequires:  xkeyboard-config
BuildRequires:  xz
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(cairo-egl) >= 1.11.3
BuildRequires:  pkgconfig(cairo-xcb)
BuildRequires:  pkgconfig(colord) >= 0.1.27
BuildRequires:  pkgconfig(egl) >= 7.10
BuildRequires:  pkgconfig(gbm)
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(glesv2)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(lcms2)
BuildRequires:  pkgconfig(libdrm) >= 2.4.30
BuildRequires:  pkgconfig(libffi)
BuildRequires:  pkgconfig(libsystemd-login)
BuildRequires:  pkgconfig(libudev) >= 136
BuildRequires:  pkgconfig(libunwind)
BuildRequires:  pkgconfig(libwebp)
BuildRequires:  pkgconfig(mtdev) >= 1.1.0
BuildRequires:  pkgconfig(pixman-1)
BuildRequires:  pkgconfig(poppler-glib)
BuildRequires:  pkgconfig(wayland-client) >= 1.0.0
BuildRequires:  pkgconfig(wayland-egl)
BuildRequires:  pkgconfig(wayland-server) >= 1.1.90
BuildRequires:  pkgconfig(xkbcommon) >= 0.0.578
BuildRequires:  pkgconfig(xcb)
BuildRequires:  pkgconfig(xcb-xfixes)
BuildRequires:  pkgconfig(xcursor)
Requires:       xkeyboard-config

%description
Weston is the reference implementation of a Wayland compositor, and a
useful compositor in its own right. Weston has various backends that
lets it run on Linux kernel modesetting and evdev input as well as
under X11. Weston ships with a few example clients, from simple
clients that demonstrate certain aspects of the protocol to more
complete clients and a simplistic toolkit. There is also a quite
capable terminal emulator (weston-terminal) and an toy/example
desktop shell. Finally, weston also provides integration with the
Xorg server and can pull X clients into the Wayland desktop and act
as a X window manager.

%package devel
Summary:        Development files for Weston plugins
Group:          Development/Libraries/C and C++

%description devel
Weston is the reference implementation of a Wayland compositor, and a
useful compositor in its own right. Weston has various backends that
lets it run on Linux kernel modesetting and evdev input as well as
under X11.

This package contains all necessary include files and libraries needed
to develop plugins for Weston.

%prep
%setup -q

%build
if [ ! -e configure ]; then
        NOCONFIGURE=1 ./autogen.sh;
fi;
# Ensure people will use pkgconfig to locate headers.
%configure --disable-static --disable-setuid-install \
        --disable-rpi-compositor \
        --includedir="%_includedir/pkg/%name"
make %{?_smp_mflags}

%install
make install DESTDIR="%buildroot";
rm -f "%buildroot/%_libdir"/*.la "%buildroot/%_libdir/weston"/*.la;

%check
ls -dl /proc/self || exit 0;
mkdir -pm go-rwx xdg;
# Ignore exit code, because """the headless backend is not even in the 1.0
# stable series. It means it will be an option starting from 1.2 of stable
# series."""
XDG_RUNTIME_DIR="$PWD/xdg" make check || :;

%files
%defattr(-,root,root)
%_bindir/wcap-*
%_bindir/weston*
%_libexecdir/weston-*
%_libdir/weston/
%_datadir/weston/
%_mandir/man1/weston.1*
%_mandir/man5/weston*5*
%_mandir/man7/weston*7*

%files devel
%defattr(-,root,root)
%_includedir/pkg/
%_libdir/pkgconfig/weston.pc

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

Reply via email to