22 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
c4aa75086e Accepting request 975079 from filesystems
- Update to version v0.91:
  * autotools: only add increased warning flags if --enable-dev is set
  * configure.ac: update to current autotools versions
  * Mutex.cxx: fix invalid stack access in DEBUG_MUTEX case
  * test base: use unpredictable temporary directory for testing
  * test base: try from a list of X11 programs for testing, otherwise fail
  * global: python scripts: adjust coding style to Python PIP
  * ILogger: fix warn() wrapper to return actual m_warn, no m_err

OBS-URL: https://build.opensuse.org/request/show/975079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwmfs?expand=0&rev=7
2022-05-05 21:06:56 +00:00
113ccdc9f3 - Update to version v0.91:
* autotools: only add increased warning flags if --enable-dev is set
  * configure.ac: update to current autotools versions
  * Mutex.cxx: fix invalid stack access in DEBUG_MUTEX case
  * test base: use unpredictable temporary directory for testing
  * test base: try from a list of X11 programs for testing, otherwise fail
  * global: python scripts: adjust coding style to Python PIP
  * ILogger: fix warn() wrapper to return actual m_warn, no m_err

OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=16
2022-05-05 08:01:08 +00:00
c99f7915b0 Accepting request 884612 from filesystems
- Update to version v0.90:
  * feature: add desktops directory containing symlinks to respective windows
  * feature: support wm/desktop_names node which returns the list of known desktop names

OBS-URL: https://build.opensuse.org/request/show/884612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwmfs?expand=0&rev=6
2021-04-12 13:49:38 +00:00
68e45f726f OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=14 2021-04-12 10:05:05 +00:00
de5ec6a7de OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=13 2021-04-12 10:01:59 +00:00
8c6ac5d86c OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=12 2021-04-12 09:59:20 +00:00
ad60bc38d4 - Update to version v0.90:
* feature: add desktops directory containing symlinks to respective windows
  * feature: support wm/desktop_names node which returns the list of known desktop names

OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=11
2021-04-12 08:54:41 +00:00
Richard Brown
e5f1f90b86 Accepting request 876541 from filesystems
- version bump to minor release 0.86:
  - fixes for clang and gcc-10 compilation.

OBS-URL: https://build.opensuse.org/request/show/876541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwmfs?expand=0&rev=5
2021-03-03 17:35:46 +00:00
37cbdd73b3 - version bump to minor release 0.86:
- fixes for clang and gcc-10 compilation.

OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=9
2021-03-03 12:59:16 +00:00
7677660f99 Accepting request 790008 from filesystems
- version bump to minor release 0.84:
  * fixes a possible crash of Xwmfs when programs like ibus are running
    that maintain hidden windows that quickly add/remove X properties. See
    GitHub issue #2 [1].
- removed cxx-one-definition.patch: is now contained in upstream tarball

OBS-URL: https://build.opensuse.org/request/show/790008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwmfs?expand=0&rev=4
2020-03-31 15:16:33 +00:00
dde07a1857 - version bump to minor release 0.84:
* fixes a possible crash of Xwmfs when programs like ibus are running
    that maintain hidden windows that quickly add/remove X properties. See
    GitHub issue #2 [1].
- removed cxx-one-definition.patch: is now contained in upstream tarball

OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=7
2020-03-31 07:46:29 +00:00
792d547a70 Accepting request 716216 from filesystems
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/716216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwmfs?expand=0&rev=3
2019-07-18 13:22:57 +00:00
4353055a6d - cxx-one-definition.patch: temporary patch to fix compiler warning before we
get a fixed version from upstream.

OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=5
2019-07-11 07:55:17 +00:00
4fa1b40f46 Accepting request 705638 from filesystems
- update to minor version 0.83:
    - compatibility with gcc-9 (fixed warning -Wdeprecated-copy)
- update to minor version 0.82:
    - Fixes issues with make check in automated builds.

OBS-URL: https://build.opensuse.org/request/show/705638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwmfs?expand=0&rev=2
2019-05-28 07:42:59 +00:00
c04a93bf74 - update to minor version 0.83:
- compatibility with gcc-9 (fixed warning -Wdeprecated-copy)
- update to minor version 0.82:
    - Fixes issues with make check in automated builds.

OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=3
2019-05-27 10:24:53 +00:00
d56d6845f6 Accepting request 534928 from filesystems
I'd like to add xwmfs to Factory.

OBS-URL: https://build.opensuse.org/request/show/534928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwmfs?expand=0&rev=1
2017-10-23 14:51:54 +00:00
David Sterba
c258d71bf6 Accepting request 534369 from home:mgerstner
I'd like to add the xwmfs X11 fuse file system to Factory.

OBS-URL: https://build.opensuse.org/request/show/534369
OBS-URL: https://build.opensuse.org/package/show/filesystems/xwmfs?expand=0&rev=1
2017-10-17 12:57:25 +00:00