[gstreamer-plugins-good/f16] Backport patch to correct flacdec sample number rounding. (#722667) Drop clean section. No longer ne

Brian Pepple bpepple at fedoraproject.org
Sun Nov 27 22:08:23 UTC 2011


commit 35a6198f54c7479b213f9852d3322c45e6498d4c
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Sun Nov 27 17:08:13 2011 -0500

    Backport patch to correct flacdec sample number rounding. (#722667)
    Drop clean section. No longer needed.
    Drop buildroot. No longer needed.

 gstreamer-plugins-good.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/gstreamer-plugins-good.spec b/gstreamer-plugins-good.spec
index 9a9595c..65234b9 100644
--- a/gstreamer-plugins-good.spec
+++ b/gstreamer-plugins-good.spec
@@ -6,7 +6,7 @@
 
 Name:           %{gstreamer}-plugins-good
 Version:        0.10.30
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        GStreamer plug-ins with good code and licensing
 
 Group:          Applications/Multimedia
@@ -20,7 +20,9 @@ Patch1:         gstreamer-plugins-good-0.10.30-flacdec_also_try_upstream.patch
 Patch2:         gstreamer-plugins-good-0.10.30-flacparse_conversions.patch
 Patch3:         gstreamer-plugins-good-0.10.30-flacparse_fix_conversions.patch
 Patch4:         gstreamer-plugins-good-0.10.30-off_by_one.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# Upstream patch to fix flacdec sample number rounding
+# https://bugzilla.gnome.org/show_bug.cgi?id=651615
+Patch5:         gstreamer-plugins-good-0.10.30-flacdec_correct_sample_number_rounding.patch
 
 Requires:       %{gstreamer} >= %{_gst}
 Requires(pre): GConf2 
@@ -114,6 +116,7 @@ This package contains documentation for the provided plugins.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 
@@ -146,9 +149,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %find_lang gst-plugins-good-%{majorminor}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f gst-plugins-good-%{majorminor}.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING README REQUIREMENTS
@@ -255,6 +255,11 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
 
 %changelog
+* Sun Nov 27 2011 Brian Pepple <bpepple at fedoraproject.org> - 0.10.30-5
+- Backport patch to correct flacdec sample number rounding. (#722667)
+- Drop clean section. No longer needed.
+- Drop buildroot. No longer needed.
+
 * Fri Nov  4 2011 Adam Williamson <awilliam at redhat.com> - 0.10.30-4
 - backport more upstream flacparse fixes to complete #650785 fix
 


More information about the scm-commits mailing list