From c1472f1d65782569c52d92b5ab1c696b4bae376a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Nov 01 2019 08:06:27 +0000 Subject: remove executable permission from readme and changelog (#1757688) - drop code example from description --- diff --git a/ghc-config-ini.spec b/ghc-config-ini.spec index c37da12..6c85a84 100644 --- a/ghc-config-ini.spec +++ b/ghc-config-ini.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for simple INI-based configuration files License: BSD @@ -37,10 +37,6 @@ BuildRequires: ghc-ini-devel The 'config-ini' library is a set of small monadic languages for writing simple configuration languages with convenient, human-readable error messages. -> parseConfig :: IniParser (Text, Int, Bool) > parseConfig = section "NETWORK" -$ do > user <- field "user" > port <- fieldOf "port" number > enc <- -fieldFlagDef "encryption" True > return (user, port, enc). - %package devel Summary: Haskell %{pkg_name} library development files @@ -91,6 +87,9 @@ This package provides the Haskell %{pkg_name} profiling library. %ghc_lib_install # End cabal-rpm install +# https://github.com/aisamanra/config-ini/issues/24 +chmod a-x CHANGELOG.md README.md + %check %cabal_test @@ -117,5 +116,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Nov 1 2019 Jens Petersen - 0.2.4.0-2 +- remove executable permission from CHANGELOG.md README.md (#1757688) +- remove code example from description + * Tue Oct 1 2019 Fedora Haskell SIG - 0.2.4.0-1 - spec file generated by cabal-rpm-1.0.1