commit perl-Config-General for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Config-General for openSUSE:Factory checked in at Fri Jul 24 17:06:05 CEST 2009. -------- --- perl-Config-General/perl-Config-General.changes 2007-08-05 17:11:38.000000000 +0200 +++ perl-Config-General/perl-Config-General.changes 2009-07-07 09:35:08.000000000 +0200 @@ -1,0 +2,22 @@ +Tue Jul 7 09:28:51 CEST 2009 - lrupp@suse.de + +- update to 2.42: + + Fixed bugs from rt.cpan.org: + 24155, 27622, 27110, 27225, 27271,30063,30063,27225,27225, + 30199,33216,33385,32978,33447,31529,33766,35766,34080,36607, + 35122,36607,41570,41030,39159,41748,38635 + + added new parameter -SaveSorted. The default value is 0, + that means configs will be saved unsorted (as always), + however if you want to save it sorted, turn this parameter + to 1. Thanks to Herbert Breunung for the hint. + + added -UTF8 flag, which opens files in utf8 mode + + the directory globbing code used slashes to join + directory and file names. changed this to use catfile() + instead. + + added support for -IncludeAgain to directory include + code too. + + Allow to include the same file multiple times. + There is no loop detection if turned on. new option + introduced: -IncludeAgain => 1 (default turned off). + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Config-General-2.33.tar.bz2 New: ---- Config-General-2.42.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Config-General.spec ++++++ --- /var/tmp/diff_new_pack.6rNXvh/_old 2009-07-24 17:05:22.000000000 +0200 +++ /var/tmp/diff_new_pack.6rNXvh/_new 2009-07-24 17:05:22.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package perl-Config-General (Version 2.33) +# spec file for package perl-Config-General (Version 2.42) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,19 +21,29 @@ Name: perl-Config-General %define module_name Config-General Summary: Generic Config Module -Version: 2.33 -Release: 74 +Version: 2.42 +Release: 1 Requires: perl = %{perl_version} AutoReqProv: on -License: Artistic License; GPL v2 or later +License: Artistic License .. ; GPL v2 or later Group: Development/Libraries/Perl Source0: %{module_name}-%{version}.tar.bz2 -#Patch: Config-General-%{version}.dif -Url: http://search.cpan.org/~tlinden/ +Url: http://search.cpan.org/perldoc?Config::General BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Generic Config Module +This module opens a config file and parses it's contents for you. The new +method requires one parameter which needs to be a filename. The method getall +returns a hash which contains all options and it's associated values of your +config file. + +The format of config files supported by Config::General is inspired by the well +known apache config format, in fact, this module is 100% compatible to apache +configs, but you can also just use simple name/value pairs in your config +files. + +In addition to the capabilities of an apache config file it supports some +enhancements such as here-documents, C-style comments or multiline options. @@ -43,11 +53,10 @@ %prep %setup -q -n %{module_name}-%{version} -#%patch %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL -make +make %{?jobs:-j%jobs} %check make test @@ -61,7 +70,7 @@ %files %defattr(-, root, root) -%doc README +%doc Changelog README example.cfg %doc %{_mandir}/man?/* %{perl_vendorarch}/auto/Config %{perl_vendorlib}/Config ++++++ Config-General-2.33.tar.bz2 -> Config-General-2.42.tar.bz2 ++++++ ++++ 2609 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de