Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-buzztard for 
openSUSE:Factory checked in at 2015-01-29 09:57:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-buzztard (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-buzztard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-buzztard/gstreamer-0_10-plugins-buzztard.changes
  2012-05-29 12:19:17.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-buzztard.new/gstreamer-0_10-plugins-buzztard.changes
     2015-01-29 09:58:09.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 21 13:33:11 UTC 2015 - [email protected]
+
+- Make sure AM_DEFAULT_VERBOSITY is always defined:
+  gstreamer-0_10-plugins-buzztard.AM_DEFAULT_VERBOSITY.patch
+
+-------------------------------------------------------------------

New:
----
  gstreamer-0_10-plugins-buzztard.AM_DEFAULT_VERBOSITY.patch

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

Other differences:
------------------
++++++ gstreamer-0_10-plugins-buzztard.spec ++++++
--- /var/tmp/diff_new_pack.I2lpGe/_old  2015-01-29 09:58:10.000000000 +0100
+++ /var/tmp/diff_new_pack.I2lpGe/_new  2015-01-29 09:58:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gstreamer
+# spec file for package gstreamer-0_10-plugins-buzztard
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_with bml
 
 %define gstreamer_pluginsdir %(pkg-config --variable=pluginsdir gstreamer-0.10)
@@ -30,6 +31,7 @@
 Source:         
http://downloads.sourceforge.net/project/buzztard/buzztard%20gstreamer%20extensions/%{version}/gst-buzztard-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-buzztard-0.6.0-no_c++.patch 
http://buzztard.org/bugs/?do=view_issue&issue=38 [email protected] -- Don't 
ask for a C++ compiler
 Patch0:         gstreamer-0_10-plugins-buzztard-0.6.0-no_c++.patch
+Patch1:         gstreamer-0_10-plugins-buzztard.AM_DEFAULT_VERBOSITY.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -69,6 +71,7 @@
 %prep
 %setup -q -n gst-buzztard-%{version}
 %patch0
+%patch1 -p1
 
 %build
 autoreconf -fi

++++++ gstreamer-0_10-plugins-buzztard.AM_DEFAULT_VERBOSITY.patch ++++++
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: gst-buzztard-0.6.0/configure.ac
===================================================================
--- gst-buzztard-0.6.0.orig/configure.ac
+++ gst-buzztard-0.6.0/configure.ac
@@ -21,7 +21,7 @@ AC_CONFIG_MACRO_DIR(m4)
 # Support silent build rules, requires at least automake-1.11. Disable
 # by either passing --disable-silent-rules to configure or passing V=1
 # to make
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], 
[AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
 
 GSTBT_MAJOR_VERSION=0
 GSTBT_MINOR_VERSION=6
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to