From c54baf941bf23ea3a2179e3d43f783f457f9addd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 9 Aug 2020 07:37:57 +0200 Subject: update to 19.21 --- dlib.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dlib.spec b/dlib.spec index 69f7e2d..5e431ed 100644 --- a/dlib.spec +++ b/dlib.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 5612caa16937b5b81eb2dba17c20e303537a6a9d +%global gh_commit 9117bd784328d9ac40ffa1f9cf487633a8a715d7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner davisking %global gh_project dlib @@ -16,8 +16,8 @@ Name: %{gh_project} Summary: A toolkit for making real world machine learning and data analysis -Version: 19.20 -Release: 2%{?dist} +Version: 19.21 +Release: 1%{?dist} License: Boost URL: https://github.com/%{gh_owner}/%{gh_project}/ @@ -32,7 +32,7 @@ BuildRequires: cmake3 %global dtsenable source /opt/rh/devtoolset-7/enable BuildRequires: devtoolset-7-toolchain %else -%global dtsenable source /opt/rh/devtoolset-7/enable +%global dtsenable source /opt/rh/devtoolset-6/enable BuildRequires: devtoolset-6-toolchain %endif %else @@ -126,6 +126,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Sun Aug 9 2020 Remi Collet - 19.21-1 +- update to 19.21 + * Wed Jul 1 2020 Remi Collet - 19.20-2 - use DTS 7 on EL-7 - improve pkg-config fix -- cgit