Browse code

mpc: Update to latest version

Change-Id: Ia987a0f1a7d79c0377f64e1d276aa7f8a0fb3d29
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5646
Reviewed-by: Sharath George
Tested-by: Sharath George

Srivatsa S. Bhat authored on 2018/09/11 15:48:00
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Library for the arithmetic of complex numbers
2 2
 Name:		mpc
3
-Version:	1.0.3
4
-Release:	3%{?dist}
3
+Version:	1.1.0
4
+Release:	1%{?dist}
5 5
 License:	LGPLv3+
6 6
 URL:		http://www.multiprecision.org
7 7
 Group:		Applications/System
... ...
@@ -9,18 +9,22 @@ Vendor:		VMware, Inc.
9 9
 Distribution:   Photon
10 10
 Source0:	http://www.multiprecision.org/mpc/download/%{name}-%{version}.tar.gz
11 11
 Requires:	gmp
12
-%define sha1 mpc=b8be66396c726fdc36ebb0f692ed8a8cca3bcc66
12
+%define sha1 mpc=b019d9e1d27ec5fb99497159d43a3164995de2d0
13
+
13 14
 %description
14 15
 The MPC package contains a library for the arithmetic of complex
15 16
 numbers with arbitrarily high precision and correct rounding of
16 17
 the result.
18
+
17 19
 %prep
18 20
 %setup -q
21
+
19 22
 %build
20 23
 ./configure \
21 24
 	--prefix=%{_prefix} \
22 25
 	--disable-silent-rules
23 26
 make %{?_smp_mflags}
27
+
24 28
 %install
25 29
 make DESTDIR=%{buildroot} install
26 30
 find %{buildroot}%{_libdir} -name '*.la' -delete
... ...
@@ -31,18 +35,22 @@ make %{?_smp_mflags} check
31 31
 
32 32
 %post	-p /sbin/ldconfig
33 33
 %postun	-p /sbin/ldconfig
34
+
34 35
 %files
35 36
 %defattr(-,root,root)
36 37
 %{_includedir}/*
37 38
 %{_libdir}/*.a
38 39
 %{_libdir}/*.so
39 40
 %{_libdir}/*.so.*
41
+
40 42
 %changelog
41
-*       Mon Oct 03 2016 ChangLee <changLee@vmware.com> 1.0.3-3
42
--       Modified check
43
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.3-2
44
--	GA - Bump release of all rpms
45
-*       Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com>  1.0.3-1
46
--       Update version.
47
-*	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 1.0.2-1
48
--	Initial build. First version
43
+*   Mon Sep 10 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 1.1.0-1
44
+-   Update to version 1.1.0
45
+*   Mon Oct 03 2016 ChangLee <changLee@vmware.com> 1.0.3-3
46
+-   Modified check
47
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.3-2
48
+-   GA - Bump release of all rpms
49
+*   Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com>  1.0.3-1
50
+-   Update version.
51
+*   Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 1.0.2-1
52
+-   Initial build. First version