From c8f500ea387f0cbe5c43efdab88bc248e5a84ac5306523d3c9b8321885bbff43 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Wed, 6 Apr 2011 18:02:36 +0000 Subject: [PATCH] - 0.39 Try /._\d?/ name suffixes on collisions to avoid _fu_* directories if possible. Added _chmod_add() to help creating readable files and executable directories. Raised default maxfilesize from 100M to 2.5G, honors FILE_UNPACK_MAXFILESIZE too. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Unpack?expand=0&rev=23 --- File-Unpack-0.38.tar.bz2 | 3 --- File-Unpack-0.39.tar.bz2 | 3 +++ perl-File-Unpack.changes | 7 +++++++ perl-File-Unpack.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 File-Unpack-0.38.tar.bz2 create mode 100644 File-Unpack-0.39.tar.bz2 diff --git a/File-Unpack-0.38.tar.bz2 b/File-Unpack-0.38.tar.bz2 deleted file mode 100644 index 0c5a6cf..0000000 --- a/File-Unpack-0.38.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2ec0f69910f17309d648bfd68b73da5431f1c2a4c9bda2d5fa3974bbd3b2557 -size 64331 diff --git a/File-Unpack-0.39.tar.bz2 b/File-Unpack-0.39.tar.bz2 new file mode 100644 index 0000000..1a53853 --- /dev/null +++ b/File-Unpack-0.39.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75515b330889992beb36a8bc64a563dbda1f136afab7cb751bbe1dec1e758e50 +size 64748 diff --git a/perl-File-Unpack.changes b/perl-File-Unpack.changes index 4d2c92c..241d340 100644 --- a/perl-File-Unpack.changes +++ b/perl-File-Unpack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 6 18:01:26 UTC 2011 - jw@novell.com + +- 0.39 Try /._\d?/ name suffixes on collisions to avoid _fu_* directories if possible. + Added _chmod_add() to help creating readable files and executable directories. + Raised default maxfilesize from 100M to 2.5G, honors FILE_UNPACK_MAXFILESIZE too. + ------------------------------------------------------------------- Thu Mar 31 23:15:27 UTC 2011 - jw@novell.com diff --git a/perl-File-Unpack.spec b/perl-File-Unpack.spec index b48e928..62fb8a5 100644 --- a/perl-File-Unpack.spec +++ b/perl-File-Unpack.spec @@ -11,7 +11,7 @@ # norootforbuild Name: perl-File-Unpack -Version: 0.38 +Version: 0.39 Release: 0%{?dist} License: GPL+ or Artistic Group: Development/Libraries/Perl