Updated to 0.0.8

This commit is contained in:
Shakthi Kannan 2012-12-06 21:30:17 +05:30
parent 860eefcdb7
commit 2576b71899
3 changed files with 13 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/data-inttrie-0.0.7.tar.gz
/data-inttrie-0.0.8.tar.gz

View File

@ -1,4 +1,3 @@
# cabal2spec-0.25
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
@ -13,19 +12,18 @@ 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
Version: 0.0.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}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
# End cabal-rpm deps
%description
%{common_description}
@ -39,7 +37,6 @@ BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
%install
%ghc_lib_install
# devel subpackage
%ghc_devel_package
%ghc_devel_description
@ -49,5 +46,11 @@ BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
%ghc_files
%changelog
* Thu Dec 6 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.0.8-1
- updated to new upstream 0.0.8
* Sun Nov 18 2012 Jens Petersen <petersen@redhat.com> - 0.0.7-2
- update with cabal-rpm
* Tue Jun 12 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.0.7-1
- Spec file template generated by cabal2spec-0.25.5

View File

@ -1 +1 @@
c689833bf0ad574b621cb8bdcae1e6cc data-inttrie-0.0.7.tar.gz
2ec41f5d2d1f521bc1b801a1db58a6b1 data-inttrie-0.0.8.tar.gz