From ff875fd99bec2704044eaefe108f8b33f4d7c5058961cbbd0cd650fee926c6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 31 Jan 2011 09:52:06 +0000 Subject: [PATCH] - 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 --- Config-IniFiles-2.65.tar.bz2 | 3 --- Config-IniFiles-2.66.tar.bz2 | 3 +++ perl-Config-IniFiles.changes | 11 +++++++++++ perl-Config-IniFiles.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 Config-IniFiles-2.65.tar.bz2 create mode 100644 Config-IniFiles-2.66.tar.bz2 diff --git a/Config-IniFiles-2.65.tar.bz2 b/Config-IniFiles-2.65.tar.bz2 deleted file mode 100644 index 4c29fd6..0000000 --- a/Config-IniFiles-2.65.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00a280e02b98e53251e7f284b4e017da6547d7f9cebcccea8edcfb55934be933 -size 39340 diff --git a/Config-IniFiles-2.66.tar.bz2 b/Config-IniFiles-2.66.tar.bz2 new file mode 100644 index 0000000..2b08ef6 --- /dev/null +++ b/Config-IniFiles-2.66.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0134208b242eceeb26dbe3cfcc0808a87f9e9bc36ba8c1a382c026c65f0d52ff +size 40447 diff --git a/perl-Config-IniFiles.changes b/perl-Config-IniFiles.changes index 9c2bd11..fdd4486 100644 --- a/perl-Config-IniFiles.changes +++ b/perl-Config-IniFiles.changes @@ -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 diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec index 668e429..ca65679 100644 --- a/perl-Config-IniFiles.spec +++ b/perl-Config-IniFiles.spec @@ -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