Hello community, here is the log from the commit of package snappy for openSUSE:Factory checked in at 2015-08-21 07:35:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/snappy (Old) and /work/SRC/openSUSE:Factory/.snappy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "snappy" Changes: -------- --- /work/SRC/openSUSE:Factory/snappy/snappy.changes 2013-11-15 13:39:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.snappy.new/snappy.changes 2015-08-21 07:35:21.000000000 +0200 @@ -1,0 +2,25 @@ +Wed Jul 29 10:42:56 UTC 2015 - [email protected] + +- Version bump to 1.1.3: + * See the NEWS file for full details +- Switch to distribution from github +- Remove upstreamed patch: + * snappy-1.1.1-random-return.patch + +------------------------------------------------------------------- +Wed Jul 29 09:58:16 UTC 2015 - [email protected] + +- Add baselibs.conf: build snappy1-32bit, as needed by + libqt5-qtwebengine-32bit. + +------------------------------------------------------------------- +Thu Sep 11 09:34:36 UTC 2014 - [email protected] + +- Update to version 1.1.2 + - This is a maintenance release with no changes to the actual + library source code. + * Stop distributing benchmark data files that have unclear + or unsuitable licensing. + * Add support for padding chunks in the framing format. + +------------------------------------------------------------------- Old: ---- snappy-1.1.1-random-return.patch snappy-1.1.1.tar.gz New: ---- 1.1.3.tar.gz baselibs.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ snappy.spec ++++++ --- /var/tmp/diff_new_pack.ZpyTgn/_old 2015-08-21 07:35:22.000000000 +0200 +++ /var/tmp/diff_new_pack.ZpyTgn/_new 2015-08-21 07:35:22.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package snappy # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,22 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define lib_name libsnappy1 +%define lib_name libsnappy1 Name: snappy -Version: 1.1.1 +Version: 1.1.3 Release: 0 Summary: A fast compressor/decompressor library License: BSD-3-Clause Group: Development/Libraries/C and C++ -Url: http://code.google.com/p/snappy/ -Source0: http://snappy.googlecode.com/files/%{name}-%{version}.tar.gz -#PATCH-FIX-OPENSUSE: fix minor things in unittest, probably not worth for upstreaming ... -Patch0: snappy-1.1.1-random-return.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Url: https://github.com/google/snappy/ +Source0: https://github.com/google/snappy/archive/%{version}.tar.gz +Source99: baselibs.conf +BuildRequires: autoconf +BuildRequires: automake BuildRequires: gcc-c++ +BuildRequires: libtool BuildRequires: lzo-devel +BuildRequires: pkgconfig BuildRequires: zlib-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Snappy is a compression/decompression library. It does not aim for maximum @@ -58,9 +61,9 @@ This package holds the shared library of snappy. %package devel -Requires: %{lib_name} = %{version} Summary: Development files for snappy Group: Development/Libraries/C and C++ +Requires: %{lib_name} = %{version} %description devel Snappy is a compression/decompression library. It does not aim for maximum @@ -76,9 +79,9 @@ %prep %setup -q -%patch0 -p0 %build +autoreconf -fvi # mvyskocil: disable assertions to improve a speed a bit in microbenchmarks and hopefully in real-world use as well # http://code.google.com/p/snappy/issues/detail?id=40 %configure CXXFLAGS="%{optflags} -DNDEBUG" \ @@ -86,20 +89,18 @@ --disable-static \ --docdir=%{_defaultdocdir}/%{name} -make %{?_smp_flags} +make %{?_smp_mflags} %install -%makeinstall -find %{buildroot} -name \*.la -delete -print +make DESTDIR=%{buildroot} install %{?_smp_mflags} +find %{buildroot} -type f -name "*.la" -delete -print rm %{buildroot}/%{_defaultdocdir}/%{name}/INSTALL %check -make check - -%clean -rm -rf %{buildroot} +make %{?_smp_mflags} check %post -n %{lib_name} -p /sbin/ldconfig + %postun -n %{lib_name} -p /sbin/ldconfig %files -n %{lib_name} ++++++ snappy-1.1.1.tar.gz -> 1.1.3.tar.gz ++++++ ++++ 52223 lines of diff (skipped) ++++++ baselibs.conf ++++++ libsnappy1
