Skip to content

Commit 00142b6

Browse files
kate-goldenringoliviacrain
authored andcommitted
Update libgit2 to latest upstream version 1.1.0 (#2021)
Signed-off-by: Kate Goldenring <[email protected]>
1 parent cfd82f7 commit 00142b6

File tree

4 files changed

+14
-89
lines changed

4 files changed

+14
-89
lines changed

SPECS-EXTENDED/libgit2/0001-checkout-Fix-removing-untracked-files-by-path-in-sub.patch

Lines changed: 0 additions & 76 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"libgit2-1.0.1.tar.gz": "1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2"
3+
"libgit2-1.1.0.tar.gz": "da7e5864ed298b629634986b6fb194861cb7eea28ba35c488472a459f5296bb5"
44
}
55
}

SPECS-EXTENDED/libgit2/libgit2.spec

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
Vendor: Microsoft Corporation
2-
Distribution: Mariner
3-
Name: libgit2
4-
Version: 1.0.1
5-
Release: 4%{?dist}
61
Summary: C implementation of the Git core methods as a library with a solid API
2+
Name: libgit2
3+
Version: 1.1.0
4+
Release: 5%{?dist}
75
License: GPLv2 with exceptions
6+
Vendor: Microsoft Corporation
7+
Distribution: Mariner
88
URL: https://libgit2.org/
99
Source0: https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz
10-
# https://github.com/extrawurst/gitui/issues/128
11-
# https://github.com/libgit2/libgit2/commit/d62e44cb8218840a0291fb5fbb7c5106e1e35a12
12-
Patch0001: 0001-checkout-Fix-removing-untracked-files-by-path-in-sub.patch
1310

14-
BuildRequires: gcc
1511
BuildRequires: cmake >= 3.5.1
16-
BuildRequires: ninja-build
12+
BuildRequires: gcc
1713
BuildRequires: http-parser-devel
1814
BuildRequires: libcurl-devel
1915
BuildRequires: libssh2-devel
16+
BuildRequires: ninja-build
2017
BuildRequires: openssl-devel
2118
BuildRequires: pcre2-devel
2219
BuildRequires: python3
@@ -79,6 +76,10 @@ rm -vr deps
7976
%{_includedir}/git2/
8077

8178
%changelog
79+
* Tue Jan 25 2022 Kate Goldenring <[email protected]> - 1.1.0-1
80+
- Update to 1.1.0
81+
- License verified
82+
8283
* Mon Nov 01 2021 Muhammad Falak <[email protected]> - 1.0.1-4
8384
- Remove epoch
8485

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9781,8 +9781,8 @@
97819781
"type": "other",
97829782
"other": {
97839783
"name": "libgit2",
9784-
"version": "1.0.1",
9785-
"downloadUrl": "https://github.com/libgit2/libgit2/archive/v1.0.1/libgit2-1.0.1.tar.gz"
9784+
"version": "1.1.0",
9785+
"downloadUrl": "https://github.com/libgit2/libgit2/archive/v1.1.0/libgit2-1.1.0.tar.gz"
97869786
}
97879787
}
97889788
},

0 commit comments

Comments
 (0)