Update to 1.7.1
This commit is contained in:
parent
b296ebf203
commit
dfc5a32766
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@
|
||||
/libgit2-1.6.2.tar.gz
|
||||
/libgit2-1.6.3.tar.gz
|
||||
/libgit2-1.6.4.tar.gz
|
||||
/libgit2-1.7.1.tar.gz
|
||||
|
11
libgit2.spec
11
libgit2.spec
@ -6,7 +6,7 @@
|
||||
%endif
|
||||
|
||||
Name: libgit2
|
||||
Version: 1.6.4
|
||||
Version: 1.7.1
|
||||
Release: %autorelease
|
||||
Summary: C implementation of the Git core methods as a library with a solid API
|
||||
License: GPLv2 with exceptions
|
||||
@ -16,6 +16,7 @@ Source0: https://github.com/libgit2/libgit2/archive/refs/tags/v%{version}
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cmake >= 3.5.1
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: heimdal-devel
|
||||
BuildRequires: http-parser-devel
|
||||
BuildRequires: libcurl-devel
|
||||
%if %{with libssh2}
|
||||
@ -58,8 +59,10 @@ find examples -name ".gitignore" -delete -print
|
||||
# Don't run "online" tests
|
||||
sed -i '/-sonline/s/^/#/' tests/libgit2/CMakeLists.txt
|
||||
|
||||
# Remove bundled libraries
|
||||
rm -vr deps
|
||||
# Remove bundled libraries (except libxdiff)
|
||||
pushd deps
|
||||
find . -maxdepth 1 -not -name xdiff -exec rm -rf {} ';'
|
||||
popd
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
@ -87,7 +90,7 @@ rm -vr deps
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%{_libdir}/libgit2.so.1.6*
|
||||
%{_libdir}/libgit2.so.1.7*
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS docs examples README.md
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libgit2-1.6.4.tar.gz) = fd73df91710f19b0d6c3765c37c7f529233196da91cf4d58028a8d3840244f11df44abafabd74a8ed1cbe4826d1afd6ff9f01316d183ace0924c65e7cf0eb8d5
|
||||
SHA512 (libgit2-1.7.1.tar.gz) = 08e60dde0cdf57006cf0c5f27a82220aba8d701bf7d6d709ffe312975ffa5dbef009ccb1e7cbe570b9502f4361d06ace44dbfd9a5f5f8ad08e9b0ca05bef765e
|
||||
|
Loading…
Reference in New Issue
Block a user