From 232ffb034952d8bd9af2fa7200b54c52be3f74b4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Nov 2012 18:42:43 +0900 Subject: [PATCH] update to 0.1.0 --- .gitignore | 1 + ghc-Boolean.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index d2fe359..17768af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Boolean-0.0.1.tar.gz +/Boolean-0.1.0.tar.gz diff --git a/ghc-Boolean.spec b/ghc-Boolean.spec index 0cfea76..2f6b4d5 100644 --- a/ghc-Boolean.spec +++ b/ghc-Boolean.spec @@ -1,4 +1,3 @@ -# cabal2spec-0.25 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell @@ -9,19 +8,18 @@ %global common_description Some classes for generalized boolean operations. Name: ghc-%{pkg_name} -Version: 0.0.1 -Release: 11%{?dist} +Version: 0.1.0 +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} %ghc_lib_install -# devel subpackage %ghc_devel_package %ghc_devel_description @@ -52,6 +49,9 @@ BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} %changelog +* Tue Nov 06 2012 Jens Petersen - 0.1.0-1 +- update to 0.1.0 + * Thu Jul 19 2012 Fedora Release Engineering - 0.0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index ef6299d..116a076 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6cc0d88fae2629693128cb1a7a30cbb Boolean-0.0.1.tar.gz +20fb99e9fe527b25db50393620aa8d05 Boolean-0.1.0.tar.gz