Hello community, here is the log from the commit of package zeromq for openSUSE:Factory checked in at 2015-09-30 05:51:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zeromq (Old) and /work/SRC/openSUSE:Factory/.zeromq.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "zeromq" Changes: -------- --- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes 2015-08-05 06:49:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes 2015-09-30 05:51:02.000000000 +0200 @@ -1,0 +2,10 @@ +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 + +- Conditionally use the pkgconfig style, to support SLE11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zeromq.spec ++++++ --- /var/tmp/diff_new_pack.I7sPvO/_old 2015-09-30 05:51:03.000000000 +0200 +++ /var/tmp/diff_new_pack.I7sPvO/_new 2015-09-30 05:51:03.000000000 +0200 @@ -32,13 +32,22 @@ BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: xmlto +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +BuildRequires: libsodium-devel +BuildRequires: libuuid-devel +%else BuildRequires: pkgconfig(libsodium) BuildRequires: pkgconfig(uuid) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%endif %if 0%{?with_pgm} +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +BuildRequires: glib2-devel >= 2.8 +%else +BuildRequires: pkgconfig(glib-2.0) >= 2.8 +%endif BuildRequires: openpgm-devel >= 5.1 BuildRequires: python -BuildRequires: pkgconfig(glib-2.0) >= 2.8 %endif %description
participants (1)
-
root@hilbert.suse.de