Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 811e3a02e3 | |||
| 8d796e219b | |||
| dd405b7e26 | |||
| 351d8093a6 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e65aa86650879fcd6c06983164b95409b92724482191f06472c567cbd8cf5ddd
|
|
||||||
size 1295152
|
|
||||||
3
1.4.0.tar.gz
Normal file
3
1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d7b616411992389a4b7f35796109d605f30bc2ceab84d4081d1665254ebbf82
|
||||||
|
size 1307262
|
||||||
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 21 15:47:05 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.4.0:
|
||||||
|
* Updated translations.
|
||||||
|
* Fixed a vulnerability related to trusted locations.
|
||||||
|
* GCC 14 compilation support.
|
||||||
|
* Updated the list of mime types handled by xarchiver.
|
||||||
|
* Removed mime type definitions provided by shared-mime-info.
|
||||||
|
* Terminals in terminals.list are allowed to have no open_arg entry.
|
||||||
|
* Added germinal, kitty, mintty, and alacritty to terminals.list.
|
||||||
|
* Added a setting for the ISO 8601 date format.
|
||||||
|
* Fixed not setting $DISPLAY on Wayland.
|
||||||
|
* Added a setting to open files with a single middle-click.
|
||||||
|
* Fixed various drag and drop bugs with XDirectSave.
|
||||||
|
* Added a missing filter name.
|
||||||
|
* Enabled smooth scrolling.
|
||||||
|
* Fixed background color with GTK3.
|
||||||
|
* Increased the width of the file properties dialog.
|
||||||
|
* Added the MIME type to the file properties dialog.
|
||||||
|
* Source cache is now cleared after data drop.
|
||||||
|
* Corrected check for the stamp file to rebuild the vala code.
|
||||||
|
- Drop upstreamed: fix-gcc14.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 17 09:11:31 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
|
||||||
|
|
||||||
|
- Add patch to support gcc14 -Werror=incompatible-pointer-types
|
||||||
|
fix-gcc14.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 29 16:22:43 UTC 2024 - pgajdos@suse.com
|
Thu Feb 29 16:22:43 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libfm
|
# spec file for package libfm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libfm
|
Name: libfm
|
||||||
Version: 1.3.2
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A glib/gio-based lib used to develop file managers
|
Summary: A glib/gio-based lib used to develop file managers
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
|||||||
Reference in New Issue
Block a user