[dpm-dsi] update for 1.8.3 upstream release.

Ricardo Rocha rocha at fedoraproject.org
Fri Dec 14 15:52:20 UTC 2012


commit 793f9d07c8d66729d558be4aa71536cf1eb78fa6
Author: rocha <rocha at rocha-el6.cern.ch>
Date:   Fri Dec 14 16:52:00 2012 +0100

    update for 1.8.3 upstream release.

 .gitignore               |    1 +
 dpm-dsi-ldpathinit.patch |   19 -------------------
 dpm-dsi-lib64ppc.patch   |   20 --------------------
 dpm-dsi.spec             |   21 ++++++++-------------
 sources                  |    2 +-
 5 files changed, 10 insertions(+), 53 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fbf5da5..b00103e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /dpm-dsi-1.8.2.tar.gz
+/dpm-dsi-1.8.3.tar.gz
diff --git a/dpm-dsi.spec b/dpm-dsi.spec
index 37dd826..b99b33b 100644
--- a/dpm-dsi.spec
+++ b/dpm-dsi.spec
@@ -1,21 +1,15 @@
 Name:		dpm-dsi
 Summary:	Disk Pool Manager (DPM) plugin for the Globus GridFTP server
-Version:	1.8.2
-Release:	8%{?dist}
+Version:	1.8.3
+Release:	1%{?dist}
 License:	ASL 2.0
 Group:		Applications/Internet
 URL:		https://svnweb.cern.ch/trac/lcgdm/wiki/Dpm
 # The source of this package was pulled from upstream's vcs. Use the
 # following commands to generate the tarball:
-# svn export http://svn.cern.ch/guest/lcgdm/dpm-dsi/tags/DPM-DSI_R_1_8_2_0 dpm-dsi-1.8.2
-# tar -czvf dpm-dsi-1.8.2.tar.gz dpm-dsi-1.8.2 
+# svn export http://svn.cern.ch/guest/lcgdm/dpm-dsi/tags/DPM-DSI_R_1_8_3 dpm-dsi-1.8.3
+# tar -czvf dpm-dsi-1.8.3.tar.gz dpm-dsi-1.8.3 
 Source0:	%{name}-%{version}.tar.gz
-#		Only export LD_LIBRARY_PATH if /opt/lcg exists
-#		https://svnweb.cern.ch/trac/lcgdm/ticket/340
-Patch0:		%{name}-ldpathinit.patch
-#		ppc64 expects lib64 as libdir
-#		https://svnweb.cern.ch/trac/lcgdm/ticket/341
-Patch1:		%{name}-lib64ppc.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:		dpm-devel%{?_isa}
@@ -55,9 +49,6 @@ DPM GridFTP plugin.
 %prep
 %setup -q -n %{name}-%{version}
 
-%patch0 -p0
-%patch1 -p0
-
 %build
 CFLAGS='%{optflags}' \
 	./configure \
@@ -116,6 +107,10 @@ if [ $1 -ge 1 ]; then
 fi
 
 %changelog
+* Fri Dec 14 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 1.8.3-1
+- Update to new upstream release
+- Removed previously required patches (integrated upstream)
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 836b941..03a395e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32347d2abe0e10e782dc9fa15f454ce9  dpm-dsi-1.8.2.tar.gz
+57a1c2bf2bdf9746e4919cb1cf727387  dpm-dsi-1.8.3.tar.gz


More information about the scm-commits mailing list