From 09074888e6fe8428166874e42b753c8c7f61189d0f6ff11a01c0e704f400eeaa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Jan 2017 08:54:09 +0000 Subject: [PATCH] Accepting request 448356 from home:adamm:branches:devel:libraries:c_c++ - New upstream version 4.2.1 * Bugfix release. For complete changelog see https://github.com/zeromq/libzmq/releases/tag/v4.2.1 OBS-URL: https://build.opensuse.org/request/show/448356 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=53 --- zeromq-4.2.0.tar.gz | 3 --- zeromq-4.2.1.tar.gz | 3 +++ zeromq.changes | 7 +++++++ zeromq.spec | 14 ++++++++------ 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 zeromq-4.2.0.tar.gz create mode 100644 zeromq-4.2.1.tar.gz diff --git a/zeromq-4.2.0.tar.gz b/zeromq-4.2.0.tar.gz deleted file mode 100644 index 1e667e1..0000000 --- a/zeromq-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53b83bf0ee978931f76fa9cb46ad4affea65787264a5f3d140bc743412d0c117 -size 1046254 diff --git a/zeromq-4.2.1.tar.gz b/zeromq-4.2.1.tar.gz new file mode 100644 index 0000000..28bd45e --- /dev/null +++ b/zeromq-4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d1e82a099228ee85a7ddb2260f40830212402c605a4a10b5e5498a7e0e9d03 +size 1243428 diff --git a/zeromq.changes b/zeromq.changes index 9aafd24..0434117 100644 --- a/zeromq.changes +++ b/zeromq.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 31 23:53:21 UTC 2016 - adam.majer@suse.de + +- New upstream version 4.2.1 + * Bugfix release. For complete changelog see + https://github.com/zeromq/libzmq/releases/tag/v4.2.1 + ------------------------------------------------------------------- Sat Nov 5 08:06:42 UTC 2016 - mvyskocil@opensuse.org diff --git a/zeromq.spec b/zeromq.spec index 1276a65..abe4327 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -1,7 +1,7 @@ # # spec file for package zeromq # -# Copyright (c) 2016 SUSE LINUX 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 @@ -18,10 +18,12 @@ %define lib_name libzmq5 %ifarch %ix86 x86_64 -%define with_pgm 1 +%bcond_without pgm +%else +%bcond_with pgm %endif Name: zeromq -Version: 4.2.0 +Version: 4.2.1 Release: 0 Summary: Lightweight messaging kernel License: LGPL-3.0+ @@ -41,7 +43,7 @@ BuildRequires: libuuid-devel BuildRequires: pkgconfig(libsodium) BuildRequires: pkgconfig(uuid) %endif -%if 0%{?with_pgm} +%if %{with pgm} %if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: glib2-devel >= 2.8 %else @@ -49,7 +51,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.8 %endif BuildRequires: openpgm-devel >= 5.1 BuildRequires: python -%endif +%endif # with pgm %description The 0MQ lightweight messaging kernel is a library which extends the @@ -116,7 +118,7 @@ export LIBS=-ldl %configure \ --with-libsodium \ --enable-curve \ -%if 0%{?with_pgm} +%if %{with pgm} --with-pgm \ %endif --disable-static \