update to 1.6.4
This commit is contained in:
parent
6698791722
commit
091c13bf19
12
libgit2.spec
12
libgit2.spec
@ -1,5 +1,5 @@
|
||||
Name: libgit2
|
||||
Version: 1.3.2
|
||||
Version: 1.6.4
|
||||
Release: 1
|
||||
Summary: portable, pure C implementation of the Git core methods
|
||||
License: GPLv2 with exceptions
|
||||
@ -26,13 +26,13 @@ This package contains libraries and headers for developing applications that use
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
find examples -name ".gitignore" -delete -print
|
||||
sed -i '/-sonline/s/^/#/' tests/CMakeLists.txt
|
||||
sed -i '/-sonline/s/^/#/' tests/libgit2/CMakeLists.txt
|
||||
rm -vr deps
|
||||
|
||||
%build
|
||||
%cmake . -B%{_target_platform} -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DREGEX_BACKEND=pcre2 -DUSE_SHA1=HTTPS -DUSE_HTTP_PARSER=system \
|
||||
-DUSE_NTLMCLIENT=OFF -DUSE_HTTPS=OpenSSL %{nil}
|
||||
-DREGEX_BACKEND=pcre2 -DBUILD_CLI=OFF -DUSE_SHA1=HTTPS -DUSE_HTTP_PARSER=system \
|
||||
-DUSE_NTLMCLIENT=OFF -DUSE_HTTPS=OpenSSL -DUSE_SSH=ON %{nil}
|
||||
%ninja_build -C %{_target_platform}
|
||||
|
||||
%install
|
||||
@ -56,6 +56,10 @@ rm -vr deps
|
||||
%{_includedir}/git2*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 7 2023 liyanan <thistleslyn@163.com> - 1.6.4-1
|
||||
- Update to version 1.6.4
|
||||
- Abi change: libgit2.so.1.3.2 -> libgit2.so.1.6.4
|
||||
|
||||
* Mon Jul 25 2022 xu_ping <xuping33@h-partners.com> - 1.3.2-1
|
||||
- Upgrade 1.3.2
|
||||
|
||||
|
||||
BIN
v1.3.2.tar.gz
BIN
v1.3.2.tar.gz
Binary file not shown.
BIN
v1.6.4.tar.gz
Normal file
BIN
v1.6.4.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user