From 16390fff671bae0b0f57323acee37ef592806202ee020d924eb98131229fae19 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 11 Nov 2015 19:23:29 +0000 Subject: [PATCH] Accepting request 343914 from home:posophe:branches:Archiving update OBS-URL: https://build.opensuse.org/request/show/343914 OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=6 --- 1.4.tar.gz | 3 --- innoextract-1.5.tar.gz | 3 +++ innoextract.changes | 40 ++++++++++++++++++++++++++++++++++++++++ innoextract.spec | 10 +++++----- 4 files changed, 48 insertions(+), 8 deletions(-) delete mode 100644 1.4.tar.gz create mode 100644 innoextract-1.5.tar.gz diff --git a/1.4.tar.gz b/1.4.tar.gz deleted file mode 100644 index b2fb055..0000000 --- a/1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f7eabd5e2f138c9739ac0df457b0f81548ed021068b2b1ec640584747887f52 -size 149505 diff --git a/innoextract-1.5.tar.gz b/innoextract-1.5.tar.gz new file mode 100644 index 0000000..1d94e5d --- /dev/null +++ b/innoextract-1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2594e992ccf2859455475794803b29a67393fadb69d4df1eec34c451ffa48cf +size 179582 diff --git a/innoextract.changes b/innoextract.changes index 46d00a6..0b2e0b0 100644 --- a/innoextract.changes +++ b/innoextract.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Wed Nov 11 19:11:41 UTC 2015 - p.drouand@gmail.com + +- Update to version 1.5 + * Added support for Inno Setup 5.5.6 installers + * Added support for a modified Inno Setup 5.5.0 variant + * Added support for building without iconv (Windows-1252 and + UTF-16LE only) + * Added warnings for .bin files that are not part of the installer + * Added a simple --include (-I) option to filter files + * Added a --list-languages option to list available languages + * Added a --exclude-temp (-m) option to not extract temporary files + * Added a --language-only option to skip language-independent files + * Added a --collisions option to abort or rename files on collision + * Added a --default-language option to prefer a language in case of + file collisions + * Added a --gog-game-id option to print the GOG.com game ID for + Galaxy-ready installers + * Added a --gog (-g) option to extract additional .bin files using + unrar or unar + * Fixed handling of spaces in the --data-dir option + * Fixed an infinite loop with truncated LZMA streams + * Fixed handling of forward slashes in stored file paths + * Fixed size display for powers of 1024 + * Fixed loading headers if there are encrypted chunks + * Fixed file collisions not being handled case-insensitively + * Files will now be extracted into the same directory even if the + stored case differs + * Empty directories are now created correctly when extracting + * Skipped files in encrypted chunks are now listed individually + * Temporary files are now marked in file listings + * Error summary is now written to stderr when using --quiet + * Colors are now only enabled automatically if $TERM is set to + something other than "dumb" + * Improved error and warning messages + * Build system improvements + * Debug output can now be enabled separately from debug builds +- Use official project site as Url +- Use official tarball provided by upstream + ------------------------------------------------------------------- Sun Apr 12 11:18:14 UTC 2015 - mpluskal@suse.com diff --git a/innoextract.spec b/innoextract.spec index 825b2c5..19752ac 100644 --- a/innoextract.spec +++ b/innoextract.spec @@ -18,19 +18,19 @@ Name: innoextract -Version: 1.4 +Version: 1.5 Release: 0 Summary: A tool to extract Inno Setup installers under non-windows systems License: Zlib Group: Productivity/Archiving/Backup -Url: https://github.com/dscharrer/InnoExtract/ -Source: https://github.com/dscharrer/innoextract/archive/%{version}.tar.gz +Url: http://constexpr.org/innoextract/ +Source: http://constexpr.org/innoextract/files/%{name}-%{version}.tar.gz BuildRequires: boost-devel BuildRequires: cmake >= 2.8.0 BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: pkg-config -BuildRequires: python +BuildRequires: python-devel BuildRequires: pkgconfig(liblzma) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -54,6 +54,6 @@ make %{?_smp_mflags} %defattr(-,root,root) %doc CHANGELOG LICENSE README.md %{_bindir}/innoextract -%doc %{_mandir}/man1/innoextract.1* +%{_mandir}/man1/innoextract.1* %changelog