Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bb7f7835c9 | |||
| 823ed30483 | |||
| c400377845 | |||
| af765f82f9 |
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.5</param>
|
||||
<param name="revision">44.6</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:eae040f696d6f49a098707a4fdf66ea0e22c459804295155f0c43d54914a6df5
|
||||
size 8196621
|
||||
3
file-roller-44.6.obscpio
Normal file
3
file-roller-44.6.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:581be37d03cd8954c1964c9ff12e3bcfdebc26d9a63a4552a85699c853a75215
|
||||
size 8215053
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 19 10:40:12 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.6:
|
||||
+ LHA: parse lha list output correctly
|
||||
+ RAR: fixed error when the archive contains big files
|
||||
+ 7zip: fixed “follow links” flag
|
||||
+ unarchiver: allow unar to open StuffIt archives
|
||||
+ New Archive: fixed options sensitivity after changing extension
|
||||
+ Extract: make “selected files” sensitive when there is a
|
||||
selection
|
||||
+ One directory is interpreted as single file on compression
|
||||
dialog
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 20:33:05 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
@@ -2156,7 +2171,7 @@ Tue Oct 21 21:15:53 EST 2008 - mboman@suse.de
|
||||
+ Translation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 08:18:08 WST 2008 - mboman@suse.de
|
||||
Wed Oct 1 08:18:08 EST 2008 - mboman@suse.de
|
||||
|
||||
- Update to version 2.24.0:
|
||||
+ bgo#546799: file-roller crashed with SIGSEGV in g_str_hash()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: file-roller
|
||||
version: 44.5
|
||||
mtime: 1739122349
|
||||
commit: 55704072b0c34fb1fb14d30729f089e4140d148a
|
||||
version: 44.6
|
||||
mtime: 1760856604
|
||||
commit: 1edc0e71eb8f5b24d286765ad7eba47b75f23292
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package file-roller
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: file-roller
|
||||
Version: 44.5
|
||||
Version: 44.6
|
||||
Release: 0
|
||||
Summary: An Archive Manager for GNOME
|
||||
License: GPL-2.0-or-later
|
||||
@@ -118,7 +118,7 @@ contained in the archive, and extract files from the archive.
|
||||
%{_datadir}/file-roller/
|
||||
%{_libexecdir}/file-roller/
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/org.gnome.FileRoller.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.FileRoller.metainfo.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.FileRoller.service
|
||||
|
||||
Reference in New Issue
Block a user