[ghc-ConfigFile] update to 1.1.4; now dual licensed

Jens Petersen petersen at fedoraproject.org
Mon Jan 19 09:08:33 UTC 2015


commit 67d23b3da074e5d0de25aad8b0ed02e293218075
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jan 19 18:08:53 2015 +0900

    update to 1.1.4; now dual licensed

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


More information about the scm-commits mailing list