diff --git a/spdlog.spec b/spdlog.spec index b6a422c..08a4003 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -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 - 1.3.1-1 +- Updated to version 1.3.1. + * Mon Nov 05 2018 Vitaly Zaitsev - 1.2.1-1 - Updated to version 1.2.1.