[ghc-gtk] update to 0.13.4

Jens Petersen petersen at fedoraproject.org
Mon Jan 19 09:47:54 UTC 2015


commit c5f2b4a11d6979b28d19c1f66e964f595129dd49
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jan 19 18:47:52 2015 +0900

    update to 0.13.4

 .gitignore   |    1 +
 ghc-gtk.spec |   15 +++++++++------
 sources      |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 90350a9..1392b50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /gtk-0.12.5.0.tar.gz
 /gtk-0.13.0.0.tar.gz
 /gtk-0.13.3.tar.gz
+/gtk-0.13.4.tar.gz
diff --git a/ghc-gtk.spec b/ghc-gtk.spec
index b2ea44e..76d20b3 100644
--- a/ghc-gtk.spec
+++ b/ghc-gtk.spec
@@ -3,13 +3,13 @@
 %global pkg_name gtk
 
 Name:           ghc-%{pkg_name}
-Version:        0.13.3
+Version:        0.13.4
 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/package/%{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
@@ -31,9 +31,9 @@ BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  gcc-c++
 
 %description
-This is the core library of the Gtk2Hs suite of libraries for Haskell
-based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit
-for creating graphical user interfaces.
+This is the core library of the Gtk2Hs suite of libraries for Haskell based on
+Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
+graphical user interfaces.
 
 
 %package devel
@@ -87,6 +87,9 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}
 
 
 %changelog
+* Mon Jan 19 2015 Jens Petersen <petersen at redhat.com> - 0.13.4-1
+- update to 0.13.4
+
 * Fri Dec 12 2014 Jens Petersen <petersen at redhat.com> - 0.13.3-1
 - update to 0.13.3
 
diff --git a/sources b/sources
index 5cd4c95..7bc3151 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2075e9397616ef7f5225205b0002c91  gtk-0.13.3.tar.gz
+5c6716be7e4d98899e6288ae280b3678  gtk-0.13.4.tar.gz


More information about the scm-commits mailing list