Hello community,

here is the log from the commit of package memcached for openSUSE:Factory 
checked in at 2015-12-09 19:49:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/memcached (Old)
 and      /work/SRC/openSUSE:Factory/.memcached.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "memcached"

Changes:
--------
--- /work/SRC/openSUSE:Factory/memcached/memcached.changes      2015-06-16 
14:05:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.memcached.new/memcached.changes 2015-12-09 
22:24:49.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Dec  1 16:52:51 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.4.25:
+  * Please read the news at 
+    https://github.com/memcached/memcached/wiki/ReleaseNotes1425
+- Update memcached-autofoo.patch
+
+-------------------------------------------------------------------

Old:
----
  memcached-1.4.22.tar.gz

New:
----
  memcached-1.4.25.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ memcached.spec ++++++
--- /var/tmp/diff_new_pack.cWpUoy/_old  2015-12-09 22:24:50.000000000 +0100
+++ /var/tmp/diff_new_pack.cWpUoy/_new  2015-12-09 22:24:50.000000000 +0100
@@ -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:  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 @@
 %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

++++++ memcached-1.4.22.tar.gz -> memcached-1.4.25.tar.gz ++++++
++++ 4629 lines of diff (skipped)

++++++ memcached-autofoo.patch ++++++
--- /var/tmp/diff_new_pack.cWpUoy/_old  2015-12-09 22:24:51.000000000 +0100
+++ /var/tmp/diff_new_pack.cWpUoy/_new  2015-12-09 22:24:51.000000000 +0100
@@ -2,21 +2,14 @@
 ===================================================================
 --- 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, memcac...@googlegroups.com)
--AC_CANONICAL_SYSTEM
-+AC_INIT([memcached], [VERSION_NUMBER], memcac...@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], [memcac...@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


Reply via email to