From 76d52e5b80320915963f0487341a6a9ae8d50da6 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Oct 30 2015 15:43:36 +0000 Subject: Add python-libxml2 as a dependency. It seems it use to be pulled in by something else. Without it we get: Traceback (most recent call last): File "/usr/bin/sugar-activity", line 169, in main() File "/usr/bin/sugar-activity", line 121, in main module = __import__(module_name) File "/usr/share/sugar/activities/Record.activity/record.py", line 36, in import gst File "/usr/lib64/python2.7/site-packages/gst-0.10/gst/__init__.py", line 193, in from _gst import * ImportError: /usr/lib64/python2.7/site-packages/gst-0.10/gst/_gst.so: undefined symbol: libxml_xmlDocPtrWrap Exited with status 1, pid 2057 data (None, ', mode 'w' at 0x7f1041150540>, '840fde1e4866d7ac2ebffca9a044bab2b4e43ae3') --- diff --git a/gstreamer-python.spec b/gstreamer-python.spec index 22a6c5e..1336682 100644 --- a/gstreamer-python.spec +++ b/gstreamer-python.spec @@ -2,7 +2,7 @@ Name: gstreamer-python Version: 0.10.22 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Python bindings for GStreamer Group: Development/Languages @@ -14,6 +14,7 @@ Patch1: 0001-preset-expose-new-gst.preset_-set-get-_app_dir-on-py.patch Requires: python >= 2.3 Requires: pygtk2 >= 2.8.0 +Requires: python-libxml2 Requires: gstreamer >= 0.10.36 Requires: gstreamer-plugins-base >= 0.10.36 @@ -88,6 +89,9 @@ rm -fr $RPM_BUILD_ROOT%{_datadir}/gst-python/%{majorminor}/examples %changelog +* Fri Oct 30 2015 Peter Robinson 0.10.22-9 +- Add python-libxml2 dep + * Wed Jun 17 2015 Fedora Release Engineering - 0.10.22-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild