update to 1.1.1

This commit is contained in:
Jens Petersen 2011-12-03 20:05:50 +09:00
parent f032345ebe
commit 94628d732a
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/ConfigFile-1.0.6.tar.gz
/ConfigFile-1.1.1.tar.gz

View File

@ -17,18 +17,22 @@ config files. It's possible to make a config file parsable by \
this module, the Unix shell, and make.
Name: ghc-%{pkg_name}
Version: 1.0.6
Release: 7%{?dist}.3
Version: 1.1.1
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: LGPLv2+
# 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
%if %{undefined without_hscolour}
BuildRequires: hscolour
%endif
# END cabal2spec
BuildRequires: ghc-MissingH-prof, ghc-haskell98-prof, ghc-mtl-prof, ghc-parsec-prof
%description
@ -54,6 +58,9 @@ install -m 644 -p README %{buildroot}%{_docdir}/%{name}-%{version}/README
%changelog
* Sat Dec 3 2011 Jens Petersen <petersen@redhat.com> - 1.1.1-1
- update to 1.1.1
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.0.6-7.3
- rebuild with new gmp without compat lib

View File

@ -1 +1 @@
fbdef31a2989723cc25ba92622ff0e42 ConfigFile-1.0.6.tar.gz
9a43500bd71600de14ce8b2291a65fe7 ConfigFile-1.1.1.tar.gz