Page MenuHomeSolus

D526.id2615.diff
No OneTemporary

D526.id2615.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -11,8 +11,8 @@
libsnappy.so.1:_ZN6snappy17IsValidCompressedEPNS_6SourceE
libsnappy.so.1:_ZN6snappy18SnappyDecompressor9RefillTagEv
libsnappy.so.1:_ZN6snappy19MaxCompressedLengthEm
-libsnappy.so.1:_ZN6snappy20RawUncompressToIOVecEPKcmPKNS_5iovecEm
-libsnappy.so.1:_ZN6snappy20RawUncompressToIOVecEPNS_6SourceEPKNS_5iovecEm
+libsnappy.so.1:_ZN6snappy20RawUncompressToIOVecEPKcmPK5iovecm
+libsnappy.so.1:_ZN6snappy20RawUncompressToIOVecEPNS_6SourceEPK5iovecm
libsnappy.so.1:_ZN6snappy21GetUncompressedLengthEPKcmPm
libsnappy.so.1:_ZN6snappy21GetUncompressedLengthEPNS_6SourceEPj
libsnappy.so.1:_ZN6snappy22UncheckedByteArraySink15GetAppendBufferEmPc
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,18 +1,19 @@
name : snappy
-version : 1.1.4
-release : 2
+version : 1.1.7
+release : 3
source :
- - https://github.com/google/snappy/releases/download/1.1.4/snappy-1.1.4.tar.gz : 134bfe122fd25599bb807bb8130e7ba6d9bdb851e0b16efcb83ac4f5d0b70057
-license : BSD-3
+ - https://github.com/google/snappy/archive/1.1.7.tar.gz : 3dfa02e873ff51a11ee02b9ca391807f0c8ea0529a4924afa645fbf97163f9d4
+license : BSD-3-Clause
component : programming
summary : Snappy is a compression/decompression library.
description: |
Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression.
libsplit : no
setup : |
- %configure --disable-static
+ %cmake . -DBUILD_SHARED_LIBS=ON
build : |
%make
install : |
%make_install
- rm -rf $installdir/usr/share/doc/snappy/{C*,INSTALL,NEWS,README}
+check : |
+ %make test
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>snappy</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>BSD-3</License>
+ <License>BSD-3-Clause</License>
<PartOf>programming</PartOf>
<Summary xml:lang="en">Snappy is a compression/decompression library.</Summary>
<Description xml:lang="en">Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression.
@@ -21,7 +21,6 @@
<Files>
<Path fileType="library">/usr/lib64/lib*.so</Path>
<Path fileType="library">/usr/lib64/lib*.so.*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
@@ -31,20 +30,20 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="2">snappy</Dependency>
+ <Dependency release="3">snappy</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ <Path fileType="library">/usr/lib64/cmake/</Path>
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2015-11-13</Date>
- <Version>1.1.4</Version>
+ <Update release="3">
+ <Date>2017-09-25</Date>
+ <Version>1.1.7</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.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
Wed, Jul 26, 6:05 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5815044
Default Alt Text
D526.id2615.diff (3 KB)

Event Timeline