[ghc-X11] update to 1.6.0.2

Jens Petersen petersen at fedoraproject.org
Thu Nov 8 09:06:16 UTC 2012


commit f20525846e42341747e42534685cbb7447d9ef97
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Nov 8 18:06:10 2012 +0900

    update to 1.6.0.2
    
    use upstream summary

 .gitignore   |    1 +
 ghc-X11.spec |   23 ++++++++++++-----------
 sources      |    2 +-
 3 files changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2dbfe7..086536e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 X11-1.5.0.0.tar.gz
 /X11-1.5.0.1.tar.gz
 /X11-1.6.0.tar.gz
+/X11-1.6.0.2.tar.gz
diff --git a/ghc-X11.spec b/ghc-X11.spec
index 124eb48..c1cf8bf 100644
--- a/ghc-X11.spec
+++ b/ghc-X11.spec
@@ -1,30 +1,28 @@
-# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 %global pkg_name X11
 
-%global common_summary Haskell %{pkg_name} library
+%global common_summary A binding to the X11 graphics library
 
-%global common_description The library consists of bindings to direct translations of the C bindings;\
+%global common_description A Haskell binding to the X11 graphics library.\
+The binding is a direct translation of the C binding;\
 for documentation of these calls, refer to "The Xlib Programming Manual",\
 available online at <http://tronche.com/gui/x/xlib/>.
 
-
 Name:           ghc-%{pkg_name}
-Version:        1.6.0
-Release:        4%{?dist}
+Version:        1.6.0.2
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
-Group:          System Environment/Libraries
 License:        BSD
-# BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-ExclusiveArch:  %{ghc_arches}
+
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
-# END cabal2spec
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
+# End cabal-rpm deps
 BuildRequires:  libXinerama-devel%{?_isa}
 BuildRequires:  libX11-devel%{?_isa}
 BuildRequires:  libXext-devel%{?_isa}
@@ -63,6 +61,9 @@ Requires:  libXrandr-devel%{?_isa}
 
 
 %changelog
+* Thu Nov 08 2012 Jens Petersen <petersen at redhat.com> - 1.6.0.2-1
+- update to 1.6.0.2
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 304376b..aaef2ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8199520ce58e91762d31d54ed081b99c  X11-1.6.0.tar.gz
+0227ba7a8788c3cfd146e952a5fafc82  X11-1.6.0.2.tar.gz


More information about the scm-commits mailing list