[ghc-X11] requires libXrandr too

Jens Petersen petersen at fedoraproject.org
Fri Jun 15 03:17:53 UTC 2012


commit a4cdd442374fe43d83a7e159b5ddcc2a32043090
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jun 15 12:17:51 2012 +0900

    requires libXrandr too

 ghc-X11.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ghc-X11.spec b/ghc-X11.spec
index 8e1df2e..cbc4d2d 100644
--- a/ghc-X11.spec
+++ b/ghc-X11.spec
@@ -13,7 +13,7 @@ available online at <http://tronche.com/gui/x/xlib/>.
 
 Name:           ghc-%{pkg_name}
 Version:        1.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -51,6 +51,7 @@ BuildRequires:  ghc-syb-prof
 Requires:  libXinerama-devel%{?_isa}
 Requires:  libX11-devel%{?_isa}
 Requires:  libXext-devel%{?_isa}
+Requires:  libXrandr-devel%{?_isa}
 
 %ghc_devel_description
 
@@ -62,6 +63,9 @@ Requires:  libXext-devel%{?_isa}
 
 
 %changelog
+* Fri Jun 15 2012 Jens Petersen <petersen at redhat.com> - 1.6.0-2
+- requires libXrandr too
+
 * Sat Jun  9 2012 Jens Petersen <petersen at redhat.com> - 1.6.0-1
 - update to 1.6.0
 - new libXrandr binding


More information about the scm-commits mailing list