Hello community,

here is the log from the commit of package perl-B-Keywords for openSUSE:Factory
checked in at Wed Apr 6 10:58:48 CEST 2011.



--------
--- perl-B-Keywords/perl-B-Keywords.changes     2010-11-30 20:23:44.000000000 
+0100
+++ /mounts/work_src_done/STABLE/perl-B-Keywords/perl-B-Keywords.changes        
2011-04-04 19:16:47.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr  4 17:15:50 UTC 2011 - [email protected]
+
+- updated to 1.10
+  - Fix typo in SYNOPSIS
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  B-Keywords-1.09.tar.gz

New:
----
  B-Keywords-1.10.tar.gz

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

Other differences:
------------------
++++++ perl-B-Keywords.spec ++++++
--- /var/tmp/diff_new_pack.thC4BG/_old  2011-04-06 10:42:09.000000000 +0200
+++ /var/tmp/diff_new_pack.thC4BG/_new  2011-04-06 10:42:09.000000000 +0200
@@ -1,8 +1,7 @@
 #
-# spec file for package perl-B-Keywords (Version 1.09)
+# spec file for package perl-B-Keywords
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2009 Novell
+# 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
@@ -16,59 +15,53 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-B-Keywords
-Version:        1.09
-Release:        2
+Version:        1.10
+Release:        1
+License:        CHECK(Distributable)
 %define cpan_name B-Keywords
-Provides:       %cpan_name
-AutoReqProv:    on
-Group:          Development/Libraries/Perl
-License:        Artistic License, GPL, see package
-Url:            http://www.cpan.org/modules/by-module/B
 Summary:        Lists of reserved barewords and symbol names
-Source0:        %cpan_name-%{version}.tar.gz
+Url:            http://search.cpan.org/dist/B-Keywords/
+Group:          Development/Libraries/Perl
+#Source:         
http://www.cpan.org/authors/id/F/FL/FLORA/B-Keywords-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
-    B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays,
-    @Hashes, @Filehandles, @Symbols, @Functions and @Barewords. The @Symbols
-    array includes the contents of each of @Scalars, @Arrays, @Hashes and
-    @Filehandles. Similarly, @Barewords adds a few non-function keywords
-    (like __DATA__, NULL) to the @Functions array.
+'B::Keywords' supplies seven arrays of keywords: '@Scalars', '@Arrays',
+'@Hashes', '@Filehandles', '@Symbols', '@Functions', and '@Barewords'. The
+'@Symbols' array includes the contents of each of '@Scalars', '@Arrays',
+'@Hashes', '@Functions' and '@Filehandles'. Similarly, '@Barewords' adds a
+few non-function keywords and operators to the '@Functions' array.
 
-Authors:
-    Joshua ben Jore <[email protected]>
+All additions and modifications are welcome.
 
 %prep
-%setup -q -n %cpan_name-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL 
-make
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
-%__rm -f %{buildroot}%{perl_vendorarch}/auto/B/Keywords/.packlist
+%perl_gen_filelist
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
-%files
-%defattr(-,root,root)
-%doc Changes README
-%doc %{_mandir}/man3/*
-%dir %{perl_vendorlib}/B
-%{perl_vendorlib}/B/Keywords.pm
+%files -f %{name}.files
+%defattr(644,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++++++ B-Keywords-1.09.tar.gz -> B-Keywords-1.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.09/Changes new/B-Keywords-1.10/Changes
--- old/B-Keywords-1.09/Changes 2009-03-09 04:40:51.000000000 +0100
+++ new/B-Keywords-1.10/Changes 2010-09-05 16:28:12.000000000 +0200
@@ -43,3 +43,5 @@
   - b41ee8b135c9d2e0e7eda38dc17f3327f60f1cda $\ was missing from @Scalars.
   - a64e7f604687eda699fe778bcb070f3e715741b0 @Functions missing from @Symbols
   - bb14cdd3b3e5223fbb904cfbbe87fbcb5f6d8db2 Fix use B::Keywords qw(:all);
+1.10
+  - Fix typo in SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.09/META.yml new/B-Keywords-1.10/META.yml
--- old/B-Keywords-1.09/META.yml        2009-03-09 04:42:24.000000000 +0100
+++ new/B-Keywords-1.10/META.yml        2010-09-05 16:30:56.000000000 +0200
@@ -1,10 +1,21 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         B-Keywords
-version:      1.09
-version_from: lib/B/Keywords.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:               B-Keywords
+version:            1.10
+abstract:           Lists of reserved barewords and symbol names
+author:
+    - Joshua ben Jore <[email protected]>
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.09/lib/B/Keywords.pm 
new/B-Keywords-1.10/lib/B/Keywords.pm
--- old/B-Keywords-1.09/lib/B/Keywords.pm       2009-03-09 04:39:09.000000000 
+0100
+++ new/B-Keywords-1.10/lib/B/Keywords.pm       2010-09-05 16:29:59.000000000 
+0200
@@ -13,7 +13,7 @@
 %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
 
 use vars '$VERSION';
-$VERSION = '1.09';
+$VERSION = '1.10';
 
 use vars '@Scalars';
 @Scalars = (
@@ -398,7 +398,7 @@
 
 =head1 SYNOPSIS
 
-  use B::Keywords qw( @Symbols Barewords );
+  use B::Keywords qw( @Symbols @Barewords );
   print join "\n", @Symbols,
                    @Barewords;
 


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to