update to 5.1.3.
authorJunfeng Dong <junfeng.dong@intel.com>
Mon, 16 Dec 2013 10:52:00 +0000 (18:52 +0800)
committerDongkyun, Son <dongkyun.s@samsung.com>
Fri, 18 Dec 2015 05:11:02 +0000 (14:11 +0900)
Change-Id: I2e3524476cd82d680a5e026a62988d980455d357
Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
packaging/gmp.changes
packaging/gmp.spec

index 5a84e1bcca0f3dc20d1a7de42163d0542866318b..a5f2cb165ba581db4cf019533cb56baf991b0a5b 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Dec 17 2013 Junfeng Dong <junfeng.dong@intel.com> upstream/5.1.3@753c832
+- update to 5.1.3.
+- resetting manifest requested domain to floor
+
 * Sat May 11 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130509.180043@e319f67
 - Set license using %license
 
index f59463ea31122046dad57d6774a9da551d7dbcb5..c3b22ba9f31564ea66c5d5291771ef29404c1cc1 100644 (file)
@@ -1,6 +1,6 @@
 %define keepstatic 1
 Name:           gmp
-Version:        5.0.5
+Version:        5.1.3
 Release:        0
 License:        GPL-3.0+ ; LGPL-3.0+
 Summary:        The GNU MP Library
@@ -107,24 +107,14 @@ make check
 %defattr(-,root,root)
 %{_libdir}/libgmpxx.so.4*
 
-%files -n libmp
-%manifest %{name}.manifest
-%defattr(-,root,root)
-%{_libdir}/libmp.so.3*
-
 %files devel
 %manifest %{name}.manifest
 %defattr(-,root,root)
 %doc AUTHORS README NEWS
 %doc %{_infodir}/gmp.info*.gz
 %{_libdir}/libgmp.a
-%{_libdir}/libmp.a
 %{_libdir}/libgmpxx.a
 %{_libdir}/libgmp.so
 %{_libdir}/libgmpxx.so
-%{_libdir}/libmp.so
 /usr/include/gmp.h
 /usr/include/gmpxx.h
-/usr/include/mp.h
-
-%changelog