Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bf154eef0e | |||
| ecdd340e2b | |||
| 3b396813db | |||
| bc13ae3ba3 | |||
| 1fc30c721c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe0ded0bec4d6c70ac77788b252874dbed45036501def0846e622851e427b6f1
|
||||
size 205380
|
||||
3
xwmfs-1.10-dist.tar.gz
Normal file
3
xwmfs-1.10-dist.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39780c02105de3319c70a0b393c992b556f3b1f6077690a0a640872693fafcfc
|
||||
size 743756
|
||||
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 4 08:28:02 UTC 2025 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
- update to version v1.10:
|
||||
* fix bad stat (size) information for directories, issue was
|
||||
introduced in version 1.00.
|
||||
* major refactoring of the codebase based on newly introduced
|
||||
libcosmos and libxpp Git sub-modules:
|
||||
* this should not cause much user visible changes.
|
||||
* switch to C++20.
|
||||
* adjusted coding style to the one found in libcosmos.
|
||||
* improved spelling in comments and type names.
|
||||
* use strong types from libcosmos and libxpp to increase robustness.
|
||||
* drop redundant xwmfs code portions no longer needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 10:06:16 UTC 2025 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
- add explicit pkgconfig(fuse3) build dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 14:06:31 UTC 2025 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
- update to version v1.00:
|
||||
* build against libfuse3 (bsc#1242088)
|
||||
* stability bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 05 07:53:47 UTC 2022 - matthias.gerstner@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xwmfs
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,11 +19,12 @@
|
||||
Name: xwmfs
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: fuse-devel
|
||||
BuildRequires: fuse3-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libX11-devel
|
||||
Requires: fuse
|
||||
Version: 0.91
|
||||
BuildRequires: pkgconfig(fuse3)
|
||||
Requires: fuse3
|
||||
Version: 1.10
|
||||
Release: 0
|
||||
URL: https://github.com/gerstner-hub/xwmfs
|
||||
Summary: A file system for accessing X server and window manager features
|
||||
|
||||
Reference in New Issue
Block a user