diff --git a/.gitignore b/.gitignore index 24a5187..ea16adb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /aeson-0.6.0.0.tar.gz /aeson-0.6.0.2.tar.gz /aeson-0.6.1.0.tar.gz +/aeson-0.6.2.1.tar.gz diff --git a/ghc-aeson.spec b/ghc-aeson.spec index 58601c8..1da0029 100644 --- a/ghc-aeson.spec +++ b/ghc-aeson.spec @@ -3,8 +3,8 @@ %global pkg_name aeson Name: ghc-%{pkg_name} -Version: 0.6.1.0 -Release: 3%{?dist} +Version: 0.6.2.1 +Release: 1%{?dist} Summary: Fast JSON parsing and encoding License: BSD @@ -39,10 +39,11 @@ high performance. Aeson was the father of Jason in Greek mythology. %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} %description devel This package provides the Haskell %{pkg_name} library development files. @@ -77,6 +78,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Jan 22 2014 Jens Petersen - 0.6.2.1-1 +- update to 0.6.2.1 + * Sat Aug 03 2013 Fedora Release Engineering - 0.6.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 3118687..3430bb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39dc2eb1eae08165795b6e3da2ca2ce9 aeson-0.6.1.0.tar.gz +3e06429d5e10812c9d8b8f184455e9a1 aeson-0.6.2.1.tar.gz