From f4a5930afe47e8fd42f1470948a1bf32ee1aa597e5cd8631bcf048b23fd425fe Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 22 Sep 2015 13:32:24 +0000 Subject: [PATCH] Accepting request 332962 from home:tampakrap:branches:devel:libraries:c_c++ - Fix the conditionals on the previous commit OBS-URL: https://build.opensuse.org/request/show/332962 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=36 --- zeromq.changes | 5 +++++ zeromq.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/zeromq.changes b/zeromq.changes index 30b435d..6f5d675 100644 --- a/zeromq.changes +++ b/zeromq.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 22 13:26:21 UTC 2015 - tampakrap@opensuse.org + +- Fix the conditionals on the previous commit + ------------------------------------------------------------------- Tue Sep 22 12:48:38 UTC 2015 - tampakrap@opensuse.org diff --git a/zeromq.spec b/zeromq.spec index 236641b..21cb447 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -42,9 +42,9 @@ BuildRequires: pkgconfig(uuid) %endif %if 0%{?with_pgm} %if 0%{?suse_version} && 0%{?suse_version} <= 1110 -BuildRequires: pkgconfig(glib-2.0) >= 2.8 -%else BuildRequires: glib2-devel >= 2.8 +%else +BuildRequires: pkgconfig(glib-2.0) >= 2.8 %endif BuildRequires: openpgm-devel >= 5.1 BuildRequires: python