diff --git a/libgit2-0.28.1.tar.gz b/libgit2-0.28.1.tar.gz deleted file mode 100644 index 0c03761..0000000 --- a/libgit2-0.28.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ca11048795b0d6338f2e57717370208c2c97ad66c6d5eac0c97a8827d13936b -size 4987204 diff --git a/libgit2-0.28.2.tar.gz b/libgit2-0.28.2.tar.gz new file mode 100644 index 0000000..44fae35 --- /dev/null +++ b/libgit2-0.28.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b5f1e9b9159d66d86fff0394215c5733b6ef8f9b9d054cdd8c73ad47177fc3 +size 4987586 diff --git a/libgit2.changes b/libgit2.changes index c2af818..d1e26f9 100644 --- a/libgit2.changes +++ b/libgit2.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jul 23 08:42:15 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/libgit2.spec b/libgit2.spec index 3c01a5f..065eca3 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -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