Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-bad for 
openSUSE:Factory checked in at 2013-08-25 13:34:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-bad (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-bad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-0_10-plugins-bad"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-bad/gstreamer-0_10-plugins-bad.changes
    2013-02-11 11:02:59.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-bad.new/gstreamer-0_10-plugins-bad.changes
       2013-08-25 13:34:11.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Aug 24 12:36:40 UTC 2013 - zai...@opensuse.org
+
+- Add gstreamer-0_10-plugins-neon-0_30.patch, fix build with
+  neon-0.30.
+
+-------------------------------------------------------------------

New:
----
  gstreamer-0_10-plugins-neon-0_30.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-0_10-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.atNNWV/_old  2013-08-25 13:34:12.000000000 +0200
+++ /var/tmp/diff_new_pack.atNNWV/_new  2013-08-25 13:34:12.000000000 +0200
@@ -55,6 +55,8 @@
 Patch7:         gstreamer-0_10-plugins-bad-directfb.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-bad-docbuild.patch 
dims...@opensuse.org -- Fix building of documentation.
 Patch8:         gstreamer-0_10-plugins-bad-docbuild.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-neon-0_30.patch bgo#705812 
zai...@opensuse.org -- Fix build with neon-0.30, patch taken from upstream git.
+Patch9:         gstreamer-0_10-plugins-neon-0_30.patch
 # Please remove me when slv2 and lv2core are in factory.
 %if %{with LV2}
 BuildRequires:  slv2-devel
@@ -327,6 +329,7 @@
 %patch6
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 autoconf

++++++ gstreamer-0_10-plugins-neon-0_30.patch ++++++
>From 3279d633ae23cc92ed7f7fde7b9e00dc0b049874 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev <tetrom...@gentoo.org>
Date: Mon, 12 Aug 2013 01:02:51 -0400
Subject: [PATCH] neonhttpsrc: allow building with neon-0.30

https://bugzilla.gnome.org/show_bug.cgi?id=705812
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 94e790b..1bfbdac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1688,7 +1688,7 @@ AG_GST_CHECK_FEATURE(NAS, [nas plug-in], nassink, [
 dnl *** neon ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true)
 AG_GST_CHECK_FEATURE(NEON, [neon http client plugins], neonhttpsrc, [
-  PKG_CHECK_MODULES(NEON, neon >= 0.27.0  neon <= 0.29.99, HAVE_NEON="yes", [
+  PKG_CHECK_MODULES(NEON, neon >= 0.27.0  neon <= 0.30.99, HAVE_NEON="yes", [
     HAVE_NEON="no"
   ])
   AC_SUBST(NEON_CFLAGS)
-- 
1.8.3.2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to