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 @@
libpillowfight
- Peter O'Connor
- peter@solus-project.com
+ Pierre-Yves
+ pyu@riseup.net
- MIT
+ GPL-2.0-only
programming.library
Small library containing various image processing algorithms
- 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).
https://solus-project.com/sources/README.Solus
libpillowfight
Small library containing various image processing algorithms
- 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).
programming.library
/usr/lib/python3.6/site-packages/pillowfight/__init__.py
/usr/lib/python3.6/site-packages/pillowfight/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pillowfight/_clib.cpython-36m-x86_64-linux-gnu.so
- /usr/lib/python3.6/site-packages/pypillowfight-0.2.1-py3.6.egg-info/PKG-INFO
- /usr/lib/python3.6/site-packages/pypillowfight-0.2.1-py3.6.egg-info/SOURCES.txt
- /usr/lib/python3.6/site-packages/pypillowfight-0.2.1-py3.6.egg-info/dependency_links.txt
- /usr/lib/python3.6/site-packages/pypillowfight-0.2.1-py3.6.egg-info/requires.txt
- /usr/lib/python3.6/site-packages/pypillowfight-0.2.1-py3.6.egg-info/top_level.txt
+ /usr/lib/python3.6/site-packages/pypillowfight-0.2.4-py3.6.egg-info/PKG-INFO
+ /usr/lib/python3.6/site-packages/pypillowfight-0.2.4-py3.6.egg-info/SOURCES.txt
+ /usr/lib/python3.6/site-packages/pypillowfight-0.2.4-py3.6.egg-info/dependency_links.txt
+ /usr/lib/python3.6/site-packages/pypillowfight-0.2.4-py3.6.egg-info/requires.txt
+ /usr/lib/python3.6/site-packages/pypillowfight-0.2.4-py3.6.egg-info/top_level.txt
libpillowfight-devel
Development files for libpillowfight
- 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).
programming.devel
- libpillowfight
+ libpillowfight
/usr/include/
- /usr/lib/lib*.so
+ /usr/lib64/lib*.so
-
- 2018-01-31
- 0.2.1
+
+ 2018-05-20
+ 0.2.4
Packaging update
- Peter O'Connor
- peter@solus-project.com
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file