SHA256
8
0
forked from pool/libgit2

Accepting request 718451 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/718451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=37
This commit is contained in:
2019-07-31 12:12:57 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jul 23 08:42:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.28.2:
* Fix include directory ordering when using bundled dependencies.
* Fix infinite loop when searching for a non-existing repository with
Windows-style paths including drive prefixes.
* Fix symlinks to directories on Windows.
* Fix paths with a trailing "/" not always being treated as
directories when computing ignores.
* Fix false negatives when computing ignores where ignore rules
that are a prefix to a negative ignore rule exist.
* Fix patches with CRLF line endings not being parsed correctly.
* Fix segfault when parsing patches with file addition (deletion)
where the added (deleted) file name contains a space.
* Fix assertion failure when trying to write to a non-existent
locked configuration file.
-------------------------------------------------------------------
Thu Feb 14 19:09:18 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

View File

@@ -19,12 +19,12 @@
%define sover 28
Name: libgit2
Version: 0.28.1
Version: 0.28.2
Release: 0
Summary: C git library
License: GPL-2.0 WITH GCC-exception-2.0
Group: Development/Libraries/C and C++
URL: http://libgit2.github.com/
URL: https://libgit2.github.com/
Source0: https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source99: baselibs.conf
BuildRequires: cmake >= 2.8
@@ -69,7 +69,7 @@ find examples -type f -name ".gitignore" -print -delete
-DTHREADSAFE:BOOL=ON \
-DUSE_SSH:BOOL=ON \
-DUSE_SHA1DC:BOOL=ON
%make_jobs
%cmake_build
%install
%cmake_install