]> git.pld-linux.org Git - packages/libgit2.git/commitdiff
- updated to 0.22.1 (note: new soname) auto/th/libgit2-0.22.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Mar 2015 18:44:58 +0000 (19:44 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Mar 2015 18:44:58 +0000 (19:44 +0100)
- adjusted test-online patch (network::remote::remotes patch requires DNS access)

libgit2-test-online.patch
libgit2.spec

index 815431738f0b34a1cd21befec5830cfef56a3e13..cae768681a599a75a40c203bed1c2d591b9e5fb2 100644 (file)
@@ -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 ()
index c050cc5d53d2bb4b7a76a660883ae1f18ff3105a..ae6480108ab078955151e8cb2b7864acf89527f5 100644 (file)
@@ -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)
This page took 0.217652 seconds and 4 git commands to generate.