From a27d871980cc49ae0af07a4d1dd211f97c7a6564e8d2afeeea2c36bc2559b042 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Mon, 21 Jul 2014 15:31:08 +0000 Subject: [PATCH] - Added symlinks file_unpack_deep and unpack_deep to exploit the new semantics. - Update to 0.69 - fixed https://github.com/jnweiger/perl-File-Unpack/issues/2 - Semantics change of file_unpack.pl: Default to one_shot unless $0 contains 'deep'. New --deep option to also switch this one. This is a move towards least surprise. No other unpacker has this deep feature. - Fixed builtin helper for application=x-lzip to conform to IPC::Run::run() semantics. - Added an example how to write a mime helper script to the documentation. - Fixed diagnostics in case a helper script fails. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Unpack?expand=0&rev=80 --- File-Unpack-0.66.tar.gz | 3 --- File-Unpack-0.69.tar.gz | 3 +++ perl-File-Unpack.changes | 15 +++++++++++++++ perl-File-Unpack.spec | 5 ++++- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 File-Unpack-0.66.tar.gz create mode 100644 File-Unpack-0.69.tar.gz diff --git a/File-Unpack-0.66.tar.gz b/File-Unpack-0.66.tar.gz deleted file mode 100644 index 22c65b2..0000000 --- a/File-Unpack-0.66.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14b32af74911d408e6fc73471aaf89ddfeae3dc8f6c7abff07cc414cbb5e96f0 -size 359908 diff --git a/File-Unpack-0.69.tar.gz b/File-Unpack-0.69.tar.gz new file mode 100644 index 0000000..20a466a --- /dev/null +++ b/File-Unpack-0.69.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bfa437616fbba9e0406cce1561bac97b8803a5f84bf22007273000d81d8c7b +size 362224 diff --git a/perl-File-Unpack.changes b/perl-File-Unpack.changes index dad5bd0..54b53d6 100644 --- a/perl-File-Unpack.changes +++ b/perl-File-Unpack.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jul 21 15:27:59 UTC 2014 - jw@owncloud.com + +- Added symlinks file_unpack_deep and unpack_deep to exploit the new semantics. + +- Update to 0.69 + - fixed https://github.com/jnweiger/perl-File-Unpack/issues/2 + - Semantics change of file_unpack.pl: + Default to one_shot unless $0 contains 'deep'. New --deep option to also switch this one. + This is a move towards least surprise. No other unpacker has this deep feature. + + - Fixed builtin helper for application=x-lzip to conform to IPC::Run::run() semantics. + - Added an example how to write a mime helper script to the documentation. + - Fixed diagnostics in case a helper script fails. + ------------------------------------------------------------------- Thu Jun 12 12:49:34 UTC 2014 - jnweiger@gmail.com diff --git a/perl-File-Unpack.spec b/perl-File-Unpack.spec index 7f2cbdc..10cc083 100644 --- a/perl-File-Unpack.spec +++ b/perl-File-Unpack.spec @@ -17,7 +17,7 @@ Name: perl-File-Unpack -Version: 0.66 +Version: 0.69 Release: 0%{?dist} Summary: An strong archive file unpacker, based on mime-types License: GPL-1.0+ or Artistic-1.0 @@ -211,6 +211,9 @@ install helper/* $RPM_BUILD_ROOT/usr/share/File-Unpack/helper/ %fdupes $RPM_BUILD_ROOT/usr/share/File-Unpack/ ln -s /usr/bin/file_unpack $RPM_BUILD_ROOT/usr/bin/unpack_file +ln -s /usr/bin/file_unpack $RPM_BUILD_ROOT/usr/bin/unpack_file_deep +ln -s /usr/bin/file_unpack $RPM_BUILD_ROOT/usr/bin/unpack_deep +ln -s /usr/bin/file_unpack $RPM_BUILD_ROOT/usr/bin/file_unpack_deep ## CAUTION: a line beginning with . is a macro-expanded by nroff. # echo .nf > file_unpack.1