Browse Source

libgit2: update to 0.27.4

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

+ 17 - 14
lib/libg/libgit2/libgit2-vl.spec

@@ -1,13 +1,13 @@
-Summary:	C implementation of the Git core methods as a library with a solid API 
-Name:		libgit2
-Version:	0.24.1
-Release:	1%{?_dist_release}
-License:	GPLv2
-Group:		System Environment/Libraries 
-URL:		https://libgit2.github.com/
+Summary:  C implementation of the Git core methods as a library with a solid API 
+Name:    libgit2
+Version: 0.27.4
+Release: 1%{?_dist_release}
+License: GPLv2
+Group:   System Environment/Libraries
+URL:     https://libgit2.github.com/
 
 # https://github.com/libgit2/libgit2/archive/v0.23.3.tar.gz
-Source0:	%{name}-%{version}.tar.gz
+Source0:  %{name}-%{version}.tar.gz
 
 BuildRequires: cmake
 BuildRequires: openssl-devel
@@ -15,17 +15,17 @@ BuildRequires: http-parser-devel
 BuildRequires: libssh2-devel
 BuildRequires: zlib-devel
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildRoot:  %{_tmppath}/%{name}-%{version}-root
 
-Vendor:		Project Vine
-Distribution:	Vine Linux
-Packager:	Takemikaduchi
+Vendor:   Project Vine
+Distribution: Vine Linux
+Packager: Takemikaduchi
 
 %description
 libgit2 is a portable, pure C implementation of the Git core methods
 provided as a re-entrant linkable library with a solid API, allowing
 you to write native speed custom Git applications in any language
-which supports C bindings. 
+which supports C bindings.
 
 
 %package        devel
@@ -50,7 +50,7 @@ Header files and libraries for building a extension library for the %{name}.
 %build
 rm -rf build && mkdir build && pushd build
 %cmake -DINSTALL_DOCS=OFF \
-		../
+    ../
 
 make %{?_smp_mflags}
 popd
@@ -88,6 +88,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 
 %changelog
+* Mon Aug 20 2018 Toshiaki Ara <ara_t@384.jp> 0.27.4-1
+- new upstream release
+
 * Sun May 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.1-1
 - new upstream release