This commit is contained in:
parent
d21aa7c298
commit
4312922a55
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f3d9d3384b3ca6eb86845435e8be9f2580658960d8f691eaf9893eb1a2872864
|
|
||||||
size 169472
|
|
3
Archive-Zip-1.30.tar.bz2
Normal file
3
Archive-Zip-1.30.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:37f71e57963b733067e9aa712ca3b695d5ceb9cea45a636ba2c8eca4ca36066e
|
||||||
|
size 171416
|
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 3 16:00:08 CEST 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 1.30
|
||||||
|
* Fixed a bad use of Cwd::getcwd
|
||||||
|
* Changed _asLocalName back to rel2abs, but this time using
|
||||||
|
Cwd::getcwd as the base path instead of Cwd::cwd.
|
||||||
|
This hopefully resolved #47223 (ADAMK)
|
||||||
|
* Changing to production version for release
|
||||||
|
* Reverted to revision 4736 and converted `External File Attribute'
|
||||||
|
values for symbolic links to hexadecimal (HAGGAI)
|
||||||
|
* Fixed: #15026: AddTree does not include files with german
|
||||||
|
umlauts in the filename (HAGGAI)
|
||||||
|
* Switched from Compress::Zlib to Compress::Raw::Zlib (AGRUNDMA)
|
||||||
|
* Moved crc32 from bin to script (ADAMK)
|
||||||
|
* Makefile.PL will create a better META.yml
|
||||||
|
* This is a test release for various improvements provided by
|
||||||
|
Alan Haggai. The entire release is credited to his grant work.
|
||||||
|
* Fixed #25726: extractMembers failing across fork on Windows.
|
||||||
|
* Fixed #12493: Can't add new files to archives which contain
|
||||||
|
files named 0,1,2,3,4,5,6,7,8,9 with no extension.
|
||||||
|
(Files named "0" are not archived)
|
||||||
|
* Fixed #22933: Properly extract symbolic links.
|
||||||
|
* Fixed #20246: Ability to assign a compression level to addTree
|
||||||
|
calls.
|
||||||
|
* Corrected regular expression for stripping trailing /
|
||||||
|
* Corrected addFileOrDirectory() behaviour and cleaned up some code
|
||||||
|
* Added symbolic link support to addFileOrDirectory
|
||||||
|
* Fixed #34657: No option, undefined behavior zipping symbolic
|
||||||
|
links (symlinks)
|
||||||
|
* Added storeSymbolicLink()
|
||||||
|
* Fixed bitFlag() to set General Pupose Bit Flags
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 25 19:28:54 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
- spec mods
|
||||||
|
* removed ^----------
|
||||||
|
* removed ^#---------
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 20 15:48:52 CET 2009 - anicka@suse.cz
|
Tue Jan 20 15:48:52 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Archive-Zip (Version 1.26)
|
# spec file for package perl-Archive-Zip (Version 1.30)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,12 +21,12 @@
|
|||||||
Name: perl-Archive-Zip
|
Name: perl-Archive-Zip
|
||||||
Url: http://cpan.org/modules/by-module/Archive/
|
Url: http://cpan.org/modules/by-module/Archive/
|
||||||
BuildRequires: perl-Compress-Zlib zip
|
BuildRequires: perl-Compress-Zlib zip
|
||||||
Version: 1.26
|
Version: 1.30
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
License: Artistic License ..
|
||||||
Summary: perl-Archive-Zip
|
Summary: perl-Archive-Zip
|
||||||
Source: Archive-Zip-%{version}.tar.bz2
|
Source: Archive-Zip-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -72,96 +72,3 @@ rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Archive/Zip.pod
|
|||||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
|
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%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
|
|
||||||
module
|
|
||||||
* Add an explicit load of FileHandle since in some circumstances,
|
|
||||||
calling GLOB->print() failed.
|
|
||||||
* bugfixes
|
|
||||||
* Fri Nov 09 2007 anicka@suse.cz
|
|
||||||
- update to 1.23
|
|
||||||
* Temporarily skilling some failing tests on Win32 in the
|
|
||||||
interests of toolchain sanity. (until we work out the
|
|
||||||
real problem here)
|
|
||||||
* Fixing platform compatibility bugs in the new regression tests
|
|
||||||
from 1.21.
|
|
||||||
* Thu Nov 01 2007 anicka@suse.cz
|
|
||||||
- update to 1.21
|
|
||||||
* Tidying up copyright formatting a bit.
|
|
||||||
* Disable the GPBF_HAS_DATA_DESCRIPTOR_MASK bit when
|
|
||||||
auto-switching directory storage to STORED
|
|
||||||
* bugfixes, test fixes
|
|
||||||
* Mon Jun 11 2007 anicka@suse.cz
|
|
||||||
- update to 1.20
|
|
||||||
* Removing dependency on File::Which due to public outburst
|
|
||||||
of flaming
|
|
||||||
* Embedding an entire copy of File::Which inside the tests
|
|
||||||
instead as an alternative to compensating for the lack
|
|
||||||
of build_requires.
|
|
||||||
* Removing the docs directory.
|
|
||||||
- remove perl-File-Which from BuildRequires
|
|
||||||
* Wed Dec 20 2006 anicka@suse.cz
|
|
||||||
- add perl-File-Which to BuildRequires and enable tests again
|
|
||||||
* Thu Dec 14 2006 anicka@suse.cz
|
|
||||||
- update to 1.18
|
|
||||||
* Seperated the classes from the main file into seperate packages.
|
|
||||||
* Merged the Zip.pod into the main Zip.pm file.
|
|
||||||
* Applied default Perl::Tidy to all of the source files,
|
|
||||||
to improve the readability and maintainability of the files.
|
|
||||||
* Added license in Makefile.PL
|
|
||||||
* Added some additional entries to the realclean files
|
|
||||||
* Adding dependency on File::Which to deal with problems on systems
|
|
||||||
that lack zip and unzip programs. This really should
|
|
||||||
be a build-time dependency only, but ExtUtils::MakeMaker lacks
|
|
||||||
that capability.
|
|
||||||
* Upgraded all test scripts from Test.pm to Test::More
|
|
||||||
(removing Test.pm dependency)
|
|
||||||
* Removed MANIFEST and pod.t from repository
|
|
||||||
(will be auto-generated)
|
|
||||||
* Added SUPPORT section to docs
|
|
||||||
* Merged external TODO file into the POD as a more-common
|
|
||||||
TO DO section
|
|
||||||
* Added a BUGS section to the docs
|
|
||||||
* Moved crc32 to bin/crc32 in line with package layout conventions
|
|
||||||
- disable tests because they depend on File::Which
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Mon Jul 11 2005 schubi@suse.de
|
|
||||||
- update to version 1.16
|
|
||||||
* Fri Apr 15 2005 schubi@suse.de
|
|
||||||
- update to most recent version 1.14
|
|
||||||
* Thu Feb 26 2004 choeger@suse.de
|
|
||||||
- update to most recent version 1.09
|
|
||||||
* Sun Jan 11 2004 adrian@suse.de
|
|
||||||
- build as user
|
|
||||||
* Fri Aug 22 2003 mjancar@suse.cz
|
|
||||||
- require the perl version we build with
|
|
||||||
* Thu Jul 17 2003 choeger@suse.de
|
|
||||||
- use install_vendor and new %%perl_process_packlist macro
|
|
||||||
* Tue Jun 17 2003 choeger@suse.de
|
|
||||||
- updated filelist
|
|
||||||
* Sun May 25 2003 ro@suse.de
|
|
||||||
- remove unpackaged files from buildroot
|
|
||||||
* Sat Feb 08 2003 link@suse.de
|
|
||||||
- updated to 1.05
|
|
||||||
* Fri Jul 12 2002 link@suse.de
|
|
||||||
- some tweaks of the spec file
|
|
||||||
* Fri Jul 12 2002 link@suse.de
|
|
||||||
- updated to 1.01
|
|
||||||
* Tue May 07 2002 link@suse.de
|
|
||||||
- updated to 1.00
|
|
||||||
* Thu Aug 16 2001 ro@suse.de
|
|
||||||
- removed bogus Obsoletes
|
|
||||||
* Fri Apr 06 2001 link@suse.de
|
|
||||||
- first package, v0.11
|
|
||||||
|
Loading…
Reference in New Issue
Block a user