update to 1.1.4; now dual licensed

This commit is contained in:
Jens Petersen 2015-01-19 18:08:53 +09:00
parent 7ed73b602c
commit 67d23b3da0
3 changed files with 18 additions and 19 deletions

2
.gitignore vendored
View File

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

View File

@ -6,13 +6,13 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 1.1.2 Version: 1.1.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Configuration file reading and writing Summary: Configuration file reading and writing
License: LGPLv2+ License: BSD or LGPLv2+
URL: http://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
@ -26,16 +26,15 @@ BuildRequires: ghc-parsec-devel
%description %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 The ConfigFile module works with configuration files in a standard format that
standard format that is easy for the user to edit, easy for is easy for the user to edit, easy for the programmer to work with, yet remains
the programmer to work with, yet remains powerful and powerful and flexible. It is inspired by, and compatible with, Python's
flexible. It is inspired by, and compatible with, Python's ConfigParser module. It uses files that resemble Windows .INI-style files, but
ConfigParser module. It uses files that resemble Windows with numerous improvements.
.INI-style files, but with numerous improvements.
ConfigFile provides simple calls to both read and write ConfigFile provides simple calls to both read and write config files.
config files. It's possible to make a config file parsable by It's possible to make a config file parsable by this module, the Unix shell,
this module, the Unix shell, and make. and make.
%package devel %package devel
@ -71,7 +70,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files %files -f %{name}.files
%doc COPYING COPYRIGHT %doc COPYRIGHT LGPL-2.1
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
@ -79,9 +78,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog %changelog
* Tue Oct 28 2014 Jens Petersen <petersen@redhat.com> - 1.1.2-1 * Mon Jan 19 2015 Jens Petersen <petersen@redhat.com> - 1.1.4-1
- update to 1.1.2 - update to 1.1.4
- refresh to cblrpm-0.8.11 - now dual licensed BSD or LGPL
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
795782cad4bf1ddf0acc3a57108520dd ConfigFile-1.1.2.tar.gz f21c64c0aced06cfbb02ef01e93b3af8 ConfigFile-1.1.4.tar.gz