Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10800181
D12159.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D12159.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,23 +1,23 @@
name : cppzmq
-version : 4.3.0
-release : 3
+version : 4.8.1
+release : 4
source :
- - https://github.com/zeromq/cppzmq/archive/v4.3.0.tar.gz : 27d1f56406ba94ee779e639203218820975cf68174f92fbeae0f645df0fcada4
+ - https://github.com/zeromq/cppzmq/archive/v4.8.1.tar.gz : 7a23639a45f3a0049e11a188e29aaedd10b2f4845f0000cf3e22d6774ebde0af
license : MIT
component : programming
summary : C++ binding for 0MQ/ZMQ/ZeroMQ
description: |
C++ binding for 0MQ/ZMQ/ZeroMQ
patterns :
- - /usr/include/*
+ - /*
builddeps :
- pkgconfig(libzmq)
setup : |
- # Why is it so hard?
- sed -i '23,25d' CMakeLists.txt
-
%cmake -DCPPZMQ_BUILD_TESTS=OFF
build : |
%make
install : |
%make_install
+check : |
+ # This will fail if this version of cppzmq is incompatible with the version of zeromq
+ gcc -c zmq.hpp -o ./test.o
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>cppzmq</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Reilly Brogan</Name>
+ <Email>solus@reillybrogan.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming</PartOf>
@@ -21,18 +21,6 @@
<Files>
<Path fileType="header">/usr/include/zmq.hpp</Path>
<Path fileType="header">/usr/include/zmq_addon.hpp</Path>
- </Files>
- </Package>
- <Package>
- <Name>cppzmq-devel</Name>
- <Summary xml:lang="en">Development files for cppzmq</Summary>
- <Description xml:lang="en">C++ binding for 0MQ/ZMQ/ZeroMQ
-</Description>
- <PartOf>programming.devel</PartOf>
- <RuntimeDependencies>
- <Dependency release="3">cppzmq</Dependency>
- </RuntimeDependencies>
- <Files>
<Path fileType="data">/usr/share/cmake/cppzmq/cppzmqConfig.cmake</Path>
<Path fileType="data">/usr/share/cmake/cppzmq/cppzmqConfigVersion.cmake</Path>
<Path fileType="data">/usr/share/cmake/cppzmq/cppzmqTargets.cmake</Path>
@@ -40,12 +28,12 @@
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2020-02-10</Date>
- <Version>4.3.0</Version>
+ <Update release="4">
+ <Date>2021-11-04</Date>
+ <Version>4.8.1</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Reilly Brogan</Name>
+ <Email>solus@reillybrogan.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
May 29 2023, 6:23 PM (10 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5834427
Default Alt Text
D12159.diff (2 KB)
Attached To
Mode
D12159: cppzmq: Update to 4.8.1
Attached
Detach File
Event Timeline
Log In to Comment