From fe6341714ba5926ad2b0217028d92b7ab777a2d8647a83a39493ffd2626ee764 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Oct 2012 12:45:34 +0000 Subject: [PATCH] weston-1.0.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=5 --- weston-0.99.0.tar.xz | 3 --- weston-1.0.0.tar.xz | 3 +++ weston.changes | 5 +++-- weston.spec | 10 ++++++---- 4 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 weston-0.99.0.tar.xz create mode 100644 weston-1.0.0.tar.xz diff --git a/weston-0.99.0.tar.xz b/weston-0.99.0.tar.xz deleted file mode 100644 index 08aa09f..0000000 --- a/weston-0.99.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2713ab46f7c646895c6c6e1ebd2ead6a8f8b1b1616f45680e8457b7850872062 -size 323320 diff --git a/weston-1.0.0.tar.xz b/weston-1.0.0.tar.xz new file mode 100644 index 0000000..dbcbfda --- /dev/null +++ b/weston-1.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9172a1dd2e3171dc181919016771bcd5d729ce1d95a2fb56de294d82a08e4d33 +size 557040 diff --git a/weston.changes b/weston.changes index 7fce8ad..169da8c 100644 --- a/weston.changes +++ b/weston.changes @@ -1,9 +1,10 @@ ------------------------------------------------------------------- Sat Oct 20 11:08:23 UTC 2012 - jengelh@inai.de -- Update to new upstream release 0.99.0 +- Update to new upstream release 1.0 +* first public release, so no direct changelog ------------------------------------------------------------------- Thu Aug 30 00:15:28 UTC 2012 - jengelh@inai.de -- Initial package for build.opensuse.org +- Initial package for build.opensuse.org (0.85) diff --git a/weston.spec b/weston.spec index c729908..54d5dde 100644 --- a/weston.spec +++ b/weston.spec @@ -18,7 +18,7 @@ Name: weston %define lname libweston0 -Version: 0.99.0 +Version: 1.0.0 Release: 0 Summary: Wayland Compositor Infrastructure License: MIT @@ -29,11 +29,11 @@ Url: http://weston.freedesktop.org/ #Git-Web: http://cgit.freedesktop.org/wayland/weston/ Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf >= 2.64, automake >= 1.11 +#git#BuildRequires: autoconf >= 2.64, automake >= 1.11 BuildRequires: gcc-c++ BuildRequires: libexpat-devel BuildRequires: libjpeg-devel -BuildRequires: libtool >= 2.2 +#git#BuildRequires: libtool >= 2.2 BuildRequires: libvpx-devel BuildRequires: pam-devel BuildRequires: pkgconfig @@ -47,6 +47,7 @@ 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(libdrm) >= 2.4.30 BuildRequires: pkgconfig(libffi) @@ -55,7 +56,7 @@ BuildRequires: pkgconfig(libudev) >= 136 BuildRequires: pkgconfig(mtdev) >= 1.1.0 BuildRequires: pkgconfig(pixman-1) BuildRequires: pkgconfig(poppler-glib) -BuildRequires: pkgconfig(wayland-client) >= 0.99.0 +BuildRequires: pkgconfig(wayland-client) >= 1.0.0 BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(xkbcommon) >= 0.0.578 @@ -96,5 +97,6 @@ rm -f "%buildroot/%_libdir"/*.la "%buildroot/%_libdir/weston"/*.la; %_libexecdir/weston-* %_libdir/weston %_datadir/weston +%_mandir/man1/weston.1* %changelog