Package Release Info

gnome-autoar-0.4.5-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gnome-autoar-gtk-devel

Change Logs

* Mon Mar 03 2025 bjorn.lie@gmail.com
- Split out gtk-devel sub-package. Make the gtk3 dependency
  avoidable (only known consumer is evolution).
* Fri Aug 30 2024 bjorn.lie@gmail.com
- Update to version 0.4.5:
  + mime-types: Add tar variant of bzip2
  + extractor: Fix source string leak
* Fri Mar 17 2023 bjorn.lie@gmail.com
- Update to version 0.4.4:
  + Add application/zstd to supported mime-types.
  + Fix test suite failure with recent GLib version.
  + Add autoar_extractor_set_passphrase function.
* Mon Mar 13 2023 bjorn.lie@gmail.com
- Update to version 0.4.3+9:
  + ci:
  - Drop workaround to remove mount options
  - Explicitiely set the storage driver
  - Use rawhide for the fedora job
  + extractor:
  - Add autoar_extractor_set_passphrase function
  - Fix parameter name in documentation comment
  - Make error codes public
  - Use g_file_info_remove_attribute instead of invalid type
  - Use specific error code when passphrase wasn't provided
  + tests: Skip file size check for directories
- Switch to git checkout via source service.
- Enable test macro again as upstream fixed the issue.
* Fri Mar 10 2023 bjorn.lie@gmail.com
- Temp disable test due to changes in new glib2 2.76.0 release:
  wait for upstream to fix in either glib or in gnome-autoar.
  https://gitlab.gnome.org/GNOME/gnome-autoar/-/issues/44
* Fri Feb 11 2022 bjorn.lie@gmail.com
- Update to version 0.4.3:
  + Prevent NULL dereference when extracting to root.
  + Do not include basename in error messages.
  + Do not request password when encryption is unsupported.
  + Propagate libarchive errors when extraction failed.
* Fri Jan 07 2022 dimstar@opensuse.org
- Update to version 0.4.2:
  + Fix extraction to root directory.
  + Fix extraction of raw format archives.
  + Do not leave read-only directory in the tree after running
    tests.
* Sat Oct 30 2021 bjorn.lie@gmail.com
- Update to version 0.4.1:
  + Fix regression of extraction in symlinked locations.
  + Handle passphrase prompt cancellation to prevent showing error
    dialogs.
  + Downgrade meson dependency to 0.56.0.
- Replace post(un) handling with new ldconfig_scriptlets macro.
- Add check section and meson_test macro, as well as pass
  tests=true to meson, run tests during build.
* Tue Aug 10 2021 bjorn.lie@gmail.com
- Update to version 0.4.0:
  + Port to meson build system.
  + Add support for creation of password-protected archives.
  + Fix extraction of archives with absolute paths.
- Add meson BuildRequires and macros following upstreams port.
- Add gtk-doc BuildRequires and pass gtk_doc=true to meson, needed
  now to build documentation.
- Pass vapi=true to meson, needed to build vala bindings.
* Fri Jul 30 2021 yfjiang@suse.com
- Drop gnome-autoar-CVE-2020-36241.patch on SLE and Leap 15.4:
  fixed upstream.