From 63e07a17ec7656dccc175686a51591115defaa6fb8b18d4c4c1c4e8fb07e0a94 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 10 Feb 2017 11:11:47 +0000 Subject: [PATCH 1/2] Accepting request 455832 from home:dimstar:Factory - Explicitly BuildRequire m4 OBS-URL: https://build.opensuse.org/request/show/455832 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-wm?expand=0&rev=14 --- xcb-util-wm.changes | 5 +++++ xcb-util-wm.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/xcb-util-wm.changes b/xcb-util-wm.changes index 6f059a2..13b00c9 100644 --- a/xcb-util-wm.changes +++ b/xcb-util-wm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 9 19:34:06 UTC 2017 - dimstar@opensuse.org + +- Explicitly BuildRequire m4 + ------------------------------------------------------------------- Fri Feb 21 09:25:36 UTC 2014 - zaitor@opensuse.org diff --git a/xcb-util-wm.spec b/xcb-util-wm.spec index ee705ff..3cd9ee2 100644 --- a/xcb-util-wm.spec +++ b/xcb-util-wm.spec @@ -1,7 +1,7 @@ # # spec file for package xcb-util-wm # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,6 +29,7 @@ Url: http://xcb.freedesktop.org/ Source: http://xorg.freedesktop.org/releases/individual/xcb/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.62, automake, libtool +BuildRequires: m4 BuildRequires: pkgconfig BuildRequires: pkgconfig(xcb) >= 1.4 BuildRequires: pkgconfig(xorg-macros) >= 1.6.0 From 9e81159b58114e262179145fbb6290bb60d5c2ccac2dfe4a650340b49cf97667 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 21 Feb 2017 16:59:32 +0000 Subject: [PATCH 2/2] Accepting request 459496 from home:dimstar:Factory Fix the last decline reason from when you tried to submit this to openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/459496 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-wm?expand=0&rev=15 --- xcb-util-wm.changes | 5 +++++ xcb-util-wm.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/xcb-util-wm.changes b/xcb-util-wm.changes index 13b00c9..cad719e 100644 --- a/xcb-util-wm.changes +++ b/xcb-util-wm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 21 12:55:10 UTC 2017 - dimstar@opensuse.org + +- List baselibs.conf as source. + ------------------------------------------------------------------- Thu Feb 9 19:34:06 UTC 2017 - dimstar@opensuse.org diff --git a/xcb-util-wm.spec b/xcb-util-wm.spec index 3cd9ee2..040f1cb 100644 --- a/xcb-util-wm.spec +++ b/xcb-util-wm.spec @@ -27,6 +27,7 @@ Url: http://xcb.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xcb/util-wm #Git-Web: http://cgit.freedesktop.org/xcb/util-wm/ Source: http://xorg.freedesktop.org/releases/individual/xcb/%{name}-%{version}.tar.bz2 +Source99: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.62, automake, libtool BuildRequires: m4