Accepting request 347035 from home:posophe:branches:network:utilities

Sorry I thought that the sysconfig file was not filled intentionally

OBS-URL: https://build.opensuse.org/request/show/347035
OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=32
This commit is contained in:
Marcus Rückert 2015-12-02 15:31:30 +00:00 committed by Git OBS Bridge
parent 0ec0f9151d
commit 24f243d078
5 changed files with 22 additions and 20 deletions

View File

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

3
memcached-1.4.25.tar.gz Normal file
View File

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

View File

@ -2,21 +2,14 @@ Index: configure.ac
===================================================================
--- configure.ac.orig 2014-06-16 18:19:32.036988018 +0200
+++ configure.ac 2014-06-16 18:20:40.767987896 +0200
@@ -1,13 +1,16 @@
AC_PREREQ(2.52)
m4_include([version.m4])
m4_include([m4/c99-backport.m4])
-AC_INIT(memcached, VERSION_NUMBER, memcached@googlegroups.com)
-AC_CANONICAL_SYSTEM
+AC_INIT([memcached], [VERSION_NUMBER], memcached@googlegroups.com)
+AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR(memcached.c)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-AM_CONFIG_HEADER(config.h)
-
@@ -4,10 +4,13 @@
AC_INIT([memcached], [VERSION_NUMBER], [memcached@googlegroups.com])
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR([memcached.c])
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign -Wall -Wno-portability tar-pax subdir-objects])
+AC_CONFIG_HEADERS([config.h])
+
AM_CONFIG_HEADER([config.h])
AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 1 16:52:51 UTC 2015 - p.drouand@gmail.com
- Update to version 1.4.25:
* Please read the news at
https://github.com/memcached/memcached/wiki/ReleaseNotes1425
- Update memcached-autofoo.patch
-------------------------------------------------------------------
Mon Jun 15 16:24:31 UTC 2015 - mrueckert@suse.de

View File

@ -17,7 +17,7 @@
Name: memcached
Version: 1.4.22
Version: 1.4.25
Release: 0
Summary: A high-performance, distributed memory object caching system
License: BSD-3-Clause
@ -37,8 +37,6 @@ BuildRequires: cyrus-sasl-devel
BuildRequires: libevent-devel
BuildRequires: libtool
BuildRequires: pkg-config
Requires(pre): %fillup_prereq
Requires(pre): %insserv_prereq
Requires(pre): %{_sbindir}/groupadd
Requires(pre): %{_sbindir}/useradd
Conflicts: memcached-unstable
@ -46,7 +44,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1210
BuildRequires: systemd-rpm-macros
%{?systemd_requires}
%else
Requires(pre): %insserv_prereq
%endif
Requires(pre): %fillup_prereq
%description
Memcached is a high-performance, distributed memory object caching