[gstreamermm] upstream 0.10.10 drop DSO linking patch

Haïkel Guémar hguemar at fedoraproject.org
Sun Aug 7 15:07:58 UTC 2011


commit f5ec23478bca435396e226d1dd8e7093c59dde82
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Sun Aug 7 17:07:29 2011 +0200

    upstream 0.10.10
    drop DSO linking patch

 .gitignore       |    1 +
 gstreamermm.spec |    9 +++++----
 sources          |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b32dd22..ac88782 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 gstreamermm-0.10.7.tar.bz2
 /gstreamermm-0.10.8.tar.bz2
 /gstreamermm-0.10.9.tar.bz2
+/gstreamermm-0.10.10.tar.bz2
diff --git a/gstreamermm.spec b/gstreamermm.spec
index 217bd25..a228e2c 100644
--- a/gstreamermm.spec
+++ b/gstreamermm.spec
@@ -1,7 +1,7 @@
 %global api_ver 0.10
 
 Name:           gstreamermm
-Version:        0.10.9
+Version:        0.10.10
 Release:        1%{?dist}
 
 Summary:        C++ wrapper for GStreamer library
@@ -10,8 +10,6 @@ Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.gtkmm.org/
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/%{name}-%{version}.tar.bz2
-# DROPME: similar patch applied in gstreamermm git master
-Patch0:		%{name}-0.10.9-gmmproc-dso-linking.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: glibmm24-devel >= 2.21.1
@@ -57,7 +55,6 @@ documentation browser or through a web browser.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --enable-shared --disable-examples --enable-docs --disable-dependency-tracking
@@ -102,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 07 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 0.10.10-1
+- upstream 0.10.10
+- remove DSO linking patch
+
 * Tue Apr 19 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 0.10.9-1
 - upstream 0.10.9
 - temporary patch to fix DSO linking issue with code generator
diff --git a/sources b/sources
index 260f91b..e7079c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-939adf0883f7d33e23f77c0291802034  gstreamermm-0.10.9.tar.bz2
+af6980a9526277b67df35a52b4e00bf4  gstreamermm-0.10.10.tar.bz2


More information about the scm-commits mailing list