Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2020-08-12 10:19:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-software.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-software"

Wed Aug 12 10:19:47 2020 rev:72 rq:824806 version:3.36.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes    
2020-06-11 14:47:53.289939413 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.3399/gnome-software.changes  
2020-08-12 10:20:34.463676464 +0200
@@ -1,0 +2,12 @@
+Wed Aug  5 06:28:46 UTC 2020 - Yifan Jiang <yfji...@suse.com>
+
+- Update gnome-software-add-missing-headers.patch: add more devel
+  headers in lib/meson.build (glgo#GNOME/gnome-software!446).
+
+-------------------------------------------------------------------
+Thu Jul 30 19:58:49 UTC 2020 - Erico Mendonca <erico.mendo...@suse.com>
+
+- Add gnome-software-add-missing-headers.patch: add missing devel
+  headers referenced by gnome-software.h (bsc#1174849).
+
+-------------------------------------------------------------------

New:
----
  gnome-software-add-missing-headers.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-software.spec ++++++
--- /var/tmp/diff_new_pack.AFK4a7/_old  2020-08-12 10:20:39.399678894 +0200
+++ /var/tmp/diff_new_pack.AFK4a7/_new  2020-08-12 10:20:39.403678896 +0200
@@ -31,6 +31,8 @@
 %endif
 # PATCH-FIX-UPSTREAM gnome-software-failed-offline-update-notification.patch 
bsc#1161095 glgo#GNOME/gnome-software!471 sck...@suse.com -- plugin-loader: 
handle offline update errors properly.
 Patch1:         gnome-software-failed-offline-update-notification.patch
+# PATCH-FIX-UPSTREAM gnome-software-add-missing-headers.patch bsc#1174849 
erico.mendo...@suse.com -- Add missing devel header files.
+Patch2:         gnome-software-add-missing-headers.patch
 
 BuildRequires:  gtk-doc
 BuildRequires:  meson >= 0.47.0
@@ -129,17 +131,7 @@
 %dir %{_includedir}/%{name}
 %{_datadir}/gtk-doc/html/%{name}/
 %dir %{_datadir}/doc/gnome-software
-%{_includedir}/%{name}/gnome-software.h
-%{_includedir}/%{name}/gs-app-list.h
-%{_includedir}/%{name}/gs-app.h
-%{_includedir}/%{name}/gs-category.h
-%{_includedir}/%{name}/gs-metered.h
-%{_includedir}/%{name}/gs-os-release.h
-%{_includedir}/%{name}/gs-plugin-vfuncs.h
-%{_includedir}/%{name}/gs-plugin.h
-%{_includedir}/%{name}/gs-plugin-event.h
-%{_includedir}/%{name}/gs-plugin-types.h
-%{_includedir}/%{name}/gs-utils.h
+%{_includedir}/%{name}/*.h
 %{_libdir}/pkgconfig/gnome-software.pc
 
 %files lang -f %{name}.lang

++++++ gnome-software-add-missing-headers.patch ++++++
Index: gnome-software-3.36.1/lib/meson.build
===================================================================
--- gnome-software-3.36.1.orig/lib/meson.build
+++ gnome-software-3.36.1/lib/meson.build
@@ -38,12 +38,18 @@ configure_file(
 install_headers([
     'gnome-software.h',
     'gs-app.h',
+    'gs-app-collation.h',
     'gs-app-list.h',
+    'gs-autocleanups.h',
     'gs-category.h',
+    'gs-ioprio.h',
     'gs-metered.h',
     'gs-os-release.h',
     'gs-plugin.h',
     'gs-plugin-event.h',
+    'gs-plugin-job.h',
+    'gs-plugin-loader.h',
+    'gs-plugin-loader-sync.h',
     'gs-plugin-types.h',
     'gs-plugin-vfuncs.h',
     'gs-utils.h'

Reply via email to