Hello community,

here is the log from the commit of package mate-utils for openSUSE:Factory 
checked in at 2017-04-06 11:02:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-utils (Old)
 and      /work/SRC/openSUSE:Factory/.mate-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-utils"

Thu Apr  6 11:02:05 2017 rev:16 rq:482877 version:1.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-utils/mate-utils.changes    2017-03-20 
17:12:57.761066474 +0100
+++ /work/SRC/openSUSE:Factory/.mate-utils.new/mate-utils.changes       
2017-04-06 11:02:07.047861268 +0200
@@ -1,0 +2,6 @@
+Mon Mar 27 12:10:02 UTC 2017 - [email protected]
+
+- Add mate-utils-fix-include.patch: Include a correct header in
+  mate-dictionary (commit a3c64fd).
+
+-------------------------------------------------------------------

New:
----
  mate-utils-fix-include.patch

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

Other differences:
------------------
++++++ mate-utils.spec ++++++
--- /var/tmp/diff_new_pack.aI9r46/_old  2017-04-06 11:02:08.287686037 +0200
+++ /var/tmp/diff_new_pack.aI9r46/_new  2017-04-06 11:02:08.287686037 +0200
@@ -27,6 +27,8 @@
 Group:          System/GUI/Other
 Url:            https://mate-desktop.org/
 Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM mate-utils-fix-include.patch -- Include a correct header 
in mate-dictionary (commit a3c64fd).
+Patch0:         mate-utils-fix-include.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  itstool
@@ -50,7 +52,7 @@
 
 %description
 This package provides all the tools bundled with MATE utilities:
- - mate-disk-usage-analyzer, a disk usage analyser.
+ - mate-disk-usage-analyzer, a disc usage analyser.
  - mate-dictionary, a program which can look up definitions of words.
  - mate-search-tool, with which one can find files by name or content.
  - mate-system-log, a log viewing application.
@@ -149,6 +151,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen

++++++ mate-utils-fix-include.patch ++++++
--- a/mate-dictionary/libgdict/gdict-client-context.h
+++ b/mate-dictionary/libgdict/gdict-client-context.h
@@ -20,7 +20,7 @@
 #ifndef __GDICT_CLIENT_CONTEXT_H__
 #define __GDICT_CLIENT_CONTEXT_H__
 
-#include <glib-object.h>
+#include "gdict-context.h"
 
 #define GDICT_TYPE_CLIENT_CONTEXT              (gdict_client_context_get_type 
())
 #define GDICT_CLIENT_CONTEXT(obj)              (G_TYPE_CHECK_INSTANCE_CAST 
((obj), GDICT_TYPE_CLIENT_CONTEXT, GdictClientContext))

Reply via email to