2 Commits

Author SHA256 Message Date
8d28d6f482 Accepting request 1223829 from X11:XOrg
- Update to version 1.1.10
  * find_fade: declare argument as const
  * Handle realloc() failure
  * Use reallocarray() if it is available
  * Convert sprintf calls to snprintf
  * Use C99 struct initializers
  * Add {} around for loops containing multiple lines of code
  * More variable scope reductions

OBS-URL: https://build.opensuse.org/request/show/1223829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xcompmgr?expand=0&rev=9
2024-11-13 14:29:05 +00:00
06e29e50ef - Update to version 1.1.10
* find_fade: declare argument as const
  * Handle realloc() failure
  * Use reallocarray() if it is available
  * Convert sprintf calls to snprintf
  * Use C99 struct initializers
  * Add {} around for loops containing multiple lines of code
  * More variable scope reductions

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcompmgr?expand=0&rev=11
2024-11-13 04:17:42 +00:00
4 changed files with 17 additions and 5 deletions

3
xcompmgr-1.1.10.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7824f709c4f22432eaea7542ec93384e5dd48f6fcb85c12ff82d721423b0b98f
size 133224

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4875b6698672d01eb3a5080bde6eac9a989d486a82226a2d5e23624f1527a6f0
size 132676

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 13 04:15:06 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.10
* find_fade: declare argument as const
* Handle realloc() failure
* Use reallocarray() if it is available
* Convert sprintf calls to snprintf
* Use C99 struct initializers
* Add {} around for loops containing multiple lines of code
* More variable scope reductions
-------------------------------------------------------------------
Sun Nov 13 20:03:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xcompmgr
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# 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: xcompmgr
Version: 1.1.9
Version: 1.1.10
Release: 0
Summary: Compositing manager for X servers
License: MIT