[Lsb-messages] /var/www/bzr/lsb/devel/build_env r1924: CAIRO_VERSION_STRING also is a version constant with two versions (bug 2082)

Mats Wichmann mats at linuxfoundation.org
Tue Mar 20 12:45:03 UTC 2012


------------------------------------------------------------
revno: 1924
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Tue 2012-03-20 06:45:03 -0600
message:
  CAIRO_VERSION_STRING also is a version constant with two versions (bug 2082)
modified:
  headers/All/4.0/cairo/cairo-features.h.defs
  headers/cairo/cairo-features.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/All/4.0/cairo/cairo-features.h.defs'
--- a/headers/All/4.0/cairo/cairo-features.h.defs	2012-03-19 10:17:20 +0000
+++ b/headers/All/4.0/cairo/cairo-features.h.defs	2012-03-20 12:45:03 +0000
@@ -1,5 +1,5 @@
 
-#define CAIRO_VERSION_STRING	"1.2.4"
+#define CAIRO_VERSION_STRING	"1.0.2"
 #define CAIRO_VERSION_MINOR	0
 #define CAIRO_HAS_FT_FONT	1
 #define CAIRO_HAS_GLITZ_SURFACE	1

=== modified file 'headers/cairo/cairo-features.h'
--- a/headers/cairo/cairo-features.h	2012-03-19 10:17:20 +0000
+++ b/headers/cairo/cairo-features.h	2012-03-20 12:45:03 +0000
@@ -15,7 +15,7 @@
 #define CAIRO_HAS_XLIB_SURFACE	1
 #define CAIRO_VERSION_MAJOR	1
 #if __LSB_VERSION__ < 41
-#define CAIRO_VERSION_STRING	"1.2.4"
+#define CAIRO_VERSION_STRING	"1.0.2"
 #define CAIRO_VERSION_MINOR	0
 #define CAIRO_HAS_GLITZ_SURFACE	1
 #define CAIRO_VERSION_MICRO	2

=== modified file 'package/Makefile'
--- a/package/Makefile	2012-03-19 20:43:46 +0000
+++ b/package/Makefile	2012-03-20 12:45:03 +0000
@@ -13,7 +13,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=5
+RPM_PACKAGE_RELEASE=6
 
 # Derive date string for daily snapshots
 ISO_DATE:=$(shell date +"%Y%m%d")



More information about the lsb-messages mailing list