Browse code

package-version : Update spdlog

Update the package 'spdlog' to the
latest available release.

Change-Id: Id28e07434d8e92611482498938922971c85cf468
Signed-off-by: srinidhira0 <srinidhir@vmware.com>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6002
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

srinidhira0 authored on 2018/10/26 14:16:19
Showing 1 changed files
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:	Very fast, header only, C++ logging library.
2 2
 Name:		spdlog
3
-Version:	0.13.0
3
+Version:	1.1.0
4 4
 Release:	1%{?dist}
5 5
 License:	MIT
6 6
 URL:		https://github.com/gabime/spdlog
7
-Source0:	%{name}-v%{version}.tar.gz
8
-%define sha1    spdlog=e9968ab555f9f7bb86d6257e98d7a92313a91297
7
+Source0:	%{name}-%{version}.tar.gz
8
+%define sha1    spdlog=9b428a0eb4ace8f4916896dd2b3c021a9dc77f79
9 9
 Group:		Development/Tools
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution: 	Photon
... ...
@@ -34,9 +34,11 @@ make DESTDIR=%{buildroot} install
34 34
 %files
35 35
 %defattr(-,root,root)
36 36
 %{_includedir}/%{name}/*
37
-%{_libdir}/cmake/%{name}/*.cmake
38
-%{_libdir}/pkgconfig/spdlog.pc
37
+%{_lib64dir}/cmake/%{name}/*.cmake
38
+%{_lib64dir}/pkgconfig/spdlog.pc
39 39
 
40 40
 %changelog
41
+*    Fri Sep 21 2018 Srinidhi Rao <srinidhir@vmware.com> 1.1.0-1
42
+-    Updating the version to 1.1.0-1.
41 43
 *    Wed Jul 05 2017 Vinay Kulkarni <kulkarniv@vmware.com> 0.13.0-1
42 44
 -    Initial version of spdlog package for Photon.