Update to 0.28.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
9d4e7ceb94
commit
a46d601ceb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/libgit2-0.28.0-rc1.tar.gz
|
/libgit2-0.28.0-rc1.tar.gz
|
||||||
|
/libgit2-0.28.0.tar.gz
|
||||||
|
10
libgit2.spec
10
libgit2.spec
@ -1,11 +1,10 @@
|
|||||||
Name: libgit2
|
Name: libgit2
|
||||||
%global upver 0.28.0-rc1
|
Version: 0.28.0
|
||||||
Version: 0.28.0~rc1
|
|
||||||
Release: 1%{?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: https://libgit2.org/
|
URL: https://libgit2.org/
|
||||||
Source0: https://github.com/libgit2/libgit2/archive/v%{upver}/%{name}-%{upver}.tar.gz
|
Source0: https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: cmake >= 2.8.11
|
BuildRequires: cmake >= 2.8.11
|
||||||
@ -33,7 +32,7 @@ This package contains libraries and header files for
|
|||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{upver}
|
%autosetup -p1 -n %{name}-%{version}
|
||||||
|
|
||||||
# Remove VCS files from examples
|
# Remove VCS files from examples
|
||||||
find examples -name ".gitignore" -delete -print
|
find examples -name ".gitignore" -delete -print
|
||||||
@ -73,5 +72,8 @@ rm -frv deps
|
|||||||
%{_includedir}/git2/
|
%{_includedir}/git2/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 11 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.0-1
|
||||||
|
- Update to 0.28.0
|
||||||
|
|
||||||
* Sat Feb 02 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.0~rc1-1
|
* Sat Feb 02 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.0~rc1-1
|
||||||
- Initial package
|
- Initial package
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libgit2-0.28.0-rc1.tar.gz) = 0190bfb025b459ab484d342ffbaed7a6126acfa7b30bc21a61f77c229cb469175839ee9a2e2a0946ed723a19ec7cb6614bc8c99c1e24d29aaabcdb646948b9f1
|
SHA512 (libgit2-0.28.0.tar.gz) = b3e23ac5062febaabb6113440bd4ab75945ae24d277b1713d16442feda146cce9df9220438e142ce7178938196395ced66ec3c41b8fbb2fb81882542f97d8ddf
|
||||||
|
Loading…
Reference in New Issue
Block a user