[libmemcached] - update to 1.0.18 - disable test suite (too much broken tests)

Remi Collet remi at fedoraproject.org
Wed Feb 19 15:16:21 UTC 2014


commit 9bb1dca4723e68051a7c83a07475ab36eaf12f78
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Feb 19 16:17:03 2014 +0100

    - update to 1.0.18
    - disable test suite (too much broken tests)

 .gitignore        |   17 ++---------------
 libmemcached.spec |   12 ++++++++----
 sources           |    2 +-
 3 files changed, 11 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0d8d5a..c8992d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,4 @@
 clog
-*spec~
-/libmemcached-0.49-exhsieh.tar.gz
-/libmemcached-0.51-exhsieh.tar.gz
-/libmemcached-0.52-exhsieh.tar.gz
-/libmemcached-0.53-exhsieh.tar.gz
-/libmemcached-1.0.2-exhsieh.tar.gz
-/libmemcached-1.0.4-exhsieh.tar.gz
-/libmemcached-1.0.6-exhsieh.tar.gz
-/libmemcached-1.0.7-exhsieh.tar.gz
-/libmemcached-1.0.8-exhsieh.tar.gz
-/libmemcached-1.0.11-exhsieh.tar.gz
-/libmemcached-1.0.12-exhsieh.tar.gz
-/libmemcached-1.0.13-exhsieh.tar.gz
-/libmemcached-1.0.14-exhsieh.tar.gz
-/libmemcached-1.0.15-exhsieh.tar.gz
+/libmemcached-1.0.[0-9]*.tar.gz
 /libmemcached-1.0.16-exhsieh.tar.gz
+/libmemcached-1.0.18-exhsieh.tar.gz
diff --git a/libmemcached.spec b/libmemcached.spec
index 2f41798..27183ef 100644
--- a/libmemcached.spec
+++ b/libmemcached.spec
@@ -1,11 +1,11 @@
-# Regression tests take a long time, you can skip 'em using --without tests
-%global with_tests       %{?_without_tests:0}%{!?_without_tests:1}
+# Lot of tests are broken making test suite unusable
+%global with_tests       %{?_witht_tests:1}%{!?_with_tests:0}
 %global with_sasl        1
 
 Name:      libmemcached
 Summary:   Client library and command line tools for memcached server
-Version:   1.0.16
-Release:   2%{?dist}
+Version:   1.0.18
+Release:   1%{?dist}
 License:   BSD
 Group:     Applications/System
 URL:       http://libmemcached.org/
@@ -180,6 +180,10 @@ fi
 
 
 %changelog
+* Wed Feb 19 2014 Remi Collet <remi at fedoraproject.org> - 1.0.18-1
+- update to 1.0.18
+- disable test suite (too much broken tests)
+
 * Sat Dec 14 2013 Remi Collet <remi at fedoraproject.org> - 1.0.16-2
 - move libraries in new libs sub packages
 - add provides for bundled(bobjenkins-hash) #1041351
diff --git a/sources b/sources
index 203f265..c39668b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3cc0390d7e73386f24fae23046cad3fc  libmemcached-1.0.16-exhsieh.tar.gz
+b4cd7ccfa1bca8b2563300342b9fd01f  libmemcached-1.0.18-exhsieh.tar.gz


More information about the scm-commits mailing list