]> git.pld-linux.org Git - packages/libgit2.git/commitdiff
up to 0.28.2 (new soname) auto/th/libgit2-0.28.2-1
authorJan Palus <atler@pld-linux.org>
Thu, 23 May 2019 17:19:28 +0000 (19:19 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 23 May 2019 17:19:28 +0000 (19:19 +0200)
libgit2.spec

index 63e21b01d6a889f4d7ed1387ce664ef2d7b86787..056935faf47fe60303a848dc4596073788a8b54a 100644 (file)
@@ -8,16 +8,16 @@
 Summary:       C Git library
 Summary(pl.UTF-8):     Biblioteka Git dla C
 Name:          libgit2
-Version:       0.27.4
-Release:       4
+Version:       0.28.2
+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: d38b06b3de52ff5ef0c29e7b5dbe415b
+# Source0-md5: 07768918ff33688ae14a18b412f3bc1f
 Patch0:                %{name}-no-libgit2-test.patch
 URL:           http://libgit2.github.com/
-BuildRequires: cmake >= 2.8
+BuildRequires: cmake >= 3.0
 %{?with_curl:BuildRequires:    curl-devel}
 %{?with_kerberos5:BuildRequires:       heimdal-devel}
 BuildRequires: http-parser-devel >= 2
@@ -96,9 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CONTRIBUTING.md COPYING README.md
+%doc AUTHORS docs/contributing.md COPYING README.md
 %attr(755,root,root) %{_libdir}/libgit2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgit2.so.27
+%attr(755,root,root) %ghost %{_libdir}/libgit2.so.28
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.17326 seconds and 4 git commands to generate.