Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gstreamer-plugins-ugly for openSUSE:Factory checked in at 2021-09-26 21:48:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old) and /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-ugly" Sun Sep 26 21:48:12 2021 rev:67 rq:920824 version:1.18.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes 2021-09-20 23:32:19.491112178 +0200 +++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.1899/gstreamer-plugins-ugly.changes 2021-09-26 21:48:21.914756719 +0200 @@ -1,0 +2,7 @@ +Fri Sep 17 07:52:21 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Stop building doc sub-package, we will in the future use + upstreams own standalone doc package. Following this: Drop + gtk-doc and hotdoc BuildRequires and pass doc=disabled to meson. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-plugins-ugly.spec ++++++ --- /var/tmp/diff_new_pack.6NjwyP/_old 2021-09-26 21:48:22.378757377 +0200 +++ /var/tmp/diff_new_pack.6NjwyP/_new 2021-09-26 21:48:22.382757382 +0200 @@ -38,8 +38,6 @@ Source99: baselibs.conf BuildRequires: gcc-c++ -BuildRequires: gtk-doc >= 1.12 -BuildRequires: hotdoc BuildRequires: liba52-devel BuildRequires: libcdio-devel >= 0.76 BuildRequires: libdvdread-devel @@ -101,19 +99,6 @@ This package contains well-written plug-ins that can't be shipped in openSUSE because of patent problems. -%package doc -Summary: GStreamer Streaming-Media Framework Plug-Ins -Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} - -%description doc -GStreamer is a streaming media framework, based on graphs of filters -which operate on media data. Applications using this library can do -anything from real-time sound processing to playing videos, and just -about anything else media-related. Its plugin-based architecture means -that new data types or processing capabilities can be added simply by -installing new plug-ins. - %lang_package %prep @@ -131,16 +116,17 @@ -Dx264=disabled \ %endif -Dsidplay=disabled \ + -Ddoc=disabled \ %{nil} %meson_build %install %meson_install -find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{_name}-%{gst_branch} %files %license COPYING +%doc AUTHORS NEWS README RELEASE REQUIREMENTS %{_libdir}/gstreamer-%{gst_branch}/libgsta52dec.so %{_libdir}/gstreamer-%{gst_branch}/libgstcdio.so %{_libdir}/gstreamer-%{gst_branch}/libgstdvdlpcmdec.so @@ -164,7 +150,4 @@ %files lang -f %{_name}-%{gst_branch}.lang -%files doc -%doc AUTHORS NEWS README RELEASE REQUIREMENTS - %changelog