File python-gstreamer-0_10.changes of Package python-gstreamer-0_10

-------------------------------------------------------------------
Fri Mar  1 12:46:32 UTC 2013 - dimstar@opensuse.org

- Spec-cleanup using format_spec_file service.

-------------------------------------------------------------------
Tue Nov 15 11:11:43 UTC 2011 - vuntz@opensuse.org

- Update to version 0.10.22:
  + pad probes working properly with recent GStreamer
  + fixes for encoding profiles and encodebin
  + build fixes
  + install pygst.h, pygstminiobject.h and other headers so they
    can be used by other python bindings such the ones for
    gstreamer-editing-services
  + Bugs fixed: bgo#587432, bgo#639421, bgo#639423, bgo#639427,
    bgo#640207, bgo#640341, bgo#640410, bgo#640837, bgo#649227,
    bgo#650986, bgo#650987, bgo#656289, bgo#657435.

-------------------------------------------------------------------
Thu Jun  9 12:09:43 CEST 2011 - vuntz@opensuse.org

- Drop python-gnome Requires: it was only there for the gnome-vfs
  bindings, and they are not used anymore.

-------------------------------------------------------------------
Fri May  6 20:40:01 CEST 2011 - dimstar@opensuse.org

- Update to version 0.10.21:
  + gstreamer core/base 0.10.32 API additions
  + Fix GstDiscover methods.

-------------------------------------------------------------------
Tue Dec  7 12:14:31 CET 2010 - vuntz@opensuse.org

- Update to version 0.10.20:
  + libpython loading fixes
  + MacOSX standard python support

-------------------------------------------------------------------
Sun Aug  8 23:48:25 CEST 2010 - vuntz@opensuse.org

- Move some files to devel subpackage.

-------------------------------------------------------------------
Sat Aug  7 00:10:46 CEST 2010 - vuntz@opensuse.org

- Update to version 0.10.19:
  + Updates to 0.10.29/0.10.30 core/base API addition.

-------------------------------------------------------------------
Mon Mar  8 23:25:56 CET 2010 - dimstar@opensuse.org

- Update to version 0.10.18:
  + Updates to 0.10.26 core/base API addition
  + Bugs fixed:
    - bgo#592459: info.print_info() uses info.tags.pop() to get
      values, but pop is destructive, so calling print_info
      twice can return different results
    - bgo#599818: Import of pygst fails with Element missing

-------------------------------------------------------------------
Thu Dec  3 00:33:56 CET 2009 - vuntz@opensuse.org

- Update to version 0.10.17:
  + Fix leak in gst_base_sink_get_last_buffer()
  + Fix linking of pygstminiobject
  + Add test_audio.py example
  + Fix deadlocks calling gst_pad_link()
  + Bugs fixed:
    - bgo#590348 : [audio (and other modules)] can't use
      pygstminiobject !
    - bgo#590803 : checks fail in non-English locale
    - bgo#592447 : memory leak on certain pipelines with appsink

-------------------------------------------------------------------
Wed Aug 12 14:10:37 CEST 2009 - sbrabec@suse.cz

- Updated to version 0.10.16:
  * Update bindings for GStreamer 0.10.24
  * Fixes for the python plugin loader
  * Bugs fixed: bgo#580992, bgo#583378, bgo#583607, bgo#584445.

-------------------------------------------------------------------
Mon May 18 00:51:58 CEST 2009 - vuntz@novell.com

- Update to version 0.10.15:
  + Support new API in core/base
  + Fixes for python 2.6
  + Other bug-fixes and improvements
  + Bugs fixed: bgo#304361, bgo#576145, bgo#514717, bgo#571156,
    bgo#571380, bgo#572487, bgo#574251, bgo#574258, bgo#574272,
    bgo#576505, bgo#577735, bgo#578435, bgo#578731, bgo#578848,
    bgo#579183, bgo#579325, bgo#579383, bgo#581546, bgo#581729,
    bgo#581737, bgo#579416, bgo#579455, bgo#576546

-------------------------------------------------------------------
Thu May  7 14:53:39 CEST 2009 - vuntz@novell.com

- Remove AutoReqProv: it's default now.
- Do not call autoreconf: we don't need this.
- Split devel package.

-------------------------------------------------------------------
Thu Feb  5 12:36:09 CET 2009 - vuntz@novell.com

- Update to version 0.10.14:
  + Handle keep-refcount for GBoxed arguments
  + Mark gst.message* that take ownership of the
    gst.Structure/gst.TagList
  + Wrap new API in Core and Base
  + Various other bug fixes and improvements
  + Bugs fixed: bgo#543961, bgo#553131, bgo#553134, bgo#554545,
    bgo#556054, bgo#559406, bgo#559768, bgo#564580, bgo#566903

-------------------------------------------------------------------
Fri Oct 24 10:23:45 CDT 2008 - maw@suse.de

- Update to version 0.10.13:
  + Make gst.Fraction do simplification like GstFraction does in C
  + Wrap gst_type_find_register
  + Updated for GStreamer 0.10.21 API
  + Updated docs
  + Bugs fixed:
  + Bugs fixed: bgo#529728, bgo#529731, bgo#531697, bgo#532809,
    bgo#534888, bgo#553131, bgo#553134, bgo#461838, bgo#517993,
    bgo#540221, bgo#546689, and bgo#549450.

-------------------------------------------------------------------
Fri Oct  3 15:49:35 CEST 2008 - vuntz@novell.com

- Build fix: package gstoption.so
- Use fdupes for .pyc and .pyo files.

-------------------------------------------------------------------
Tue Apr  8 13:39:36 CEST 2008 - sbrabec@suse.cz

- Fixed Obsoletes (bnc#357153).

-------------------------------------------------------------------
Thu Apr  3 07:24:18 CEST 2008 - hpj@suse.de

- Upgraded to version 0.10.11:

  * Wrap gst.Pad.start_task.
  * New videomixer example.
  * Remove redundand python_do_pending_calls timer.
  * Fix memleak in Pad.set_blocked_async().
  * Wrap new API for 0.10.16 GStreamer and Base releases.
  * New gst.pbutils module wraps the gst-plugins-base pbutils library.
  * Rework gst_pad_add_*probe function wrapping to avoid leaks.
  * Wrap -base utils helper library.
  * Fix Pad probes leaking refs to their data.
  * Fix generated win32/common/config.h missing defines.
  * Fix build failure due to missing Python.h.
  * Various other fixes.

-------------------------------------------------------------------
Thu Jan 24 12:29:45 CET 2008 - sbrabec@suse.cz

- Updated to version 0.10.9:
  * Major crasher fixed when using latest pygobject
  * Added wrapping for 0.10.15 gstreamer core/base
  * Bug fixes
- Rename package according to shared library packaging policy
  (#223286).

-------------------------------------------------------------------
Mon Sep 17 16:42:46 CEST 2007 - sbrabec@suse.cz

- Updated to version 0.10.8:
  * many bug fixes

-------------------------------------------------------------------
Wed Jun 20 16:25:04 CEST 2007 - sbrabec@suse.cz

- Updated to version 0.10.7:
  * Threadsafe fix
  * Can now build without requiring pygtk and its dependencies
  * Installation fixes
  * Now requires glib >= 2.8
  * Switch to up-to-date pygtk codegenerator
  * Many bugs fixed

-------------------------------------------------------------------
Sat Dec 23 09:51:12 GMT 2006 - james@usr-local-bin.org

- add pygst.* to files

-------------------------------------------------------------------
Tue Dec 19 16:35:12 CET 2006 - sbrabec@suse.cz

- Spec file cleanup.

-------------------------------------------------------------------
Wed Aug 16 16:17:59 CEST 2006 - cthiel@suse.de

- buildrequire python-gtk-devel instead of python-gtk

-------------------------------------------------------------------
Mon Jun 26 15:13:11 CEST 2006 - sbrabec@suse.cz

- Updated to version 0.10.4:
  * Conditional compile of core API additions
  * wrapped gst.BaseSrc and gst.PushSrc
  * API added: gst.get_gst_version(), gst.get_pygst_version()
  * Backwards compatibility with older GStreamer installations
  * Wrapping of new API in GStreamer
  * Bug-fixes and enhancements

-------------------------------------------------------------------
Wed Jan 25 21:32:38 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Tue Jan 24 02:34:33 CET 2006 - ro@suse.de

- prevent gstreamer installation (using -gstreamer in nfb) 

-------------------------------------------------------------------
Wed Jan 18 18:28:03 CET 2006 - sbrabec@suse.cz

- Updated to version 0.10.2.

-------------------------------------------------------------------
Thu Jan  5 18:05:16 CET 2006 - sbrabec@suse.cz

- Require python-gnome (for gnomevfs module).

-------------------------------------------------------------------
Tue Jan  3 16:39:53 CET 2006 - sbrabec@suse.cz

- Branched python-gstreamer010 and updated to version 0.10.1.

-------------------------------------------------------------------
Tue Dec  6 19:01:59 CET 2005 - sbrabec@suse.cz

- New SuSE package, version 0.8.2.

openSUSE Build Service is sponsored by