Hello community,

here is the log from the commit of package perl-File-Slurp for openSUSE:Factory
checked in at Fri Apr 1 09:58:29 CEST 2011.



--------
--- perl-File-Slurp/perl-File-Slurp.changes     2010-11-30 20:25:51.000000000 
+0100
+++ /mounts/work_src_done/STABLE/perl-File-Slurp/perl-File-Slurp.changes        
2011-03-31 13:51:28.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Mar 31 11:45:47 UTC 2011 - co...@novell.com
+
+* update to 9999.15
+  - Added LICENCE (same as perl) to POD
+  - for the rest, see Changes (a lot)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  File-Slurp-9999.13.tar.bz2

New:
----
  File-Slurp-9999.15.tar.gz

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

Other differences:
------------------
++++++ perl-File-Slurp.spec ++++++
--- /var/tmp/diff_new_pack.RVSPV6/_old  2011-04-01 09:55:05.000000000 +0200
+++ /var/tmp/diff_new_pack.RVSPV6/_new  2011-04-01 09:55:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-File-Slurp (Version 9999.13)
+# spec file for package perl-File-Slurp
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,47 +15,49 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%bcond_with pod
 
 Name:           perl-File-Slurp
-%define cpan_name File-Slurp
-Summary:        Efficient Reading/Writing of Complete Files
-Version:        9999.13
-Release:        10
+Version:        9999.15
+Release:        1
 License:        GPL+ or Artistic
-Group:          Development/Libraries/Perl
+%define cpan_name File-Slurp
+Summary:        Simple and Efficient Reading/Writing of Complete Files
 Url:            http://search.cpan.org/dist/File-Slurp/
-#Source:         
http://www.cpan.org/modules/by-module/File/File-Slurp-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.bz2
+Group:          Development/Libraries/Perl
+#Source:         
http://www.cpan.org/authors/id/U/UR/URI/File-Slurp-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) >= 1.14
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
-%endif
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(POSIX)
+Requires:       perl(Carp)
+Requires:       perl(Exporter)
+Requires:       perl(Fcntl)
+Requires:       perl(POSIX)
+%{perl_requires}
 
 %description
 This module provides subs that allow you to read or write entire files with
 one simple call. They are designed to be simple to use, have flexible ways
 to pass in or get the file contents and to be very efficient. There is also
-a sub to read in all the files in a directory other than . and ..
-
-These slurp/spew subs work for files, pipes and sockets, and stdio,
-pseudo-files, and DATA.
+a sub to read in all the files in a directory other than '.' and '..'
 
-Authors:
---------
-    Uri Guttman <u...@stemsystems.com>
+These slurp/spew subs work for files, pipes and sockets, stdio,
+pseudo-files, and the DATA handle. Read more about why slurping files is a
+good thing in the file 'slurp_article.pod' in the extras/ directory.
+
+If you are interested in how fast these calls work, check out the
+slurp_bench.pl program in the extras/ directory. It compares many different
+forms of slurping. You can select the I/O direction, context and file
+sizes. Use the --help option to see how to run it.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# rpmlint: script-without-shebang
-%{__chmod} a-x lib/File/Slurp.pm
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -66,18 +68,14 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes README
+%defattr(644,root,root,755)
+%doc Changes README TODO
 
 %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