diff --git a/anda/lib/openh264/anda.hcl b/anda/lib/openh264/anda.hcl index b62df13d06..825d3a7615 100644 --- a/anda/lib/openh264/anda.hcl +++ b/anda/lib/openh264/anda.hcl @@ -1,5 +1,8 @@ project pkg { - rpm { - spec = "openh264.spec" - } + rpm { + spec = "openh264.spec" + } + labels { + subrepo = "extras" + } } diff --git a/anda/lib/openh264/openh264.spec b/anda/lib/openh264/openh264.spec index 27e0bb42c8..0215a3e168 100644 --- a/anda/lib/openh264/openh264.spec +++ b/anda/lib/openh264/openh264.spec @@ -1,11 +1,11 @@ # ref: https://src.fedoraproject.org/rpms/openh264 -%global commit1 e7d30b921df736a1121a0c8e0cf3ab1ce5b8a4b7 +%global commit1 1f5a2f07a565a9465c14d3a8b12f3202f83c775e %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: openh264 -Version: 2.4.1 +Version: 2.6.0 # Also bump the Release tag for gstreamer1-plugin-openh264 down below -Release: 1%{?dist} +Release: 2%?dist Summary: H.264 codec library License: BSD @@ -94,7 +94,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a %files %license LICENSE %doc README.md -%{_libdir}/libopenh264.so.7 +%{_libdir}/libopenh264.so.8 %{_libdir}/libopenh264.so.%{version} %files devel