Page MenuHomeSolus

D1031.diff
No OneTemporary

D1031.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1 +1,4 @@
libc.so.6
+libgcc_s.so.1
+libm.so.6
+libstdc++.so.6
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,18 @@
name : python-sip
-version : 4.19.2
-release : 5
+version : 4.19.5
+release : 6
source :
- - https://downloads.sourceforge.net/project/pyqt/sip/sip-4.19.2/sip-4.19.2.tar.gz : 432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533
+ - https://netcologne.dl.sourceforge.net/project/pyqt/sip/sip-4.19.5/sip-4.19.5.tar.gz : 391b7bf08f1cd12d8a25ed5608ca36ee9b759eee1690d8156e35d92f9a74b456
license : GPL-3.0
component : programming.python
-summary : python-sip is a tool that creates python2 bindings for C and C++ libraries.
+summary : python-sip is a tool that creates python bindings for C and C++ libraries.
description: |
- python-sip is a tool that creates python2 bindings for C and C++ libraries.
+ SIP is a tool for generating bindings for C++ classes so that they can be
+ accessed as normal Python classes. SIP takes many of its ideas from SWIG but,
+ because it is specifically designed for C++ and Python, is able to generate
+ tighter bindings. SIP is so called because it is a small SWIG.
setup : |
- python2 configure.py CFLAGS="${CFLAGS}"
+ python2 configure.py CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LFLAGS="$LDFLAGS"
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,20 +2,26 @@
<Source>
<Name>python-sip</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>GPL-3.0</License>
<PartOf>programming.python</PartOf>
- <Summary xml:lang="en">python-sip is a tool that creates python2 bindings for C and C++ libraries.</Summary>
- <Description xml:lang="en">python-sip is a tool that creates python2 bindings for C and C++ libraries.
+ <Summary xml:lang="en">python-sip is a tool that creates python bindings for C and C++ libraries.</Summary>
+ <Description xml:lang="en">SIP is a tool for generating bindings for C++ classes so that they can be
+accessed as normal Python classes. SIP takes many of its ideas from SWIG but,
+because it is specifically designed for C++ and Python, is able to generate
+tighter bindings. SIP is so called because it is a small SWIG.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>python-sip</Name>
- <Summary xml:lang="en">python-sip is a tool that creates python2 bindings for C and C++ libraries.</Summary>
- <Description xml:lang="en">python-sip is a tool that creates python2 bindings for C and C++ libraries.
+ <Summary xml:lang="en">python-sip is a tool that creates python bindings for C and C++ libraries.</Summary>
+ <Description xml:lang="en">SIP is a tool for generating bindings for C++ classes so that they can be
+accessed as normal Python classes. SIP takes many of its ideas from SWIG but,
+because it is specifically designed for C++ and Python, is able to generate
+tighter bindings. SIP is so called because it is a small SWIG.
</Description>
<PartOf>programming.python</PartOf>
<Files>
@@ -29,23 +35,26 @@
<Package>
<Name>python-sip-devel</Name>
<Summary xml:lang="en">Development files for python-sip</Summary>
- <Description xml:lang="en">python-sip is a tool that creates python2 bindings for C and C++ libraries.
+ <Description xml:lang="en">SIP is a tool for generating bindings for C++ classes so that they can be
+accessed as normal Python classes. SIP takes many of its ideas from SWIG but,
+because it is specifically designed for C++ and Python, is able to generate
+tighter bindings. SIP is so called because it is a small SWIG.
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="5">python-sip</Dependency>
+ <Dependency release="6">python-sip</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2017-05-27</Date>
- <Version>4.19.2</Version>
+ <Update release="6">
+ <Date>2017-11-16</Date>
+ <Version>4.19.5</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.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
May 7 2023, 3:46 PM (13 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810038
Default Alt Text
D1031.diff (4 KB)

Event Timeline