This commit is contained in:
parent
24ea3b7150
commit
d21aa7c298
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bf4ae3e83e12c274388abc002c1ea25bf0c3c46e76e5555bb2c8c80d8df7aef
|
||||
size 168994
|
3
Archive-Zip-1.26.tar.bz2
Normal file
3
Archive-Zip-1.26.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3d9d3384b3ca6eb86845435e8be9f2580658960d8f691eaf9893eb1a2872864
|
||||
size 169472
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:48:52 CET 2009 - anicka@suse.cz
|
||||
|
||||
- update to 1.26
|
||||
* Fixed the dreaded but #24036: WinXP Explorer Exposes Problems.
|
||||
This caused directories to appear as files in Windows Explorer
|
||||
and was caused by Windows always reading the msdos directory bit
|
||||
even when the file attributes are types as unix.
|
||||
Resolved by emulating the behaviour of Info-Zip and setting
|
||||
the 5th bit in the externalFileAttributes field.
|
||||
* Removing "use warnings" instances that somehow slipped in
|
||||
* Skip test if Digest::MD5 is not available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 16:57:12 CEST 2008 - anicka@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Archive-Zip (Version 1.24)
|
||||
# spec file for package perl-Archive-Zip (Version 1.26)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 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
|
||||
@ -21,7 +21,7 @@
|
||||
Name: perl-Archive-Zip
|
||||
Url: http://cpan.org/modules/by-module/Archive/
|
||||
BuildRequires: perl-Compress-Zlib zip
|
||||
Version: 1.24
|
||||
Version: 1.26
|
||||
Release: 1
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
@ -72,6 +72,16 @@ rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Archive/Zip.pod
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Tue Jan 20 2009 anicka@suse.cz
|
||||
- update to 1.26
|
||||
* Fixed the dreaded but #24036: WinXP Explorer Exposes Problems.
|
||||
This caused directories to appear as files in Windows Explorer
|
||||
and was caused by Windows always reading the msdos directory bit
|
||||
even when the file attributes are types as unix.
|
||||
Resolved by emulating the behaviour of Info-Zip and setting
|
||||
the 5th bit in the externalFileAttributes field.
|
||||
* Removing "use warnings" instances that somehow slipped in
|
||||
* Skip test if Digest::MD5 is not available
|
||||
* Wed Sep 10 2008 anicka@suse.cz
|
||||
- update to 1.24
|
||||
* Blatantly pander to CPANTS by adding use strict to a deprecated
|
||||
@ -141,15 +151,15 @@ rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Archive/Zip.pod
|
||||
- use install_vendor and new %%perl_process_packlist macro
|
||||
* Tue Jun 17 2003 choeger@suse.de
|
||||
- updated filelist
|
||||
* Mon May 26 2003 ro@suse.de
|
||||
* Sun May 25 2003 ro@suse.de
|
||||
- remove unpackaged files from buildroot
|
||||
* Sat Feb 08 2003 link@suse.de
|
||||
- updated to 1.05
|
||||
* Sat Jul 13 2002 link@suse.de
|
||||
* Fri Jul 12 2002 link@suse.de
|
||||
- some tweaks of the spec file
|
||||
* Fri Jul 12 2002 link@suse.de
|
||||
- updated to 1.01
|
||||
* Wed May 08 2002 link@suse.de
|
||||
* Tue May 07 2002 link@suse.de
|
||||
- updated to 1.00
|
||||
* Thu Aug 16 2001 ro@suse.de
|
||||
- removed bogus Obsoletes
|
||||
|
Loading…
Reference in New Issue
Block a user