diff --git a/libgit2.spec b/libgit2.spec index 71af9b5..58fda64 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,24 +1,23 @@ Name: libgit2 -Version: 1.1.0 +Version: 1.1.1 Release: 1mamba Summary: A portable, pure C implementation of the Git core methods provided as a re-entrant linkable library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://libgit2.github.com/ +URL: https://libgit2.org/ ## GITSOURCE https://github.com/libgit2/libgit2.git v0.23.4 Source: https://github.com/libgit2/libgit2.git/v%{version}/libgit2-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libcurl-devel BuildRequires: libopenssl-devel +BuildRequires: libpcre-devel BuildRequires: libssh2-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: cmake -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language with bindings. @@ -68,6 +67,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Thu Jul 01 2021 Automatic Build System 1.1.1-1mamba +- automatic version update by autodist + * Thu Oct 29 2020 Automatic Build System 1.1.0-1mamba - automatic version update by autodist