OBS User unknown 2007-11-02 00:35:33 +00:00 committed by Git OBS Bridge
parent a9a3e4543e
commit 140b2a5ed2
4 changed files with 23 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7604053ce7446045816a8371f4942b2aea0ad6b9944866306e170c5bb343934c
size 159427

3
Archive-Zip-1.21.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bcd3e560ec072513fd24398d0908f440e03c00d45ded5bd859b4610ff080641
size 166725

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Nov 1 15:54:16 CET 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 13:27:33 CEST 2007 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Archive-Zip (Version 1.20)
# spec file for package perl-Archive-Zip (Version 1.21)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild
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
Version: 1.20
Version: 1.21
Release: 1
Requires: perl = %{perl_version}
Autoreqprov: on
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
Summary: perl-Archive-Zip
@ -50,7 +50,7 @@ rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Archive/Zip.pod
%files
%defattr(-,root,root)
%doc Changes INSTALL MANIFEST README examples
%doc Changes MANIFEST README examples
%doc %{_mandir}/man?/*
%dir %{perl_vendorlib}/Archive
%{perl_vendorlib}/Archive/Zip
@ -62,8 +62,13 @@ rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Archive/Zip.pod
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
%changelog
* 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