[gfal2-python] Update for release 1.5.0

Alejandro Alvarez aalvarez at fedoraproject.org
Tue Jul 1 12:02:28 UTC 2014


commit 8d6d71b0fc461d9388a5387f973657c289b0c801
Author: Alejandro Alvarez Ayllon <aalvarez at cern.ch>
Date:   Tue Jul 1 12:43:23 2014 +0200

    Update for release 1.5.0

 .gitignore        |    6 ++----
 gfal2-python.spec |   26 +++++++++++++++-----------
 sources           |    2 +-
 3 files changed, 18 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d3160b6..3d10c82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,2 @@
-/gfal2-python-1.2.1.tar.gz
-/gfal2-python-1.3.0.tar.gz
-/gfal2-python-1.4.0.tar.gz
-/gfal2-python-1.4.1.tar.gz
+*.tar.gz
+
diff --git a/gfal2-python.spec b/gfal2-python.spec
index d755042..6b62fd9 100644
--- a/gfal2-python.spec
+++ b/gfal2-python.spec
@@ -21,16 +21,17 @@
 %global __provides_exclude_from ^(%{python_sitearch}/.*\\.so)$
 %endif
 
-Name:				gfal2-python
-Version:			1.4.1
-Release:			3%{?dist}
-Summary:			Python bindings for gfal 2.0
-Group:				Applications/Internet
-License:			ASL 2.0
-URL:				https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2-python
-# svn export http://svn.cern.ch/guest/lcgutil/gfal2-bindings/trunk gfal2-bindings
-Source0:			http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:			%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+Name:			gfal2-python
+Version:		1.5.0
+Release:		0%{?dist}
+Summary:		Python bindings for gfal 2
+Group:			Applications/Internet
+License:		ASL 2.0
+URL:			https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2-python
+# svn export http://svn.cern.ch/guest/lcgutil/gfal2-bindings/tags/gfal2-bindings_R_1_5_0 gfal2-python-1.5.0
+# tar czf gfal2-python-1.5.0.tar.gz gfal2-python-1.5.0
+Source0:		%{name}-%{version}.tar.gz
+BuildRoot:		%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:		cmake
 BuildRequires:		gfal2-devel >= 2.4.8
@@ -55,7 +56,7 @@ BuildArch:			noarch
 %endif
 
 %description doc
-documentation files  of %{name} .
+Documentation files for %{name} .
 
 %clean
 rm -rf %{buildroot};
@@ -94,6 +95,9 @@ make DESTDIR=%{buildroot} install
 %{_pkgdocdir}/html/*
 
 %changelog
+* Tue Jul 01 2014 Alejandro Alvarez <aalvarez at cern.ch> - 1.5.0-1
+- Update for release 1.5.0
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index ebffb9e..b4c6d05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d83f02d1adbb000fcdc3dea35ce63d5  gfal2-python-1.4.1.tar.gz
+b9a7219a19f38a2d5dd032f23352c80f  gfal2-python-1.5.0.tar.gz


More information about the scm-commits mailing list