update to 0.1.0

This commit is contained in:
Jens Petersen 2012-11-06 18:42:43 +09:00
parent a776115c4a
commit 232ffb0349
3 changed files with 11 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/Boolean-0.0.1.tar.gz
/Boolean-0.1.0.tar.gz

View File

@ -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 <petersen@redhat.com> - 0.1.0-1
- update to 0.1.0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
b6cc0d88fae2629693128cb1a7a30cbb Boolean-0.0.1.tar.gz
20fb99e9fe527b25db50393620aa8d05 Boolean-0.1.0.tar.gz