Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

czmq-devel-4.1.1-lp152.3.7 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: czmq-devel Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 4.1.1 Vendor: openSUSE
Release: lp152.3.7 Build date: Sat May 16 11:46:21 2020
Group: Development/Languages/C and C++ Build host: obs-power8-02
Size: 1125520 Source RPM: czmq-4.1.1-lp152.3.7.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/zeromq/czmq
Summary: Devel files for czmq
CZMQ is a higher-level binding for the ZeroMQ core API.

This subpackage contains libraries, header files, and pkgconfig and
cmake descriptions for developing applications that want to make use
of CZMQ.

Provides

Requires

License

MPL-2.0

Changelog

* Wed Apr 18 2018 mvyskocil@opensuse.org
  - Update to 4.1.1, bugfixes:
    * Fixed #1847 - fix test segfault when no USER env variable exists
    * Fixed #1848 - fix zsock_resolve when using many thousands of sockets
    * Fixed #1875 - fix build with GCC 8
    * Fixed #1876 - fix crash in zsys_shutdown with libzmq 4.2.4 built with
      Tweetnacl
  - A lot of changes in DRAFT apis, see NEWS
* Tue Jan 02 2018 adam.majer@suse.de
  - Update to 4.1.0
    * New STABLE APIs have been added to wrap new libzmq context
      options:
      + zsys_set_thread_sched_policy
      + zsys_set_thread_priority
    * See https://github.com/zeromq/czmq/releases/tag/v4.1.0
      for complete changelog.
  - Remove patches now in upstream sources:
    * 0000-gcc7-b651cb47.patch
    * 0001-gcc7-41866333e.patch
* Mon Jun 05 2017 mvyskocil@opensuse.org
  -  Fix a build with gcc7
  -  Add:
    * 0000-gcc7-b651cb47.patch
    * 0001-gcc7-41866333e.patch
* Sat Dec 31 2016 adam.majer@suse.de
  - Update to 4.0.2
    * Fixed DRAFT zsock_new_*_checked symbols leak
    * Fixed zsock options could be available at build time but
      not at runtime. Added runtime check, an error will
      be printed if the option is not available.
    * Fixed improved compatibility with Solaris/Illumos
    * Fixed memory leak when message send fails in internal usage
  - Update to 4.0.1
    * Version 4.0.0 introduced the DRAFT mechanism, but it had a
      flaw: the internally defined DRAFT symbols were leaking as
      global in the shared library. This meant that although the API
      was stable, the ABI could in some cases not be. This has now
      been fixed using compiler's visibility attribute to avoid this
      problem.
* Sat Nov 05 2016 jengelh@inai.de
  - Update descriptions
* Sat Nov 05 2016 mvyskocil@opensuse.org
  - Update to 4.0.0
    * v4.0.0 breaks API and ABI compatibility with v3.0.2.
      The ABI version has been bumped to 4.
    * The v2 API, which have been declared DEPRECATED in v3.0.0
      released on 2014/10/15, have now been declared RETIRED
      and removed from this release. The following classes are gone:
      zauth_v2, use zauth
      zbeacon_v2, use zbeacon
      zctx, use zsock
      zmonitor_v2, use zmonitor
      zmutex
      zproxy_v2, use zproxy
      zsocket, use zsock
      zsockopt, use zsock
      zthread, use zactor
    * see NEWS file for more details
* Wed Oct 12 2016 mvyskocil@opensuse.org
  - add 0001-readdir_r-deprecated.patch to fix a build in Tumbleweed
* Tue Jul 07 2015 mvyskocil@opensuse.org
  - Do not install makecert to workaround the conflict between
    czmq and mono-devel
* Tue Jul 07 2015 mvyskocil@opensuse.org
  - Correct License tag to MPL-2.0
* Thu Jul 02 2015 mvyskocil@opensuse.org
  - Update to 3.0.2
    * https://github.com/zeromq/czmq/issues/1021
* Mon Jun 08 2015 mvyskocil@opensuse.org
  - Update to 3.0.1
    * New zsock class that works without contexts, and has smart
    constructors (create and connect/bind in one step).
    * New zactor class for multithreaded development, evolved from
    old zthread attached threads.
    * New zgossip discovery service.
    * New zrex class for regular expressions.
    * New process management functions in zsys.
  - These V2 classes are deprecated:
    * zauth (rewritten as actor)
    * zbeacon (rewritten as actor)
    * zctx (deprecated)
    * zmonitor (rewritten as actor)
    * zmutex (deprecated)
    * zproxy (rewritten as actor)
    * zsocket (deprecated by zsock)
    * zsockopt (deprecated by zsock_option)
    * zthread (deprecated by zactor)
* Tue Jan 27 2015 mvyskocil@opensuse.org
  - Update to 3.0.0~git.1422214591.ab92619, bugfixes
* Fri Jan 16 2015 jengelh@inai.de
  - Request xz package for rpm, since source is xz archive.
* Thu Jan 08 2015 mvyskocil@opensuse.org
  - Need libzmq >= 4.2, needed for malamute broker
* Thu Jan 08 2015 mvyskocil@opensuse.org
  - Update to czmq-3.0.0~git.1420493785.71863a3
    * add zlistx/zhashx to provide better API than existing zlist/shash
    * czmq_selftest is no longer installed
    * remove internal usage of deprecated zsocket
    * regenerates zgossip engine/codec using latest zproto
    * speedup of zsock_send/recv
    * add move NULL checks, memory leak fixes and so
* Tue Nov 04 2014 mvyskocil@opensuse.org
  - Update to czmq-3.0.0~git.1415022110.59a4f16
    * add zclock_usecs at least
* Thu Oct 16 2014 mvyskocil@opensuse.org
  - Update to rc version of 3.0.0 3.0.0~git.1413364181.4d79b31

Files

/usr/include/czmq.h
/usr/include/czmq_library.h
/usr/include/czmq_prelude.h
/usr/include/zactor.h
/usr/include/zarmour.h
/usr/include/zauth.h
/usr/include/zbeacon.h
/usr/include/zcert.h
/usr/include/zcertstore.h
/usr/include/zchunk.h
/usr/include/zclock.h
/usr/include/zconfig.h
/usr/include/zdigest.h
/usr/include/zdir.h
/usr/include/zdir_patch.h
/usr/include/zfile.h
/usr/include/zframe.h
/usr/include/zgossip.h
/usr/include/zhash.h
/usr/include/zhashx.h
/usr/include/ziflist.h
/usr/include/zlist.h
/usr/include/zlistx.h
/usr/include/zloop.h
/usr/include/zmonitor.h
/usr/include/zmsg.h
/usr/include/zpoller.h
/usr/include/zproxy.h
/usr/include/zrex.h
/usr/include/zsock.h
/usr/include/zstr.h
/usr/include/zsys.h
/usr/include/zuuid.h
/usr/lib64/libczmq.so
/usr/lib64/pkgconfig/libczmq.pc
/usr/share/doc/packages/czmq-devel
/usr/share/doc/packages/czmq-devel/AUTHORS
/usr/share/doc/packages/czmq-devel/CONTRIBUTING.md
/usr/share/doc/packages/czmq-devel/LICENSE
/usr/share/doc/packages/czmq-devel/NEWS
/usr/share/doc/packages/czmq-devel/README.md
/usr/share/doc/packages/czmq-devel/README.txt
/usr/share/man/man1/zmakecert.1.gz
/usr/share/man/man3/zactor.3.gz
/usr/share/man/man3/zargs.3.gz
/usr/share/man/man3/zarmour.3.gz
/usr/share/man/man3/zauth.3.gz
/usr/share/man/man3/zbeacon.3.gz
/usr/share/man/man3/zcert.3.gz
/usr/share/man/man3/zcertstore.3.gz
/usr/share/man/man3/zchunk.3.gz
/usr/share/man/man3/zclock.3.gz
/usr/share/man/man3/zconfig.3.gz
/usr/share/man/man3/zdigest.3.gz
/usr/share/man/man3/zdir.3.gz
/usr/share/man/man3/zdir_patch.3.gz
/usr/share/man/man3/zfile.3.gz
/usr/share/man/man3/zframe.3.gz
/usr/share/man/man3/zgossip.3.gz
/usr/share/man/man3/zhash.3.gz
/usr/share/man/man3/zhashx.3.gz
/usr/share/man/man3/ziflist.3.gz
/usr/share/man/man3/zlist.3.gz
/usr/share/man/man3/zlistx.3.gz
/usr/share/man/man3/zloop.3.gz
/usr/share/man/man3/zmonitor.3.gz
/usr/share/man/man3/zmsg.3.gz
/usr/share/man/man3/zpoller.3.gz
/usr/share/man/man3/zproc.3.gz
/usr/share/man/man3/zproxy.3.gz
/usr/share/man/man3/zrex.3.gz
/usr/share/man/man3/zsock.3.gz
/usr/share/man/man3/zstr.3.gz
/usr/share/man/man3/zsys.3.gz
/usr/share/man/man3/ztimerset.3.gz
/usr/share/man/man3/ztrie.3.gz
/usr/share/man/man3/zuuid.3.gz
/usr/share/man/man7/czmq.7.gz
/usr/share/zproject
/usr/share/zproject/czmq
/usr/share/zproject/czmq/python_cffi.slurp
/usr/share/zproject/czmq/zactor.api
/usr/share/zproject/czmq/zargs.api
/usr/share/zproject/czmq/zarmour.api
/usr/share/zproject/czmq/zcert.api
/usr/share/zproject/czmq/zcertstore.api
/usr/share/zproject/czmq/zchunk.api
/usr/share/zproject/czmq/zclock.api
/usr/share/zproject/czmq/zconfig.api
/usr/share/zproject/czmq/zdigest.api
/usr/share/zproject/czmq/zdir.api
/usr/share/zproject/czmq/zdir_patch.api
/usr/share/zproject/czmq/zfile.api
/usr/share/zproject/czmq/zframe.api
/usr/share/zproject/czmq/zgossip_msg.api
/usr/share/zproject/czmq/zhash.api
/usr/share/zproject/czmq/zhashx.api
/usr/share/zproject/czmq/ziflist.api
/usr/share/zproject/czmq/zlist.api
/usr/share/zproject/czmq/zlistx.api
/usr/share/zproject/czmq/zloop.api
/usr/share/zproject/czmq/zmsg.api
/usr/share/zproject/czmq/zpoller.api
/usr/share/zproject/czmq/zproc.api
/usr/share/zproject/czmq/zsock.api
/usr/share/zproject/czmq/zsock_option.api
/usr/share/zproject/czmq/zstr.api
/usr/share/zproject/czmq/zsys.api
/usr/share/zproject/czmq/ztimerset.api
/usr/share/zproject/czmq/ztrie.api
/usr/share/zproject/czmq/zuuid.api


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:11:19 2024