[rubygem-xpath/f21] Update to xpath 2.0.0

Josef Stribny jstribny at fedoraproject.org
Thu Jul 24 06:53:35 UTC 2014


commit c57dce1dcc8f0fd79713c8f968db57eb32dfe149
Author: Josef Stribny <jstribny at redhat.com>
Date:   Thu Jul 24 08:10:22 2014 +0200

    Update to xpath 2.0.0

 .gitignore         |    1 +
 rubygem-xpath.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cdf8560..aacac3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /xpath-0.1.4.gem
+/xpath-2.0.0.gem
diff --git a/rubygem-xpath.spec b/rubygem-xpath.spec
index e061c14..f46920d 100644
--- a/rubygem-xpath.spec
+++ b/rubygem-xpath.spec
@@ -3,8 +3,8 @@
 
 Summary: Generate XPath expressions from Ruby
 Name: rubygem-%{gem_name}
-Version: 0.1.4
-Release: 8%{?dist}
+Version: 2.0.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/jnicklas/xpath
@@ -56,7 +56,7 @@ popd
 
 %files
 %dir %{gem_instdir}
-%doc %{gem_instdir}/README.rdoc
+%doc %{gem_instdir}/README.md
 %{gem_libdir}
 %{gem_cache}
 %{gem_spec}
@@ -67,6 +67,9 @@ popd
 
 
 %changelog
+* Tue Jul 22 2014 Josef Stribny <jstribny at redhat.com> - 2.0.0-1
+- Update to xpath 2.0.0
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.4-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 7e185b7..1c7edf4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d92bb15ffb21a6f5975c9cd39fdde651  xpath-0.1.4.gem
+ee492d351f9f2f462bd9921b94bc7435  xpath-2.0.0.gem


More information about the scm-commits mailing list