From b5b7cf12c5b5c6df27685198b6958790eea2f84f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 2 Oct 2021 22:47:22 +0200 Subject: [PATCH] - rebuild with openssl 3.0.0, rel 12 --- zbackup.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zbackup.spec b/zbackup.spec index 7c93b42..723fe30 100644 --- a/zbackup.spec +++ b/zbackup.spec @@ -2,7 +2,7 @@ Summary: A versatile deduplicating backup tool Summary(pl.UTF-8): Uniwersalne narzędzie do deduplikacji kopii zapasowych Name: zbackup Version: 1.4.4 -Release: 11 +Release: 12 License: GPL v2+ with OpenSSL Exception Group: Applications/Archiving #Source0Download: https://github.com/zbackup/zbackup/releases @@ -43,6 +43,7 @@ dopóki pliki nie różnią się bardzo - nie wymaga to dużo miejsca. %build install -d build cd build +export CXXFLAGS="%{rpmcxxflags} -std=c++11" %cmake .. %{__make} -- 2.44.0