Hello community,

here is the log from the commit of package gstreamer for openSUSE:Factory 
checked in at 2013-01-20 07:49:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes      2013-01-10 
11:27:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer.new/gstreamer.changes 2013-01-20 
07:49:05.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Jan 19 10:05:35 UTC 2013 - [email protected]
+
+- Update gstreamer-rpm-prov.patch: PackageKit is looking for
+  packages with gstreamer(*) provides.. so we should provide the
+  same.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
gstreamer.spec: same change

++++++ gstreamer-rpm-prov.patch ++++++
--- /var/tmp/diff_new_pack.3giKag/_old  2013-01-20 07:49:06.000000000 +0100
+++ /var/tmp/diff_new_pack.3giKag/_new  2013-01-20 07:49:06.000000000 +0100
@@ -126,8 +126,8 @@
 +  }
 +
 +  /* Example:
-+   * gstreamer1.0(decoder-video/mpeg)(mpegversion=1)()(64bit) */
-+  string = g_string_new ("gstreamer1.0");
++   * gstreamer1(decoder-video/mpeg)(mpegversion=1)()(64bit) */
++  string = g_string_new ("gstreamer1");
 +  g_string_append_c (string, '(');
 +  g_string_append (string, type_name);
 +  g_string_append_c (string, '-');
@@ -277,7 +277,7 @@
 +          if (!rpm_format)
 +            g_print ("urisink-%s\n", *protocols);
 +          else
-+            g_print ("gstreamer1.0(urisink-%s)\n", *protocols);
++            g_print ("gstreamer1(urisink-%s)\n", *protocols);
            ++protocols;
          }
          break;
@@ -287,7 +287,7 @@
 +          if (!rpm_format)
 +            g_print ("urisource-%s\n", *protocols);
 +          else
-+            g_print ("gstreamer1.0(urisource-%s)\n", *protocols);
++            g_print ("gstreamer1(urisource-%s)\n", *protocols);
            ++protocols;
          }
          break;
@@ -308,7 +308,7 @@
 +      if (!rpm_format)
 +        g_print ("element-%s\n", gst_plugin_feature_get_name (feature));
 +      else
-+        g_print ("gstreamer1.0(element-%s)\n",
++        g_print ("gstreamer1(element-%s)\n",
 +            gst_plugin_feature_get_name (feature));
  
        factory = GST_ELEMENT_FACTORY (feature);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to