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