Hello community, here is the log from the commit of package innoextract for openSUSE:Factory checked in at 2018-08-24 17:13:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/innoextract (Old) and /work/SRC/openSUSE:Factory/.innoextract.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "innoextract" Fri Aug 24 17:13:09 2018 rev:7 rq:631245 version:1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/innoextract/innoextract.changes 2018-03-20 21:58:53.176865764 +0100 +++ /work/SRC/openSUSE:Factory/.innoextract.new/innoextract.changes 2018-08-24 17:13:53.266769653 +0200 @@ -1,0 +2,21 @@ +Fri Aug 24 07:36:10 UTC 2018 - [email protected] + +- Be more explicit about requirements + +------------------------------------------------------------------- +Thu Aug 23 16:18:33 UTC 2018 - [email protected] + +- Update to version 1.7 + * Added support for Inno Setup 5.6.0 installers + * Added support for new GOG installers with GOG Galaxy file parts + * Added support for encrypted installers + * Added --list-sizes and --list-checksums options to print file + information + * Adde a --data-version (-V) option to check if an executable is + an Inno Setup installer + * Fixed case-sensitivity in parent directory when creating + subdirectories + * Fixed issues with names used to load .bin slice files +- Verify source signature + +------------------------------------------------------------------- Old: ---- innoextract-1.6.tar.gz New: ---- innoextract-1.7.tar.gz innoextract-1.7.tar.gz.sig innoextract.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ innoextract.spec ++++++ --- /var/tmp/diff_new_pack.Bueo7I/_old 2018-08-24 17:13:53.966770488 +0200 +++ /var/tmp/diff_new_pack.Bueo7I/_new 2018-08-24 17:13:53.974770497 +0200 @@ -13,18 +13,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: innoextract -Version: 1.6 +Version: 1.7 Release: 0 Summary: A tool to extract Inno Setup installers under non-windows systems License: Zlib Group: Productivity/Archiving/Backup URL: http://constexpr.org/innoextract/ Source: http://constexpr.org/innoextract/files/%{name}-%{version}.tar.gz +Source1: http://constexpr.org/innoextract/files/%{name}-%{version}.tar.gz.sig +Source2: %{name}.keyring BuildRequires: cmake >= 2.8.0 BuildRequires: gcc-c++ BuildRequires: libboost_date_time-devel @@ -32,8 +34,10 @@ BuildRequires: libboost_iostreams-devel BuildRequires: libboost_program_options-devel BuildRequires: pkgconfig -BuildRequires: python-devel +BuildRequires: python3-base +BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(liblzma) +BuildRequires: pkgconfig(zlib) %description Inno Setup is a tool to create installers for Microsoft Windows ++++++ innoextract-1.6.tar.gz -> innoextract-1.7.tar.gz ++++++ ++++ 6979 lines of diff (skipped)
