File go-gozmq.changes of Package go-gozmq
-------------------------------------------------------------------
Tue Sep 16 17:04:11 UTC 2014 - i@marguerite.su
- add Requires: zeromq-devel
* gozmq needs -lzmq.
-------------------------------------------------------------------
Tue Sep 16 15:25:58 UTC 2014 - i@marguerite.su
- the previous way to force building against specific zeromq
version is totally wrong:
* eg. gozmq depends zmq_2_2.go for zmq_3_x builds, and
zmq_2_2.go, zmq_3_x.go for zmq_4_x builds.
* so manually ran "go get --tags zmq_2/3/4_x \$BUILDFLAGS
\$IMPORTPATH" command to make sure the build is correct.
- reenable tests. A correct build will pass tests.
-------------------------------------------------------------------
Sat Sep 6 09:02:01 UTC 2014 - i@marguerite.su
- update version 0.0.0+git20140623.d1b01a2
* Generate SetTCPAcceptFilter(string)
* Generate SetROUTERMandatory(bool)
* Generate SetXPUBVerbose(bool)
* Generate MaxMsgSize()
* Generate DelayAttachOnConnect()
* Generate IPv4Only()
* Add SetTCPAcceptFilterNil
* Basic support for ZeroMQ 4.0.1
- disable tests
- Build against zeromq-4.x for openSUSE-13.2+
-------------------------------------------------------------------
Mon Oct 21 14:04:25 UTC 2013 - speilicke@suse.com
- Fix license to Apache-2.0 (thanks to cfarrel)
-------------------------------------------------------------------
Fri Oct 18 13:12:31 UTC 2013 - speilicke@suse.com
- Update to 0.0.0+git20130912.62f3d98:
+ No changelog
- Build against zeromq-3.x for openSUSE-12.3 or later and zeromq-2.x
otherwise
-------------------------------------------------------------------
Tue Sep 17 07:42:24 UTC 2013 - speilicke@suse.com
- Only recommend zeromq to not depend on having it on the same
machine
-------------------------------------------------------------------
Mon Mar 5 08:45:01 UTC 2012 - graham@andtech.eu
- Update for weekly.2012-03-04
- Add support for native ZMQ error codes
- Add sockopt functions for machine word-sized "int".
-------------------------------------------------------------------
Wed Jun 8 15:29:56 UTC 2011 - saschpe@suse.de
- Use new %go_disable_brp_strip_static_archive macro
-------------------------------------------------------------------
Sat May 21 14:12:38 UTC 2011 - saschpe@gmx.de
- Add requires for zeromq
-------------------------------------------------------------------
Fri May 20 13:00:04 UTC 2011 - saschpe@suse.de
- Remove non-working tests
- Use Go RPM macros instead of custom ones
- Use proper package versioning scheme (needs reinstall)
- Drop provides/obsoletes of old package, needs reinstall anyway
-------------------------------------------------------------------
Thu May 19 14:52:17 UTC 2011 - saschpe@suse.de
- Provide devel and devel-static packages
- Removed obsolete Makefile patch
- Disabled currently crashing tests
-------------------------------------------------------------------
Thu May 19 14:38:18 UTC 2011 - saschpe@suse.de
- Remove rpmlintrc, not needed anymore
-------------------------------------------------------------------
Thu May 19 12:43:56 UTC 2011 - saschpe@suse.de
- Simpler build
- Don't require 'go'
- Disable brp-strip-static-archive on Fedora, RHEL and CentOS
- Provide devel and devel-static packages
- Remove devel-file-in-non-devel-package rpmlint filter
-------------------------------------------------------------------
Mon Mar 21 15:28:03 UTC 2011 - saschpe@suse.de
- Removed authors from description
- Removed pkg_version macro, use %%{version} directly
-------------------------------------------------------------------
Thu Dec 2 08:11:36 UTC 2010 - speilicke@novell.com
- Makefile patch applied
-------------------------------------------------------------------
Wed Dec 1 16:45:14 UTC 2010 - speilicke@novell.com
- Added rpmlint file
-------------------------------------------------------------------
Wed Dec 1 15:40:39 UTC 2010 - saschpe@suse.de
- Initial commit