diff --git a/.gitignore b/.gitignore index 3a3c478..1f57536 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /gio-0.13.0.0.tar.gz /gio-0.13.0.2.tar.gz /gio-0.13.0.4.tar.gz +/gio-0.13.1.0.tar.gz diff --git a/ghc-gio.spec b/ghc-gio.spec index 3e737d0..fdf7c10 100644 --- a/ghc-gio.spec +++ b/ghc-gio.spec @@ -3,8 +3,8 @@ %global pkg_name gio Name: ghc-%{pkg_name} -Version: 0.13.0.4 -Release: 2%{?dist} +Version: 0.13.1.0 +Release: 1%{?dist} Summary: Binding to GIO License: LGPLv2+ @@ -57,6 +57,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/COPYING + # demo files rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version} @@ -70,7 +72,7 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version} %files -f %{name}.files -%doc COPYING +%license COPYING %files devel -f %{name}-devel.files @@ -78,6 +80,9 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version} %changelog +* Fri Jul 10 2015 Jens Petersen - 0.13.1.0-1 +- update to 0.13.1.0 + * Wed Jun 17 2015 Fedora Release Engineering - 0.13.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index a33ad6f..de17a4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c252802fc52c055691e303ca30e4563f gio-0.13.0.4.tar.gz +129a9afa8814b8ce33b32a9e1cc526fc gio-0.13.1.0.tar.gz