[packages/libgit2] - updated to 0.22.1 (note: new soname) - adjusted test-online patch (network::remote::remotes patch

qboosh qboosh at pld-linux.org
Tue Mar 3 19:41:41 CET 2015


commit 5bad49baa98da56d5f688f707ec1528fa0adafa7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Mar 3 19:44:58 2015 +0100

    - updated to 0.22.1 (note: new soname)
    - adjusted test-online patch (network::remote::remotes patch requires DNS access)

 libgit2-test-online.patch | 2 +-
 libgit2.spec              | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libgit2.spec b/libgit2.spec
index c050cc5..ae64801 100644
--- a/libgit2.spec
+++ b/libgit2.spec
@@ -6,12 +6,12 @@
 Summary:	C git library
 Summary(pl.UTF-8):	Biblioteka git dla C
 Name:		libgit2
-Version:	0.21.3
+Version:	0.22.1
 Release:	1
 License:	GPL v2 with linking exception
 Group:		Libraries
 Source0:	https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	160762591f04c47b0a161e659c59c8c2
+# Source0-md5:	dbf516d18e176bbb131de3efccfee533
 Patch0:	        %{name}-test-online.patch
 Patch1:	        %{name}-no-libgit2-test.patch
 URL:		http://libgit2.github.com/
@@ -87,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS CONTRIBUTING.md COPYING README.md
 %attr(755,root,root) %{_libdir}/libgit2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgit2.so.21
+%attr(755,root,root) %ghost %{_libdir}/libgit2.so.22
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/libgit2-test-online.patch b/libgit2-test-online.patch
index 8154317..cae7686 100644
--- a/libgit2-test-online.patch
+++ b/libgit2-test-online.patch
@@ -10,7 +10,7 @@ index 10caa16..714d86c 100644
 +        IF (ONLINE_TESTS)
 +	    ADD_TEST(libgit2_clar libgit2_clar -ionline)
 +        ELSE ()
-+	    ADD_TEST(libgit2_clar libgit2_clar -xonline)
++	    ADD_TEST(libgit2_clar libgit2_clar -xonline -xnetwork::remote::remotes)
 +        ENDIF ()
 +
  ENDIF ()
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgit2.git/commitdiff/5bad49baa98da56d5f688f707ec1528fa0adafa7



More information about the pld-cvs-commit mailing list