update to 1.1.2

This commit is contained in:
Jens Petersen 2014-10-29 00:14:57 +09:00
parent acc2dd1138
commit 7ed73b602c
3 changed files with 14 additions and 6 deletions

1
.gitignore vendored
View File

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

View File

@ -2,9 +2,12 @@
%global pkg_name ConfigFile
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 1.1.1
Release: 11%{?dist}
Version: 1.1.2
Release: 1%{?dist}
Summary: Configuration file reading and writing
License: LGPLv2+
@ -21,8 +24,7 @@ BuildRequires: ghc-parsec-devel
# End cabal-rpm deps
%description
Parser and writer for handling sectioned config files in
Haskell.
Parser and writer for handling sectioned config files in Haskell.
The ConfigFile module works with configuration files in a
standard format that is easy for the user to edit, easy for
@ -38,10 +40,11 @@ this module, the Unix shell, and make.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
@ -76,6 +79,10 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Tue Oct 28 2014 Jens Petersen <petersen@redhat.com> - 1.1.2-1
- update to 1.1.2
- refresh to cblrpm-0.8.11
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
9a43500bd71600de14ce8b2291a65fe7 ConfigFile-1.1.1.tar.gz
795782cad4bf1ddf0acc3a57108520dd ConfigFile-1.1.2.tar.gz