16 Commits

Author SHA256 Message Date
eef6e203d4 - update to 1.1.10:
* Performance improvements
  * Compilation fixes for various environments
- drop fix-always-inline.patch (obsolete)
  - This is a maintenance release with no changes to the actual

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=20
2023-11-10 13:57:31 +00:00
Danilo Spinella
da1721426d Accepting request 927746 from filesystems:ceph:master:upstream
Re-enable RTTI, to fix Ceph runtime failures (for details see https://tracker.ceph.com/issues/53060 and https://github.com/google/snappy/pull/144).  Note that we're already carrying a similar patch for leveldb, for the same reason.  If accepted, please pass this on to Factory.  Thank you!

OBS-URL: https://build.opensuse.org/request/show/927746
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=19
2021-11-05 10:53:06 +00:00
Danilo Spinella
3bbb4b46cb Accepting request 906176 from home:dspinella:branches:devel:libraries:c_c++
- Update to 1.1.9:
  * Performance improvements
- Add fix-always-inline.patch
- Add use-system-test-libs.patch
- Add a hardcoded snappy.pc file

OBS-URL: https://build.opensuse.org/request/show/906176
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=18
2021-07-14 08:29:50 +00:00
407c983dec - update to 1.1.8:
* Small performance improvements.
  * Removed snappy::string alias for std::string.
  * Improved CMake configuration.
- remove snappy-pcfile.patch (never went upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=16
2020-08-25 13:20:09 +00:00
Tomáš Chvátal
9407e215eb Accepting request 574307 from home:jengelh:branches:devel:libraries:c_c++
- Better neutrality of from description. Quantify "Core i7".
  Trim description of SRPM and -devel as the user already has an
  idea what to look for.
- Fix RPM groups.

OBS-URL: https://build.opensuse.org/request/show/574307
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=14
2018-02-08 16:47:49 +00:00
Tomáš Chvátal
a810b6947b - Version update to 1.1.7:
* Aarch64 fixes
  * ppc speedups
  * PIE improvements
  * Switch to cmake build system
- Add patch snappy-pcfile.patch:
  * Pull 55 on upstream github, was dropped when moving to cmake
    of course we still need it
- Fix license install wrt bsc#1080040

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=13
2018-02-08 11:55:43 +00:00
Tomáš Chvátal
4e770deff0 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
2017-04-18 10:57:37 +00:00
Tomáš Chvátal
f2113ff790 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=10
2015-07-29 11:03:33 +00:00
85c6f49dc6 Accepting request 319250 from home:dimstar:Factory
- Add baselibs.conf: build snappy1-32bit, as needed by
  libqt5-qtwebengine-32bit.

OBS-URL: https://build.opensuse.org/request/show/319250
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=9
2015-07-29 10:05:15 +00:00
Ismail Dönmez
517065cd72 Accepting request 248455 from devel:languages:python3
1

OBS-URL: https://build.opensuse.org/request/show/248455
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=8
2014-09-11 10:14:18 +00:00
Michal Vyskocil
a924899339 Accepting request 206746 from home:posophe:branches:devel:libraries:c_c++
Update

OBS-URL: https://build.opensuse.org/request/show/206746
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=6
2013-11-15 08:54:58 +00:00
Stephan Kulow
48e3b94d7d Accepting request 196062 from devel:libraries:c_c++
add snappy to Factory, see FATE in changes

OBS-URL: https://build.opensuse.org/request/show/196062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snappy?expand=0&rev=1
2013-09-05 21:26:03 +00:00
Ismail Dönmez
1cc6927c30 Accepting request 196005 from home:dec16180:ldig:branches:devel:libraries:c_c++
license update: BSD-3-Clause
correct license is BSD-3-Clause.

OBS-URL: https://build.opensuse.org/request/show/196005
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=4
2013-08-22 15:40:34 +00:00
Michal Vyskocil
0de44d3127 - Update to 1.1.0 (FATE#315420)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=3
2013-08-15 12:51:32 +00:00
Michal Vyskocil
548b8aaab7 - Update to 1.1.0
* Snappy now uses 64 kB block size instead of 32 kB. On average,
    this means it compresses about 3% denser (more so for some
    inputs), at the same or better speeds.
  * libsnappy no longer depends on iostream.
  * Some small performance improvements in compression on x86
    (0.5–1%).
  * Various portability fixes for ARM-based platforms, for MSVC,
    and for GNU/Hurd.
- refresh and rename random-return.patch
  * snappy-random-return.patch
- reformat spec file
- build with NDEBUG to speedup a library
- install COPYING alongside so file

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=2
2013-08-15 12:50:54 +00:00
31d3f70217 Accepting request 143644 from home:darix
by request of todd rme <toddrme2178@gmail.com>

OBS-URL: https://build.opensuse.org/request/show/143644
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=1
2012-11-30 10:09:29 +00:00