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