commit perl-B-Utils for openSUSE:Factory
Hello community, here is the log from the commit of package perl-B-Utils for openSUSE:Factory checked in at Tue May 31 17:10:18 CEST 2011. -------- --- perl-B-Utils/perl-B-Utils.changes 2011-04-04 19:16:06.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-B-Utils/perl-B-Utils.changes 2011-05-30 17:20:34.000000000 +0200 @@ -1,0 +2,7 @@ +Mon May 30 15:19:57 UTC 2011 - coolo@novell.com + +- updated to 0.15 + - Try harder to add ExtUtils::Depends to META.yml's + configure_requires + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- B-Utils-0.14.tar.gz New: ---- B-Utils-0.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-B-Utils.spec ++++++ --- /var/tmp/diff_new_pack.ZMqVPl/_old 2011-05-31 17:09:31.000000000 +0200 +++ /var/tmp/diff_new_pack.ZMqVPl/_new 2011-05-31 17:09:31.000000000 +0200 @@ -18,38 +18,25 @@ Name: perl-B-Utils -Version: 0.14 +Version: 0.15 Release: 1 License: GPL+ or Artistic %define cpan_name B-Utils Summary: Helper functions for op tree manipulation Url: http://search.cpan.org/dist/B-Utils/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/J/JJ/JJORE/B-Utils-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/J/JJ/JJORE/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(B) -BuildRequires: perl(Carp) -BuildRequires: perl(DynaLoader) -BuildRequires: perl(Exporter) -BuildRequires: perl(List::Util) -BuildRequires: perl(Scalar::Util) -BuildRequires: perl(ExtUtils::Depends) -BuildRequires: perl(vars) -Requires: perl(B) -Requires: perl(Carp) -Requires: perl(DynaLoader) -Requires: perl(Exporter) -Requires: perl(List::Util) -Requires: perl(Scalar::Util) -Requires: perl(ExtUtils::Depends) -Requires: perl(vars) +BuildRequires: perl(ExtUtils::CBuilder) +BuildRequires: perl(ExtUtils::Depends) >= 0.301 +BuildRequires: perl(Task::Weaken) +Requires: perl(Task::Weaken) %{perl_requires} %description -sorry, no description found +Helper functions for op tree manipulation %prep %setup -q -n %{cpan_name}-%{version} @@ -70,7 +57,7 @@ %{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc build Changes LICENSE README weaver.ini xt %changelog ++++++ B-Utils-0.14.tar.gz -> B-Utils-0.15.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Utils-0.14/Changes new/B-Utils-0.15/Changes --- old/B-Utils-0.14/Changes 2011-03-19 07:26:39.000000000 +0100 +++ new/B-Utils-0.15/Changes 2011-04-19 04:26:15.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Perl extension B::Utils. +0.15 Mon Apr 18 2011 + - Try harder to add ExtUtils::Depends to META.yml's configure_requires + 0.14 Sat Mar 18 2011 - Predeclare carp and croak with proper signature - Add ExtUtils::Depends to META.yml's configure_requires diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Utils-0.14/META.yml new/B-Utils-0.15/META.yml --- old/B-Utils-0.14/META.yml 2011-03-19 07:26:40.000000000 +0100 +++ new/B-Utils-0.15/META.yml 2011-04-19 04:26:16.000000000 +0200 @@ -3,7 +3,11 @@ author: - 'Josh Jore <jjore@cpan.org>' build_requires: + ExtUtils::CBuilder: 0 Test::More: 0 +configure_requires: + ExtUtils::CBuilder: 0 + ExtUtils::Depends: 0.301 dynamic_config: 0 generated_by: 'Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.102400' license: perl @@ -12,17 +16,12 @@ version: 1.4 name: B-Utils requires: - B: 0 - Carp: 0 - DynaLoader: 0 Exporter: 0 - List::Util: 0 Scalar::Util: 0 - perl: 5.006 - subs: 0 - vars: 0 + Task::Weaken: 0 + perl: 5.6.0 resources: bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=B-Utils homepage: http://search.cpan.org/dist/B-Utils repository: git://github.com/jbenjore/b-utils.git -version: 0.14 +version: 0.15 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Utils-0.14/README new/B-Utils-0.15/README --- old/B-Utils-0.14/README 2011-03-19 07:26:40.000000000 +0100 +++ new/B-Utils-0.15/README 2011-04-19 04:26:16.000000000 +0200 @@ -1,7 +1,7 @@ This archive contains the distribution B-Utils, -version 0.14: +version 0.15: Helper functions for op tree manipulation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Utils-0.14/dist.ini new/B-Utils-0.15/dist.ini --- old/B-Utils-0.14/dist.ini 2011-03-19 07:26:39.000000000 +0100 +++ new/B-Utils-0.15/dist.ini 2011-04-19 04:26:15.000000000 +0200 @@ -4,13 +4,23 @@ copyright_holder = Josh Jore copyright_year = 2011 -version = 0.14 +version = 0.15 -[Prereqs] +[Prereqs / ConfigureRequires] +ExtUtils::Depends = 0.301 +ExtUtils::CBuilder = 0 + +[Prereqs / BuildRequires] +Test::More = 0 +ExtUtils::CBuilder = 0 + +[Prereqs / RuntimeRequires] perl = 5.6.0 +Scalar::Util = 0 +Task::Weaken = 0 +Exporter = 0 [@Git] -[AutoPrereqs] [AutoMetaResources] bugtracker.rt = 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Utils-0.14/lib/B/Utils/OP.pm new/B-Utils-0.15/lib/B/Utils/OP.pm --- old/B-Utils-0.14/lib/B/Utils/OP.pm 2011-03-19 07:26:39.000000000 +0100 +++ new/B-Utils-0.15/lib/B/Utils/OP.pm 2011-04-19 04:26:15.000000000 +0200 @@ -8,7 +8,7 @@ our @ISA = 'Exporter'; require Exporter; -our $VERSION = '0.14'; +our $VERSION = '0.15'; our @EXPORT = qw(parent_op return_op); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Utils-0.14/lib/B/Utils.pm new/B-Utils-0.15/lib/B/Utils.pm --- old/B-Utils-0.14/lib/B/Utils.pm 2011-03-19 07:26:39.000000000 +0100 +++ new/B-Utils-0.15/lib/B/Utils.pm 2011-04-19 04:26:15.000000000 +0200 @@ -29,11 +29,11 @@ =head1 VERSION -0.14 +0.15 =cut -$VERSION = '0.14'; +$VERSION = '0.15'; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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