Really add patch to fix cheese#51

This commit is contained in:
Michael Catanzaro 2022-05-18 07:45:46 -05:00
parent 37a9216f61
commit f36d628a41

View File

@ -1,6 +1,6 @@
Name: clutter-gst3
Version: 3.0.27
Release: 8%{?dist}
Release: 9%{?dist}
Summary: GStreamer integration library for Clutter
License: LGPLv2+
@ -22,7 +22,7 @@ BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires: pkgconfig(gstreamer-tag-1.0)
BuildRequires: pkgconfig(gstreamer-video-1.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: make
BuildRequires: make
%description
@ -46,7 +46,7 @@ developing applications that use clutter-gst API version 3.0.
%prep
%setup -q -n clutter-gst-%{version}
%autosetup -p1 -n clutter-gst-%{version}
%build
@ -78,6 +78,9 @@ rm -rf %{buildroot}%{_libdir}/gstreamer-1.0/
%changelog
* Wed May 18 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 3.0.27-9
- Really add patch to fix cheese#51
* Fri May 13 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 3.0.27-8
- Add patch to fix cheese#51