diff --git a/.gitignore b/.gitignore index e34f496..3a3c478 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /gio-0.12.5.0.tar.gz /gio-0.13.0.0.tar.gz /gio-0.13.0.2.tar.gz +/gio-0.13.0.4.tar.gz diff --git a/ghc-gio.spec b/ghc-gio.spec index 8e05bc3..2731bca 100644 --- a/ghc-gio.spec +++ b/ghc-gio.spec @@ -2,17 +2,14 @@ %global pkg_name gio -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} -Version: 0.13.0.2 +Version: 0.13.0.4 Release: 1%{?dist} Summary: Binding to GIO 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 @@ -63,6 +60,7 @@ This package provides the Haskell %{pkg_name} library development files. # demo files rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version} + %post devel %ghc_pkg_recache @@ -80,6 +78,9 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version} %changelog +* Mon Jan 19 2015 Jens Petersen - 0.13.0.4-1 +- update to 0.13.0.4 + * Tue Oct 28 2014 Jens Petersen - 0.13.0.2-1 - update to 0.13.0.2 diff --git a/sources b/sources index 46b9267..a33ad6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -258a70c905cb22240ce1b9715d988f8d gio-0.13.0.2.tar.gz +c252802fc52c055691e303ca30e4563f gio-0.13.0.4.tar.gz