Update to 0.21.1
This commit is contained in:
parent
bf85dd12e2
commit
00b6159aff
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/v0.19.0.tar.gz
|
/v0.19.0.tar.gz
|
||||||
/libgit2-0.20.0.tar.gz
|
/libgit2-0.20.0.tar.gz
|
||||||
/libgit2-0.21.0.tar.gz
|
/libgit2-0.21.0.tar.gz
|
||||||
|
/libgit2-0.21.1.tar.gz
|
||||||
|
20
libgit2.spec
20
libgit2.spec
@ -1,18 +1,17 @@
|
|||||||
Name: libgit2
|
Name: libgit2
|
||||||
Version: 0.21.0
|
Version: 0.21.1
|
||||||
Release: 2%{?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}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
# https://github.com/libgit2/libgit2/issues/2450
|
# https://github.com/libgit2/libgit2/issues/2450
|
||||||
Patch0: libgit2-0.21.0-arm.patch
|
#Patch0: libgit2-0.21.0-arm.patch
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: http-parser-devel
|
BuildRequires: http-parser-devel
|
||||||
BuildRequires: libssh2-devel
|
BuildRequires: libssh2-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: python
|
BuildRequires: python2
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Provides: bundled(libxdiff)
|
Provides: bundled(libxdiff)
|
||||||
|
|
||||||
@ -32,7 +31,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
# Remove VCS files from examples
|
# Remove VCS files from examples
|
||||||
find examples -name ".gitignore" -delete -print
|
find examples -name ".gitignore" -delete -print
|
||||||
|
|
||||||
@ -47,7 +46,7 @@ rm -frv deps
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DTHREADSAFE=ON .
|
%cmake -DTHREADSAFE=ON .
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -63,17 +62,20 @@ ctest -V
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING AUTHORS
|
%doc COPYING
|
||||||
%{_libdir}/libgit2.so.*
|
%{_libdir}/libgit2.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc docs examples README.md
|
%doc AUTHORS docs examples README.md
|
||||||
%{_libdir}/libgit2.so
|
%{_libdir}/libgit2.so
|
||||||
%{_libdir}/pkgconfig/libgit2.pc
|
%{_libdir}/pkgconfig/libgit2.pc
|
||||||
%{_includedir}/git2.h
|
%{_includedir}/git2.h
|
||||||
%{_includedir}/git2/
|
%{_includedir}/git2/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 06 2014 Christopher Meng <rpm@cicku.me> - 0.21.1-1
|
||||||
|
- Update to 0.21.1
|
||||||
|
|
||||||
* Fri Jul 18 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.21.0-2
|
* Fri Jul 18 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.21.0-2
|
||||||
- Fix memory alignment issues on arm, aarch64, ppc64le (#1115905)
|
- Fix memory alignment issues on arm, aarch64, ppc64le (#1115905)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user