[ghc-gtk] update to 0.13.0.0

Jens Petersen petersen at fedoraproject.org
Tue Sep 16 08:07:56 UTC 2014


commit 16f37f5a778f6816f3ca616a79b38f8ad42104b3
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Sep 16 17:07:47 2014 +0900

    update to 0.13.0.0

 .gitignore   |    1 +
 ghc-gtk.spec |   14 ++++++++++----
 sources      |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b5d92f..67dc07d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /gtk-0.12.3.1.tar.gz
 /gtk-0.12.4.tar.gz
 /gtk-0.12.5.0.tar.gz
+/gtk-0.13.0.0.tar.gz
diff --git a/ghc-gtk.spec b/ghc-gtk.spec
index 786542a..689960a 100644
--- a/ghc-gtk.spec
+++ b/ghc-gtk.spec
@@ -3,13 +3,13 @@
 %global pkg_name gtk
 
 Name:           ghc-%{pkg_name}
-Version:        0.12.5.0
-Release:        3%{?dist}
+Version:        0.13.0.0
+Release:        1%{?dist}
 Summary:        Binding to the Gtk+ graphical user interface library
 
 License:        LGPLv2+
 URL:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Source0:        http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -22,6 +22,7 @@ BuildRequires:  ghc-gio-devel
 BuildRequires:  ghc-glib-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-pango-devel
+BuildRequires:  ghc-text-devel
 BuildRequires:  gtk2hs-buildtools
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -35,10 +36,11 @@ for creating graphical user interfaces.
 
 %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:       pkgconfig(gthread-2.0)
 Requires:       pkgconfig(gtk+-2.0)
@@ -83,6 +85,10 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}
 
 
 %changelog
+* Tue Sep 16 2014 Jens Petersen <petersen at redhat.com> - 0.13.0.0-1
+- update to 0.13.0.0
+- refresh to cblrpm-0.8.11
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.5.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index da3f528..c7f185f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d34d2da37f3e4e15dbc0b6a6aef0cd8f  gtk-0.12.5.0.tar.gz
+cdda125240cdbe8702510afb1be8b837  gtk-0.13.0.0.tar.gz


More information about the scm-commits mailing list