Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-crypt for openSUSE:Factory checked in at 2023-02-16 16:56:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-crypt (Old) and /work/SRC/openSUSE:Factory/.git-crypt.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-crypt" Thu Feb 16 16:56:37 2023 rev:3 rq:1066050 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/git-crypt/git-crypt.changes 2022-04-23 19:49:08.675210060 +0200 +++ /work/SRC/openSUSE:Factory/.git-crypt.new.22824/git-crypt.changes 2023-02-16 16:56:48.178928712 +0100 @@ -1,0 +2,5 @@ +Sat Feb 11 11:10:29 UTC 2023 - Adam Mizerski <a...@mizerski.pl> + +- fixed building with openssl-3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-crypt.spec ++++++ --- /var/tmp/diff_new_pack.gMqWfs/_old 2023-02-16 16:56:48.782931126 +0100 +++ /var/tmp/diff_new_pack.gMqWfs/_new 2023-02-16 16:56:48.786931143 +0100 @@ -1,7 +1,7 @@ # # spec file for package git-crypt # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,9 +45,14 @@ %setup -q %build +CXXFLAGS="-std=c++11 %{optflags}" +# https://github.com/AGWA/git-crypt/issues/232 +%if %{pkg_version_cmp libopenssl-devel 3} != -1 +CXXFLAGS="${CXXFLAGS} -DOPENSSL_API_COMPAT=0x30000000L" +%endif +export CXXFLAGS make %{?_smp_mflags} \ - ENABLE_MAN=yes \ - CXXFLAGS="-std=c++11 %{optflags}" + ENABLE_MAN=yes %install %make_install \