~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.win32

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-11-12 13:23:16 UTC
  • mfrom: (1.6.5) (63.3.31 sid)
  • Revision ID: package-import@ubuntu.com-20121112132316-1cffyagrjxx8tvmg
Tags: 1.30.1-1
* New upstream bug fix release.
* debian/libpango1.0-0.symbols: Add new symbol from this release.
* Grab a few fixes from upstream (via Ubuntu package, thanks Robert Ancell):
  - 00git_missing_prototype.patch: Add missing method prototype.
  - 00git_memory_leak.patch: Fix memory leak (LP: #837145)
  - 00git_thai_zero_width_spaces.patch: correctly handle zero width spaces
    in Thai (LP: #986008)
* Add debian/tests: Simple compile/link/run autopkg test. Thanks to Rafał
  Cieślak! (LP: #1073637)
* debian/control.in: Set Vcs-* to experimental branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
/* Whether Cairo has Xlib support */
29
29
/* #undef HAVE_CAIRO_XLIB */
30
30
 
 
31
/* Whether CoreText is available on the system */
 
32
/* #undef HAVE_CORE_TEXT */
 
33
 
31
34
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
32
35
   */
33
36
/* #undef HAVE_DIRENT_H */
121
124
#define PACKAGE_NAME "pango"
122
125
 
123
126
/* Define to the full name and version of this package. */
124
 
#define PACKAGE_STRING "pango 1.29.5"
 
127
#define PACKAGE_STRING "pango 1.30.1"
125
128
 
126
129
/* Define to the one symbol short name of this package. */
127
130
#define PACKAGE_TARNAME "pango"
128
131
 
129
132
/* Define to the version of this package. */
130
 
#define PACKAGE_VERSION "1.29.5"
 
133
#define PACKAGE_VERSION "1.30.1"
131
134
 
132
135
/* PANGO binary age */
133
 
#define PANGO_BINARY_AGE 2905
 
136
#define PANGO_BINARY_AGE 3001
134
137
 
135
138
/* PANGO interface age */
136
 
#define PANGO_INTERFACE_AGE 0
 
139
#define PANGO_INTERFACE_AGE 1
137
140
 
138
141
/* PANGO major version */
139
142
#define PANGO_VERSION_MAJOR 1
140
143
 
141
144
/* PANGO micro version */
142
 
#define PANGO_VERSION_MICRO 5
 
145
#define PANGO_VERSION_MICRO 1
143
146
 
144
147
/* PANGO minor version */
145
 
#define PANGO_VERSION_MINOR 29
 
148
#define PANGO_VERSION_MINOR 30
146
149
 
147
150
/* Define to 1 if you have the ANSI C header files. */
148
151
#define STDC_HEADERS 1
151
154
/* #undef USE_LA_MODULES */
152
155
 
153
156
/* Version number of package */
154
 
#define VERSION "1.29.5"
 
157
#define VERSION "1.30.1"
155
158
 
156
159
/* Define to 1 if the X Window System is missing or not being used. */
157
160
#define X_DISPLAY_MISSING 1