update to 0.9.2.2 with cabal-rpm

This commit is contained in:
Jens Petersen 2012-10-29 17:59:16 +09:00
parent ce60168bbf
commit 06b2347b08
3 changed files with 35 additions and 26 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/snap-core-0.8.0.1.tar.gz /snap-core-0.8.0.1.tar.gz
/snap-core-0.8.1.tar.gz /snap-core-0.8.1.tar.gz
/snap-core-0.9.0.tar.gz /snap-core-0.9.0.tar.gz
/snap-core-0.9.2.2.tar.gz

View File

@ -1,4 +1,3 @@
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
@ -11,36 +10,42 @@ in Haskell. This library contains the core definitions and types for\
the Snap framework. the Snap framework.
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.9.0 Version: 0.9.2.2
Release: 4%{?dist} Release: 1%{?dist}
Summary: %{common_summary} Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD License: BSD
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name} URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} BuildRequires: ghc-rpm-macros
# END cabal2spec # Begin cabal-rpm deps:
BuildRequires: ghc-attoparsec-enumerator-prof >= 0.3 BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-blaze-builder-enumerator-prof BuildRequires: ghc-MonadCatchIO-transformers-devel
BuildRequires: ghc-base16-bytestring-prof BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-bytestring-nums-prof BuildRequires: ghc-attoparsec-enumerator-devel
BuildRequires: ghc-case-insensitive-prof BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-directory-prof BuildRequires: ghc-blaze-builder-enumerator-devel
BuildRequires: ghc-dlist-prof BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-HUnit-prof BuildRequires: ghc-bytestring-mmap-devel
BuildRequires: ghc-MonadCatchIO-transformers-prof BuildRequires: ghc-case-insensitive-devel
BuildRequires: ghc-mtl-prof BuildRequires: ghc-containers-devel
BuildRequires: ghc-mwc-random-prof BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-old-locale-prof BuildRequires: ghc-directory-devel
BuildRequires: ghc-regex-posix-prof BuildRequires: ghc-enumerator-devel
BuildRequires: ghc-unix-compat-prof BuildRequires: ghc-filepath-devel
BuildRequires: ghc-unordered-containers-prof BuildRequires: ghc-mtl-devel
BuildRequires: ghc-vector-prof BuildRequires: ghc-random-devel
BuildRequires: ghc-zlib-enum-prof BuildRequires: ghc-regex-posix-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-unix-devel
BuildRequires: ghc-unix-compat-devel
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-vector-devel
BuildRequires: ghc-zlib-enum-devel
# End cabal-rpm deps
%description %description
%{common_description} %{common_description}
@ -79,6 +84,9 @@ BuildRequires: ghc-zlib-enum-prof
%changelog %changelog
* Mon Oct 29 2012 Jens Petersen <petersen@redhat.com> - 0.9.2.2-1
- update to 0.9.2.2
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-4 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
857de92c70218befe0c6e0ca3ed81872 snap-core-0.9.0.tar.gz 9c99171f1f8317ef6bb49a3d9789e3f3 snap-core-0.9.2.2.tar.gz