diff --git a/libXrandr.spec b/libXrandr.spec index dbbac1e..efe45cb 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -26,7 +26,7 @@ Requires(pre): xorg-x11-filesystem >= 0.99.2-3 Requires: %{name} = %{version}-%{release} Requires: xorg-x11-proto-devel pkgconfig -Requires: randrproto >= 1.2.1 +Requires: pkgconfig(randrproto) >= 1.2.1 %description devel X.Org X11 libXrandr development package @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Nov 11 2008 Adam Jackson 1.2.3-3 +- Fix Requires in -devel subpackage + * Mon Nov 10 2008 Adam Jackson 1.2.3-2 - Fix BuildRequires.