]> git.pld-linux.org Git - packages/libgit2.git/blobdiff - libgit2.spec
up to 1.4.4 (security fixes)
[packages/libgit2.git] / libgit2.spec
index db17a16fc0461aa508c6bd7932f845c71cdadc61..d3152054409bc3aa8f775d406bfba0c24870e187 100644 (file)
@@ -7,14 +7,15 @@
 Summary:       C Git library
 Summary(pl.UTF-8):     Biblioteka Git dla C
 Name:          libgit2
-Version:       1.4.3
+Version:       1.4.4
 Release:       1
 License:       GPL v2 with linking exception
 Group:         Libraries
 #Source0Download: https://github.com/libgit2/libgit2/releases
 Source0:       https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 61b3421e91c7e0e2938dfb36c26f19ba
+# Source0-md5: ec27f13cc0cb2b5b512f2b3854d896fa
 Patch0:                %{name}-no-libgit2-test.patch
+Patch1:                pcre2-detect.ptch
 URL:           http://libgit2.github.com/
 BuildRequires: cmake >= 3.5.1
 %{?with_kerberos5:BuildRequires:       heimdal-devel}
@@ -59,6 +60,7 @@ Pliki nagłówkowe biblioteki libgit2.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # Don't test network
 sed -i '/ADD_TEST(online/s/^/#/' tests/CMakeLists.txt
This page took 0.031613 seconds and 4 git commands to generate.