From 87168d10f5727f636462e36f03f4470be56fac0b Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 28 Nov 2021 15:36:21 +0100 Subject: [PATCH] Rebuild for libgit2 1.3.x Signed-off-by: Igor Raits --- rust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index 6548873..1bbc075 100644 --- a/rust.spec +++ b/rust.spec @@ -62,7 +62,7 @@ Name: rust Version: 1.56.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) # ^ written as: (rust itself) and (bundled libraries) @@ -164,7 +164,7 @@ BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(zlib) -%if %without bundled_libgit2 +%if %{without bundled_libgit2} BuildRequires: pkgconfig(libgit2) >= 1.1.0 %endif @@ -837,6 +837,9 @@ end} %changelog +* Sun Nov 28 2021 Igor Raits - 1.56.1-2 +- Rebuild for libgit2 1.3.x + * Mon Nov 01 2021 Josh Stone - 1.56.1-1 - Update to 1.56.1.