Page MenuHomeSolus

D1421.diff
No OneTemporary

D1421.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -87,6 +87,7 @@
libtiff.so.5:TIFFIsMSB2LSB
libtiff.so.5:TIFFIsTiled
libtiff.so.5:TIFFIsUpSampled
+libtiff.so.5:TIFFJPEGIsFullStripRequired
libtiff.so.5:TIFFLastDirectory
libtiff.so.5:TIFFMergeFieldInfo
libtiff.so.5:TIFFNumberOfDirectories
@@ -184,6 +185,7 @@
libtiff.so.5:TIFFYCbCrToRGBInit
libtiff.so.5:TIFFYCbCrtoRGB
libtiff.so.5:XYZtoRGB24
+libtiff.so.5:_TIFFCheckFieldIsValidForCodec
libtiff.so.5:_TIFFCheckMalloc
libtiff.so.5:_TIFFCheckRealloc
libtiff.so.5:_TIFFCreateAnonField
@@ -208,7 +210,11 @@
libtiff.so.5:_TIFFNoTileDecode
libtiff.so.5:_TIFFNoTileEncode
libtiff.so.5:_TIFFPrintFieldInfo
+libtiff.so.5:_TIFFReadEncodedStripAndAllocBuffer
+libtiff.so.5:_TIFFReadEncodedTileAndAllocBuffer
+libtiff.so.5:_TIFFReadTileAndAllocBuffer
libtiff.so.5:_TIFFRewriteField
+libtiff.so.5:_TIFFSeekOK
libtiff.so.5:_TIFFSetDefaultCompressionState
libtiff.so.5:_TIFFSetupFields
libtiff.so.5:_TIFFSwab16BitData
diff --git a/abi_symbols32 b/abi_symbols32
--- a/abi_symbols32
+++ b/abi_symbols32
@@ -87,6 +87,7 @@
libtiff.so.5:TIFFIsMSB2LSB
libtiff.so.5:TIFFIsTiled
libtiff.so.5:TIFFIsUpSampled
+libtiff.so.5:TIFFJPEGIsFullStripRequired
libtiff.so.5:TIFFLastDirectory
libtiff.so.5:TIFFMergeFieldInfo
libtiff.so.5:TIFFNumberOfDirectories
@@ -184,6 +185,7 @@
libtiff.so.5:TIFFYCbCrToRGBInit
libtiff.so.5:TIFFYCbCrtoRGB
libtiff.so.5:XYZtoRGB24
+libtiff.so.5:_TIFFCheckFieldIsValidForCodec
libtiff.so.5:_TIFFCheckMalloc
libtiff.so.5:_TIFFCheckRealloc
libtiff.so.5:_TIFFCreateAnonField
@@ -208,7 +210,11 @@
libtiff.so.5:_TIFFNoTileDecode
libtiff.so.5:_TIFFNoTileEncode
libtiff.so.5:_TIFFPrintFieldInfo
+libtiff.so.5:_TIFFReadEncodedStripAndAllocBuffer
+libtiff.so.5:_TIFFReadEncodedTileAndAllocBuffer
+libtiff.so.5:_TIFFReadTileAndAllocBuffer
libtiff.so.5:_TIFFRewriteField
+libtiff.so.5:_TIFFSeekOK
libtiff.so.5:_TIFFSetDefaultCompressionState
libtiff.so.5:_TIFFSetupFields
libtiff.so.5:_TIFFSwab16BitData
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,33 +1,29 @@
name : libtiff
-version : 4.0.8
-release : 19
+version : 4.0.9
+release : 20
source :
- - http://download.osgeo.org/libtiff/tiff-4.0.8.tar.gz : 59d7a5a8ccd92059913f246877db95a2918e6c04fb9d43fd74e5c3390dac2910
-license :
- - libtiff
+ - http://download.osgeo.org/libtiff/tiff-4.0.9.tar.gz : 6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd
+license : libtiff
component : desktop.library
summary : Library for accessing TIFF files
description: |
The LibTIFF package contains the TIFF libraries and associated utilities. The libraries are used by many programs for reading and writing TIFF files and the utilities are used for general work with TIFF files.
emul32 : yes
+optimize : speed
builddeps :
- pkgconfig32(zlib)
- pkgconfig32(liblzma)
- libjpeg-turbo-32bit-devel
- - libgcc-32bit
- - glibc-32bit-devel
- - libstdc++-32bit
-optimize : speed
patterns :
- devel : /usr/share/man/man3
- docs : /usr/share/doc
- utils : /usr/bin
- utils : /usr/share/man/man1
setup : |
- %configure --prefix=/usr \
- --disable-jbig \
- --disable-static
+ %configure --disable-static
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
@@ -29,7 +29,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
- <Dependency release="19">libtiff</Dependency>
+ <Dependency release="20">libtiff</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/lib*.so.*</Path>
@@ -42,8 +42,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="19">libtiff-devel</Dependency>
- <Dependency release="19">libtiff-32bit</Dependency>
+ <Dependency release="20">libtiff-devel</Dependency>
+ <Dependency release="20">libtiff-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/lib*.so</Path>
@@ -57,7 +57,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="19">libtiff</Dependency>
+ <Dependency release="20">libtiff</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
@@ -82,7 +82,7 @@
<Description xml:lang="en">The LibTIFF package contains the TIFF libraries and associated utilities. The libraries are used by many programs for reading and writing TIFF files and the utilities are used for general work with TIFF files.
</Description>
<RuntimeDependencies>
- <Dependency release="19">libtiff</Dependency>
+ <Dependency release="20">libtiff</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -90,12 +90,12 @@
</Files>
</Package>
<History>
- <Update release="19">
- <Date>2017-05-22</Date>
- <Version>4.0.8</Version>
+ <Update release="20">
+ <Date>2017-11-20</Date>
+ <Version>4.0.9</Version>
<Comment>Packaging update</Comment>
<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
Fri, Aug 11, 7:32 PM (2 h, 44 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806121
Default Alt Text
D1421.diff (5 KB)

Event Timeline