Hello community,

here is the log from the commit of package perl-Config-Auto for openSUSE:Factory
checked in at Thu May 26 15:23:00 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Config-Auto/perl-Config-Auto.changes      
2011-04-04 10:31:03.000000000 +0200
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------
+Mon Apr  4 08:30:08 UTC 2011 - co...@novell.com
+
+- updated to 0.34
+   - Apply patch from Andrew Ruthven RT #66460
+     ( also Debian Bug # 617305 )
+   - Fix a regression with space separated format
+     reported by Karel Petera RT #66050
+   - Apply a fix from Nigel Horne RT #65019
+   - Not all versions of XML::Parser deal well with an IO::String filehandle;
+     pass the value in as string instead
+   - Fix a broken XML test
+   - Remove stray $DB::single = 1
+   - Don't delete XML tests, skip them
+   - Address #44018: Speed enhancements to only load modules if they are
+     actually needed. By Lyle Hopkins
+   - Address #32927: Hash key being assigned to $1 instead of $_
+   - Address #28608: Quoted parameters in Config::Auto
+     parsing now properly splits on quoted words, shell like
+   - Address #27686: an odd config format could throw uninitialized
+     value warnings
+   - Guts of Config::Auto rewritten to allow access to data in various
+     stages.
+   - Updates prereq list
+   - Increased test coverage
+
+-------------------------------------------------------------------
+Sat Jan 22 20:15:44 UTC 2011 - co...@novell.com
+
+- initial package 0.20
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:
----
  Config-Auto-0.34.tar.gz
  perl-Config-Auto.changes
  perl-Config-Auto.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Config-Auto.spec ++++++
#
# spec file for package perl-Config-Auto
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           perl-Config-Auto
Version:        0.34
Release:        1
License:        GPL+ or Artistic
%define cpan_name Config-Auto
Summary:        Magical config file parser
Url:            http://search.cpan.org/dist/Config-Auto/
Group:          Development/Libraries/Perl
#Source:         
http://www.cpan.org/authors/id/B/BI/BINGOS/Config-Auto-%{version}.tar.gz
Source:         %{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Config::IniFiles)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Spec::Functions)
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(IO::String)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Text::ParseWords)
BuildRequires:  perl(YAML) >= 0.67
Requires:       perl(Config::IniFiles)
Requires:       perl(File::Spec::Functions)
Requires:       perl(File::Temp)
Requires:       perl(IO::String)
Requires:       perl(Test::More)
Requires:       perl(Text::ParseWords)
Requires:       perl(YAML) >= 0.67
%{perl_requires}

%description
This module was written after having to write Yet Another Config File
Parser for some variety of colon-separated config. I decided "never again".

Config::Auto aims to be the most 'DWIM' config parser available, by
detecting configuration styles, include paths and even config filenames
automagically.

See the the HOW IT WORKS manpage section below on implementation details.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc %attr(644,-,-) Changes README

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to