Page MenuHomeSolus

D4920.id11998.diff
No OneTemporary

D4920.id11998.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -24,9 +24,11 @@
libstrophe.so.0:xmpp_connect_raw
libstrophe.so.0:xmpp_ctx_free
libstrophe.so.0:xmpp_ctx_new
+libstrophe.so.0:xmpp_ctx_set_timeout
libstrophe.so.0:xmpp_debug
libstrophe.so.0:xmpp_disconnect
libstrophe.so.0:xmpp_error
+libstrophe.so.0:xmpp_error_new
libstrophe.so.0:xmpp_free
libstrophe.so.0:xmpp_get_default_logger
libstrophe.so.0:xmpp_handler_add
@@ -55,9 +57,11 @@
libstrophe.so.0:xmpp_run
libstrophe.so.0:xmpp_run_once
libstrophe.so.0:xmpp_send
+libstrophe.so.0:xmpp_send_error
libstrophe.so.0:xmpp_send_raw
libstrophe.so.0:xmpp_send_raw_string
libstrophe.so.0:xmpp_sha1
+libstrophe.so.0:xmpp_sha1_digest
libstrophe.so.0:xmpp_sha1_final
libstrophe.so.0:xmpp_sha1_free
libstrophe.so.0:xmpp_sha1_new
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,17 +1,20 @@
name : libstrophe
-version : 0.9.1
-release : 1
+version : 0.9.2
+release : 2
source :
- - https://github.com/strophe/libstrophe/archive/0.9.1.tar.gz : c90493f986e5bd407132c5a3e174378c02cb80fa4eaee29875e06b4bba6afcc3
-license : GPL-3.0
+ - https://github.com/strophe/libstrophe/releases/download/0.9.2/libstrophe-0.9.2.tar.xz : 63625d12f094e198c01edc97460fdba3a9bba9f0ada10f7f8c82dc5c151ff016
+license :
+ - GPL-3.0-only
+ - MIT
component : programming.library
summary : A simple, lightweight C library for writing XMPP clients
description: |
libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments.
-#builddeps :
setup : |
- %reconfigure
+ %configure
build : |
%make
install : |
%make_install
+check : |
+ %make check
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,11 @@
<Source>
<Name>libstrophe</Name>
<Packager>
- <Name>Justin Zobel</Name>
- <Email>justin@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>GPL-3.0</License>
+ <License>GPL-3.0-only</License>
+ <License>MIT</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">A simple, lightweight C library for writing XMPP clients</Summary>
<Description xml:lang="en">libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments.
@@ -19,7 +20,8 @@
</Description>
<PartOf>programming.library</PartOf>
<Files>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="library">/usr/lib64/libstrophe.so.0</Path>
+ <Path fileType="library">/usr/lib64/libstrophe.so.0.0.0</Path>
</Files>
</Package>
<Package>
@@ -29,22 +31,22 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="1">libstrophe</Dependency>
+ <Dependency release="2">libstrophe</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib64/lib*.a</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ <Path fileType="header">/usr/include/strophe.h</Path>
+ <Path fileType="library">/usr/lib64/libstrophe.a</Path>
+ <Path fileType="library">/usr/lib64/libstrophe.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libstrophe.pc</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2017-10-25</Date>
- <Version>0.9.1</Version>
+ <Update release="2">
+ <Date>2019-01-01</Date>
+ <Version>0.9.2</Version>
<Comment>Packaging update</Comment>
- <Name>Justin Zobel</Name>
- <Email>justin@solus-project.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
Jun 12 2023, 7:22 PM (8 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5855761
Default Alt Text
D4920.id11998.diff (4 KB)

Event Timeline