Update to 0.25.1 (RHBZ #1395926)
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
0bf3b438fd
commit
e639a6f069
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/libgit2-0.24.2.tar.gz
|
/libgit2-0.24.2.tar.gz
|
||||||
/libgit2-0.24.3.tar.gz
|
/libgit2-0.24.3.tar.gz
|
||||||
/libgit2-0.24.6.tar.gz
|
/libgit2-0.24.6.tar.gz
|
||||||
|
/libgit2-0.25.1.tar.gz
|
||||||
|
22
libgit2.spec
22
libgit2.spec
@ -1,10 +1,10 @@
|
|||||||
Name: libgit2
|
Name: libgit2
|
||||||
Version: 0.24.6
|
Version: 0.25.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
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
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
URL: http://libgit2.github.com/
|
URL: http://libgit2.github.com/
|
||||||
Source0: https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: http-parser-devel
|
BuildRequires: http-parser-devel
|
||||||
@ -23,7 +23,7 @@ with bindings.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for
|
This package contains libraries and header files for
|
||||||
@ -44,21 +44,18 @@ sed -i 's/ionline/xonline/' CMakeLists.txt
|
|||||||
# Remove bundled libraries
|
# Remove bundled libraries
|
||||||
rm -frv deps
|
rm -frv deps
|
||||||
|
|
||||||
mkdir build
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pushd build
|
mkdir %{_target_platform}
|
||||||
|
pushd %{_target_platform}
|
||||||
%cmake -DTHREADSAFE=ON ..
|
%cmake -DTHREADSAFE=ON ..
|
||||||
%make_build
|
|
||||||
popd
|
popd
|
||||||
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pushd build
|
%make_install -C %{_target_platform}
|
||||||
%make_install
|
|
||||||
popd
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
pushd build
|
pushd %{_target_platform}
|
||||||
ctest -VV
|
ctest -VV
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -77,6 +74,9 @@ popd
|
|||||||
%{_includedir}/git2/
|
%{_includedir}/git2/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.25.1-1
|
||||||
|
- Update to 0.25.1 (RHBZ #1395926)
|
||||||
|
|
||||||
* Tue Jan 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.24.6-1
|
* Tue Jan 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.24.6-1
|
||||||
- Update to 0.24.6 (RHBZ #1411857)
|
- Update to 0.24.6 (RHBZ #1411857)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libgit2-0.24.6.tar.gz) = ea928629450f6619c17e76cf32e5d76ddd9e00d914b8a0fc2efdcc32ae271637c124a27a8d4c595b8dcf2048551b22f1bc3c5b6394b3022a2f852a06f7ab3396
|
SHA512 (libgit2-0.25.1.tar.gz) = bbd0d27c95406b548185ce02e2a9288a9dcb8c3b28476ba20f4f4917f6bd67f1ddee80de3054d30b79cdb9d973c3061a15ea7847c79bfa4e0c62e41d5195cb99
|
||||||
|
Loading…
Reference in New Issue
Block a user