Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10856582
D2730.id6762.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D2730.id6762.diff
View Options
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,9 +1,9 @@
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: |
@@ -15,7 +15,8 @@
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,10 +2,10 @@
<Source>
<Name>libpillowfight</Name>
<Packager>
- <Name>Peter O'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
@@ -24,11 +24,11 @@
<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>
@@ -39,20 +39,20 @@
</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-04-16</Date>
+ <Version>0.2.4</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O'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
+</PISI>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 15 2023, 9:37 PM (8 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5856700
Default Alt Text
D2730.id6762.diff (4 KB)
Attached To
Mode
D2730: Update libpillowfight to 0.2.4
Attached
Detach File
Event Timeline
Log In to Comment