forked from pool/libmemcached
- Update to 1.0.7
* Add API call for exist calls. * Update all license files to be BSD bnc#757326 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmemcached?expand=0&rev=24
This commit is contained in:
parent
2b4385cdad
commit
d8250878a7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4862f0503796d96c7e96bc5b902c9900bdb8aece78759d09d58e4711016a95d
|
||||
size 810598
|
3
libmemcached-1.0.7.tar.gz
Normal file
3
libmemcached-1.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3efa86c9733eaad55d7119cb16769424e2aa6c22b3392e8f973946fce6678d81
|
||||
size 1077060
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 30 07:43:54 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Update to 1.0.7
|
||||
* Add API call for exist calls.
|
||||
* Update all license files to be BSD bnc#757326
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 20:54:30 UTC 2012 - tabraham@novell.com
|
||||
|
||||
|
@ -20,10 +20,10 @@ Name: libmemcached
|
||||
Summary: Libmemcached is a C and C++ client library to the memcached server
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 1.0.6
|
||||
Version: 1.0.7
|
||||
Release: 0
|
||||
Url: https://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Url: http://libmemcached.org
|
||||
Source: https://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# List of additional build dependencies
|
||||
BuildRequires: gcc-c++
|
||||
@ -92,8 +92,8 @@ make %{?_smp_mflags}
|
||||
%fdupes -s %{buildroot}%{_mandir}
|
||||
%endif
|
||||
|
||||
#%%check
|
||||
#%%__make check
|
||||
#%check
|
||||
#make check
|
||||
|
||||
%post -n libmemcached10 -p /sbin/ldconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user