Accepting request 1078382 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1078382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmemcached?expand=0&rev=30
This commit is contained in:
commit
ed7f460706
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 18:06:30 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- Re-enable SASL support (boo#1210290)
|
||||
- Add requirement for libmemcachedprotocol0 to devel package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 6 10:04:11 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
|
@ -84,6 +84,7 @@ Requires: %{name} = %{version}
|
||||
# memcached.h includes memcached-1.0/struct/sasl.h, which in turn includes sasl/sasl.h
|
||||
Requires: cyrus-sasl-devel
|
||||
Requires: glibc-devel
|
||||
Requires: libmemcachedprotocol0 = %{version}
|
||||
Requires: libmemcachedutil2 = %{version}
|
||||
|
||||
%description devel
|
||||
@ -98,6 +99,7 @@ usage, thread safe, and provide full access to server side methods.
|
||||
%cmake \
|
||||
-DBUILD_DOCS_HTML=OFF \
|
||||
-DBUILD_DOCS_MANGZ=ON \
|
||||
-DENABLE_SASL=ON \
|
||||
-DBUILD_TESTING=ON
|
||||
%cmake_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user