[libmemcached] update to 1.0.7, fix licensing issue (#816766)

Remi Collet remi at fedoraproject.org
Sun Apr 29 13:17:24 UTC 2012


commit 7d2fe714a0e582e592e084b75bd581d51cd07e07
Author: remi <fedora at famillecollet.com>
Date:   Sun Apr 29 15:15:57 2012 +0200

    update to 1.0.7, fix licensing issue (#816766)

 .gitignore        |    1 +
 libmemcached.spec |   12 ++++++++++--
 sources           |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2700065..e53dbb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /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
diff --git a/libmemcached.spec b/libmemcached.spec
index becdc8e..37d032a 100644
--- a/libmemcached.spec
+++ b/libmemcached.spec
@@ -2,8 +2,8 @@
 
 Name:      libmemcached
 Summary:   Client library and command line tools for memcached server
-Version:   1.0.6
-Release:   2%{?dist}
+Version:   1.0.7
+Release:   1%{?dist}
 License:   BSD
 Group:     System Environment/Libraries
 URL:       http://libmemcached.org/
@@ -17,6 +17,7 @@ Source0:   libmemcached-%{version}-exhsieh.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: cyrus-sasl-devel
+BuildRequires: flex bison
 %if %{with_tests}
 BuildRequires: memcached
 %endif
@@ -69,6 +70,9 @@ you will need to install %{name}-devel.
 mkdir examples
 cp -p tests/*.{cc,h} examples/
 
+# Will be regenerated during build
+rm -f libmemcached/csl/{parser,scanner}.cc
+
 # Temporary fix for SASL detection
 sed -i -e s/ax_cv_sasl/ac_enable_sasl/ configure
 
@@ -142,6 +146,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Apr 22 2012 Remi Collet <remi at fedoraproject.org> - 1.0.7-1
+- update to 1.0.7
+- regenerate parser using flex/bison (#816766)
+
 * Sun Apr 22 2012 Remi Collet <remi at fedoraproject.org> - 1.0.6-2
 - workaround for SASL detection
 
diff --git a/sources b/sources
index 8f02c38..459c2b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b1d34c623813553e6a4b46129d706ab  libmemcached-1.0.6-exhsieh.tar.gz
+d803b3acc643c44333c10d65bd150325  libmemcached-1.0.7-exhsieh.tar.gz


More information about the scm-commits mailing list