7
0
forked from pool/libgit2

Accepting request 1078791 from home:AndreasStieger:branches:devel:libraries:c_c++

libgit2 1.6.4

OBS-URL: https://build.opensuse.org/request/show/1078791
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=117
This commit is contained in:
2023-04-13 15:53:09 +00:00
committed by Git OBS Bridge
parent 7e9cde9c08
commit bcadd327ab
5 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8e2a09835eabb24ace2fd597a78af182e1e199a894e99a90e4c87c849fcd9c4
size 6666855

3
libgit2-1.6.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d25866a4ee275a64f65be2d9a663680a5cf1ed87b7ee4c534997562c828e500d
size 6666964

2
libgit2-rpmlintrc Normal file
View File

@@ -0,0 +1,2 @@
# libgit2-tools ships the tools
addFilter("libgit2-tools.*shlib-policy-missing-lib")

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 12 16:35:36 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to 1.6.4:
* config: return GIT_ENOTFOUND for missing programdata
- move experimental cli into libgit2-tools as intended
-------------------------------------------------------------------
Tue Mar 21 14:27:09 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>

View File

@@ -19,13 +19,14 @@
%define sover 1_6
Name: libgit2
Version: 1.6.3
Version: 1.6.4
Release: 0
Summary: C git library
License: GPL-2.0-only WITH GCC-exception-2.0
Group: Development/Libraries/C and C++
URL: https://libgit2.github.com/
Source0: https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: libgit2-rpmlintrc
BuildRequires: cmake >= 3.5.1
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libcurl)
@@ -96,7 +97,7 @@ find examples -type f -name ".gitignore" -print -delete
%{_includedir}/git2*
%{_libdir}/pkgconfig/libgit2.pc
%files
%files tools
%license COPYING
%{_bindir}/*