Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8d28d6f482 | |||
| 06e29e50ef |
3
xcompmgr-1.1.10.tar.xz
Normal file
3
xcompmgr-1.1.10.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7824f709c4f22432eaea7542ec93384e5dd48f6fcb85c12ff82d721423b0b98f
|
||||
size 133224
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4875b6698672d01eb3a5080bde6eac9a989d486a82226a2d5e23624f1527a6f0
|
||||
size 132676
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user