Version: 1.10.0-bp150.2.4
            
  * Sat Oct 28 2017 aloisio@gmx.com 
  - Spec cleanup
 
  * Sat Oct 21 2017 aloisio@gmx.com 
  - Update to version 1.10.0
  * Remove gstreamermm-plugins-bad experimental module
  * Deprecate plugins API
  * Add more examples
  * Implement GstNetClientClock wrapper
  * Add GstSDPMedia wrapper
- Dropped gstreamermm-1.8.0-build_with_gst_1.12.0.patch and
  gstreamermm-1.8.0-fix_gcc7_build.patch (merged upstream)
- Spec cleanup
 
  * Mon Jul 10 2017 jengelh@inai.de 
  - Fix RPM groups.
 
  * Sun Jul 02 2017 aloisio@gmx.com 
  - Update to version 1.8.0
  * Wrap more methods and classes
  * Fix base plugin classes
  * Review Gst::Structure and Gst::Caps API
  * Add multiple examples, tests
  * Enable C++11 interface
- Dropped 01-disable-tests.patch and
  02-do-not-compile-examples.patch and replaced them with a
  shell command
- Dropped 03-fix-ftbfs.patch (merged upstream)
- Added gstreamermm-1.8.0-build_with_gst_1.12.0.patch and
  gstreamermm-1.8.0-fix_gcc7_build.patch
- Added gstreamermm-rpmlintrc
 
  * Tue Sep 27 2016 xrigou@otenet.gr 
  - Disable building the tests and examples
- Fix compiler error in Tumbleweed
 
  * Sat Nov 28 2015 xrigou@otenet.gr 
  - Updated to version 1.4.3
 
  * Sun May 10 2015 xrigou@otenet.gr 
  - Renamed package to upstream name
- Updated to version 1.0.10
- Spec clean-up
 
  * Thu Oct 24 2013 xrigou@otenet.gr 
  - Updated to version 0.10.11
 
  * Thu Sep 06 2012 xgpub@tellas.gr 
  - Updated to version 0.10.10.2
- Build for openSUSE 12.2
 
  * Sat Nov 19 2011 xgpub@tellas.gr 
  - Updated to version 0.10.10
 
  * Sat Apr 16 2011 xgpub@tellas.gr 
  - Updated to version 0.10.8
 
  * Mon Nov 29 2010 xgpub@tellas.gr 
  - new package branched from home:ars3niy
- Updated to version 0.10.7
- Fixed gcc 4.5 compilation errors.
- Disabled static build
- Fixed some rpmlint warnings
 
             
            
              Version: 1.10.0-bp154.2.142
            
  * Tue Jul 13 2021 Dominique Leuenberger <dimstar@opensuse.org> 
  - Add gstreamermm-non-volatile.patch: Fix build with glib 2.68.
 
  * Fri Feb 28 2020 Bjørn Lie <bjorn.lie@gmail.com> 
  - Replace libxml++-devel, gtkmm3-devel, gstreamer-devel and
  gstreamer-plugin-base-devel with pkgconfig(libxml++-3.0),
  pkgconfig(gtkmm-3.0), pkgconfig(gstreamer-1.0) and
  pkgconfig(gstreamer-plugins-base-1.0) BuildRequires. Also add
  all the gstreamer .pc symboles configure checks for:
  pkgconfig(gstreamer-allocators-1.0),
  pkgconfig(gstreamer-app-1.0), pkgconfig(gstreamer-audio-1.0),
  pkgconfig(gstreamer-base-1.0), pkgconfig(gstreamer-check-1.0),
  pkgconfig(gstreamer-controller-1.0),
  pkgconfig(gstreamer-fft-1.0), pkgconfig(gstreamer-net-1.0),
  pkgconfig(gstreamer-pbutils-1.0), pkgconfig(gstreamer-riff-1.0),
  pkgconfig(gstreamer-rtp-1.0), pkgconfig(gstreamer-rtsp-1.0),
  pkgconfig(gstreamer-sdp-1.0), pkgconfig(gstreamer-tag-1.0) and
  pkgconfig(gstreamer-video-1.0).
- Drop unneeded Requires from devel subpackage.
- Modernize spec, update URL.
 
  * Mon Sep 09 2019 Bjørn Lie <bjorn.lie@gmail.com> 
  - Replace glibmm2-devel with pkgconfig and pkgconfig(giomm-2.4)
  BuildRequires: Ensure we only pull in one and the correct
  glibmm-devel package.
- Drop unneeded hard glibmm2-devel Requires from devel sub-package.
 
  * Sat Jun 23 2018 bjorn.lie@gmail.com 
  - Add gstreamermm-copy_metadata_vfunc.patch,
  gstreamermm-copy_metadata_vfunc2.patch and
  gstreamermm-copy_metadata_vfunc3.patch: Fix several bugs tied to
  copy_metadata_vfunc (bgo#794249, bgo#794250).