This commit is contained in:
parent
97d4b47c64
commit
24ea3b7150
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:53eb1142cf02544cccc2ce4dc84e63d1184408911dc30b888ffd3e2afd9ab4db
|
|
||||||
size 166961
|
|
3
Archive-Zip-1.24.tar.bz2
Normal file
3
Archive-Zip-1.24.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9bf4ae3e83e12c274388abc002c1ea25bf0c3c46e76e5555bb2c8c80d8df7aef
|
||||||
|
size 168994
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 10 16:57:12 CEST 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 9 17:12:30 CET 2007 - anicka@suse.cz
|
Fri Nov 9 17:12:30 CET 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,19 +1,27 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Archive-Zip (Version 1.23)
|
# spec file for package perl-Archive-Zip (Version 1.24)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
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.23
|
Version: 1.24
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -62,21 +70,29 @@ rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Archive/Zip.pod
|
|||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "$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
|
||||||
* Fri Nov 09 2007 - anicka@suse.cz
|
* 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
|
- update to 1.23
|
||||||
* Temporarily skilling some failing tests on Win32 in the
|
* Temporarily skilling some failing tests on Win32 in the
|
||||||
interests of toolchain sanity. (until we work out the
|
interests of toolchain sanity. (until we work out the
|
||||||
real problem here)
|
real problem here)
|
||||||
* Fixing platform compatibility bugs in the new regression tests
|
* Fixing platform compatibility bugs in the new regression tests
|
||||||
from 1.21.
|
from 1.21.
|
||||||
* Thu Nov 01 2007 - anicka@suse.cz
|
* Thu Nov 01 2007 anicka@suse.cz
|
||||||
- update to 1.21
|
- update to 1.21
|
||||||
* Tidying up copyright formatting a bit.
|
* Tidying up copyright formatting a bit.
|
||||||
* Disable the GPBF_HAS_DATA_DESCRIPTOR_MASK bit when
|
* Disable the GPBF_HAS_DATA_DESCRIPTOR_MASK bit when
|
||||||
auto-switching directory storage to STORED
|
auto-switching directory storage to STORED
|
||||||
* bugfixes, test fixes
|
* bugfixes, test fixes
|
||||||
* Mon Jun 11 2007 - anicka@suse.cz
|
* Mon Jun 11 2007 anicka@suse.cz
|
||||||
- update to 1.20
|
- update to 1.20
|
||||||
* Removing dependency on File::Which due to public outburst
|
* Removing dependency on File::Which due to public outburst
|
||||||
of flaming
|
of flaming
|
||||||
@ -85,9 +101,9 @@ rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Archive/Zip.pod
|
|||||||
of build_requires.
|
of build_requires.
|
||||||
* Removing the docs directory.
|
* Removing the docs directory.
|
||||||
- remove perl-File-Which from BuildRequires
|
- remove perl-File-Which from BuildRequires
|
||||||
* Wed Dec 20 2006 - anicka@suse.cz
|
* Wed Dec 20 2006 anicka@suse.cz
|
||||||
- add perl-File-Which to BuildRequires and enable tests again
|
- add perl-File-Which to BuildRequires and enable tests again
|
||||||
* Thu Dec 14 2006 - anicka@suse.cz
|
* Thu Dec 14 2006 anicka@suse.cz
|
||||||
- update to 1.18
|
- update to 1.18
|
||||||
* Seperated the classes from the main file into seperate packages.
|
* Seperated the classes from the main file into seperate packages.
|
||||||
* Merged the Zip.pod into the main Zip.pm file.
|
* Merged the Zip.pod into the main Zip.pm file.
|
||||||
@ -109,33 +125,33 @@ rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Archive/Zip.pod
|
|||||||
* Added a BUGS section to the docs
|
* Added a BUGS section to the docs
|
||||||
* Moved crc32 to bin/crc32 in line with package layout conventions
|
* Moved crc32 to bin/crc32 in line with package layout conventions
|
||||||
- disable tests because they depend on File::Which
|
- disable tests because they depend on File::Which
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Jul 11 2005 - schubi@suse.de
|
* Mon Jul 11 2005 schubi@suse.de
|
||||||
- update to version 1.16
|
- update to version 1.16
|
||||||
* Fri Apr 15 2005 - schubi@suse.de
|
* Fri Apr 15 2005 schubi@suse.de
|
||||||
- update to most recent version 1.14
|
- update to most recent version 1.14
|
||||||
* Thu Feb 26 2004 - choeger@suse.de
|
* Thu Feb 26 2004 choeger@suse.de
|
||||||
- update to most recent version 1.09
|
- update to most recent version 1.09
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- build as user
|
- build as user
|
||||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
* Fri Aug 22 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- require the perl version we build with
|
||||||
* Thu Jul 17 2003 - choeger@suse.de
|
* Thu Jul 17 2003 choeger@suse.de
|
||||||
- use install_vendor and new %%perl_process_packlist macro
|
- use install_vendor and new %%perl_process_packlist macro
|
||||||
* Tue Jun 17 2003 - choeger@suse.de
|
* Tue Jun 17 2003 choeger@suse.de
|
||||||
- updated filelist
|
- updated filelist
|
||||||
* Sun May 25 2003 - ro@suse.de
|
* Mon May 26 2003 ro@suse.de
|
||||||
- remove unpackaged files from buildroot
|
- remove unpackaged files from buildroot
|
||||||
* Sat Feb 08 2003 - link@suse.de
|
* Sat Feb 08 2003 link@suse.de
|
||||||
- updated to 1.05
|
- updated to 1.05
|
||||||
* Fri Jul 12 2002 - link@suse.de
|
* Sat Jul 13 2002 link@suse.de
|
||||||
- some tweaks of the spec file
|
- some tweaks of the spec file
|
||||||
* Fri Jul 12 2002 - link@suse.de
|
* Fri Jul 12 2002 link@suse.de
|
||||||
- updated to 1.01
|
- updated to 1.01
|
||||||
* Tue May 07 2002 - link@suse.de
|
* Wed May 08 2002 link@suse.de
|
||||||
- updated to 1.00
|
- updated to 1.00
|
||||||
* Thu Aug 16 2001 - ro@suse.de
|
* Thu Aug 16 2001 ro@suse.de
|
||||||
- removed bogus Obsoletes
|
- removed bogus Obsoletes
|
||||||
* Fri Apr 06 2001 - link@suse.de
|
* Fri Apr 06 2001 link@suse.de
|
||||||
- first package, v0.11
|
- first package, v0.11
|
||||||
|
Loading…
Reference in New Issue
Block a user