Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9e6548de2f | |||
| 5fb94d55c9 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63d42eb63fe48198b39344af49949e5e424cc62ce8d722781fdad4a4fa3426e6
|
||||
size 169676
|
||||
3
bitmap-1.1.2.tar.xz
Normal file
3
bitmap-1.1.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c6d2637244c575a9cc65a6b1ee15ced480ef0184821aceeab29650daf323c12
|
||||
size 176040
|
||||
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 17:31:30 UTC 2026 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- update to version 1.1.2
|
||||
* Improve man page formatting
|
||||
* man pages: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
|
||||
* LoseSelection: second argument should be pointer, not raw value
|
||||
* Handle -Wcast-function-type warnings for functions used as XtActionProcs
|
||||
* StripFilename: avoid calling strrchr on NULL filename
|
||||
* Clear 10 of 15 -Wsign-compare warnings from gcc 15.1
|
||||
* Partial Revert of "fix: warning: assignment discards ‘const’ qualifier..."
|
||||
* Partial Revert of "Fix warning: initialization discards ‘const’ qualifier..."
|
||||
* Strip trailing whitespace from source files
|
||||
* gitlab CI: drop the ci-fairy check-mr job
|
||||
* make return obvious
|
||||
* Fix: warning: initialization discards ‘const’ qualifier from pointer target type
|
||||
* fix: warning: assignment discards ‘const’ qualifier from pointer target type
|
||||
* FIX an other const warning
|
||||
* FIX: warning: cast from function call of type ‘double’ to non-matching type ‘short int’
|
||||
* FIX: warning: cast from function call of type ‘double’ to non-matching type ‘short int’
|
||||
* FIX: warning: assignment discards ‘const’ qualifier from pointer target type
|
||||
* Fix: Shadow warning
|
||||
* FIX: const warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 4 20:54:56 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bitmap
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# 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: bitmap
|
||||
Version: 1.1.1
|
||||
Version: 1.1.2
|
||||
Release: 0
|
||||
Summary: X bitmap editor and converter utilities
|
||||
License: X11
|
||||
|
||||
Reference in New Issue
Block a user