diff --git a/libgit2.spec b/libgit2.spec index b7b1b59..26e02b3 100644 --- a/libgit2.spec +++ b/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 - 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 - 1.3.2-1 - Upgrade 1.3.2 diff --git a/v1.3.2.tar.gz b/v1.3.2.tar.gz deleted file mode 100644 index 5d30c9f..0000000 Binary files a/v1.3.2.tar.gz and /dev/null differ diff --git a/v1.6.4.tar.gz b/v1.6.4.tar.gz new file mode 100644 index 0000000..bdd911b Binary files /dev/null and b/v1.6.4.tar.gz differ