From 23d2c259aca83aa83c3b1d65eecaad1c883f2940 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Tue, 14 Dec 2021 14:11:21 +0100 Subject: [PATCH] Update to 1.1.0-14.20201110gitf9166e9 --- .gitignore | 1 + sources | 2 +- vid.stab.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4383c59..d1bfbaa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vid.stab-aeabc8d.tar.gz +/vid.stab-f9166e9.tar.gz diff --git a/sources b/sources index d483fe4..6a4783b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vid.stab-aeabc8d.tar.gz) = 9b0b802eb5a0ec1253bfec392b868b6d7e92c59f112da58aa3ea3b09871b2373614bf4a55b510c9360b51af0d18eff2eeaf2a51c17547ebcf2b0b0b036665b81 +SHA512 (vid.stab-f9166e9.tar.gz) = 6c4e81b79b37cac0d4c8abfb30b4436b54c7070283e9569d36f92dba2b901e7f8d836b08abc30acf6eb32c7711b8108555a170ab78f3da50fc418730fb8d0663 diff --git a/vid.stab.spec b/vid.stab.spec index 873208d..099ad7d 100644 --- a/vid.stab.spec +++ b/vid.stab.spec @@ -1,12 +1,12 @@ %undefine __cmake_in_source_build -# https://github.com/georgmartius/vid.stab/commit/aeabc8daa7904f9edf7441a11f293965a5ef53b8 -%global commit aeabc8daa7904f9edf7441a11f293965a5ef53b8 +# https://github.com/georgmartius/vid.stab/commit/f9166e9b082242b622b5b456ef80cbdbd4042826 +%global commit f9166e9b082242b622b5b456ef80cbdbd4042826 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20190213 +%global commitdate 20201110 Name: vid.stab Version: 1.1.0 -Release: 13.%{commitdate}git%{shortcommit}%{?dist} +Release: 14.%{commitdate}git%{shortcommit}%{?dist} Summary: Video stabilize library for fmpeg, mlt or transcode License: GPLv2+ URL: http://public.hronopik.de/vid.stab @@ -70,6 +70,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} tests/tests || : %{_libdir}/pkgconfig/vidstab.pc %changelog +* Tue Dec 14 2021 Martin Gansser - 1.1.0-14.20201110gitf9166e9 +- Update to 1.1.0-14.20201110gitf9166e9 + * Tue Dec 14 2021 Martin Gansser - 1.1.0-13.20190213gitaeabc8d - Build EPEL9 package - Fix cmake build