diff --git a/.gitignore b/.gitignore index 84b893d..35a3b41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Diff-0.1.3.tar.gz /Diff-0.2.0.tar.gz +/Diff-0.3.0.tar.gz diff --git a/ghc-Diff.spec b/ghc-Diff.spec index 37bb284..bc08045 100644 --- a/ghc-Diff.spec +++ b/ghc-Diff.spec @@ -3,9 +3,9 @@ %global pkg_name Diff Name: ghc-%{pkg_name} -Version: 0.2.0 -Release: 3%{?dist} -Summary: A O(ND) diff algorithm in Haskell +Version: 0.3.0 +Release: 1%{?dist} +Summary: O(ND) diff algorithm in Haskell License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} @@ -15,18 +15,20 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-array-devel +BuildRequires: ghc-pretty-devel # End cabal-rpm deps %description -This package provides basic implementation of the standard diff algorithm. +Basic implementation of the standard diff algorithm. %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. @@ -60,6 +62,10 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Mon Oct 28 2013 Jens Petersen - 0.3.0-1 +- update to 0.3.0 +- add static provides + * Sat Aug 03 2013 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 965c94d..01bcfd1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87cddf5b4b50d9e2eb35d9bfd978d6b4 Diff-0.2.0.tar.gz +b41adb255cf762303441b75739f0777c Diff-0.3.0.tar.gz