Skip to content

Commit

Permalink
(#24077) snappy: add version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored May 23, 2024
1 parent bb85e4c commit 653cc79
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions recipes/snappy/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.2.1":
url: "https://github.com/google/snappy/archive/1.2.1.tar.gz"
sha256: "736aeb64d86566d2236ddffa2865ee5d7a82d26c9016b36218fcc27ea4f09f86"
"1.2.0":
url: "https://github.com/google/snappy/archive/1.2.0.tar.gz"
sha256: "9b8f10fbb5e3bc112f2e5e64f813cb73faea42ec9c533a5023b5ae08aedef42e"
Expand All @@ -15,6 +18,19 @@ sources:
url: "https://github.com/google/snappy/archive/1.1.7.tar.gz"
sha256: "3dfa02e873ff51a11ee02b9ca391807f0c8ea0529a4924afa645fbf97163f9d4"
patches:
"1.2.1":
- patch_file: "patches/1.1.10-0001-fix-inlining-failure.patch"
patch_description: "disable inlining for compilation error"
patch_type: "portability"
- patch_file: "patches/1.1.9-0002-no-Werror.patch"
patch_description: "disable 'warning as error' options"
patch_type: "portability"
- patch_file: "patches/1.2.0-0003-fix-clobber-list-older-llvm.patch"
patch_description: "disable inline asm on apple-clang"
patch_type: "portability"
- patch_file: "patches/1.2.0-0004-rtti-by-default.patch"
patch_description: "remove 'disable rtti'"
patch_type: "conan"
"1.2.0":
- patch_file: "patches/1.1.10-0001-fix-inlining-failure.patch"
patch_description: "disable inlining for compilation error"
Expand Down
2 changes: 2 additions & 0 deletions recipes/snappy/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"1.2.1":
folder: all
"1.2.0":
folder: all
"1.1.10":
Expand Down

0 comments on commit 653cc79

Please sign in to comment.