diff --git a/xcb-util-image.spec b/xcb-util-image.spec index 4982c05..cb30836 100644 --- a/xcb-util-image.spec +++ b/xcb-util-image.spec @@ -1,6 +1,6 @@ Name: xcb-util-image Version: 0.3.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Port of Xlib's XImage and XShmImage functions on top of libxcb Group: System Environment/Libraries License: MIT @@ -18,7 +18,7 @@ XCB util-image module provides the following library: %package devel Summary: Development and header files for xcb-util-image Group: System Environment/Libraries -Requires: %{name}%{_isa} = %{version}-%{release}, pkgconfig +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Development files for xcb-util-image. @@ -61,6 +61,9 @@ rm %{buildroot}%{_libdir}/*.la %changelog +* Fri Apr 6 2012 Thomas Moschny - 0.3.8-3 +- Fix explicit requires. + * Thu Apr 5 2012 Thomas Moschny - 0.3.8-2 - Specfile cleanups.