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