Commit Graph

29 Commits

Author SHA256 Message Date
Ana Guerrero
cbc70fe869 Accepting request 1170659 from Archiving
- Add patch:
  * https://github.com/dscharrer/innoextract/pull/169
    Fix build when using boost >= 1.85
  * 169.patch

OBS-URL: https://build.opensuse.org/request/show/1170659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=12
2024-04-30 15:26:37 +00:00
Martin Pluskal
2f400aa662 OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=31 2024-04-29 06:18:44 +00:00
Martin Pluskal
a9b1e16349 Accepting request 1170623 from home:mnhauke
- Add patch:
  * https://github.com/dscharrer/innoextract/pull/169
    Fix build when using boost >= 1.85

OBS-URL: https://build.opensuse.org/request/show/1170623
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=30
2024-04-29 06:16:29 +00:00
Dominique Leuenberger
874ff0f74b Accepting request 825720 from Archiving
OBS-URL: https://build.opensuse.org/request/show/825720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=11
2020-08-12 08:28:31 +00:00
Martin Pluskal
637d6d04f9 Accepting request 825383 from home:mnhauke
- Update to version 1.9
  * Added preliminary support for Inno Setup 6.1.0.
  * Added support for a modified Inno Setup 5.4.2 variant.
  * Fixed output directory being created for unsupported
    installers.
  * Fixed some safe non-ASCII characters being stripped
    from filenames.
  * Fixed handling of path separators in Japanese and
    Korean installers.
  * Fixed build with newer Boost versions
- Drop patches (included upstream):
  * 0002-CMake-Remove-library-link-checks.patch
  * 0005-CMake-Remove-automatic-re-check-of-libraries.patch

OBS-URL: https://build.opensuse.org/request/show/825383
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=28
2020-08-11 08:30:51 +00:00
Dominique Leuenberger
d9ad1199eb Accepting request 735824 from Archiving
OBS-URL: https://build.opensuse.org/request/show/735824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=10
2019-10-08 17:57:34 +00:00
Martin Pluskal
a23d11ac4d Accepting request 735357 from home:mnhauke
- Add patches: (needed to fix builds for Factory)
  * 0002-CMake-Remove-library-link-checks.patch
  * 0005-CMake-Remove-automatic-re-check-of-libraries.patch

OBS-URL: https://build.opensuse.org/request/show/735357
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=26
2019-10-07 12:05:32 +00:00
Yuchen Lin
fa626051c2 Accepting request 731488 from Archiving
OBS-URL: https://build.opensuse.org/request/show/731488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=9
2019-09-17 11:40:00 +00:00
Martin Pluskal
a3546f22a5 Accepting request 731352 from home:mnhauke
- Udpate to version 1.8
  * Added support for:
    + Inno Setup 6.0.0 installers
    + pre-release Inno Setup 5.6.2 installers used by GOG
    + two modified Inno Setup 5.5.7 variants
    + Inno Setup 1.3.0 to 1.3.23
    + My Inno Setup Extensions installers older than 3.0.6.1
    + modified Inno Setup variants using an alternative setup loader
      magic
    + automatically reading external setup.0 files
  * Encoding for non-Unicode installers is now determined from the
    languages supported by the installer, overridable using the
    --codepage option
  * Implemented parsing of GOG Galaxy architecture constraints
  * Fixed extracting files from slices larger than 2 GiB with
    32-bit builds
  * Fixed output path for files with absolute paths
    (canonicalization now strips all unsafe characters)
  * Fixed output directory being created even when not extracting
    files
  * Fixed a hang when using the --language option
  * Improved checksum verification for files reconstructed from
    GOG Galaxy file parts
  * Changed header parsing to select the first version without
    warnings and failing that the first without errors
  * Changed filesystem and output encoding to WTF-8 (extended UTF-8)
    to represent broken UTF-16 data

OBS-URL: https://build.opensuse.org/request/show/731352
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=24
2019-09-17 10:52:37 +00:00
Dominique Leuenberger
d1fc9cf5a4 Accepting request 692895 from Archiving
OBS-URL: https://build.opensuse.org/request/show/692895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=8
2019-04-11 06:49:05 +00:00
Martin Pluskal
23fc5c3765 Accepting request 692506 from home:cgiboudeaux:branches:Archiving
- Add the missing libboost_system-devel dependency.

OBS-URL: https://build.opensuse.org/request/show/692506
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=22
2019-04-10 09:06:15 +00:00
Dominique Leuenberger
0a4ea9e8c5 Accepting request 631245 from Archiving
- Be more explicit about requirements

- 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

OBS-URL: https://build.opensuse.org/request/show/631245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=7
2018-08-24 15:13:09 +00:00
Martin Pluskal
91c04f869f - Be more explicit about requirements
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=20
2018-08-24 07:42:54 +00:00
Martin Pluskal
149c9cd851 Accepting request 631144 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/631144
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=19
2018-08-24 07:25:15 +00:00
Dominique Leuenberger
572534be23 Accepting request 586689 from Archiving
- Drop support for Building on Leap-42
- Modernise spec file with spec-clener
- Use more of cmake macros
- Trim unused build dependency on doxygen

OBS-URL: https://build.opensuse.org/request/show/586689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=6
2018-03-20 20:58:24 +00:00
Martin Pluskal
e4f3338d4b - Drop support for Building on Leap-42
- Modernise spec file with spec-clener
- Use more of cmake macros
- Trim unused build dependency on doxygen

OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=17
2018-03-14 08:53:39 +00:00
Dominique Leuenberger
dc8ad9f658 Accepting request 453803 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/453803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=5
2017-02-03 15:27:48 +00:00
Martin Pluskal
47172e52d3 Accepting request 453798 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/request/show/453798
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=15
2017-02-01 11:35:39 +00:00
Dominique Leuenberger
1fc9947821 Accepting request 379563 from Archiving
- Update to 1.6
  * Added support for Inno Setup 5.5.7 (and 5.5.8) installers
  * Added a --collisions=rename-all option
  * Fixed issues with the --collisions=rename option
  * Unsafe characters in special constant strings (ie : in 
    {code:…}) are now replaced with $
  * Windows: Fixed progress bar flickering while printing extracted
    filenames
  * Windows binaries: Fixed crash on platforms without AVX support
- Drop upstream patch innoextract-cmake.patch

OBS-URL: https://build.opensuse.org/request/show/379563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=4
2016-03-26 14:29:19 +00:00
Martin Pluskal
daf9f883cb - Update to 1.6
* Added support for Inno Setup 5.5.7 (and 5.5.8) installers
  * Added a --collisions=rename-all option
  * Fixed issues with the --collisions=rename option
  * Unsafe characters in special constant strings (ie : in 
    {code:…}) are now replaced with $
  * Windows: Fixed progress bar flickering while printing extracted
    filenames
  * Windows binaries: Fixed crash on platforms without AVX support
- Drop upstream patch innoextract-cmake.patch

OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=13
2016-03-25 08:33:58 +00:00
Dominique Leuenberger
1e491ebcc7 Accepting request 373605 from Archiving
- Fix build with CMake 3.5
  * innoextract-cmake.patch

OBS-URL: https://build.opensuse.org/request/show/373605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=3
2016-03-17 15:35:33 +00:00
Martin Pluskal
e7ed544338 - Fix build with CMake 3.5
* innoextract-cmake.patch

OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=11
2016-03-16 07:59:19 +00:00
Dominique Leuenberger
a7dcf01f42 Accepting request 343918 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/343918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=2
2015-11-12 18:41:30 +00:00
Martin Pluskal
16390fff67 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
2015-11-11 19:23:29 +00:00
Dominique Leuenberger
6a18a848f1 Accepting request 295481 from Archiving
New package

OBS-URL: https://build.opensuse.org/request/show/295481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/innoextract?expand=0&rev=1
2015-04-13 18:30:35 +00:00
Martin Pluskal
92ea3a58df Accepting request 295480 from home:pluskalm:branches:Archiving
- Cleanup spec file with spec-cleaner
- Remove workarounds for unsupported releases
- Use %cmake macros
- Update dependencies

OBS-URL: https://build.opensuse.org/request/show/295480
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=4
2015-04-12 11:21:32 +00:00
Pascal Bleser
50b52b3d56 1.4
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=3
2013-04-08 21:11:34 +00:00
Pascal Bleser
22a64968b8 add workaround for broken xz in Archiving repo
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=2
2012-04-01 21:55:25 +00:00
Pascal Bleser
72f5d3c4af 1.2
OBS-URL: https://build.opensuse.org/package/show/Archiving/innoextract?expand=0&rev=1
2012-04-01 20:53:12 +00:00