Browse Source

libgit2: update to 0.27.8

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12053 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
bee0d87506
1 changed files with 7 additions and 3 deletions
  1. 7 3
      lib/libg/libgit2/libgit2-vl.spec

+ 7 - 3
lib/libg/libgit2/libgit2-vl.spec

@@ -1,7 +1,7 @@
 Summary:  C implementation of the Git core methods as a library with a solid API 
 Name:    libgit2
-Version: 0.27.4
-Release: 2%{?_dist_release}
+Version: 0.27.8
+Release: 1%{?_dist_release}
 License: GPLv2
 Group:   System Environment/Libraries
 URL:     https://libgit2.github.com/
@@ -12,6 +12,7 @@ Source0:  %{name}-%{version}.tar.gz
 BuildRequires: cmake
 BuildRequires: openssl-devel
 BuildRequires: http-parser-devel
+BuildRequires: curl-devel
 BuildRequires: libssh2-devel
 BuildRequires: zlib-devel
 
@@ -46,7 +47,6 @@ Header files and libraries for building a extension library for the %{name}.
 %prep
 %setup -q
 
-
 %build
 rm -rf build && mkdir build && pushd build
 %cmake -DINSTALL_DOCS=OFF \
@@ -88,6 +88,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 
 %changelog
+* Fri Mar 22 2019 Toshiaki Ara <ara_t@384.jp> 0.27.4-3
+- update to 0.27.8
+- add BuildRequires: curl-devel
+
 * Thu Nov 01 2018 Toshiaki Ara <ara_t@384.jp> 0.27.4-2
 - rebuild with openssl-1.1.1