diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-07-28 13:47:26 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-07-28 13:47:26 +0200 | 
| commit | 2229b1302f819499d342f7d649fc9585feaf04ad (patch) | |
| tree | 870123dd68c6ddf64eab3a4842fc969cc2bfc517 | |
| parent | 0ff09605b17fbdf4c12067e0f97bf48dbd164880 (diff) | |
libcouchbase: 2.6.2
| -rw-r--r-- | libcouchbase.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/libcouchbase.spec b/libcouchbase.spec index b220f9d..25467bf 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -8,7 +8,7 @@  #  %global gh_owner    couchbase  # see https://github.com/couchbase/libcouchbase/tags -%global gh_commit   eb09707433013b742c0aa221e564ad73ba8a3708 +%global gh_commit   788e1eeda075eddd8204ecc3fc5028add74e8074  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  # Tests require some need which are downloaded during make @@ -21,7 +21,7 @@  %endif  Name:          libcouchbase -Version:       2.6.1 +Version:       2.6.2  Release:       1%{?dist}  Summary:       Couchbase client library  Group:         System Environment/Libraries @@ -128,6 +128,9 @@ make check  %changelog +* Thu Jul 28 2016 Remi Collet <remi@feoraproject.org> - 2.6.2-1 +- update to 2.6.2 +  * Fri Jun 24 2016 Remi Collet <remi@feoraproject.org> - 2.6.1-1  - update to 2.6.1  | 
