Page MenuHomeSolus

D2730.id7320.diff
No OneTemporary

D2730.id7320.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -14,6 +14,7 @@
libpillowfight.so:pf_dbl_matrix_new
libpillowfight.so:pf_gaussian
libpillowfight.so:pf_gaussian_on_matrix
+libpillowfight.so:pf_get_version
libpillowfight.so:pf_grayscale_dbl_matrix_to_rgb_bitmap
libpillowfight.so:pf_grayscale_reverse
libpillowfight.so:pf_matrix_to_rgb_bitmap
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,21 +1,21 @@
name : libpillowfight
-version : 0.2.1
-release : 3
+version : 0.2.4
+release : 4
source :
- - https://github.com/jflesch/libpillowfight/archive/0.2.1.tar.gz : 9a00e3636c8ebb00c40c6b0e6f4e6eb5a7ea7618704fdee18e145687f08de13c
-license : MIT
+ - https://github.com/jflesch/libpillowfight/archive/0.2.4.tar.gz : 32933926d9e16c9575c262188eec98c264c4a9505b6674754fff85d1e59cd8dd
+license : GPL-2.0-only
component : programming.library
summary : Small library containing various image processing algorithms
description: |
- Really simple C Library containing various image processing algorithms. It includes Python 3
- bindings designed to operate on Pillow images (PIL.Image).
+ Really simple C Library containing various image processing algorithms. It includes Python 3 bindings designed to operate on Pillow images (PIL.Image).
builddeps :
- pkgconfig(python3)
- python-nose
rundeps :
- python-pillow
setup : |
- %cmake .
+ echo "#define INTERNAL_PILLOWFIGHT_VERSION \"$version\"" > src/pillowfight/_version.h
+ %cmake . -DLIBDIR=lib%LIBSUFFIX%
build : |
%make
%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,57 +2,54 @@
<Source>
<Name>libpillowfight</Name>
<Packager>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>MIT</License>
+ <License>GPL-2.0-only</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">Small library containing various image processing algorithms</Summary>
- <Description xml:lang="en">Really simple C Library containing various image processing algorithms. It includes Python 3
-bindings designed to operate on Pillow images (PIL.Image).
+ <Description xml:lang="en">Really simple C Library containing various image processing algorithms. It includes Python 3 bindings designed to operate on Pillow images (PIL.Image).
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>libpillowfight</Name>
<Summary xml:lang="en">Small library containing various image processing algorithms</Summary>
- <Description xml:lang="en">Really simple C Library containing various image processing algorithms. It includes Python 3
-bindings designed to operate on Pillow images (PIL.Image).
+ <Description xml:lang="en">Really simple C Library containing various image processing algorithms. It includes Python 3 bindings designed to operate on Pillow images (PIL.Image).
</Description>
<PartOf>programming.library</PartOf>
<Files>
<Path fileType="library">/usr/lib/python3.6/site-packages/pillowfight/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/pillowfight/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/pillowfight/_clib.cpython-36m-x86_64-linux-gnu.so</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/pypillowfight-0.2.1-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/pypillowfight-0.2.1-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/pypillowfight-0.2.1-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/pypillowfight-0.2.1-py3.6.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/pypillowfight-0.2.1-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pypillowfight-0.2.4-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pypillowfight-0.2.4-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pypillowfight-0.2.4-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pypillowfight-0.2.4-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pypillowfight-0.2.4-py3.6.egg-info/top_level.txt</Path>
</Files>
</Package>
<Package>
<Name>libpillowfight-devel</Name>
<Summary xml:lang="en">Development files for libpillowfight</Summary>
- <Description xml:lang="en">Really simple C Library containing various image processing algorithms. It includes Python 3
-bindings designed to operate on Pillow images (PIL.Image).
+ <Description xml:lang="en">Really simple C Library containing various image processing algorithms. It includes Python 3 bindings designed to operate on Pillow images (PIL.Image).
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="3">libpillowfight</Dependency>
+ <Dependency release="4">libpillowfight</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib/lib*.so</Path>
+ <Path fileType="library">/usr/lib64/lib*.so</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2018-01-31</Date>
- <Version>0.2.1</Version>
+ <Update release="4">
+ <Date>2018-05-20</Date>
+ <Version>0.2.4</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@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 15 2023, 9:45 PM (8 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5802002
Default Alt Text
D2730.id7320.diff (6 KB)

Event Timeline