]> git.pld-linux.org Git - packages/memcached.git/commitdiff
up to 1.4.24; build fails on x32
authorElan Ruusamäe <glen@delfi.ee>
Mon, 27 Apr 2015 09:59:07 +0000 (12:59 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 27 Apr 2015 10:00:49 +0000 (13:00 +0300)
memcached.spec

index b138bad52acd62a3179240bc68de6916a9660fa2..d40f56bc8f05bd19b38af5b4dbfab9058dfdf257 100644 (file)
@@ -1,5 +1,12 @@
 # NOTE
 # - release notes: https://code.google.com/p/memcached/wiki/ReleaseNotes
+# TODO
+# - fix x32 build failure:
+#items.c: In function 'item_cachedump':
+#items.c:464:24: error: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'time_t' [-Werror=format=]
+#                        (unsigned long)it->exptime + process_started);
+#                        ^
+#items.c:464:24: error: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'time_t' [-Werror=format=]
 
 # Conditional build:
 %bcond_with            repcached               # repcached support, http://repcached.lab.klab.org/
 Summary:       A high-performance, distributed memory object caching system
 Summary(pl.UTF-8):     Rozproszony, wysokiej wydajności system cache'owania obiektów
 Name:          memcached
-Version:       1.4.23
-Release:       1
+Version:       1.4.24
+Release:       0.1
 License:       BSD
 Group:         Networking/Daemons
 Source0:       http://www.memcached.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: 7a844e4c760914c56fc9211eeb40314e
+# Source0-md5: 4d6e8c90e2068580526c7579dd7f37f6
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.tmpfiles
This page took 3.106402 seconds and 4 git commands to generate.