Hello community,

here is the log from the commit of package gcab for openSUSE:Factory checked in 
at 2018-06-02 11:55:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcab (Old)
 and      /work/SRC/openSUSE:Factory/.gcab.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcab"

Sat Jun  2 11:55:24 2018 rev:11 rq:612865 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcab/gcab.changes        2018-03-14 
19:27:07.046603121 +0100
+++ /work/SRC/openSUSE:Factory/.gcab.new/gcab.changes   2018-06-02 
11:55:26.776742043 +0200
@@ -1,0 +2,6 @@
+Fri May 25 17:57:52 UTC 2018 - [email protected]
+
+- Add gcab-fix-installing-the-includes.patch: build-sys: fix
+  installing the includes (bgo#793388).
+
+-------------------------------------------------------------------

New:
----
  gcab-fix-installing-the-includes.patch

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

Other differences:
------------------
++++++ gcab.spec ++++++
--- /var/tmp/diff_new_pack.b4hPeO/_old  2018-06-02 11:55:27.292723116 +0200
+++ /var/tmp/diff_new_pack.b4hPeO/_new  2018-06-02 11:55:27.296722970 +0200
@@ -26,6 +26,8 @@
 Source0:        
http://download.gnome.org/sources/gcab/1.1/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gcab-revert-git-dep.patch bgo#793406 [email protected] 
-- Revert git dependency
 Patch0:         gcab-revert-git-dep.patch
+# PATCH-FIX-UPSTREAM gcab-fix-installing-the-includes.patch bgo#793388 -- 
build-sys: fix installing the includes
+Patch1:         gcab-fix-installing-the-includes.patch
 BuildRequires:  gtk-doc
 BuildRequires:  meson
 BuildRequires:  pkgconfig
@@ -91,6 +93,7 @@
        -D docs=true \
        -D introspection=true \
        -D tests=false \
+       %{nil}
 %meson_build
 
 %install

++++++ gcab-fix-installing-the-includes.patch ++++++
>From 150c330de1e65036250a2788a51245e37c7de0f7 Mon Sep 17 00:00:00 2001
From: Timo Gurr <[email protected]>
Date: Thu, 1 Feb 2018 16:16:21 +0100
Subject: [PATCH] build-sys: fix installing the includes

https://bugzilla.gnome.org/show_bug.cgi?id=793388
---
 libgcab/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgcab/meson.build b/libgcab/meson.build
index 6ff8801..f939617 100644
--- a/libgcab/meson.build
+++ b/libgcab/meson.build
@@ -9,7 +9,7 @@ enums = gnome.mkenums(
   c_template : 'gcab-enums.c.etemplate',
   h_template : 'gcab-enums.h.etemplate',
   install_header : true,
-  install_dir : 'include/libgcab-1.0/libgcab',
+  install_dir : join_paths(get_option('includedir'), 'libgcab-1.0/libgcab'),
   symbol_prefix : 'gcab',
   identifier_prefix : 'GCab',
 )
--
libgit2 0.27.0

Reply via email to