SHA256
1
0
forked from pool/xrdb

Accepting request 198764 from home:Zaitor:branches:X11:XOrg

Update to ver 1.1.0

OBS-URL: https://build.opensuse.org/request/show/198764
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xrdb?expand=0&rev=4
This commit is contained in:
2013-09-13 10:19:12 +00:00
committed by Git OBS Bridge
parent 9cebd16c47
commit 957ea6e954
4 changed files with 36 additions and 8 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Sep 12 19:26:22 UTC 2013 - zaitor@opensuse.org
- Update to version 1.1.0:
+ Add -version flag to print package version string from
autoconf.
+ Only add -P flag if using cpp as our preprocessor (fdo#34546).
+ Predefined cpp macros can produce unexpected results
(fdo#3413).
+ Rename args to several functions to not shadow global
variables.
+ Mark fatal() & Syntax() with printf & noreturn attributes.
+ Strip trailing whitespace.
+ Remove unnecessary casts from malloc & realloc calls.
+ Fix many const pointer warnings.
+ Ensure we don't read out of ClassName array bounds for unknown
visual type (deb#488535).
+ Clarify .Xresources vs. .Xdefaults in man page (deb#649187).
+ Allow the CPP macro to contain preprocessors with command line
options (v2).
+ Usage: In usage message print preprocessor that's actually
chosen.
+ Fix build with WIN32 defined, but PATHETICCPP not defined.
+ Tokenize #define names in the PATHETICCPP case too.
- Add pkgconfig(xproto) BuildRequires, new dependency.
-------------------------------------------------------------------
Sat Apr 14 15:55:03 UTC 2012 - dimstar@opensuse.org