Updated to version 1.3.1.

This commit is contained in:
Vitaly Zaitsev 2019-01-20 10:40:42 +01:00
parent 4adf8cf9d2
commit 561e1d232f
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

View File

@ -2,10 +2,9 @@
%global debug_package %{nil}
Name: spdlog
Version: 1.2.1
Version: 1.3.1
Release: 1%{?dist}
Summary: Super fast C++ logging library
Group: Development/Libraries
License: MIT
URL: https://github.com/%{user}/%{name}/
Source0: https://github.com/%{user}/%{name}/archive/v%{version}.tar.gz
@ -21,7 +20,6 @@ logging library available at Github.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Provides: %{name}-static = %{version}-%{release}
Provides: %{name} = %{version}-%{release}
Requires: libstdc++-devel
@ -55,6 +53,9 @@ popd
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Sun Jan 20 2019 Vitaly Zaitsev <vitaly@easycoding.org> - 1.3.1-1
- Updated to version 1.3.1.
* Mon Nov 05 2018 Vitaly Zaitsev <vitaly@easycoding.org> - 1.2.1-1
- Updated to version 1.2.1.