7
0

11 Commits

Author SHA256 Message Date
667ceff5a4 Accepting request 1243451 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1243451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-compression?expand=0&rev=4
2025-02-06 21:05:23 +00:00
517108e3a4 Accepting request 1218378 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1218378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-compression?expand=0&rev=3
2024-10-27 10:25:07 +00:00
6d4e21ccdf - Update to version 0.3.0
* Update CMake to 3.9 by @waahm7 in (#70)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-compression?expand=0&rev=9
2024-10-25 15:08:37 +00:00
5b84f6329c Accepting request 1148504 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1148504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-compression?expand=0&rev=2
2024-02-21 16:59:05 +00:00
c167c73c89 Accepting request 1147627 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.2.18
  * Add github templates and bots by @jmklix in (#61)
  * Fix compiler warning by @graebm in (#62)
  * Added workflow for handling answerable discussions
    by @yasminetalby in (#65)
  * BUILDER_VERSION: v0.9.55 by @graebm in (#66)

OBS-URL: https://build.opensuse.org/request/show/1147627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-compression?expand=0&rev=7
2024-02-21 10:11:45 +00:00
9ae46bba9d Accepting request 1141988 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1141988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-compression?expand=0&rev=1
2024-01-29 21:27:32 +00:00
80c3055e14 Accepting request 1093118 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.2.17
  * Update CI to fix downstream build by @waahm7 in (#57)
  * Update builder version to fix aws-lc build on manylinux1 by @TingDaoK in (#59)
  * Fix warnings in public headers by @waahm7 in (#60)

OBS-URL: https://build.opensuse.org/request/show/1093118
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-compression?expand=0&rev=5
2023-06-15 20:32:28 +00:00
186ab276b9 Accepting request 1035249 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.2.16
  * Add AppVerifier to CI by @TwistedTwigleg in (#56)
  * Fix C++ One Definition Rules (ODR) Violations by @graebm in (#58)

OBS-URL: https://build.opensuse.org/request/show/1035249
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-compression?expand=0&rev=4
2022-11-11 19:23:17 +00:00
428adb3802 Accepting request 1000860 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.2.15
  * Fallback for target load by @TingDaoK in (#55)

OBS-URL: https://build.opensuse.org/request/show/1000860
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-compression?expand=0&rev=3
2022-09-06 06:06:38 +00:00
df3787b3f6 Accepting request 924985 from home:jengelh:branches:devel:libraries:c_c++
- Simplify package naming. Replace bogus shlib package name.

OBS-URL: https://build.opensuse.org/request/show/924985
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-compression?expand=0&rev=2
2021-10-16 09:23:41 +00:00
3e2cb55582 Accepting request 924822 from home:glaubitz:branches:devel:libraries:c_c++
- Initial build
  + Version 0.2.14

OBS-URL: https://build.opensuse.org/request/show/924822
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-compression?expand=0&rev=1
2021-10-12 11:16:31 +00:00
3 changed files with 0 additions and 50 deletions

View File

@@ -1,44 +0,0 @@
diff -Nru aws-c-compression-0.2.14.orig/CMakeLists.txt aws-c-compression-0.2.14/CMakeLists.txt
--- aws-c-compression-0.2.14.orig/CMakeLists.txt 2021-07-19 16:32:41.000000000 +0000
+++ aws-c-compression-0.2.14/CMakeLists.txt 2021-10-11 10:20:05.895902762 +0000
@@ -13,17 +13,12 @@
file(TO_CMAKE_PATH "${CMAKE_INSTALL_PREFIX}" CMAKE_INSTALL_PREFIX)
endif()
-if (UNIX AND NOT APPLE)
- include(GNUInstallDirs)
-elseif(NOT DEFINED CMAKE_INSTALL_LIBDIR)
- set(CMAKE_INSTALL_LIBDIR "lib")
-endif()
+find_package(aws-c-common REQUIRED)
+find_package(aws-checksums REQUIRED)
+set(CMAKE_MODULE_PATH ${aws-c-common_DIR})
-# This is required in order to append /lib/cmake to each element in CMAKE_PREFIX_PATH
-set(AWS_MODULE_DIR "/${CMAKE_INSTALL_LIBDIR}/cmake")
-string(REPLACE ";" "${AWS_MODULE_DIR};" AWS_MODULE_PATH "${CMAKE_PREFIX_PATH}${AWS_MODULE_DIR}")
-# Append that generated list to the module search path
-list(APPEND CMAKE_MODULE_PATH ${AWS_MODULE_PATH})
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/modules")
+include(GNUInstallDirs)
include(AwsCFlags)
include(AwsCheckHeaders)
@@ -88,7 +83,7 @@
endif()
install(EXPORT "${PROJECT_NAME}-targets"
- DESTINATION "${LIBRARY_DIRECTORY}/${PROJECT_NAME}/cmake/${TARGET_DIR}"
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}/${TARGET_DIR}/"
NAMESPACE AWS::
COMPONENT Development)
@@ -97,7 +92,7 @@
@ONLY)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake"
- DESTINATION "${LIBRARY_DIRECTORY}/${PROJECT_NAME}/cmake/"
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}"
COMPONENT Development)
option(BUILD_HUFFMAN_GENERATOR "Whether or not to build the aws-c-common-huffman-generator tool" OFF)

View File

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

View File

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