Changes of Revision 2
[-] | Added | perl-IO-Compress-Base.changes |
x 1
2 +------------------------------------------------------------------- 3 +Sat Jul 25 19:38:32 CEST 2009 - chris@computersalat.de 4 + 5 +- spec mods 6 + * removed ^---------- 7 + * removed ^#--------- 8 + 9 +------------------------------------------------------------------- 10 +Fri Jun 19 01:09:46 CEST 2009 - chris@computersalat.de 11 + 12 +- spec fix for perl-macros 13 + 14 +------------------------------------------------------------------- 15 +Thu Jun 18 12:41:11 CEST 2009 - chris@computersalat.de 16 + 17 +- spec mods 18 + o fixed description 19 + 20 +------------------------------------------------------------------- 21 +Wed Jun 17 23:37:29 CEST 2009 - chris@computersalat.de 22 + 23 +- added perl-macros 24 + o autogen filelist with perl_gen_filelist 25 + 26 +------------------------------------------------------------------- 27 +Sun Jun 14 23:58:42 CEST 2009 - chris@computersalat.de 28 + 29 +- update to 2.015 30 +- 2.015 31 + * Makefile.PL 32 + Backout changes made in 2.014 33 +- 2.014 34 + * Makefile.PL 35 + Updated to check for indirect dependencies. 36 +- 2.013 37 + * IO::Compress::Base 38 + - Allow IO::Compress::Base::Parameters::parse to accept an IO::Compress::Base::Parameters object. 39 +- 2.012 40 + * IO::Compress::Base 41 + - Silenced an uninitialised value warning when reading a line 42 + at a time from a zip file where the content uses ZIP_CM_STORE. 43 + [Problem spotted & fixed by Jeff Holt] 44 + * IO::Compress::Base & IO::Uncompress::Base 45 + - local-ise $!, $? et al in the DESTROY methods. 46 +- 2.011 47 + * IO::Compress::Base 48 + - Fixed problem that prevented the creation of a zip file that 49 + contained more than one compression method. 50 + * IO::Compress::Base::Common 51 + - The private Validator class in this module clashes with another 52 + CPAN module. Moved Validator into the IO::Compress::Base::Common 53 + namespace. 54 + [RT #35954] 55 +- 2.010 56 + * Fixed problem that meant Perl 5.10 could not upgrade this module. 57 + [RT #35342] 58 +- 2.009 59 + * Removed the alpha status from File::GlobMapper 60 + * IO::Compress::Base 61 + When writing output never output a zero length buffer. 62 + Done to improve interoperability with other tied filenandle 63 + modules. 64 + * Changed IO::Uncompress::Base to not use the offset parameter of 65 + the read method when reading from a filehandle. 66 + The object returned from Net::FTP::retr implements a non-standard 67 + read method. The third parameter is used for a timeout value 68 + rather than an offset. 69 + [rt.cpan#33231] 70 + * Changed IO::Uncompress::Base to not use the eof method when 71 + reading from a filehandle. 72 + The object returned from Net::FTP::retr implements both the read 73 + method and the eof method. Unfortunately the implementation of 74 + the read method uses non-buffered IO (by using sysread) while 75 + the eof method uses buffered IO. Mixing buffered and non-buffered 76 + IO results in data corruption. 77 +- 2.008 78 + * Minor documentation changes in README 79 +- spec mods 80 + o udated header 81 + o autogen filelist 82 + o fixed deps 83 + 84 +------------------------------------------------------------------- 85 +Mon Oct 8 09:26:59 CEST 2007 - anicka@suse.cz 86 + 87 +- update to 2.006 88 + * Makefile.PL: Added INSTALLDIRS directive to install as a core 89 + module when built on a perl >= 5.9. 90 + 91 +------------------------------------------------------------------- 92 +Tue Jul 3 08:32:49 CEST 2007 - anicka@suse.cz 93 + 94 +- update to 2.005 95 + * fix problems when using IO::Uncompress::Gunzip with XML::Parser. 96 + 97 +------------------------------------------------------------------- 98 +Wed Mar 7 11:21:45 CET 2007 - anicka@suse.cz 99 + 100 +- update to 2.004 101 + * Made seek less wasteful of memory. 102 + 103 +------------------------------------------------------------------- 104 +Mon Feb 26 14:21:28 CET 2007 - anicka@suse.cz 105 + 106 +- package created (initial version 2.003) 107 + 108 |
||
[-] | Added | perl-IO-Compress-Base.spec ^ |
87 1
2 +# 3 +# spec file for package perl-IO-Compress-Base 4 +# 5 +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. 6 +# 7 +# All modifications and additions to the file contributed by third parties 8 +# remain the property of their copyright owners, unless otherwise agreed 9 +# upon. The license for this file, and modifications and additions to the 10 +# file, is the same license as for the pristine package itself (unless the 11 +# license for the pristine package is not an Open Source License, in which 12 +# case the license is the MIT License). An "Open Source License" is a 13 +# license that conforms to the Open Source Definition (Version 1.9) 14 +# published by the Open Source Initiative. 15 + 16 +# Please submit bugfixes or comments via http://bugs.opensuse.org/ 17 +# 18 + 19 +# norootforbuild 20 + 21 +#Distribution: %dist 22 +#Packager: %packager 23 +#Vendor: %vendor 24 + 25 +Name: perl-IO-Compress-Base 26 +%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) 27 +Summary: Base class for all IO::Compress and IO::Uncompress modules 28 +Version: 2.015 29 +Release: 1 30 +License: Artistic License 31 +Group: Development/Libraries/Perl 32 +Url: http://cpan.org/modules/by-module/IO/ 33 +Source: %{cpan_name}-%{version}.tar.bz2 34 +BuildRoot: %{_tmppath}/%{name}-%{version}-build 35 +BuildRequires: perl 36 +BuildRequires: perl-macros 37 +BuildRequires: perl(Test::Pod) >= 1.00 38 +BuildRequires: perl(Scalar::Util) 39 +Requires: perl = %{perl_version} 40 +Requires: perl(Scalar::Util) 41 + 42 +%description 43 + %{cpan_name} module for perl 44 + 45 +This module is the base class for all IO::Compress and IO::Uncompress 46 +modules. 47 + 48 + Authors: 49 + Paul Marquess <pmqs@cpan.org> 50 + 51 + 52 +%prep 53 +%setup -q -n %{cpan_name}-%{version} 54 + 55 +%build 56 +CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL 57 +%{__make} 58 + 59 +%check 60 +%{__make} test 61 + 62 +%install 63 +%perl_make_install 64 +%perl_process_packlist 65 +%perl_gen_filelist 66 + 67 +%clean 68 +%{__rm} -rf $RPM_BUILD_ROOT 69 + 70 +%files -f %{name}.files 71 +%defattr(-,root,root) 72 +%doc Changes README 73 + 74 +%changelog 75 +* Mon Oct 08 2007 - anicka@suse.cz 76 +- update to 2.006 77 + * Makefile.PL: Added INSTALLDIRS directive to install as a core 78 + module when built on a perl >= 5.9. 79 +* Tue Jul 03 2007 - anicka@suse.cz 80 +- update to 2.005 81 + * fix problems when using IO::Uncompress::Gunzip with XML::Parser. 82 +* Wed Mar 07 2007 - anicka@suse.cz 83 +- update to 2.004 84 + * Made seek less wasteful of memory. 85 +* Mon Feb 26 2007 - anicka@suse.cz 86 +- package created (initial version 2.003) 87 |
||
Added | IO-Compress-Base-2.015.tar.bz2 ^ |