Dominique Leuenberger
dd655afbc6
+ 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. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=323
20 lines
716 B
XML
20 lines
716 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<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.4</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<!-- <param name="changesgenerate">enable</param> -->
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|
|
|