Mailinglist Archive: opensuse-commit (1301 mails)
| < Previous | Next > |
commit gstreamer010
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 13 Jul 2007 20:22:26 +0200
- Message-id: <20070713182226.D55AD678187@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gstreamer010
checked in at Fri Jul 13 20:22:26 CEST 2007.
--------
--- GNOME/gstreamer010/gstreamer010.changes 2007-06-20 16:43:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/gstreamer010/gstreamer010.changes 2007-07-12 13:28:11.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 12 13:27:58 CEST 2007 - dmueller@xxxxxxx
+
+- fix installed headers to be compileable with -pedantic
+
+-------------------------------------------------------------------
New:
----
pedantic-headers.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer010.spec ++++++
--- /var/tmp/diff_new_pack.yc6864/_old 2007-07-13 20:22:08.000000000 +0200
+++ /var/tmp/diff_new_pack.yc6864/_new 2007-07-13 20:22:08.000000000 +0200
@@ -13,7 +13,7 @@
Name: gstreamer010
%define _name gstreamer
Version: 0.10.13
-Release: 1
+Release: 5
%define gst_branch 0.10
BuildRequires: bison check-devel docbook-toys docbook-utils flex glib2-devel gtk-doc libxml2-devel pyxml transfig
%ifarch %ix86 ppc x86_64
@@ -23,11 +23,12 @@
# Missing in transfig:
BuildRequires: ghostscript-fonts-std ghostscript-library
%endif
-License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
+License: LGPL v2 or later
Group: System/Libraries
Summary: Streaming-Media Framework Runtime
Source: %{_name}-%{version}.tar.bz2
Patch: %{_name}-0.10.12.diff
+Patch1: pedantic-headers.diff
URL: http://gstreamer.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -133,6 +134,7 @@
%prep
%setup -q -n %{_name}-%{version}
%patch
+%patch1
%build
# FIXME: GTKDOC_CFLAGS, GST_OBJ_CFLAGS:
@@ -193,6 +195,8 @@
%doc %{_docdir}/%{name}/pwg
%changelog
+* Thu Jul 12 2007 - dmueller@xxxxxxx
+- fix installed headers to be compileable with -pedantic
* Wed Jun 20 2007 - sbrabec@xxxxxxx
- Updated to version 0.10.13:
* Latency handling infrastructure for live playback scenarios
++++++ pedantic-headers.diff ++++++
--- gst/gstbuffer.h
+++ gst/gstbuffer.h
@@ -356,7 +356,7 @@ gst_buffer_ref (GstBuffer * buf)
typedef enum {
GST_BUFFER_COPY_FLAGS = (1 << 0),
GST_BUFFER_COPY_TIMESTAMPS = (1 << 1),
- GST_BUFFER_COPY_CAPS = (1 << 2),
+ GST_BUFFER_COPY_CAPS = (1 << 2)
} GstBufferCopyFlags;
/**
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |