[ginfo] Update to 1.0.1

lfield lfield at fedoraproject.org
Thu Apr 25 13:54:14 UTC 2013


commit 10836df783168be71a4cde13f145dc1b05339898
Author: lfield <Laurence.Field at cern.ch>
Date:   Thu Apr 25 15:54:09 2013 +0200

    Update to 1.0.1

 .gitignore |    1 +
 ginfo.spec |   15 +++++++--------
 sources    |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2f2f4c..a21eb5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /ginfo-0.2.1.tar.gz
 /ginfo-0.2.3.tar.gz
 /ginfo-0.2.4.tar.gz
+/ginfo-1.0.1.tar.gz
diff --git a/ginfo.spec b/ginfo.spec
index 0596ada..5f414ef 100644
--- a/ginfo.spec
+++ b/ginfo.spec
@@ -1,14 +1,14 @@
 Name:		ginfo
-Version:	0.2.4
-Release:	2%{?dist}
+Version:	1.0.1
+Release:	1%{?dist}
 Summary:	A versatile tool for discovering Grid services
 Group:		Applications/Internet
 License:	ASL 2.0
 URL:		https://svnweb.cern.ch/trac/gridinfo/browser/ginfo
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
-#   svn export http://svnweb.cern.ch/guest/gridinfo/ginfo/tags/R_0_2_4 ginfo-0.2.4
-#  tar --gzip -czvf ginfo-0.2.2.tar.gz ginfo-0.2.4
+#   svn export http://svnweb.cern.ch/guest/gridinfo/ginfo/tags/R_1_0_1 ginfo-1.0.1
+#  tar --gzip -czvf ginfo-1.0.1.tar.gz ginfo-1.0.1
 
 Source:		%{name}-%{version}.tar.gz
 BuildArch:	noarch
@@ -16,7 +16,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-build
 
 Requires:      python-ldap
 %if "%{?dist}" == ".el5"
-Requires:      python-json
+Requires:      python-simplejson
 %endif
 
 %description
@@ -42,9 +42,8 @@ rm -rf %{buildroot}
 %doc LICENSE
 
 %changelog
-* Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
+* Thu Apr 25 2013 Laurence Field <laurence.field at cern.ch> - 1.0.1-1
+- Refactored version enabling general GLUE 2.0 queries
 * Thu Oct 25 2012 Laurence Field <laurence.field at cern.ch> - 0.2.4-1
 - Added -b --bind option.
 * Wed Aug 29 2012 Laurence Field <laurence.field at cern.ch> - 0.2.3-1
diff --git a/sources b/sources
index 97b5a7c..2bba7c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-921f058f091b099686f8b7c4ba84019e  ginfo-0.2.4.tar.gz
+b596d9838ac161e38329c2cfd9372562  ginfo-1.0.1.tar.gz


More information about the scm-commits mailing list