Accepting request 1226293 from GNOME:Factory
- Update to version 44.4: + Features: - Added bzip3 support. - File selector: show volumes and allow to mount unmounted volumes. - New archive dialog: allow to use all the possible extensions a mime type supports, and allow to specify a name without extension, which will be concatenated to the selected extension to get the full name. - File selector: save and restore the sort order. - Properties dialog: show an icon, make the headerbar flat. + Bugfixes: - Error opening rar archive in RAR4 format and password protected. - Rar: fixed file list parsing for some encrypted archives. - Fixed error when renaming a file inside an encrypted archive. - Disabled the native appchooser by default. - 'Show destination' sometimes opens the wrong folder. - 'Show destination' sometimes doesn't show anything. - Use the native appchooser only for a single file. - Show flat headerbar in empty state. - Fixed error messages impossible to close. - Fixed segfaults when opening an empty .deb file. - --extract-to keeps asking to create a directory. - Fixed wrong context menu item activation. - Avoid the exit timeout unless file-roller was launched with `--service`. - Error when opening the created archive after saving as 7zip multi-volume. + Updated translations. (forwarded request 1226125 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1226293 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file-roller?expand=0&rev=166
This commit is contained in:
commit
2180ed2720
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/file-roller.git</param>
|
||||
<param name="revision">44.3</param>
|
||||
<param name="revision">44.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da78563a8dd00445d6704e79b1e72315f41f9e226628d954a30e7fb9bca620a4
|
||||
size 8160269
|
3
file-roller-44.4.obscpio
Normal file
3
file-roller-44.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3ed17d2395943433b355fd68c5f222718a475199b405f106fc8fdd9bd4d5765
|
||||
size 8195085
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 20:10:06 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.4:
|
||||
+ Features:
|
||||
- Added bzip3 support.
|
||||
- File selector: show volumes and allow to mount unmounted
|
||||
volumes.
|
||||
- New archive dialog: allow to use all the possible extensions
|
||||
a mime type supports, and allow to specify a name without
|
||||
extension, which will be concatenated to the selected
|
||||
extension to get the full name.
|
||||
- File selector: save and restore the sort order.
|
||||
- Properties dialog: show an icon, make the headerbar flat.
|
||||
+ Bugfixes:
|
||||
- Error opening rar archive in RAR4 format and password
|
||||
protected.
|
||||
- Rar: fixed file list parsing for some encrypted archives.
|
||||
- Fixed error when renaming a file inside an encrypted archive.
|
||||
- Disabled the native appchooser by default.
|
||||
- 'Show destination' sometimes opens the wrong folder.
|
||||
- 'Show destination' sometimes doesn't show anything.
|
||||
- Use the native appchooser only for a single file.
|
||||
- Show flat headerbar in empty state.
|
||||
- Fixed error messages impossible to close.
|
||||
- Fixed segfaults when opening an empty .deb file.
|
||||
- --extract-to keeps asking to create a directory.
|
||||
- Fixed wrong context menu item activation.
|
||||
- Avoid the exit timeout unless file-roller was launched with
|
||||
`--service`.
|
||||
- Error when opening the created archive after saving as 7zip
|
||||
multi-volume.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 11:02:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: file-roller
|
||||
version: 44.3
|
||||
mtime: 1716140802
|
||||
commit: d4f3b970bd7dd07d8f539433628eba10551aa629
|
||||
version: 44.4
|
||||
mtime: 1732478052
|
||||
commit: 3d6c44e7aac7a610da98a9ef95965ea1a2c3a399
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: file-roller
|
||||
Version: 44.3
|
||||
Version: 44.4
|
||||
Release: 0
|
||||
Summary: An Archive Manager for GNOME
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user