- Update to version 1.0.7

* configure: Drop AM_MAINTAINER_MODE
  * autogen.sh: Honor NOCONFIGURE=1
  * Fix type mismatch warnings for loop index variables
  * Include more information in error messages
  * Use asprintf if available, instead of malloc+strcpy+strcat
  * Convert to X.Org standard code style
  * Update README for gitlab migration
  * Add README.md to EXTRA_DIST in Makefile.am
  * Update configure.ac bug URL for gitlab migration
  * autogen.sh: use quoted string variables
  * autogen: add default patch prefix
  * autogen.sh: use exec instead of waiting for configure to finish
  * Fix null pointer dereference on very large images.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcursorgen?expand=0&rev=7
This commit is contained in:
Stefan Dirsch 2019-01-07 13:46:47 +00:00 committed by Git OBS Bridge
parent 3555ecd20b
commit e9bcedb79f
4 changed files with 24 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c
size 124545

3
xcursorgen-1.0.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d
size 128102

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jan 7 13:42:57 UTC 2019 - sndirsch@suse.com
- Update to version 1.0.7
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* Fix type mismatch warnings for loop index variables
* Include more information in error messages
* Use asprintf if available, instead of malloc+strcpy+strcat
* Convert to X.Org standard code style
* Update README for gitlab migration
* Add README.md to EXTRA_DIST in Makefile.am
* Update configure.ac bug URL for gitlab migration
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* autogen.sh: use exec instead of waiting for configure to finish
* Fix null pointer dereference on very large images.
-------------------------------------------------------------------
Wed Jun 4 09:34:00 UTC 2014 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xcursorgen
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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: xcursorgen
Version: 1.0.6
Version: 1.0.7
Release: 0
Summary: Utility to create an X cursor file from a collection of PNG images
License: MIT
@ -48,7 +48,7 @@ make %{?_smp_mflags}
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README
%doc AUTHORS ChangeLog COPYING README.md
%{_bindir}/xcursorgen
%{_mandir}/man1/xcursorgen.1%{?ext_man}