Mailinglist Archive: opensuse-commit (1124 mails)

< Previous Next >
commit gstreamer010
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 19 Apr 2007 21:38:54 +0200
  • Message-id: <20070419193854.D2875678168@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gstreamer010
checked in at Thu Apr 19 21:38:54 CEST 2007.

--------
--- GNOME/gstreamer010/gstreamer010.changes     2007-03-30 10:15:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/gstreamer010/gstreamer010.changes      2007-04-19 11:42:35.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 19 11:42:25 CEST 2007 - schwab@xxxxxxx
+
+- Fix quoting in autoconf macros.
+
+-------------------------------------------------------------------

New:
----
  gstreamer-0.10.12.diff

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

Other differences:
------------------
++++++ gstreamer010.spec ++++++
--- /var/tmp/diff_new_pack.L28943/_old  2007-04-19 21:38:33.000000000 +0200
+++ /var/tmp/diff_new_pack.L28943/_new  2007-04-19 21:38:33.000000000 +0200
@@ -20,9 +20,10 @@
 License:        GNU Library General Public License v. 2.0 and 2.1 (LGPL)
 Group:          System/Libraries
 Version:        0.10.12
-Release:        2
+Release:        5
 Summary:        Streaming-Media Framework Runtime
 Source:         %{_name}-%{version}.tar.bz2 
+Patch:          %{_name}-%{version}.diff
 URL:            http://gstreamer.freedesktop.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -127,6 +128,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch
 
 %build
 # FIXME: GTKDOC_CFLAGS, GST_OBJ_CFLAGS:
@@ -187,6 +189,8 @@
 %doc %{_docdir}/%{name}/pwg
 
 %changelog
+* Thu Apr 19 2007 - schwab@xxxxxxx
+- Fix quoting in autoconf macros.
 * Fri Mar 30 2007 - aj@xxxxxxx
 - Add bison to build requires.
 * Tue Mar 27 2007 - sbrabec@xxxxxxx

++++++ gstreamer-0.10.12.diff ++++++
--- common/m4/gst-feature.m4
+++ common/m4/gst-feature.m4
@@ -46,13 +46,13 @@
 dnl GST_PLUGINS_NO will contain those that won't be built
 
 AC_DEFUN([AG_GST_CHECK_FEATURE],
-echo
+[echo
 AC_MSG_NOTICE(*** checking feature: [$2] ***)
 if test "x[$3]" != "x"
 then
   AC_MSG_NOTICE(*** for plug-ins: [$3] ***)
 fi
-[dnl
+dnl
 builtin(define, [gst_endisable], ifelse($5, [disabled], [enable], [disable]))dnl
 dnl if it is set to NO, then don't even consider it for building
 NOUSE=

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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread