From a7dce163d49cb19eed5086b9aa87d17206369bba Mon Sep 17 00:00:00 2001 From: Daniel Kopecek Date: Fri, 8 Jul 2016 14:14:31 +0200 Subject: [PATCH] update to rev 34bb86b --- .gitignore | 1 + sources | 2 +- spdlog.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 19e0cb0..76046a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /gabime-spdlog-211ce99.tar.gz /gabime-spdlog-cbc8ba7.tar.gz +/gabime-spdlog-34bb86b.tar.gz diff --git a/sources b/sources index 67c8922..5600495 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36363039e6a215c969c53b8a3dcc98cf gabime-spdlog-cbc8ba7.tar.gz +02be5ae2e500ef6299fe0c008c33cebc gabime-spdlog-34bb86b.tar.gz diff --git a/spdlog.spec b/spdlog.spec index 094e29e..b04277d 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -1,12 +1,12 @@ -%global gitdate 20151110 -%global gittag cbc8ba72035a3828f3a03e425e7f0d91da6c2ba3 +%global gitdate 20160703 +%global gittag 34bb86b29320a4ae96386b1c2913a77b89e85d0a %global shorttag %(c=%{gittag}; echo ${c:0:7}) %global user gabime %global debug_package %{nil} Name: spdlog Version: 0 -Release: 7.%{gitdate}git%{shorttag}%{?dist} +Release: 8.%{gitdate}git%{shorttag}%{?dist} Summary: Super fast C++ logging library Group: Development/Libraries License: MIT @@ -45,6 +45,9 @@ cp -pvR include/spdlog %{buildroot}%{_includedir} %{_includedir}/spdlog/ %changelog +* Fri Jul 08 2016 Daniel Kopecek - 0-8.20160703git34bb86b +- update to rev 34bb86b + * Fri Feb 05 2016 Fedora Release Engineering - 0-7.20151110gitcbc8ba7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild