Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2017-09-12 19:37:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and      /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wayland-protocols"

Tue Sep 12 19:37:43 2017 rev:12 rq:522823 version:1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes      
2017-08-24 18:25:36.947778254 +0200
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2017-09-12 19:37:48.127478644 +0200
@@ -1,0 +2,7 @@
+Sat Sep  9 18:34:47 UTC 2017 - [email protected]
+
+- Add wayland-protocols-sysroot-prefix-fix.patch: Use sysroot
+  prefix for pkgdatadir variable. The pc_sysroot is automatically
+  added to cflags and libs but not to 'pkg-config --variable'.
+
+-------------------------------------------------------------------

New:
----
  wayland-protocols-sysroot-prefix-fix.patch

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

Other differences:
------------------
++++++ wayland-protocols.spec ++++++
--- /var/tmp/diff_new_pack.DoP0On/_old  2017-09-12 19:37:48.631407824 +0200
+++ /var/tmp/diff_new_pack.DoP0On/_new  2017-09-12 19:37:48.635407262 +0200
@@ -27,6 +27,8 @@
 Source:         
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
 Source2:        
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
 Source3:        %name.keyring
+# PATCH-FIX-UPSTREAM wayland-protocols-sysroot-prefix-fix.patch 
[email protected] -- Use sysroot prefix for pkgdatadir variable
+Patch0:         wayland-protocols-sysroot-prefix-fix.patch
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(wayland-scanner)
 BuildArch:      noarch
@@ -52,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure


++++++ wayland-protocols-sysroot-prefix-fix.patch ++++++
>From 875130ee3cbcf62266901ef4b91b9a0fb6adad43 Mon Sep 17 00:00:00 2001
From: Tomek Bury <[email protected]>
Date: Fri, 4 Aug 2017 16:16:38 +0100
Subject: Use sysroot prefix for pkgdatadir variable

The pc_sysroot is automatically added to cflags and libs but not
to 'pkg-config --variable'

Reviewed-by: Daniel Stone <[email protected]>

diff --git a/wayland-protocols.pc.in b/wayland-protocols.pc.in
index a26744c..379be06 100644
--- a/wayland-protocols.pc.in
+++ b/wayland-protocols.pc.in
@@ -1,6 +1,6 @@
 prefix=@prefix@
 datarootdir=@datarootdir@
-pkgdatadir=@datadir@/@PACKAGE@
+pkgdatadir=${pc_sysrootdir}@datadir@/@PACKAGE@
 
 Name: Wayland Protocols
 Description: Wayland protocol files
-- 
cgit v0.10.2


Reply via email to