Merge branch 'f38' into epel9

epel9
Pete Walter 2 years ago
commit 531052ba22

1
.gitignore vendored

@ -44,3 +44,4 @@
/libgit2-1.5.1.tar.gz
/libgit2-1.5.2.tar.gz
/libgit2-1.6.2.tar.gz
/libgit2-1.6.3.tar.gz

@ -6,7 +6,7 @@
%endif
Name: libgit2
Version: 1.6.2
Version: 1.6.3
Release: %autorelease
Summary: C implementation of the Git core methods as a library with a solid API
License: GPLv2 with exceptions
@ -26,6 +26,10 @@ BuildRequires: pcre2-devel
BuildRequires: python3
BuildRequires: zlib-devel
Provides: bundled(libxdiff)
%if 0%{?fedora} >= 38
Obsoletes: libgit2_1.3 < 1.3.2-3
Obsoletes: libgit2_1.4 < 1.4.6-3
%endif
%description
libgit2 is a portable, pure C implementation of the Git core methods
@ -36,6 +40,10 @@ with bindings.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%if 0%{?fedora} >= 38
Obsoletes: libgit2_1.3-devel < 1.3.2-3
Obsoletes: libgit2_1.4-devel < 1.4.6-3
%endif
%description devel
This package contains libraries and header files for

@ -1 +1 @@
SHA512 (libgit2-1.6.2.tar.gz) = ef9feef36c5876776f3aa608101115c9e7a0970e6dd752851d930cb85b4b1789ed68f42700ebea51095ff54600e37c18a4de0c0678d9a4d7d4aba83668890c09
SHA512 (libgit2-1.6.3.tar.gz) = 5a390030395d5e00217ca3229ff1374f064b41c7c14c332618778af7067c378bca5ffee5c072ad144a71126f7e8cfcd770746b6af8eccf086c8a8b8afa1733f1

Loading…
Cancel
Save