update to 0.13.0.4

This commit is contained in:
Jens Petersen 2015-01-19 18:40:04 +09:00
parent cc681b7b73
commit ca1d23bcb5
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <petersen@redhat.com> - 0.13.0.4-1
- update to 0.13.0.4
* Tue Oct 28 2014 Jens Petersen <petersen@redhat.com> - 0.13.0.2-1
- update to 0.13.0.2

View File

@ -1 +1 @@
258a70c905cb22240ce1b9715d988f8d gio-0.13.0.2.tar.gz
c252802fc52c055691e303ca30e4563f gio-0.13.0.4.tar.gz