From f851ad86cc264cb3c80f900e376edb1d48b1c74a Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 3 Jan 2023 14:38:58 +0100 Subject: [PATCH] 0-4.20221122git9564b5 Related: #2143264 --- .gitignore | 1 + sources | 1 + synce4l.spec | 5 ++++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf0e668..f9d80fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /synce4l-9564b5.tar.gz +/synce4l-ca51d5.tar.gz diff --git a/sources b/sources index b0c6e47..af57865 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (synce4l-9564b5.tar.gz) = 2661d920b4dc2e02fd1bc09d8b6d20d13aa15aa4841582ea6bad47f77716cdf8c6f6876eae6efe1e68d89eca58bf8c834241ced8c71820176204347ca07dde31 +SHA512 (synce4l-ca51d5.tar.gz) = e48e0cbf8eaf88725d552640ee819a41255f8eb040ee49a1ef8683465985b263363692ebf2a64f8e2ca521fa2ad1dcfe54b5e603aa63c5aab4a65c0f4def2c5d diff --git a/synce4l.spec b/synce4l.spec index 135e728..1c95aca 100644 --- a/synce4l.spec +++ b/synce4l.spec @@ -4,7 +4,7 @@ Name: synce4l Version: 0 -Release: 3.%{gitdate}git%{gitrel}%{?dist} +Release: 4.%{gitdate}git%{gitrel}%{?dist} Summary: SyncE implementation for Linux License: GPL-2.0-or-later @@ -64,6 +64,9 @@ echo '.so man8/synce4l.8' > $RPM_BUILD_ROOT%{_mandir}/man5/synce4l.conf.5 %{_mandir}/man8/*.8* %changelog +* Tue Jan 03 2023 Miroslav Lichvar 0-4.20221122git9564b5 +- update to 20221122git9564b5 (#2143264) + * Wed Nov 16 2022 Miroslav Lichvar 0-3.20221114gitca51d5 - update to 20221114gitca51d5 (#2141038)