[weston] Rebuild for new libudev

Adam Jackson ajax at fedoraproject.org
Tue Jun 5 15:48:03 UTC 2012


commit 66e4bc09d66c979dbb7e9265432f04f3906dcd85
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jun 5 11:48:02 2012 -0400

    Rebuild for new libudev
    
    - Conditional buildreq for libudev-devel

 weston.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/weston.spec b/weston.spec
index 61737ac..a7d094e 100644
--- a/weston.spec
+++ b/weston.spec
@@ -2,7 +2,7 @@
 
 Name:           weston
 Version:        0.89
-Release:        0.3%{?alphatag}%{?dist}
+Release:        0.4%{?alphatag}%{?dist}
 Summary:        Reference compositor for Wayland
 Group:          User Interface/X
 License:        BSD and CC-BY-SA
@@ -18,7 +18,9 @@ BuildRequires:  libjpeg-turbo-devel
 BuildRequires:  libpng-devel
 BuildRequires:  librsvg2
 BuildRequires:  libtool
+%if 0%{?fedora} < 18
 BuildRequires:  libudev-devel
+%endif
 BuildRequires:  libwayland-client-devel
 BuildRequires:  libwayland-server-devel
 BuildRequires:  libxcb-devel
@@ -73,6 +75,10 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
 %{_datadir}/weston/wayland.svg
 
 %changelog
+* Tue Jun 05 2012 Adam Jackson <ajax at redhat.com> 0.89-0.4
+- Rebuild for new libudev
+- Conditional buildreq for libudev-devel
+
 * Wed Apr 25 2012 Richard Hughes <richard at hughsie.com> 0.89-0.3
 - New package addressing Fedora package review concerns.
 


More information about the scm-commits mailing list