Commit Graph

35 Commits

Author SHA256 Message Date
74cdddfb9e Accepting request 784598 from devel:languages:perl:autoupdate
- updated to 1.68
   see /usr/share/doc/packages/perl-Archive-Zip/Changes
  1.68 Thr 12 Mar 2020
      - Switched to GitHub as issue tracker
      - Replaced references to Test::MockModule in
        t/23_closed_handle.t with code from PR #32, RT #110087
      - Unixified line endings in t/23_closed_handle.t
      - Added documentation for Archive::Zip::Member::isSymbolicLink,
        RT #130524
      - Implemented other, unrelated doc fixes
      - Fixed examples/zipcheck.pl to skip symbolic links, RT #130525
      - Described version 1.59, RT #117371 (tagged important!)
  
      - Completely re-did test suite:
        . Created new test APIs in t/common.pm and documented them in
          t/README.md
        . Changed tests to be less dependent on OS-specific quirks of "unzip -t"
        . Changed tests to write more diagnostic information if executed in
          automated test environments
        . Normalized access to test data and to temporary results.  Removed
          references to obsolete temporary results (for example, those to
          directory "extracted").
        . Normalized test headers and brushed up tests in general

OBS-URL: https://build.opensuse.org/request/show/784598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=59
2020-03-13 11:24:59 +00:00
d94c92a4a2 Accepting request 735715 from home:pmonrealgonzalez:branches:devel:languages:perl
- Update to 1.67
   see /usr/share/doc/packages/perl-Archive-Zip/Changes
  1.67 Sun 06 Oct 2019
      - Fixed compatibility issues with zip64 format (defined-or, pack)
      - Fixed hard-coded version fields introduced in version 1.66
      - Fixed merge glitch with tests 26 and 27
      - Fixed merge glitch with bzip passthrough
      - Updated bzip test file to avoid zip bomb detection

OBS-URL: https://build.opensuse.org/request/show/735715
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=57
2019-10-07 10:34:54 +00:00
9b5be4a806 Accepting request 731678 from devel:languages:perl:autoupdate
- updated to 1.66
   see /usr/share/doc/packages/perl-Archive-Zip/Changes
  1.66 Mon 16 Sep 2019
      - Refactored low-level methods for reading and writing zip files
        in zip64 format.  Added new parameters and return values to
        most of these.  Extended constants in Archive::Zip to cover
        zip64 formats and lengths.
      - Added public APIs
          Archive::Zip::Archive::zip64
          Archive::Zip::Archive::desiredZip64Mode
          Archive::Zip::Archive::versionMadeBy
          Archive::Zip::Archive::versionNeededToExtract
          Archive::Zip::Member::zip64
          Archive::Zip::Member::desiredZip64Mode
        and constants
          Archive::Zip::ZIP64_AS_NEEDED
          Archive::Zip::ZIP64_EOCD
          Archive::Zip::ZIP64_HEADERS
        plus POD on these.
      - Added tests for zip64 format in t/21_zip64.t and more test zip
        files below t/data.  Extended tests in t/02_main.t to perform
        all existing tests in all possible desired zip64 modes.
      - Extended methods
          Archive::Zip::Member::localExtraField
          Archive::Zip::Member::cdExtraField
        to perform format checks when called as setters and to reject
        any zip64 extended information extra fields passed by the user.
        Extended POD and tests in t/02_main.t accordingly.
      - Setting {'compressedSize'} after writing central directory
        header.
      - Added new optional parameter $noFormatError to method
        Archive::Zip::_readSignature to silence any format errros when
        testing for signatures.
      - Added error handling for potentially failed object conversion
        after calling method Archive::Zip::Member::_become.  Factored
        in method Archive::Zip::Member::_becomeDirectoryIfNecessary
        into caller.
      - Changed methods
          Archive::Zip::Archive::contents
          Archive::Zip::Member::contents
        (and all inheriting from these) to consistently return a pair
        ($contents, $status) when called in list context and a scalar
        $contents when called in scalar context.  Extended tests in
        t/02_main.t accordingly.
      - Changed method Archive::Zip::Member::extractToFileHandle to
        accept a file name instead of a file handle when extracting
        symbolic links.  Changed lower-level and higher-level methods
        to use that feature.  Cleaned up code related to the handling
        of symbolic links.  Added creation of intermediate directories
        in method Archive::Zip::Member::extractToFileNamed for symbolic
        links as well.  Reporting errors from symlink call as AZ-error.
        Added POD and test zip file t/data/symlink.zip and tests in
        t/26_symlinks.t for these changes.
      - Cleaned up code and added comment related to that highly
        dubious (?) {'wasWritten'} logic.

OBS-URL: https://build.opensuse.org/request/show/731678
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=56
2019-09-18 08:43:12 +00:00
a24c433d44 Accepting request 729724 from devel:languages:perl:autoupdate
Automatic update

OBS-URL: https://build.opensuse.org/request/show/729724
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=55
2019-09-10 09:45:27 +00:00
1b65be93d8 Accepting request 637399 from home:pmonrealgonzalez:branches:devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/637399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=53
2018-09-24 08:57:31 +00:00
889dfd9bff Accepting request 637395 from home:pmonrealgonzalez:branches:devel:languages:perl
- updated to 1.64
   see /usr/share/doc/packages/perl-Archive-Zip/Changes
   1.64 Wed 12 Sep 2018
       - Fix for year 2030
- Cleaned with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/637395
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=52
2018-09-24 08:52:49 +00:00
5c84d103a9 Accepting request 637226 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/637226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=51
2018-09-24 08:51:47 +00:00
Dirk Stoecker
5dc9657572 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=49 2018-08-24 10:00:20 +00:00
Dirk Stoecker
98aa7b68f3 Accepting request 630997 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/630997
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=48
2018-08-24 09:59:06 +00:00
969ab97817 Accepting request 558711 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/558711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=46
2018-01-05 10:02:50 +00:00
Stephan Kulow
86ac3cbddf Accepting request 418832 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/418832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=44
2016-08-12 05:12:33 +00:00
P. Janouch
7404ad604e Accepting request 416636 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/416636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=42
2016-08-03 09:30:20 +00:00
P. Janouch
488a57aa0c Accepting request 383895 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/383895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=40
2016-04-04 11:15:44 +00:00
Dirk Stoecker
4e98d40be3 Accepting request 350840 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/350840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=38
2015-12-26 12:14:24 +00:00
Dirk Stoecker
3661512e50 Accepting request 347527 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/347527
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=36
2015-12-05 17:04:39 +00:00
Stephan Kulow
6a1fc8c360 Accepting request 333855 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/333855
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=34
2015-09-26 08:53:03 +00:00
Dirk Stoecker
ff9e4e0d09 Accepting request 332930 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/332930
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=33
2015-09-23 07:04:23 +00:00
Stephan Kulow
b1a55b6c57 Accepting request 327825 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/327825
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=31
2015-08-29 18:28:58 +00:00
Stephan Kulow
7226fd98e3 Accepting request 319866 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/319866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=29
2015-08-02 05:07:16 +00:00
Stephan Kulow
234dff04f7 Accepting request 312893 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/312893
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=27
2015-06-22 05:42:59 +00:00
Stephan Kulow
ff369d7027 Accepting request 295822 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/295822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=25
2015-04-14 05:23:58 +00:00
Stephan Kulow
06bd5ac36c - updated to 1.37
- Need newer Test::More to support done_testing() [thaljef]
    - Fix error in version update with 1.35 [RT #91744]
    - fallback on copy if move gives permission denied [github.com/plicease]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=23
2014-02-09 13:41:00 +00:00
Stephan Kulow
ecb344557a update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=21
2013-12-09 11:17:53 +00:00
Stephan Kulow
59783122c1 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=19
2013-11-26 07:58:34 +00:00
Stephan Kulow
ff99d82a52 use original .tar.gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=16
2011-11-18 11:39:35 +00:00
Stephan Kulow
659fac22aa - switch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=10
2010-12-01 09:41:14 +00:00
0d340c8f0b Accepting request 53910 from devel:languages:perl
Accepted submit request 53910 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/53910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=13
2010-12-01 00:26:31 +00:00
OBS User autobuild
fdf969dc5d Accepting request 29224 from devel:languages:perl
Copy from devel:languages:perl/perl-Archive-Zip based on submit request 29224 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=9
2010-01-12 10:34:55 +00:00
OBS User unknown
4312922a55 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=7 2009-08-06 15:05:41 +00:00
OBS User unknown
d21aa7c298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=6 2009-01-22 12:13:30 +00:00
OBS User unknown
24ea3b7150 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=5 2008-09-12 16:07:19 +00:00
OBS User unknown
97d4b47c64 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=4 2007-11-12 20:57:45 +00:00
OBS User unknown
140b2a5ed2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=3 2007-11-02 00:35:33 +00:00
OBS User unknown
a9a3e4543e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=2 2007-06-11 13:07:46 +00:00
OBS User unknown
32b2aba598 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=1 2006-12-20 17:19:48 +00:00