Commit Graph

27 Commits

Author SHA1 Message Date
Petr Písař d987b5dfd9 Perl 5.16 re-rebuild of bootstrapped packages 2012-07-10 15:38:53 +02:00
Petr Písař 5664e15776 Perl 5.16 rebuild 2012-06-06 23:44:13 +02:00
Petr Písař d331a3ce60 Omit optional Test::Pod and Test::NoWarnings tests on bootstrap 2012-06-01 08:57:46 +02:00
Paul Howarth d18ae80e6c Update to 2.052
- New upstream release 2.052
  - IO::Compress::Zip: force a ZIP64 archive when it contains ≥ 0xFFFF entries
  - Fix typo in POD (CPAN RT#76130)
- Don't need to remove empty directories from buildroot
2012-04-29 19:18:57 +01:00
Paul Howarth 0c79f175e7 Update to 2.049
- New upstream release 2.049
  - IO::Compress::Zip:
    - Error in t/cz-03zlib-v1.t that caused warnings with 5.15 (Perl RT#110736)
2012-02-18 22:41:06 +00:00
Paul Howarth 1038f7204c Update to 2.048
- New upstream release 2.048
  - Set minimum Perl version to 5.6
  - Set minimum zlib version to 1.2.0
  - IO::Compress::Zip:
    - In one-shot zip, set the Text Flag if "-T" thinks the file is a text file
    - In one-shot mode, wrote mod time and access time in wrong order in the
      "UT" extended field
  - IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4
    (CPAN RT#74503)
- Resync Compress::Raw::* dependency versions
- Add buildreqs for core perl modules, which might be dual-lived
- Don't use macros for commands
2012-01-29 21:53:55 +00:00
Paul Howarth a14660a72b Fedora 17 mass rebuild 2012-01-10 17:57:35 +00:00
Paul Howarth dda82fbb72 Update to 2.046
- New upstream release 2.046
  - Minor update to bin/zipdetails
  - Typo in name of IO::Compress::FAQ.pod
  - IO::Uncompress::Unzip:
    - Example for walking a zip file used eof to control the outer loop; this
      is wrong
  - IO::Compress::Zip:
    - Change default for CanonicalName to false (CPAN RT#72974)
- Freeze Compress::Raw::* dependency versions until next synchronized release
2011-12-19 10:41:32 +00:00
Paul Howarth 03dee1f5fd Update to 2.045 (restructured IO::Compress::FAQ.pod) 2011-12-05 09:19:34 +00:00
Paul Howarth b99f77c8c0 Update to 2.044
- New upstream release 2.044
  - Moved FAQ.pod under the lib directory so it can get installed
  - Added bin/zipdetails
  - In IO::Compress::Zip, in one-shot mode, enable Zip64 mode if the input
    file/buffer ≥ 0xFFFFFFFF bytes
  - Update IO::Compress::FAQ
2011-12-04 12:53:16 +00:00
Paul Howarth 00cd5012af Update to 2.043
- New upstream release 2.043
  - IO::Compress::Base:
    - Fixed issue that with handling of Zip files with two (or more) entries
      that were STORED; symptom is the first is uncompressed ok but the next
      will terminate early if the size of the file is greater than BlockSize
      (CPAN RT#72548)
2011-11-21 10:25:10 +00:00
Paul Howarth 3a9ffa175a Update to 2.042
- New upstream release 2.042
  - IO::Compress::Zip:
    - Added exUnixN option to allow creation of the "ux" extra field, which
      allows 32-bit UID/GID to be stored
    - In one-shot mode use exUnixN rather than exUnix2 for the UID/GID
  - IO::Compress::Zlib::Extra::parseExtraField:
    - Fixed bad test for length of ID field (CPAN RT#72329, CPAN RT#72505)
2011-11-18 09:55:34 +00:00
Paul Howarth d937e1faa9 Update to 2.040
- New upstream release 2.040
  - IO::Compress::Zip:
    - Added CanonicalName option (note this option is set to true by default)
    - Added FilterName option
    - ExtAttr now populates MSDOS attributes
  - IO::Uncompress::Base:
    - Fixed issue where setting $\ would corrupt the uncompressed data
  - t/050interop-*.t:
    - Handle case when external command contains a whitespace (CPAN RT#71335)
  - t/105oneshot-zip-only.t:
    - CanonicalName test failure on Windows (CPAN RT#68926)
2011-10-29 10:11:54 +01:00
Paul Howarth cbdc31f95a Perl mass rebuild 2011-06-22 11:18:32 +01:00
Paul Howarth d4a3aaa4f6 Update to 2.037 (support streamed stored content in IO::Uncompress::Unzip) 2011-06-22 09:58:34 +01:00
Marcela Mašláňová 97413c065a Perl mass rebuild 2011-06-20 17:04:15 +02:00
Petr Sabata 7c4d2c0c76 2.036 bump 2011-06-20 14:25:15 +02:00
Paul Howarth 4b7aee7863 Update to 2.035 (fix test failure on Windows - CPAN RT#67931) 2011-05-07 16:40:16 +01:00
Petr Sabata 78f2ca0e88 2.034 bump, some cleanup, fixing requirements 2011-05-03 16:35:14 +02:00
Dennis Gilmore 1e63fe1af9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 19:24:37 -06:00
Paul Howarth 6460ec9104 Update to 2.033
- New upstream release 2.033
  - Fixed typos and spelling errors (Perl RT#81816)
- Use more explicit %files list
- Simplify inclusion of IO::Compress::FAQ
- Drop redundant explicit requires of Compress::Raw::{Bzip2,Zlib}
- Drop installdirs patch, not needed with perl 5.12
- Default installdirs are perl, so no need to specify it explicitly
- Make %summary less generic
2011-01-13 10:20:17 +00:00
Petr Písař c5d1fef777 2.032 bump 2011-01-07 15:55:29 +01:00
Marcela Mašláňová af7371b1b5 - 661697 rebuild for fixing problems with vendorach/lib 2010-12-17 09:53:33 +01:00
Paul Howarth bcc8e8ea58 Conditionalize long-running tests
Turn long-running tests back on and support build --without long_tests
to skip them
2010-09-21 11:16:48 +01:00
Marcela Mašláňová 0b4ad00103 - Install IO::Compress::FAQ into usual POD and man dirs. 2010-09-20 18:19:56 +02:00
Petr Sabata fc723a2fd3 - 2.030 version bump 2010-07-26 12:26:43 +00:00
Marcela Mašláňová 93153e3c1c - update 2010-05-11 06:23:14 +00:00