Hello community,

here is the log from the commit of package gstreamer-plugins-ugly for 
openSUSE:Factory checked in at 2015-11-24 22:29:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-ugly"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
    2014-12-31 11:22:18.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes
       2015-11-24 22:29:47.000000000 +0100
@@ -1,0 +2,21 @@
+Sat Nov 21 13:57:38 UTC 2015 - [email protected]
+
+- Refresh patches to apply
+
+-------------------------------------------------------------------
+Sat Oct 31 03:45:28 UTC 2015 - [email protected]
+
+- Update to version 1.6.1:
+  + Updated translations.
+- Add gstreamer-revert-bogus-automake-version.patch: Upstream
+  needed feature in automake 1.12, so for good measure they bumped
+  to 1.14 - revert that commit as we have at least 1.13.4.
+
+-------------------------------------------------------------------
+Fri Oct  2 09:14:15 UTC 2015 - [email protected]
+
+- Update to version 1.6.0:
+  + For changelog, see mainpackage changes, everything is condensed
+    there.
+
+-------------------------------------------------------------------

Old:
----
  gst-plugins-ugly-1.4.5-patched.tar.xz
  gst-plugins-ugly-1.4.5.tar.xz

New:
----
  gst-plugins-ugly-1.6.1-patched.tar.xz
  gst-plugins-ugly-1.6.1.tar.xz
  gstreamer-revert-bogus-automake-version.patch

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

Other differences:
------------------
++++++ gstreamer-plugins-ugly.spec ++++++
--- /var/tmp/diff_new_pack.s66DQA/_old  2015-11-24 22:29:48.000000000 +0100
+++ /var/tmp/diff_new_pack.s66DQA/_new  2015-11-24 22:29:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-ugly
 #
-# Copyright (c) 2014 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
@@ -24,7 +24,7 @@
 %define _experimental 1
 
 Name:           gstreamer-plugins-ugly
-Version:        1.4.5
+Version:        1.6.1
 Release:        0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        LGPL-2.1+
@@ -41,11 +41,13 @@
 %endif
 Source1:        %{name}-patch-source.sh
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM gstreamer-revert-bogus-automake-version.patch bgo# 
[email protected] -- Upstream needed feature in automake 1.12, so for good 
measure they bumped to 1.14 - revert that commit as we have at least 1.13.4...
+Patch1:         gstreamer-revert-bogus-automake-version.patch
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.32.0
-BuildRequires:  gstreamer-devel >= 1.0.10
-BuildRequires:  gstreamer-plugins-base-devel >= 1.0.10
+BuildRequires:  gstreamer-devel >= 1.6.0
+BuildRequires:  gstreamer-plugins-base-devel >= 1.6.0
 BuildRequires:  gtk-doc >= 1.12
 BuildRequires:  libcdio-devel >= 0.76
 BuildRequires:  libdvdread-devel
@@ -142,6 +144,7 @@
 %if 0%{?BUILD_ORIG}
 %patch0
 %endif
+%patch1 -p1 -R
 
 %build
 %if ! 0%{?BUILD_ORIG}

++++++ gst-plugins-ugly-1.4.5-patched.tar.xz -> 
gst-plugins-ugly-1.6.1-patched.tar.xz ++++++
++++ 16200 lines of diff (skipped)

++++++ gst-plugins-ugly-1.4.5-patched.tar.xz -> gst-plugins-ugly-1.6.1.tar.xz 
++++++
++++ 94961 lines of diff (skipped)

++++++ gstreamer-plugins-ugly-1.0.1-patched_liba52.patch ++++++
--- /var/tmp/diff_new_pack.s66DQA/_old  2015-11-24 22:29:49.000000000 +0100
+++ /var/tmp/diff_new_pack.s66DQA/_new  2015-11-24 22:29:49.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- configure.orig
 +++ configure
-@@ -24878,11 +24878,7 @@ int
+@@ -25185,11 +25185,7 @@ int
  main ()
  {
    a52_state_t *state;
@@ -44,10 +44,10 @@
    cpuflags = orc_target_get_default_flags (orc_target_get_by_name ("mmx"));
    if (cpuflags & ORC_TARGET_MMX_MMX)
      klass->a52_cpuflags |= MM_ACCEL_X86_MMX;
-@@ -246,13 +242,7 @@ gst_a52dec_start (GstAudioDecoder * dec)
-   GST_DEBUG_OBJECT (dec, "start");
+@@ -252,13 +248,7 @@ gst_a52dec_start (GstAudioDecoder * dec)
  
    klass = GST_A52DEC_CLASS (G_OBJECT_GET_CLASS (a52dec));
+   g_mutex_lock (&init_mutex);
 -#if defined(A52_ACCEL_DETECT)
 -  a52dec->state = a52_init ();
 -  /* This line is just to avoid being accused of not using klass */
@@ -55,6 +55,6 @@
 -#else
    a52dec->state = a52_init (klass->a52_cpuflags);
 -#endif
+   g_mutex_unlock (&init_mutex);
  
    if (!a52dec->state) {
-     GST_ELEMENT_ERROR (GST_ELEMENT (a52dec), LIBRARY, INIT, (NULL),

++++++ gstreamer-revert-bogus-automake-version.patch ++++++
>From 947d5b56b3cb2abd0a74d20d0fd6a163f28d3f99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= <[email protected]>
Date: Thu, 23 Apr 2015 16:22:39 +0100
Subject: configure: bump automake requirement to 1.14 and autoconf to 2.69

This is only required for builds from git, people can still
build tarballs if they only have older autotools.

https://bugzilla.gnome.org//show_bug.cgi?id=747624

diff --git a/configure.ac b/configure.ac
index 25ea7da..2a4341f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_PREREQ([2.68])
+AC_PREREQ([2.69])
 
 dnl please read gstreamer/docs/random/autotools before changing this file
 
@@ -10,7 +10,7 @@ AC_INIT([GStreamer Ugly 
Plug-ins],[1.5.0.1],[http://bugzilla.gnome.org/enter_bug
 AG_GST_INIT
 
 dnl initialize automake
-AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar 
subdir-objects])
+AM_INIT_AUTOMAKE([-Wno-portability 1.14 no-dist-gzip dist-xz tar-ustar 
subdir-objects])
 
 dnl define PACKAGE_VERSION_* variables
 AS_VERSION
-- 
cgit v0.10.2


Reply via email to