From 9aa174a5150bfb2dc340e341b2d1d431ea66cc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 30 Sep 2018 01:26:31 +0100 Subject: [PATCH] Fix version number and update the source code --- .gitignore | 1 + README.md | 3 +++ sources | 2 +- vid.stab.spec | 13 ++++++++----- 4 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 5c1f6cb..fc8c0bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vid.stab-afc8ea9.tar.gz +/vid.stab-38ecbaf.tar.gz diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba0ac19 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# vid.stab package + +- Vidstab is a video stabilization library which can be plugged-in with Ffmpeg, MLT and Transcode. diff --git a/sources b/sources index 357ad51..8708dc8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vid.stab-afc8ea9.tar.gz) = 4c80de3d58e4e548b292bd25bc2c1df2181454a0f919c6d0cecc184461e8d1ecc2f2cefc9f5963cb742724099a1f560ccb659f7daf064e60d9f706687f948807 +SHA512 (vid.stab-38ecbaf.tar.gz) = 108daf140905c3e4c2b20faf31f4fc7b4f3c1e597c448726e2ea1c022248b62b8b6e1304ca383762bf9f6f4c17197c712250877fc66e027bbf4d4373249f9e46 diff --git a/vid.stab.spec b/vid.stab.spec index 0ab5a7d..f1a4ce8 100644 --- a/vid.stab.spec +++ b/vid.stab.spec @@ -1,11 +1,11 @@ -# https://github.com/georgmartius/vid.stab/commit/afc8ea9fb0632e0cdf781725a770edb1de788fed -%global commit afc8ea9fb0632e0cdf781725a770edb1de788fed +# https://github.com/georgmartius/vid.stab/commit/38ecbaf8ece45edd907994660ecd50f0db817b98 +%global commit 38ecbaf8ece45edd907994660ecd50f0db817b98 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20170830 +%global commitdate 20180529 Name: vid.stab -Version: 1.1 -Release: 5.%{commitdate}git%{shortcommit}%{?dist} +Version: 1.1.0 +Release: 1.%{commitdate}git%{shortcommit}%{?dist} Summary: Video stabilize library for fmpeg, mlt or transcode License: GPLv2+ URL: http://public.hronopik.de/vid.stab @@ -67,6 +67,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} tests/tests || : %{_libdir}/pkgconfig/vidstab.pc %changelog +* Sat Sep 29 2018 Sérgio Basto - 1.1.0-1.20180529git38ecbaf +- Fix version number and update the source code + * Sat Jul 14 2018 Fedora Release Engineering - 1.1-5.20170830gitafc8ea9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild