update to 1.0.1.8 with cabal-rpm

This commit is contained in:
Jens Petersen 2012-10-29 10:38:28 +09:00
parent 4a6beaa2b3
commit 40f844efcc
3 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/hashtables-1.0.1.2.tar.gz
/hashtables-1.0.1.3.tar.gz
/hashtables-1.0.1.6.tar.gz
/hashtables-1.0.1.8.tar.gz

View File

@ -1,4 +1,3 @@
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
@ -24,21 +23,21 @@ some insert and lookup performance for higher space efficiency and\
much shorter delays when expanding the table.
Name: ghc-%{pkg_name}
Version: 1.0.1.6
Release: 3%{?dist}
Version: 1.0.1.8
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches_with_ghci}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-hashable-devel
BuildRequires: ghc-primitive-devel
BuildRequires: ghc-vector-devel
# End cabal-rpm deps
%description
%{common_description}
@ -69,6 +68,9 @@ BuildRequires: ghc-vector-devel
%changelog
* Mon Oct 29 2012 Jens Petersen <petersen@redhat.com> - 1.0.1.8-1
- update to 1.0.1.8
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
8dabb7f247d15f4534603b7cc858c7ca hashtables-1.0.1.6.tar.gz
0da0787e1c369b8265e427ae1cffc6c1 hashtables-1.0.1.8.tar.gz