Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libgit2 to latest upstream version 1.1.0 #2021

Merged
3 commits merged into from
Jan 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

2 changes: 1 addition & 1 deletion SPECS-EXTENDED/libgit2/libgit2.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libgit2-1.0.1.tar.gz": "1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2"
"libgit2-1.1.0.tar.gz": "da7e5864ed298b629634986b6fb194861cb7eea28ba35c488472a459f5296bb5"
}
}
21 changes: 11 additions & 10 deletions SPECS-EXTENDED/libgit2/libgit2.spec
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
Vendor: Microsoft Corporation
Distribution: Mariner
Name: libgit2
Version: 1.0.1
Release: 4%{?dist}
Summary: C implementation of the Git core methods as a library with a solid API
Name: libgit2
Version: 1.1.0
Release: 5%{?dist}
License: GPLv2 with exceptions
Vendor: Microsoft Corporation
Distribution: Mariner
URL: https://libgit2.org/
Source0: https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz
# https://github.com/extrawurst/gitui/issues/128
# https://github.com/libgit2/libgit2/commit/d62e44cb8218840a0291fb5fbb7c5106e1e35a12
Patch0001: 0001-checkout-Fix-removing-untracked-files-by-path-in-sub.patch

BuildRequires: gcc
BuildRequires: cmake >= 3.5.1
BuildRequires: ninja-build
BuildRequires: gcc
BuildRequires: http-parser-devel
BuildRequires: libcurl-devel
BuildRequires: libssh2-devel
BuildRequires: ninja-build
BuildRequires: openssl-devel
BuildRequires: pcre2-devel
BuildRequires: python3
Expand Down Expand Up @@ -79,6 +76,10 @@ rm -vr deps
%{_includedir}/git2/

%changelog
* Tue Jan 25 2022 Kate Goldenring <[email protected]> - 1.1.0-1
- Update to 1.1.0
- License verified

* Mon Nov 01 2021 Muhammad Falak <[email protected]> - 1.0.1-4
- Remove epoch

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9781,8 +9781,8 @@
"type": "other",
"other": {
"name": "libgit2",
"version": "1.0.1",
"downloadUrl": "https://github.com/libgit2/libgit2/archive/v1.0.1/libgit2-1.0.1.tar.gz"
"version": "1.1.0",
"downloadUrl": "https://github.com/libgit2/libgit2/archive/v1.1.0/libgit2-1.1.0.tar.gz"
}
}
},
Expand Down