[perl-Elasticsearch] Update to 1.00

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 9 09:58:35 UTC 2014


commit 7c0a2c43d324cf9cbb7d24cb107bfc0f78035beb
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Feb 9 10:59:07 2014 +0100

    Update to 1.00

 .gitignore              |    1 +
 perl-Elasticsearch.spec |    7 +++++--
 sources                 |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b9b5ad3..ccd3213 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Elasticsearch-0.75.tar.gz
 /Elasticsearch-0.76.tar.gz
+/Elasticsearch-1.00.tar.gz
diff --git a/perl-Elasticsearch.spec b/perl-Elasticsearch.spec
index 04e57e3..6b9135f 100644
--- a/perl-Elasticsearch.spec
+++ b/perl-Elasticsearch.spec
@@ -1,5 +1,5 @@
 Name:           perl-Elasticsearch
-Version:        0.76
+Version:        1.00
 Release:        1%{?dist}
 Summary:        Official client for Elasticsearch
 License:        ASL 2.0
@@ -75,11 +75,14 @@ find $RPM_BUILD_ROOT -type f -name bench_cxn.pl -exec rm -f {} \;
 make test
 
 %files
-%doc Changes CONTRIBUTING.asciidoc LICENSE README
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 09 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 1.00-1
+- Update to 1.00
+
 * Sun Dec 08 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.76-1
 - Update to 0.76
 
diff --git a/sources b/sources
index fa98b62..07b7e92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71ccaa9e9103ccee81a1e704156028fb  Elasticsearch-0.76.tar.gz
+32a9307869269c79b6846b0679523d9e  Elasticsearch-1.00.tar.gz



More information about the perl-devel mailing list