summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Osuchowski2018-09-09 21:41:34 (GMT)
committerAdam Osuchowski2018-09-09 21:41:34 (GMT)
commit38791c438b5e0937089a3be8d3cfa8a96d69dce8 (patch)
tree933f1dced5f772809b646b38163ff1e5e9c93e64
parent915109a7433a326ca3e72122dc8da14aad3e58ee (diff)
downloadlibgit2-38791c438b5e0937089a3be8d3cfa8a96d69dce8.zip
libgit2-38791c438b5e0937089a3be8d3cfa8a96d69dce8.tar.gz
- up to 0.27.4
-rw-r--r--libgit2.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgit2.spec b/libgit2.spec
index baa7322..c549f24 100644
--- a/libgit2.spec
+++ b/libgit2.spec
@@ -9,13 +9,13 @@
Summary: C Git library
Summary(pl.UTF-8): Biblioteka Git dla C
Name: libgit2
-Version: 0.26.0
+Version: 0.27.4
Release: 1
License: GPL v2 with linking exception
Group: Libraries
#Source0Download: https://github.com/libgit2/libgit2/releases
Source0: https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 6ea75a8a5745a7b2a14d3ed94486e761
+# Source0-md5: d38b06b3de52ff5ef0c29e7b5dbe415b
Patch0: %{name}-no-libgit2-test.patch
URL: http://libgit2.github.com/
BuildRequires: cmake >= 2.8
@@ -102,7 +102,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.26
+%attr(755,root,root) %ghost %{_libdir}/libgit2.so.27
%files devel
%defattr(644,root,root,755)