From ef6f077a3bef2308145aa38dc0e9a841aab9e525dcf372267cf6e431dbc15087 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 11 Oct 2014 17:26:43 +0000 Subject: [PATCH] Accepting request 255014 from Cloud:OpenStack:Factory - update to 0.4: * add --format=lines to support line by line processing * doc: tweak readme to mention --format=lines * Declare encoding to avoid fatal error * fix duplicate DEFAULT section header being output * ensure edited ini file contents are always complete * split out --options from synopsis * send --help to stdout * provide alternative --rewrite file editing option * provide --output option to allow redirecting output * use only the base 'crudini' name in --help * ensure writes to the edited ini are never lost * add a new --list option to update a list of values * honor case when merging new parameters OBS-URL: https://build.opensuse.org/request/show/255014 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crudini?expand=0&rev=3 --- crudini-0.3.tar.gz | 3 --- crudini-0.4.tar.gz | 3 +++ crudini.changes | 18 ++++++++++++++++++ crudini.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 crudini-0.3.tar.gz create mode 100644 crudini-0.4.tar.gz diff --git a/crudini-0.3.tar.gz b/crudini-0.3.tar.gz deleted file mode 100644 index 1c5dc4e..0000000 --- a/crudini-0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0194fd92314e3c1f53178daf93a69ee95df68766acf53e5d580396cbe6c996ed -size 12344 diff --git a/crudini-0.4.tar.gz b/crudini-0.4.tar.gz new file mode 100644 index 0000000..f25f8a1 --- /dev/null +++ b/crudini-0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2689f0312cc353e69c8c250cbca0f24319d330190577d199b02974a95a25591 +size 17614 diff --git a/crudini.changes b/crudini.changes index 49ac8e4..6fd8568 100644 --- a/crudini.changes +++ b/crudini.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Oct 10 19:21:16 UTC 2014 - dmueller@suse.com + +- update to 0.4: + * add --format=lines to support line by line processing + * doc: tweak readme to mention --format=lines + * Declare encoding to avoid fatal error + * fix duplicate DEFAULT section header being output + * ensure edited ini file contents are always complete + * split out --options from synopsis + * send --help to stdout + * provide alternative --rewrite file editing option + * provide --output option to allow redirecting output + * use only the base 'crudini' name in --help + * ensure writes to the edited ini are never lost + * add a new --list option to update a list of values + * honor case when merging new parameters + ------------------------------------------------------------------- Fri Sep 27 16:11:52 UTC 2013 - dmueller@suse.com diff --git a/crudini.spec b/crudini.spec index 8b22c59..060f475 100644 --- a/crudini.spec +++ b/crudini.spec @@ -1,7 +1,7 @@ # # spec file for package crudini # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: crudini -Version: 0.3 +Version: 0.4 Release: 0 Summary: CRUD for .ini files License: GPL-2.0