From 68f8734bf09428b5b685cdebf2bd0ef67a74b9fa Mon Sep 17 00:00:00 2001 From: "Michael A. Peters" Date: Fri, 19 May 2023 05:06:26 -0700 Subject: [PATCH] fix bad source tag --- SPECS/check.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/check.spec b/SPECS/check.spec index 0a6fcde..9314c58 100644 --- a/SPECS/check.spec +++ b/SPECS/check.spec @@ -8,13 +8,13 @@ Name: check Version: 0.15.2 -Release: %{?repo}0.rc1%{?dist} +Release: %{?repo}0.rc2%{?dist} Summary: Unit testing framework for C Group: Development/Utilities License: LGPL-2.1-or-later URL: https://libcheck.github.io/check/ -Source0: https://github.com/libcheck/check/releases/download/%{name}/check-%{version}.tar.gz +Source0: https://github.com/libcheck/check/releases/download/%{version}/check-%{version}.tar.gz BuildRequires: %{__gawk} Requires: %{__gawk} @@ -93,5 +93,8 @@ fi %changelog +* Fri May 19 2023 Michael A. Peters - 0.15.2-0.rc2 +- Fix source URL + * Thu May 18 2023 Michael A. Peters - 0.15.2-0.rc1 - Initial spec file for YJL (RPM bootstrapping LFS/BLFS 11.3)