2 Commits

Author SHA256 Message Date
9105e1d824 Accepting request 1307430 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1307430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-crypt?expand=0&rev=4
2025-09-29 14:31:47 +00:00
Adam Mizerski
d5d861214f - update to 0.8.0
- Remove OpenSSL 1.0 support, fix compilation with OpenSSL 3.
  - Avoid use of problematic short GPG key IDs.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-crypt?expand=0&rev=7
2025-09-26 19:46:52 +00:00
4 changed files with 12 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50f100816a636a682404703b6c23a459e4d30248b2886a5cf571b0d52527c7d8
size 57621

3
git-crypt-0.8.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:540d424f87bed7994a4551a8c24b16e50d3248a5b7c3fd8ceffe94bfd4af0ad9
size 57457

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 26 19:36:59 UTC 2025 - Adam Mizerski <adam@mizerski.pl>
- update to 0.8.0
- Remove OpenSSL 1.0 support, fix compilation with OpenSSL 3.
- Avoid use of problematic short GPG key IDs.
-------------------------------------------------------------------
Sat Feb 11 11:10:29 UTC 2023 - Adam Mizerski <adam@mizerski.pl>

View File

@@ -1,7 +1,7 @@
#
# spec file for package git-crypt
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: git-crypt
Version: 0.7.0
Version: 0.8.0
Release: 0
Summary: Transparent file encryption in git
License: GPL-3.0-or-later
@@ -45,12 +45,6 @@ down your entire repository.
%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