8
0

Accepting request 177289 from home:coolo:update-perl

- updated to 1.10
  * Provide and API got accessing the original key that a value was set
    with, in a case-preserving way.  If the case of the key in a file
    matters, it is now possible to determine.
  * The 'name' value passed to the 'callback' parameter is now no longer
    forced to lower-case, as a consequence.
  
  * Multiple bug fixes concerning filters, including empty filters,
    valueless keys, and applying filters to single values.
  * Add "human" argument to get_all and get_regexp, to match get
  * Add an add_comment method
  * Add an encoding attribute, which adds the appropriate layer on file
    I/O
  * Enforce that all keys must have sections, as git 1.7.4.4 began doing

OBS-URL: https://build.opensuse.org/request/show/177289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2013-06-04 08:40:29 +00:00
committed by Git OBS Bridge
parent 46e31da30e
commit d572763451
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68c2b342350ca0dce39b0685e4a4c89d080e19d9370ebc44931c481f42bf9b52
size 45201

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd766d04705e499b976a906a464d4d1d4ff06e574f60d0d6747c26a136f0ce18
size 48233

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jun 3 15:53:38 UTC 2013 - coolo@suse.com
- updated to 1.10
* Provide and API got accessing the original key that a value was set
with, in a case-preserving way. If the case of the key in a file
matters, it is now possible to determine.
* The 'name' value passed to the 'callback' parameter is now no longer
forced to lower-case, as a consequence.
* Multiple bug fixes concerning filters, including empty filters,
valueless keys, and applying filters to single values.
* Add "human" argument to get_all and get_regexp, to match get
* Add an add_comment method
* Add an encoding attribute, which adds the appropriate layer on file
I/O
* Enforce that all keys must have sections, as git 1.7.4.4 began doing
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 27 08:47:27 UTC 2012 - coolo@suse.com Mon Feb 27 08:47:27 UTC 2012 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Config-GitLike # spec file for package perl-Config-GitLike
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
Name: perl-Config-GitLike Name: perl-Config-GitLike
Version: 1.08 Version: 1.10
Release: 0 Release: 0
%define cpan_name Config-GitLike %define cpan_name Config-GitLike
Summary: Git-compatible config file parsing Summary: git-compatible config file parsing
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Config-GitLike/ Url: http://search.cpan.org/dist/Config-GitLike/