- update to 2.66

* Add support for the handle_trailing_comment option to support trailing
  comments at the end of a param=value line.
    - Fixes https://rt.cpan.org/Public/Bug/Display.html?id=43843 .
    - Original patch by Peter Xu.
    - Some comments and corrections of the patch by Shlomi Fish (the current 
    Config-IniFiles maintainer.)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=23
This commit is contained in:
Vítězslav Čížek 2011-01-31 09:52:06 +00:00 committed by Git OBS Bridge
parent f97c1dbbc4
commit ff875fd99b
4 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 31 09:47:16 UTC 2011 - vcizek@novell.com
- update to 2.66
* Add support for the handle_trailing_comment option to support trailing
comments at the end of a param=value line.
- Fixes https://rt.cpan.org/Public/Bug/Display.html?id=43843 .
- Original patch by Peter Xu.
- Some comments and corrections of the patch by Shlomi Fish (the current
Config-IniFiles maintainer.)
-------------------------------------------------------------------
Fri Dec 10 11:08:20 UTC 2010 - coolo@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Config-IniFiles (Version 2.65)
# spec file for package perl-Config-IniFiles (Version 2.66)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,7 +21,7 @@
Name: perl-Config-IniFiles
%define cpan_name Config-IniFiles
Summary: Module for reading .ini-style configuration files
Version: 2.65
Version: 2.66
Release: 2
License: GPL v1+, Artistic License
Group: Development/Libraries/Perl