From 2be89e972dd9fe2673e8a59b4848d342bcd0b9eb Mon Sep 17 00:00:00 2001 From: Shakthi Kannan Date: Thu, 6 Dec 2012 21:29:35 +0530 Subject: [PATCH] Updated to 0.0.8 --- .gitignore | 1 + ghc-data-inttrie.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cd4751f..e238e69 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /data-inttrie-0.0.7.tar.gz +/data-inttrie-0.0.8.tar.gz diff --git a/ghc-data-inttrie.spec b/ghc-data-inttrie.spec index 318a714..a183847 100644 --- a/ghc-data-inttrie.spec +++ b/ghc-data-inttrie.spec @@ -12,8 +12,8 @@ foldr. Essentially its purpose is to be an efficient implementation of \ a function from integral type, given point-at-a-time modifications. Name: ghc-%{pkg_name} -Version: 0.0.7 -Release: 2%{?dist} +Version: 0.0.8 +Release: 1%{?dist} Summary: %{common_summary} License: BSD @@ -46,6 +46,9 @@ BuildRequires: ghc-rpm-macros %ghc_files %changelog +* Thu Dec 6 2012 Shakthi Kannan - 0.0.8-1 +- updated to new upstream 0.0.8 + * Sun Nov 18 2012 Jens Petersen - 0.0.7-2 - update with cabal-rpm diff --git a/sources b/sources index 63c75a2..88585e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c689833bf0ad574b621cb8bdcae1e6cc data-inttrie-0.0.7.tar.gz +2ec41f5d2d1f521bc1b801a1db58a6b1 data-inttrie-0.0.8.tar.gz