Hello community, here is the log from the commit of package perl-B-Keywords for openSUSE:Factory checked in at 2012-02-15 15:58:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-B-Keywords (Old) and /work/SRC/openSUSE:Factory/.perl-B-Keywords.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-B-Keywords", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-B-Keywords/perl-B-Keywords.changes 2011-09-23 12:36:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-B-Keywords.new/perl-B-Keywords.changes 2012-02-15 15:58:20.000000000 +0100 @@ -1,0 +2,8 @@ +Fri Feb 10 23:02:44 UTC 2012 - [email protected] + +- updated to 1.12 + - Add new keywords for 5.16, __SUB__ and evalbytes. + - Add new keyword fc (Unicode casefolding) for 5.16 added with commit 838f2281 + - added diag before each big t/11keywords.t loop + +------------------------------------------------------------------- Old: ---- B-Keywords-1.10.tar.gz _service:download_files:B-Keywords-1.10.tar.gz New: ---- B-Keywords-1.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-B-Keywords.spec ++++++ --- /var/tmp/diff_new_pack.SlFckk/_old 2012-02-15 15:58:21.000000000 +0100 +++ /var/tmp/diff_new_pack.SlFckk/_new 2012-02-15 15:58:21.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-B-Keywords # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,21 +16,20 @@ # - Name: perl-B-Keywords -Version: 1.10 -Release: 3 -# MANUAL -License: GPL+ or Artistic +Version: 1.12 +Release: 0 %define cpan_name B-Keywords Summary: Lists of reserved barewords and symbol names -Url: http://search.cpan.org/dist/B-Keywords/ +License: GPL-2.0 or Artistic-1.0 Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/B-Keywords/ +Source: http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +#BuildRequires: perl(B::Keywords) %{perl_requires} %description @@ -57,9 +56,6 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc Changes LICENSE README ++++++ B-Keywords-1.10.tar.gz -> B-Keywords-1.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Keywords-1.10/Changes new/B-Keywords-1.12/Changes --- old/B-Keywords-1.10/Changes 2010-09-05 16:28:12.000000000 +0200 +++ new/B-Keywords-1.12/Changes 2012-02-09 22:09:27.000000000 +0100 @@ -45,3 +45,8 @@ - bb14cdd3b3e5223fbb904cfbbe87fbcb5f6d8db2 Fix use B::Keywords qw(:all); 1.10 - Fix typo in SYNOPSIS +1.11 rafl + - Add new keywords for 5.16, __SUB__ and evalbytes. +1.12 rurban + - Add new keyword fc (Unicode casefolding) for 5.16 added with commit 838f2281 + - added diag before each big t/11keywords.t loop \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Keywords-1.10/MANIFEST new/B-Keywords-1.12/MANIFEST --- old/B-Keywords-1.10/MANIFEST 2010-09-05 15:53:21.000000000 +0200 +++ new/B-Keywords-1.12/MANIFEST 2012-02-09 22:11:19.000000000 +0100 @@ -7,3 +7,6 @@ README t/10basic.t t/11keywords.t +t/export.t +META.json Module JSON meta-data (added by MakeMaker) +SIGNATURE Public-key signature (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Keywords-1.10/META.json new/B-Keywords-1.12/META.json --- old/B-Keywords-1.10/META.json 1970-01-01 01:00:00.000000000 +0100 +++ new/B-Keywords-1.12/META.json 2012-02-09 22:11:19.000000000 +0100 @@ -0,0 +1,39 @@ +{ + "abstract" : "Lists of reserved barewords and symbol names", + "author" : [ + "Joshua ben Jore <[email protected]>" + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.113640", + "license" : [ + "unknown" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "B-Keywords", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : 0 + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : 0 + } + }, + "runtime" : { + "requires" : {} + } + }, + "release_status" : "stable", + "version" : "1.12" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Keywords-1.10/META.yml new/B-Keywords-1.12/META.yml --- old/B-Keywords-1.10/META.yml 2010-09-05 16:30:56.000000000 +0200 +++ new/B-Keywords-1.12/META.yml 2012-02-09 22:11:19.000000000 +0100 @@ -1,21 +1,21 @@ ---- #YAML:1.0 -name: B-Keywords -version: 1.10 -abstract: Lists of reserved barewords and symbol names +--- +abstract: 'Lists of reserved barewords and symbol names' author: - - Joshua ben Jore <[email protected]> -license: unknown -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Joshua ben Jore <[email protected]>' build_requires: - ExtUtils::MakeMaker: 0 -requires: {} -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.56 + ExtUtils::MakeMaker: 0 +configure_requires: + ExtUtils::MakeMaker: 0 +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.113640' +license: unknown meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: B-Keywords +no_index: + directory: + - t + - inc +requires: {} +version: 1.12 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Keywords-1.10/Makefile.PL new/B-Keywords-1.12/Makefile.PL --- old/B-Keywords-1.10/Makefile.PL 2010-09-05 15:53:21.000000000 +0200 +++ new/B-Keywords-1.12/Makefile.PL 2012-02-09 22:11:09.000000000 +0100 @@ -7,4 +7,5 @@ 'VERSION_FROM' => 'lib/B/Keywords.pm', 'ABSTRACT_FROM' => 'lib/B/Keywords.pm', 'AUTHOR' => 'Joshua ben Jore <[email protected]>', + 'SIGN' => 1, ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Keywords-1.10/SIGNATURE new/B-Keywords-1.12/SIGNATURE --- old/B-Keywords-1.10/SIGNATURE 1970-01-01 01:00:00.000000000 +0100 +++ new/B-Keywords-1.12/SIGNATURE 2012-02-09 22:11:22.000000000 +0100 @@ -0,0 +1,34 @@ +This file contains message digests of all files listed in MANIFEST, +signed via the Module::Signature module, version 0.68. + +To verify the content in this distribution, first make sure you have +Module::Signature installed, then type: + + % cpansign -v + +It will check each file's integrity, as well as the signature's +validity. If "==> Signature verified OK! <==" is not displayed, +the distribution may already have been compromised, and you should +not run its Makefile.PL or Build.PL. + +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +SHA1 376f341fb5c92b5bbe9b6b798b130e705b331567 Changes +SHA1 0e987cce2b4e94a4d6920e7353f8674a4462528a LICENSE +SHA1 ed2ca90947f0eb71411fdc44939d9be8fb8aadfc MANIFEST +SHA1 aa49172323ec06feb997b1d860c5d995373b9021 META.json +SHA1 d2aa096b98279614a5309514f335447d21e77475 META.yml +SHA1 7db998b9f11f26c92aa736d5fbfc7e2c631c146a Makefile.PL +SHA1 a53710b3f8ae9645adcdf4bae864206b330c15af README +SHA1 66ef8027d8fef458361993318c0b1f5761a9dc88 lib/B/Keywords.pm +SHA1 26eebf3bf6177dc6fc7f91890c68c05b7a61fbe1 t/10basic.t +SHA1 8f3cce01072e8854b0e4620cb3b338e8228c3ba4 t/11keywords.t +SHA1 e6872ebfbccb57ef102945ddd11d131453024ea3 t/export.t +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEARECAAYFAk80NncACgkQmm2SYo/9yUIDoACdF0JUk0iW04ZP5GP1oKhwX/mG +PiMAn0AJGt4LcTuvXwqhFK3bFGzKU0Mj +=ixp+ +-----END PGP SIGNATURE----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Keywords-1.10/lib/B/Keywords.pm new/B-Keywords-1.12/lib/B/Keywords.pm --- old/B-Keywords-1.10/lib/B/Keywords.pm 2010-09-05 16:29:59.000000000 +0200 +++ new/B-Keywords-1.12/lib/B/Keywords.pm 2012-02-09 21:47:42.000000000 +0100 @@ -13,7 +13,7 @@ %EXPORT_TAGS = ( 'all' => \@EXPORT_OK ); use vars '$VERSION'; -$VERSION = '1.10'; +$VERSION = '1.12'; use vars '@Scalars'; @Scalars = ( @@ -109,6 +109,7 @@ use vars '@Functions'; @Functions = qw( + __SUB__ AUTOLOAD BEGIN DESTROY @@ -152,9 +153,11 @@ endservent eof eval + evalbytes exec exists exit + fc fcntl fileno flock diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Keywords-1.10/t/11keywords.t new/B-Keywords-1.12/t/11keywords.t --- old/B-Keywords-1.10/t/11keywords.t 2010-09-05 15:53:21.000000000 +0200 +++ new/B-Keywords-1.12/t/11keywords.t 2012-02-09 21:49:47.000000000 +0100 @@ -19,7 +19,7 @@ return $char; } -# Test everything in keywords.h is covered. +diag "Test everything in keywords.h is covered."; { my $keywords = File::Spec->catfile( $Config{archlibexp}, 'CORE', 'keywords.h' ); open FH, "< $keywords\0" or die "Can't open $keywords: $!"; @@ -35,7 +35,7 @@ } -# Test all the single character globals in main +diag "Test all the single character globals in main"; { my @globals = map { _map_control_char($_) } grep { length $_ == 1 and /\W/ } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/B-Keywords-1.10/t/export.t new/B-Keywords-1.12/t/export.t --- old/B-Keywords-1.10/t/export.t 1970-01-01 01:00:00.000000000 +0100 +++ new/B-Keywords-1.12/t/export.t 2012-02-09 21:37:17.000000000 +0100 @@ -0,0 +1,11 @@ +#!/usr/bin/perl -w + +use strict; +use Test::More tests => 7; + +use B::Keywords ":all"; + +for my $name (qw(Scalars Arrays Hashes Filehandles Symbols Functions Barewords)) { + no strict 'refs'; + ok @{$name}, ":all exports \@$name"; +} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
