File gr-osmosdr-0104-miri-osmosdr-use-std-ptr.patch of Package gr-osmosdr

diff -up gr-osmosdr/lib/miri/miri_source_c.h.aaaa gr-osmosdr/lib/miri/miri_source_c.h
--- gr-osmosdr/lib/miri/miri_source_c.h.aaaa	2022-02-20 14:32:57.966532746 +0100
+++ gr-osmosdr/lib/miri/miri_source_c.h	2022-02-20 14:33:25.052359020 +0100
@@ -43,7 +43,7 @@ typedef struct mirisdr_dev mirisdr_dev_t
  *
  * As a convention, the _sptr suffix indicates a boost::shared_ptr
  */
-typedef boost::shared_ptr<miri_source_c> miri_source_c_sptr;
+typedef std::shared_ptr<miri_source_c> miri_source_c_sptr;
 
 /*!
  * \brief Return a shared_ptr to a new instance of miri_source_c.
diff -up gr-osmosdr/lib/osmosdr/osmosdr_src_c.h.aaaa gr-osmosdr/lib/osmosdr/osmosdr_src_c.h
--- gr-osmosdr/lib/osmosdr/osmosdr_src_c.h.aaaa	2022-02-20 14:34:10.772689824 +0100
+++ gr-osmosdr/lib/osmosdr/osmosdr_src_c.h	2022-02-20 14:34:43.566058054 +0100
@@ -43,7 +43,7 @@ typedef struct osmosdr_dev osmosdr_dev_t
  *
  * As a convention, the _sptr suffix indicates a boost::shared_ptr
  */
-typedef boost::shared_ptr<osmosdr_src_c> osmosdr_src_c_sptr;
+typedef std::shared_ptr<osmosdr_src_c> osmosdr_src_c_sptr;
 
 /*!
  * \brief Return a shared_ptr to a new instance of osmosdr_src_c.
openSUSE Build Service is sponsored by