forked from pool/bitmap
Accepting request 282138 from home:benoit_monin:branches:X11:XOrg
update to version 1.0.8 OBS-URL: https://build.opensuse.org/request/show/282138 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/bitmap?expand=0&rev=8
This commit is contained in:
parent
7cb0f3a0a3
commit
89b786f79c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ea2823a930ddfe3bfc0c7fbb16a5b463222edf05284c5cdc40a6d3c5c3988af
|
|
||||||
size 169437
|
|
3
bitmap-1.0.8.tar.bz2
Normal file
3
bitmap-1.0.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:806cdeb80f5466ba9121e8cc6c6af82d3e4b32ef1a57bc5a76c15887640ec35d
|
||||||
|
size 177558
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 20 18:47:23 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
- update to version 1.0.8:
|
||||||
|
* Stop memory leak in XmuWriteBitmapDataToFile()
|
||||||
|
* Stop memory leaks from XtNewString(StripFilename(filename))
|
||||||
|
* autogen.sh: Honor NOCONFIGURE=1
|
||||||
|
* configure: Drop AM_MAINTAINER_MODE
|
||||||
|
* Use '& 7' instead '% 8' to silence clang analyzer warning
|
||||||
|
* Demacro modernization of NewSList to plug a memory leak during
|
||||||
|
error handling
|
||||||
|
* Silence -Wbad-function-cast
|
||||||
|
* Avoid shadow declarations
|
||||||
|
* assert to avoid a NULL dereference
|
||||||
|
* Print which option was in error along with usage message
|
||||||
|
* config: replace deprecated use of AC_OUTPUT with
|
||||||
|
AC_CONFIG_FILES
|
||||||
|
* Use table markup in preference to various low-level
|
||||||
|
constructions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 6 11:01:32 UTC 2014 - sndirsch@suse.com
|
Thu Feb 6 11:01:32 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bitmap
|
# spec file for package bitmap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bitmap
|
Name: bitmap
|
||||||
Version: 1.0.7
|
Version: 1.0.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X bitmap editor and converter utilities
|
Summary: X bitmap editor and converter utilities
|
||||||
License: X11
|
License: X11
|
||||||
|
Loading…
Reference in New Issue
Block a user