Jan Engelhardt 2012-10-23 12:23:05 +00:00 committed by Git OBS Bridge
parent 0c574da87f
commit e11893521f
4 changed files with 13 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b05b553d130571c6b6b3d60e9bb7d0682576fb9d30bacc959a04c4c5d7431289
size 177420

3
wayland-1.0.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:833634b3bf8a079beb8652a0b52a0a2d135266cc74922dce993342c300a374a0
size 390124

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 23 12:17:02 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.0
* more consistent error checking
-------------------------------------------------------------------
Fri Oct 19 21:33:55 UTC 2012 - tobias.johannes.klausmann@mni.thm.de

View File

@ -16,7 +16,7 @@
#
Name: wayland
%define lname libwayland0
Version: 0.99.0
Version: 1.0.0
Release: 0
Summary: Wayland Compositor Infrastructure
License: MIT
@ -28,9 +28,9 @@ URL: http://wayland.freedesktop.org/
Source: %name-%version.tar.xz
Patch1: 0001-scanner-Fix-valgrind-errors.patch
BuildRoot: %_tmppath/%name-%version-build
BuildRequires: autoconf >= 2.64
BuildRequires: automake >= 1.11
BuildRequires: libtool >= 2.2
#git#BuildRequires: autoconf >= 2.64
#git#BuildRequires: automake >= 1.11
#git#BuildRequires: libtool >= 2.2
BuildRequires: pkgconfig, pkgconfig(libffi), libexpat-devel, xz
BuildRequires: doxygen
@ -96,7 +96,6 @@ to develop applications that require these.
%prep
%setup -q
%patch -P 1 -p1
%build
if [ ! -e configure ]; then