Hello community,

here is the log from the commit of package perl-Data-Util for openSUSE:Factory
checked in at Tue Jul 26 13:46:08 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Data-Util/perl-Data-Util.changes  
2011-07-14 10:00:28.000000000 +0200
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------
+Thu Jul 14 07:03:36 UTC 2011 - co...@novell.com
+
+- updated to 0.58
+
+-------------------------------------------------------------------
+Wed Dec  1 13:31:40 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Wed Oct 20 11:46:18 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- fixed deps
+- added examples to doc
+
+-------------------------------------------------------------------
+Wed Sep 15 21:20:52 UTC 2010 - l...@linux-schulserver.de
+
+- update to 0.58:
+  + Use GvCV_set() for newer perls
+- enabled tests again
+
+-------------------------------------------------------------------
+Sat Apr 10 10:18:45 UTC 2010 - l...@linux-schulserver.de
+
+- initial version 0.56
+- skipped make test temporary as this currently breaks the build

calling whatdependson for head-i586


New:
----
  Data-Util-0.58.tar.gz
  perl-Data-Util.changes
  perl-Data-Util.spec

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

Other differences:
------------------
++++++ perl-Data-Util.spec ++++++
#
# spec file for package perl-Data-Util
#
# 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-Data-Util
Version:        0.58
Release:        1
License:        GPL+ or Artistic
%define cpan_name Data-Util
Summary:        A selection of utilities for data and data types
Url:            http://search.cpan.org/dist/Data-Util/
Group:          Development/Libraries/Perl
Source:         
http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Bar)
BuildRequires:  perl(Class::Method::Modifiers)
BuildRequires:  perl(Data::OptList)
BuildRequires:  perl(Devel::PPPort) >= 3.19
BuildRequires:  perl(ExtUtils::ParseXS) >= 2.21
BuildRequires:  perl(Hash::Util::FieldHash::Compat)
BuildRequires:  perl(inc::Module::Install)
BuildRequires:  perl(JSON)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Moose)
BuildRequires:  perl(mro)
BuildRequires:  perl(MRO::Compat)
BuildRequires:  perl(Params::Util)
BuildRequires:  perl(parent)
BuildRequires:  perl(Parse::CPAN::Meta)
BuildRequires:  perl(Scope::Guard)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::Exception) >= 0.27
BuildRequires:  perl(XSLoader) >= 0.1
BuildRequires:  perl(YAML::Tiny)
Requires:       perl(XSLoader) >= 0.1
%{perl_requires}

%description
This module provides utility functions for data and data types, including
functions for subroutines and symbol table hashes (stashes).

The implementation of this module is both Pure Perl and XS, so if you have
a C compiler, all the functions this module provides are really faster.

There are many benchmarks in the _DIST-DIR/benchmark/_ directory.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__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 Changes example 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