Accepting request 488140 from home:TheBlackCat:branches:devel:libraries:c_c++

- Version bump to 1.1.4
- Use better download url.

OBS-URL: https://build.opensuse.org/request/show/488140
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal 2017-04-18 10:57:37 +00:00 committed by Git OBS Bridge
parent f2113ff790
commit 4e770deff0
4 changed files with 18 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f94c0f816510a95d7521c725e9ddf48bfd600a0f6623d33c9a6a92ec824d8c12
size 1122724

3
snappy-1.1.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:134bfe122fd25599bb807bb8130e7ba6d9bdb851e0b16efcb83ac4f5d0b70057
size 1491767

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Apr 15 23:55:17 UTC 2017 - toddrme2178@gmail.com
- Version bump to 1.1.4
* Fix a 1% performance regression when snappy is used in PIE executables.
* Improve compression performance by 5%.
* Improve decompression performance by 20%.
- Use better download url.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 29 10:42:56 UTC 2015 - tchvatal@suse.com Wed Jul 29 10:42:56 UTC 2015 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package snappy # spec file for package snappy
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,21 +18,21 @@
%define lib_name libsnappy1 %define lib_name libsnappy1
Name: snappy Name: snappy
Version: 1.1.3 Version: 1.1.4
Release: 0 Release: 0
Summary: A fast compressor/decompressor library Summary: A fast compressor/decompressor library
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: https://github.com/google/snappy/ Url: https://github.com/google/snappy/
Source0: https://github.com/google/snappy/archive/%{version}.tar.gz Source0: https://github.com/google/snappy/releases/download/%{version}/snappy-%{version}.tar.gz
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libtool BuildRequires: libtool
BuildRequires: lzo-devel BuildRequires: lzo-devel
BuildRequires: pkgconfig BuildRequires: pkg-config
BuildRequires: zlib-devel BuildRequires: pkgconfig(zlib)
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -112,6 +112,7 @@ make %{?_smp_mflags} check
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_includedir}/snappy*.h %{_includedir}/snappy*.h
%{_libdir}/libsnappy.so %{_libdir}/libsnappy.so
%{_libdir}/pkgconfig/snappy.pc
%doc %{_defaultdocdir}/%{name} %doc %{_defaultdocdir}/%{name}
%exclude %{_defaultdocdir}/%{name}/COPYING %exclude %{_defaultdocdir}/%{name}/COPYING