From d88d0a534589e7e60b8e3b85f48821b2e2d51c5b Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 5 Jan 2021 16:04:30 +0100 Subject: [PATCH] Indent consistently Signed-off-by: Nils Philippsen --- libiec61883.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libiec61883.spec b/libiec61883.spec index 26fa591..71f0b5e 100644 --- a/libiec61883.spec +++ b/libiec61883.spec @@ -14,7 +14,7 @@ ExcludeArch: s390 s390x BuildRequires: gcc # Works only with newer libraw1394 versions BuildRequires: libraw1394-devel -BuildRequires: make +BuildRequires: make %description The libiec61883 library provides an higher level API for streaming DV, @@ -70,6 +70,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_mandir}/man1/*.1* %changelog +* Tue Jan 05 2021 Nils Philippsen - 1.2.0-25 +- Indent consistently + * Tue Jan 05 2021 Tom Stellard - 1.2.0-25 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro