Hello community, here is the log from the commit of package brasero for openSUSE:Leap:15.2 checked in at 2020-03-06 12:38:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/brasero (Old) and /work/SRC/openSUSE:Leap:15.2/.brasero.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brasero" Fri Mar 6 12:38:34 2020 rev:22 rq:781753 version:3.12.2+20171213.567326a7 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/brasero/brasero.changes 2020-01-15 14:48:56.485361115 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.brasero.new.26092/brasero.changes 2020-03-06 12:40:17.766721416 +0100 @@ -1,0 +2,12 @@ +Sat Jan 25 14:05:55 UTC 2020 - Dominique Leuenberger <[email protected]> + +- No longer recommend -lang: supplements are in use + +------------------------------------------------------------------- +Mon Sep 16 10:45:38 UTC 2019 - Bjørn Lie <[email protected]> + +- Disable building of gtk-doc, it fails with newer (1.32) versions + of gtk-doc. Pass --disable-gtk-doc to configure and drop gtk-doc + BuildRequires. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brasero.spec ++++++ --- /var/tmp/diff_new_pack.RvCK2F/_old 2020-03-06 12:40:19.486722462 +0100 +++ /var/tmp/diff_new_pack.RvCK2F/_new 2020-03-06 12:40:19.546722498 +0100 @@ -30,7 +30,6 @@ # Needed, as we provide a git snapshot BuildRequires: gnome-common BuildRequires: gobject-introspection-devel -BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: pkgconfig # We need the %%mime_database_* macros @@ -70,7 +69,6 @@ Requires: gstreamer >= 0.11.02 Requires: gstreamer-plugins-base >= 0.11.92 Requires: gstreamer-plugins-good >= 0.11.92 -Recommends: %{name}-lang Provides: brasero-doc = 0.9.1 Obsoletes: brasero-doc < 0.9.1 Provides: gnomebaker = 0.6.1 @@ -106,7 +104,6 @@ %package -n libbrasero-burn3-1 Summary: Brasero composition utility function library Group: System/Libraries -Recommends: %{name}-lang # The obsoletes IS technically wrong. But as libbrasero-utils was # not split from the main package, is required to have a smooth # upgrade possibility. @@ -131,7 +128,6 @@ %package -n libbrasero-media3-1 Summary: Brasero media utility function library Group: System/Libraries -Recommends: %{name}-lang %description -n libbrasero-media3-1 Brasero is an application for the GNOME Desktop to write CD/DVDs. @@ -152,7 +148,6 @@ %package -n libbrasero-utils3-1 Summary: Brasero miscellaneous utility function library Group: System/Libraries -Recommends: %{name}-lang %description -n libbrasero-utils3-1 Brasero is an application to burn CD/DVDs for the GNOME Desktop. It is @@ -179,7 +174,7 @@ NOCONFIGURE=1 ./autogen.sh %configure \ --disable-static \ - --enable-gtk-doc \ + --disable-gtk-doc \ --enable-search \ --enable-playlist \ --enable-nautilus \ @@ -261,13 +256,8 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/libbrasero-media3.pc %{_libdir}/pkgconfig/libbrasero-burn3.pc -%{_datadir}/gtk-doc/html/libbrasero-burn/ -%{_datadir}/gtk-doc/html/libbrasero-media/ %{_datadir}/gir-1.0/BraseroBurn-*.gir %{_datadir}/gir-1.0/BraseroMedia-*.gir -# Own these repositories to not depend on gtk-doc while building: -%dir %{_datadir}/gtk-doc -%dir %{_datadir}/gtk-doc/html %files nautilus %{_libdir}/nautilus/extensions-3.0/*.so
