Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-plugins-base for
openSUSE:Factory checked in at 2021-09-26 21:48:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-base"
Sun Sep 26 21:48:15 2021 rev:80 rq:920832 version:1.18.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2021-09-20 23:32:38.611135798 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.1899/gstreamer-plugins-base.changes
2021-09-26 21:48:24.754760719 +0200
@@ -1,0 +2,8 @@
+Thu Sep 16 09:14:32 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Stop building doc sub-package, we will in the future use
+ upstreams own standalone doc package. Following this: Drop
+ fdupes, gtk-doc and hotdoc BuildRequires, and fdupes call, no
+ longer needed nor usefull.
+
+-------------------------------------------------------------------
@@ -4 +12,2 @@
-- Remove obsolete translation-update-upstream support (PM-2938).
+- Remove obsolete translation-update-upstream support
+ (jsc#SLE-21105).
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.gqMgxW/_old 2021-09-26 21:48:25.242761263 +0200
+++ /var/tmp/diff_new_pack.gqMgxW/_new 2021-09-26 21:48:25.246761268 +0200
@@ -38,12 +38,9 @@
BuildRequires: Mesa-libGLESv3-devel
BuildRequires: cdparanoia-devel
-BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: glib2-devel >= 2.40.0
BuildRequires: gobject-introspection-devel >= 1.31.1
-BuildRequires: gtk-doc >= 1.12
-BuildRequires: hotdoc
BuildRequires: libICE-devel
BuildRequires: libSM-devel
BuildRequires: libXext-devel
@@ -492,17 +489,6 @@
This package contains all necessary include files and libraries needed
to compile and link applications that use gstreamer-plugins-base.
-%package doc
-Summary: Documentation for gstreamer-plugins-base
-Group: Development/Libraries/C and C++
-Requires: %{name} = %{version}
-# Generic name, never used in SuSE:
-Provides: gst-plugins-base-doc = %{version}
-
-%description doc
-This package contains documentation for the gstreamer-plugins-base
-package.
-
%lang_package
%prep
@@ -514,7 +500,7 @@
%meson \
-Dpackage-name='openSUSE GStreamer-plugins-base package'\
-Dpackage-origin='http://download.opensuse.org'\
- -Ddoc=enabled \
+ -Ddoc=disabled \
-Dintrospection=enabled \
-Dorc=enabled \
-Dexamples=disabled \
@@ -534,7 +520,6 @@
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{_name}-%{gst_branch}
-%fdupes %{buildroot}%{_datadir}/gtk-doc/html/
%post -n libgstallocators-1_0-0 -p /sbin/ldconfig
%postun -n libgstallocators-1_0-0 -p /sbin/ldconfig
@@ -680,6 +665,7 @@
%{_libdir}/girepository-1.0/GstVideo-*.typelib
%files devel
+%doc AUTHORS NEWS README RELEASE REQUIREMENTS
%{_includedir}/gstreamer-%{gst_branch}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
@@ -692,9 +678,6 @@
%dir %{_libdir}/gstreamer-%{gst_branch}/include/gst/gl
%{_libdir}/gstreamer-%{gst_branch}/include/gst/gl/gstglconfig.h
-%files doc
-%doc AUTHORS NEWS README RELEASE REQUIREMENTS
-
%files lang -f %{_name}-%{gst_branch}.lang
%changelog