packaging: fix glibc_major_version to 2014.11 98/80398/1 accepted/tizen/base/20160805.171145 submit/tizen_base/20160805.015701
authorChan Lee <chan45.lee@samsung.com>
Mon, 18 Jul 2016 01:44:55 +0000 (10:44 +0900)
committerChan Lee <chan45.lee@samsung.com>
Mon, 18 Jul 2016 02:35:23 +0000 (11:35 +0900)
Change-Id: I8bdf479041b49c8dac39cb099c072adeabb2ac29
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
ChangeLog.linaro [new file with mode: 0644]
packaging/linaro-glibc.spec
version.h

diff --git a/ChangeLog.linaro b/ChangeLog.linaro
new file mode 100644 (file)
index 0000000..bf0adc0
--- /dev/null
@@ -0,0 +1,5 @@
+2014-10-22  Will Newton  <will.newton@linaro.org>
+
+       glibc Linaro 2.20-2014.11 released.
+
+       * version.h (VERSION): Update.
index 784477c..11dc83f 100755 (executable)
@@ -64,7 +64,7 @@ Provides:       ld-linux.so.3(GLIBC_2.4)
 %endif
 Version:        2.20
 Release:        0
-%define glibc_major_version 2.20
+%define glibc_major_version 2.20-2014.11
 %define git_id 4e42b5b8f89f
 
 Url:            http://www.gnu.org/software/libc/libc.html
index d7b19ec..ae8b08a 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
 #define RELEASE "stable"
-#define VERSION "2.20"
+#define VERSION "2.20-2014.11"