Hello community,

here is the log from the commit of package memcached for openSUSE:Factory 
checked in at 2020-12-08 13:23:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/memcached (Old)
 and      /work/SRC/openSUSE:Factory/.memcached.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "memcached"

Tue Dec  8 13:23:49 2020 rev:50 rq:853293 version:1.6.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/memcached/memcached.changes      2020-10-08 
13:11:48.119151671 +0200
+++ /work/SRC/openSUSE:Factory/.memcached.new.5913/memcached.changes    
2020-12-08 13:25:24.770677205 +0100
@@ -1,0 +2,18 @@
+Thu Nov 26 18:44:34 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 1.6.9:
+  * arm64: Re-add arm crc32c hw acceleration for extstore
+  * restart mode: expose memory_file path in stats settings
+  * 'shutdown graceful' command for raising SIGUSR1
+  * Introduce NAPI ID based worker thread selection (see doc/napi_ids.txt)
+  * item crawler hash table walk mode
+  * bugfixes
+
+-------------------------------------------------------------------
+Tue Oct 13 10:08:57 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Trim history lesson from description.
+- Do not suppress errors from useradd.
+- Reduce hard dependency on systemd.
+
+-------------------------------------------------------------------

Old:
----
  memcached-1.6.7.tar.gz

New:
----
  memcached-1.6.9.tar.gz

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

Other differences:
------------------
++++++ memcached.spec ++++++
--- /var/tmp/diff_new_pack.s6p5n2/_old  2020-12-08 13:25:25.402679008 +0100
+++ /var/tmp/diff_new_pack.s6p5n2/_new  2020-12-08 13:25:25.402679008 +0100
@@ -28,7 +28,7 @@
 %endif
 
 Name:           memcached
-Version:        1.6.7
+Version:        1.6.9
 Release:        0
 Summary:        A high-performance, distributed memory object caching system
 License:        BSD-3-Clause
@@ -46,6 +46,7 @@
 BuildRequires:  libtool
 %if %{with tls}
 BuildRequires:  openssl-devel >= 1.1.0
+BuildRequires:  perl
 BuildRequires:  perl-IO-Socket-SSL
 BuildRequires:  perl-Net-SSLeay
 %endif
@@ -56,7 +57,7 @@
 Conflicts:      memcached-unstable
 %if 0%{?suse_version} > 1210
 BuildRequires:  systemd-rpm-macros
-%{?systemd_requires}
+%{?systemd_ordering}
 %else
 Requires(pre):  %insserv_prereq
 %endif
@@ -66,14 +67,6 @@
 system, generic in nature, but intended for use in speeding up dynamic
 web applications by alleviating database load.
 
-Danga Interactive developed memcached to enhance the speed of
-LiveJournal.com, a site which was already doing 20 million+ dynamic
-page views per day for 1 million users with a bunch of webservers and a
-bunch of database servers. memcached dropped the database load to
-almost nothing, yielding faster page load times for users, better
-resource utilization, and faster access to the databases on a memcache
-miss.
-
 %package devel
 Summary:        Files needed for development using memcached protocol
 Group:          Development/Libraries/C and C++
@@ -123,8 +116,11 @@
 make %{?_smp_mflags} test
 
 %pre
-%{_sbindir}/groupadd -r %{name} >/dev/null 2>&1 || :
-%{_sbindir}/useradd -g %{name} -s /bin/false -r -c "user for %{name}" -d 
%{_localstatedir}/lib/%{name} %{name} >/dev/null 2>&1 || :
+getent group %{name} >/dev/null || \
+       %{_sbindir}/groupadd -r %{name}
+getent passwd %{name} >/dev/null || \
+       %{_sbindir}/useradd -g %{name} -s /bin/false -r \
+       -c "user for %{name}" -d %{_localstatedir}/lib/%{name} %{name}
 %if 0%{?suse_version} > 1210
 %service_add_pre %{name}.service
 %endif

++++++ memcached-1.6.7.tar.gz -> memcached-1.6.9.tar.gz ++++++
++++ 4164 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to