Page MenuHomeSolus

D1911.id4534.diff
No OneTemporary

D1911.id4534.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,18 +1,22 @@
name : libmpack
-version : 1.0.2
-release : 3
+version : 1.0.7
+release : 4
source :
- - https://github.com/tarruda/libmpack/archive/1.0.2.tar.gz : 9c570b2aab81b0c56d97cbd8fc483dc431b69510fd9becb4a1845291563e8bc9
+ - https://github.com/libmpack/libmpack-lua/releases/download/1.0.7/libmpack-lua-1.0.7.tar.gz : 68565484a3441d316bd51bed1cacd542b7f84b1ecfd37a8bd18dd0f1a20887e8
license : MIT
component : programming
-summary : libmpack is a small binary serialization/RPC library that implements
- both the msgpack and msgpack-rpc specifications.
+summary : Implementation of MessagePack for Lua 5.1 and Lua 5.3
description: |
libmpack is a small binary serialization/RPC library that implements both the msgpack and msgpack-rpc specifications.
builddeps :
- pkgconfig(lua-5.1)
+ - pkgconfig(lua-5.3)
build : |
- gcc -O2 -fPIC -I/usr/include/lua5.1 -c binding/lua/lmpack.c -o lmpack.o
- gcc -shared -o mpack.so.5.1 lmpack.o
+ gcc -O2 -fPIC -I/usr/include/lua5.1 -c lmpack.c -o lmpack-5.1.o
+ gcc -shared -o mpack.so.5.1 lmpack-5.1.o
+
+ gcc -O2 -fPIC -I/usr/include/lua5.3 -c lmpack.c -o lmpack-5.3.o
+ gcc -shared -o mpack.so.5.3 lmpack-5.3.o
install : |
- install -Dm755 mpack.so.5.1 $installdir/%libdir%/lua/5.1/mpack.so
+ install -Dm00755 mpack.so.5.1 $installdir/%libdir%/lua/5.1/mpack.so
+ install -Dm00755 mpack.so.5.3 $installdir/%libdir%/lua/5.3/mpack.so
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,33 +2,34 @@
<Source>
<Name>libmpack</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>MIT</License>
<PartOf>programming</PartOf>
- <Summary xml:lang="en">libmpack is a small binary serialization/RPC library that implements both the msgpack and msgpack-rpc specifications.</Summary>
+ <Summary xml:lang="en">libmpack-lua - Implementation of MessagePack for Lua 5.1 and Lua 5.3</Summary>
<Description xml:lang="en">libmpack is a small binary serialization/RPC library that implements both the msgpack and msgpack-rpc specifications.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>libmpack</Name>
- <Summary xml:lang="en">libmpack is a small binary serialization/RPC library that implements both the msgpack and msgpack-rpc specifications.</Summary>
+ <Summary xml:lang="en">libmpack-lua - Implementation of MessagePack for Lua 5.1 and Lua 5.3</Summary>
<Description xml:lang="en">libmpack is a small binary serialization/RPC library that implements both the msgpack and msgpack-rpc specifications.
</Description>
<PartOf>programming</PartOf>
<Files>
<Path fileType="library">/usr/lib64/lua/5.1/mpack.so</Path>
+ <Path fileType="library">/usr/lib64/lua/5.3/mpack.so</Path>
</Files>
</Package>
<History>
<Update release="3">
- <Date>2016-05-29</Date>
- <Version>1.0.2</Version>
+ <Date>2018-01-07</Date>
+ <Version>1.0.7</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 24, 4:39 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5887365
Default Alt Text
D1911.id4534.diff (3 KB)

Event Timeline