5 Commits

Author SHA256 Message Date
bf154eef0e Accepting request 1302693 from filesystems
- 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.

OBS-URL: https://build.opensuse.org/request/show/1302693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwmfs?expand=0&rev=9
2025-09-04 15:59:39 +00:00
ecdd340e2b - 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.

OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=21
2025-09-04 08:28:55 +00:00
3b396813db Accepting request 1301904 from filesystems
- add explicit pkgconfig(fuse3) build dependency

- update to version v1.00:
  * build against libfuse3 (bsc#1242088)
  * stability bugfixes

OBS-URL: https://build.opensuse.org/request/show/1301904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwmfs?expand=0&rev=8
2025-08-29 16:37:08 +00:00
bc13ae3ba3 - add explicit pkgconfig(fuse3) build dependency
OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=19
2025-08-29 10:06:47 +00:00
1fc30c721c - update to version v1.00:
* build against libfuse3 (bsc#1242088)
  * stability bugfixes

OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=18
2025-08-29 07:35:25 +00:00
4 changed files with 35 additions and 7 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39780c02105de3319c70a0b393c992b556f3b1f6077690a0a640872693fafcfc
size 743756

View File

@@ -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

View File

@@ -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