|
|
|
@ -3,13 +3,13 @@
|
|
|
|
|
%global commit1 c5f1d0f3213178818cbfb3e16f31d07328980560
|
|
|
|
|
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
%global gst_version 1.9.2
|
|
|
|
|
#needs to be bumped for every build
|
|
|
|
|
%global gst_version 1.10.2
|
|
|
|
|
# needs to be bumped for every rebuild
|
|
|
|
|
%global gst_release 1
|
|
|
|
|
|
|
|
|
|
Name: openh264
|
|
|
|
|
Version: 1.6.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: H.264 codec library
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -219,6 +219,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 05 2016 Kalev Lember <klember@redhat.com> - 1.6.0-3
|
|
|
|
|
- Update gstreamer plugin to 1.10.2
|
|
|
|
|
|
|
|
|
|
* Fri Sep 02 2016 Kalev Lember <klember@redhat.com> - 1.6.0-2
|
|
|
|
|
- Update gstreamer plugin to 1.9.2
|
|
|
|
|
|
|
|
|
|