Update to 1.16.1
Enable libcap for the ptp helper permissions
This commit is contained in:
parent
63f1375fa6
commit
65a692254c
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
||||
/gstreamer-1.15.1.tar.xz
|
||||
/gstreamer-1.15.2.tar.xz
|
||||
/gstreamer-1.16.0.tar.xz
|
||||
/gstreamer-1.16.1.tar.xz
|
||||
|
@ -10,8 +10,8 @@
|
||||
%global __python %{__python3}
|
||||
|
||||
Name: gstreamer1
|
||||
Version: 1.16.0
|
||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Version: 1.16.1
|
||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer streaming media framework runtime
|
||||
|
||||
License: LGPLv2+
|
||||
@ -38,6 +38,7 @@ BuildRequires: check-devel
|
||||
BuildRequires: gtk-doc >= 1.3
|
||||
BuildRequires: gettext
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: libcap-devel
|
||||
|
||||
# ./autogen.sh deps
|
||||
BuildRequires: automake gettext-devel libtool
|
||||
@ -104,7 +105,9 @@ NOCONFIGURE=1 \
|
||||
--enable-debug \
|
||||
--disable-fatal-warnings \
|
||||
--disable-silent-rules \
|
||||
--disable-tests --disable-examples
|
||||
--disable-tests --disable-examples \
|
||||
--with-ptp-helper-permissions=capabilities
|
||||
|
||||
|
||||
%make_build V=1
|
||||
|
||||
@ -206,6 +209,10 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
|
||||
- Update to 1.16.1
|
||||
- Enable libcap for the ptp helper permissions
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gstreamer-1.16.0.tar.xz) = d65d8ee78e5c245ed710fe7907e35d18bfe8729518552f86ea6f16bbcfef7b1c418e0fbe94fc79cb2626510fdf486d457fb040290e84d383964c8ab140455652
|
||||
SHA512 (gstreamer-1.16.1.tar.xz) = 30abcf20fa16cdedbacbecabef66367e614c9c5865311238397afbbe30fe6588909ddd7e917c4ec0749c4095c6f73b4de2e57a93ff2c1b97629206b05fc06173
|
||||
|
Loading…
Reference in New Issue
Block a user