update to 0.2.4

This commit is contained in:
Jens Petersen 2015-01-19 16:11:51 +09:00
parent c265fb7be1
commit e49533d543
3 changed files with 14 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/bytestring-trie-0.2.2.tar.gz
/bytestring-trie-0.2.3.tar.gz
/bytestring-trie-0.2.4.tar.gz

View File

@ -3,13 +3,13 @@
%global pkg_name bytestring-trie
Name: ghc-%{pkg_name}
Version: 0.2.3
Release: 15%{?dist}
Version: 0.2.4
Release: 1%{?dist}
Summary: An efficient finite map from (byte)strings to values
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{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
@ -31,13 +31,15 @@ but they're also quick for lookups and insertions.
%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.
This package provides the Haskell %{pkg_name} library development
files.
%prep
@ -65,9 +67,13 @@ This package provides the Haskell %{pkg_name} library development files.
%files devel -f %{name}-devel.files
%doc AUTHORS
%changelog
* Mon Jan 19 2015 Jens Petersen <petersen@redhat.com> - 0.2.4-1
- update to 0.2.4
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
3077b794e0e7601e7a339adc0b4967de bytestring-trie-0.2.3.tar.gz
62330133977413e2dca875b0cb672f8f bytestring-trie-0.2.4.tar.gz