Bump to expat 2.2.5 92/170292/2 sandbox/dh0128.kwak/expat_2.2.5 accepted/tizen/5.0/base/20181101.090548 accepted/tizen/base/20180223.183410 submit/tizen_5.0_base/20181101.000001 submit/tizen_base/20180219.050235
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 19 Feb 2018 01:55:07 +0000 (10:55 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 19 Feb 2018 01:59:33 +0000 (10:59 +0900)
[Model] All
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] version upgrade
[Cause & Measure] expat 2.2.4 to 2.2.5
[Checking Method] expat unit test

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: Ie28ef208a5337d351bf81f87b78c02507f6af71e
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
lib/expat_external.h
packaging/expat.spec

index 2011837..629483a 100644 (file)
 #endif  /* not defined XML_STATIC */
 
 #if !defined(XMLIMPORT) && defined(__GNUC__) && (__GNUC__ >= 4)
-#define XMLIMPORT __attribute__ ((visibility ("default")))
+# define XMLIMPORT __attribute__ ((visibility ("default")))
 #endif
 
 /* If we didn't define it above, define it away: */
 #ifndef XMLIMPORT
-#define XMLIMPORT
+# define XMLIMPORT
 #endif
 
 #if defined(__GNUC__) && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96))
-#define XML_ATTR_MALLOC __attribute__((__malloc__))
+# define XML_ATTR_MALLOC __attribute__((__malloc__))
 #else
-#define XML_ATTR_MALLOC
+# define XML_ATTR_MALLOC
 #endif
 
 #if defined(__GNUC__) && ((__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))
-#define XML_ATTR_ALLOC_SIZE(x)  __attribute__((__alloc_size__(x)))
+# define XML_ATTR_ALLOC_SIZE(x)  __attribute__((__alloc_size__(x)))
 #else
-#define XML_ATTR_ALLOC_SIZE(x)
+# define XML_ATTR_ALLOC_SIZE(x)
 #endif
 
 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL
index 6cfcd56..0b1f1c5 100644 (file)
@@ -1,11 +1,5 @@
-
-%if "%{run_tests}" == "1"
-    # check is defined off at .rpmmacros file.
-    %define check %%check
-%endif
-
 Name:           expat
-Version:        2.2.4
+Version:        2.2.5
 Release:        0
 Url:            http://expat.sourceforge.net/
 Summary:        XML Parser Toolkit