forked from pool/perl-File-Unpack
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
edd58330df
commit
a27d871980
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14b32af74911d408e6fc73471aaf89ddfeae3dc8f6c7abff07cc414cbb5e96f0
|
||||
size 359908
|
||||
3
File-Unpack-0.69.tar.gz
Normal file
3
File-Unpack-0.69.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6bfa437616fbba9e0406cce1561bac97b8803a5f84bf22007273000d81d8c7b
|
||||
size 362224
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user