Skip to content

Commit

Permalink
Update libgit2 to latest upstream version 1.1.0 (#2021)
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring authored and oliviacrain committed Feb 1, 2022
1 parent cfd82f7 commit 00142b6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 89 deletions.

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

0 comments on commit 00142b6

Please sign in to comment.