Fix version number and update the source code

epel8
Sérgio M. Basto 6 years ago
parent 47effc7d70
commit 9aa174a515

1
.gitignore vendored

@ -1 +1,2 @@
/vid.stab-afc8ea9.tar.gz
/vid.stab-38ecbaf.tar.gz

@ -0,0 +1,3 @@
# vid.stab package
- Vidstab is a video stabilization library which can be plugged-in with Ffmpeg, MLT and Transcode.

@ -1 +1 @@
SHA512 (vid.stab-afc8ea9.tar.gz) = 4c80de3d58e4e548b292bd25bc2c1df2181454a0f919c6d0cecc184461e8d1ecc2f2cefc9f5963cb742724099a1f560ccb659f7daf064e60d9f706687f948807
SHA512 (vid.stab-38ecbaf.tar.gz) = 108daf140905c3e4c2b20faf31f4fc7b4f3c1e597c448726e2ea1c022248b62b8b6e1304ca383762bf9f6f4c17197c712250877fc66e027bbf4d4373249f9e46

@ -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 <sergio@serjux.com> - 1.1.0-1.20180529git38ecbaf
- Fix version number and update the source code
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-5.20170830gitafc8ea9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save