[ghc-X11] update to 1.6.1.2

Jens Petersen petersen at fedoraproject.org
Fri Jan 23 05:11:24 UTC 2015


commit c0e090a250c7dd5270ae367599f7a6c0713c60a9
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jan 23 14:08:52 2015 +0900

    update to 1.6.1.2

 .gitignore   |    1 +
 ghc-X11.spec |   21 ++++++++++++---------
 sources      |    2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9177c8e..646919d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ X11-1.5.0.0.tar.gz
 /X11-1.6.0.tar.gz
 /X11-1.6.0.2.tar.gz
 /X11-1.6.1.1.tar.gz
+/X11-1.6.1.2.tar.gz
diff --git a/ghc-X11.spec b/ghc-X11.spec
index bc7cd87..02bdcb1 100644
--- a/ghc-X11.spec
+++ b/ghc-X11.spec
@@ -3,13 +3,13 @@
 %global pkg_name X11
 
 Name:           ghc-%{pkg_name}
-Version:        1.6.1.1
-Release:        5%{?dist}
+Version:        1.6.1.2
+Release:        1%{?dist}
 Summary:        Haskell binding to the X11 graphics library
 
 License:        BSD
-URL:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Url:            https://hackage.haskell.org/package/%{pkg_name}
+Source0:        https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -22,18 +22,18 @@ BuildRequires:  libXrandr-devel%{?_isa}
 BuildRequires:  libXinerama-devel%{?_isa}
 
 %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/>.
+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/>.
 
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
+Provides:       %{name}-static = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 # Begin cabal-rpm deps:
 Requires:       libX11-devel%{?_isa}
 Requires:       libXext-devel%{?_isa}
@@ -73,6 +73,9 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
+* Fri Jan 23 2015 Jens Petersen <petersen at redhat.com> - 1.6.1.2-1
+- update to 1.6.1.2
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 34c866a..b269cf9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80638b99238f72d4cc351b4fbd7274fc  X11-1.6.1.1.tar.gz
+d7c94a65ce4b140e97cce835e8682ac3  X11-1.6.1.2.tar.gz


More information about the scm-commits mailing list