From 66e4bc09d66c979dbb7e9265432f04f3906dcd85 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 5 Jun 2012 11:48:02 -0400 Subject: [PATCH] Rebuild for new libudev - Conditional buildreq for libudev-devel --- weston.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 0.89-0.4 +- Rebuild for new libudev +- Conditional buildreq for libudev-devel + * Wed Apr 25 2012 Richard Hughes 0.89-0.3 - New package addressing Fedora package review concerns.