SHA256
1
0
forked from pool/xrdb

- Update to version 1.1.1

* configure: Drop AM_MAINTAINER_MODE
  * autogen.sh: Honor NOCONFIGURE=1
  * configure: add more m4 quoting to quiet autoconf complaints
  * Remove unused macro RESOURCE_PROPERTY_NAME
  * Clean up sign/size conversion warnings from clang
  * Stop casting free() arguments to (char *)
  * unifdef -U__UNIXOS2__
  * Print which option was in error along with usage message
  * Use SEEK_* names instead of raw numbers for fseek whence argument
  * Reformat code to X.Org standard coding style
  * Fix "editting" typo in comment
  * Use reallocarray() for array allocations & resizing
  * autogen.sh: use quoted string variables
  * autogen: add default patch prefix
  * autogen.sh: use exec instead of waiting for configure to finish

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xrdb?expand=0&rev=7
This commit is contained in:
2018-04-04 16:33:20 +00:00
committed by Git OBS Bridge
parent d2aa239d72
commit bb3970263a
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Apr 4 16:31:31 UTC 2018 - sndirsch@suse.com
- Update to version 1.1.1
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* configure: add more m4 quoting to quiet autoconf complaints
* Remove unused macro RESOURCE_PROPERTY_NAME
* Clean up sign/size conversion warnings from clang
* Stop casting free() arguments to (char *)
* unifdef -U__UNIXOS2__
* Print which option was in error along with usage message
* Use SEEK_* names instead of raw numbers for fseek whence argument
* Reformat code to X.Org standard coding style
* Fix "editting" typo in comment
* Use reallocarray() for array allocations & resizing
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* autogen.sh: use exec instead of waiting for configure to finish
-------------------------------------------------------------------
Thu Sep 12 19:26:22 UTC 2013 - zaitor@opensuse.org