Changes of Revision 2
[-] | Added | perl-IO-Compress-Zlib.changes |
x 1
2 +------------------------------------------------------------------- 3 +Sat Jul 25 19:38:42 CEST 2009 - chris@computersalat.de 4 + 5 +- spec mods 6 + * removed ^---------- 7 + * removed ^#--------- 8 + 9 +------------------------------------------------------------------- 10 +Fri Jun 19 01:09:48 CEST 2009 - chris@computersalat.de 11 + 12 +- spec fix for perl-macros 13 + 14 +------------------------------------------------------------------- 15 +Thu Jun 18 13:49:05 CEST 2009 - chris@computersalat.de 16 + 17 +- fixed deps >= 18 + o added IO::Compress::Bzip2 to BuildRequires, Recommends 19 + 20 +------------------------------------------------------------------- 21 +Wed Jun 17 23:45:48 CEST 2009 - chris@computersalat.de 22 + 23 +- added perl-macros 24 + o autogen filelist with perl_gen_filelist 25 + 26 +------------------------------------------------------------------- 27 +Mon Jun 15 00:37:10 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.012 37 + * No Changes 38 +- 2.011 39 + * IO::Uncompress::Unzip 40 + - Print an error message if the zip file contains a 41 + member compressed with bzip2 and IO::Uncompress::Bunzip2 is 42 + not available. 43 + - Could not cope with mixed compression zip files. For example a 44 + zip file that contains both STORED and DEFLATED content. 45 + [RT #35573] 46 +- 2.010 47 + * Fixed problem that meant Perl 5.10 could not upgrade this module. 48 + [RT #35343] 49 +- 2.009 50 + * IO::Compress::Zip 51 + - Added exUnix2 option to allow storing of UID & GID. 52 + - When running on a Unix derivative the ExtAttr option now defaults 53 + to the equivalent of 0666. For all other systems the default 54 + remains 0. 55 +- 2.008 56 + * Minor documentation changes in README 57 + * t/compress/truncate.pl 58 + EBCDIC Cleanup. 59 + * IO::Compress::Gzip::Constants.pm 60 + Tidied up the character classes used to defined invalid 61 + FNAME & FCOMMENT fields for EBCDIC. 62 +- spec mods 63 + o updated header 64 + o fixed deps 65 + o autgen filelist 66 + 67 +------------------------------------------------------------------- 68 +Thu Nov 1 15:47:48 CET 2007 - anicka@suse.cz 69 + 70 +- update to 2.006 71 + * Makefile.PL: Added INSTALLDIRS directive to install as a core 72 + module when built on a perl >= 5.9. 73 + * IO::Uncompress::RawDeflate: Fixed export problem - 74 + "$RawDeflateError" and "rawdeflate" were not being exported 75 + with ":all". 76 + 77 +------------------------------------------------------------------- 78 +Mon Jul 9 12:03:13 CEST 2007 - anicka@suse.cz 79 + 80 +- update to 2.005 81 + * RFC1952 says that the FNAME & FCOMMENT header fields must be ISO 82 + 8859-1 (LATIN-1) characters. The code can optionally police 83 + this. Added a fix for this logic when running on EBCDIC. 84 + * Check if IO::Compress::Bzip2 is already installed. If it is, add 85 + to the PREREQ_PM list. 86 + 87 +------------------------------------------------------------------- 88 +Thu Mar 8 14:33:16 CET 2007 - anicka@suse.cz 89 + 90 +- update to 2.004 91 + * IO::Compress::Zip 92 + - Added Zip64 documentation. 93 + - Fixed extended timestamp. 94 + Creation time isn't available in Unix so only store the 95 + modification time and the last access time in the extended 96 + field. 97 + - Fixed file mode. 98 + - Added ExtAttr option to control the value of the "external 99 + file attributes" field in the central directory. 100 + - Added Unix2 extended attribute ("Ux"). 101 + This stores the UID & GID. 102 + * IO::Compress::Gzip 103 + - Fixed 050interop-gzip.t for Windows 104 + 105 +------------------------------------------------------------------- 106 +Wed Feb 28 11:45:19 CET 2007 - anicka@suse.cz 107 + 108 +- package created (initial version 2.003) 109 + 110 |
||
[-] | Added | perl-IO-Compress-Zlib.spec ^ |
109 1
2 +# 3 +# spec file for package perl-IO-Compress-Zlib 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-Zlib 26 +%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) 27 +Summary: Perl interface to allow reading and writing of zip files/buffers. 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(Compress::Raw::Zlib) >= %{version} 38 +BuildRequires: perl(IO::Compress::Base) >= %{version} 39 +BuildRequires: perl(IO::Compress::Bzip2) >= %{version} 40 +Requires: perl = %{perl_version} 41 +Requires: perl(Compress::Raw::Zlib) >= %{version} 42 +Requires: perl(IO::Compress::Base) >= %{version} 43 +Recommends: perl(IO::Compress::Bzip2) >= %{version} 44 + 45 +%description 46 + %{cpan_name} module for perl 47 + 48 +This module provides a Perl interface to allow reading and writing of 49 +RFC 1950, 1951, 1952 (i.e. gzip) and zip files/buffers. 50 + 51 + Authors: 52 + Paul Marquess <pmqs@cpan.org> 53 + 54 + 55 +%prep 56 +%setup -q -n %{cpan_name}-%{version} 57 + 58 +%build 59 +CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL 60 +%{__make} 61 + 62 +%check 63 +%{__make} test 64 + 65 +%install 66 +%perl_make_install 67 +%perl_process_packlist 68 +%perl_gen_filelist 69 + 70 +%clean 71 +%{__rm} -rf $RPM_BUILD_ROOT 72 + 73 +%files -f %{name}.files 74 +%defattr(-,root,root) 75 +%doc Changes README 76 + 77 +%changelog 78 +* Thu Nov 01 2007 - anicka@suse.cz 79 +- update to 2.006 80 + * Makefile.PL: Added INSTALLDIRS directive to install as a core 81 + module when built on a perl >= 5.9. 82 + * IO::Uncompress::RawDeflate: Fixed export problem - 83 + "$RawDeflateError" and "rawdeflate" were not being exported 84 + with ":all". 85 +* Mon Jul 09 2007 - anicka@suse.cz 86 +- update to 2.005 87 + * RFC1952 says that the FNAME & FCOMMENT header fields must be ISO 88 + 8859-1 (LATIN-1) characters. The code can optionally police 89 + this. Added a fix for this logic when running on EBCDIC. 90 + * Check if IO::Compress::Bzip2 is already installed. If it is, add 91 + to the PREREQ_PM list. 92 +* Thu Mar 08 2007 - anicka@suse.cz 93 +- update to 2.004 94 + * IO::Compress::Zip 95 + - Added Zip64 documentation. 96 + - Fixed extended timestamp. 97 + Creation time isn't available in Unix so only store the 98 + modification time and the last access time in the extended 99 + field. 100 + - Fixed file mode. 101 + - Added ExtAttr option to control the value of the "external 102 + file attributes" field in the central directory. 103 + - Added Unix2 extended attribute ("Ux"). 104 + This stores the UID & GID. 105 + * IO::Compress::Gzip 106 + - Fixed 050interop-gzip.t for Windows 107 +* Wed Feb 28 2007 - anicka@suse.cz 108 +- package created (initial version 2.003) 109 |
||
Added | IO-Compress-Zlib-2.015.tar.bz2 ^ |