[dmlite] Updated to new 0.6.1 release

Alejandro Alvarez aalvarez at fedoraproject.org
Wed Jul 10 12:25:43 UTC 2013


commit 5385fee18cd0dd2924bbd13f00e51264e14cd06f
Author: aalvarez <alejandro.alvarez.ayllon at cern.ch>
Date:   Wed Jul 10 14:25:15 2013 +0200

    Updated to new 0.6.1 release

 .gitignore                 |    1 +
 dmlite-disable-tests.patch |   13 +++++++++++++
 dmlite.spec                |   15 +++++++++------
 sources                    |    3 +--
 4 files changed, 24 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 045a90c..4253f28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /dmlite-0.4.2.tar.gz
 /dmlite-0.6.0.tar.gz
 /dmlite-disable-python-tests.patch
+/dmlite-0.6.1.tar.gz
diff --git a/dmlite-disable-tests.patch b/dmlite-disable-tests.patch
new file mode 100644
index 0000000..ec7a43f
--- /dev/null
+++ b/dmlite-disable-tests.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 08c6a98..48ffc1c 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -58,7 +58,6 @@ add_subdirectory (doc)
+ add_subdirectory (etc)
+ add_subdirectory (include)
+ add_subdirectory (src)
+-add_subdirectory (tests)
+ 
+ if (BUILD_PYTHON)
+   add_subdirectory (python)
+
diff --git a/dmlite.spec b/dmlite.spec
index 58cdd6b..8e2f494 100644
--- a/dmlite.spec
+++ b/dmlite.spec
@@ -1,6 +1,6 @@
 Name:		dmlite
-Version:	0.6.0
-Release:	3%{?dist}
+Version:	0.6.1
+Release:	1%{?dist}
 Summary:	Common libraries for grid data management and storage
 Group:		Applications/Internet
 License:	ASL 2.0
@@ -10,8 +10,8 @@ URL:		https://svnweb.cern.ch/trac/lcgdm/wiki/Dpm/Dev/Dmlite
 # svn export http://svn.cern.ch/guest/lcgdm/dmlite/tags/dmlite_0_6_0 dmlite-0.6.0
 # tar -czvf dmlite-0.6.0.tar.gz dmlite-0.6.0
 Source0:	%{name}-%{version}.tar.gz
-# We currently don't package python and tests in fedora
-Patch0:		dmlite-disable-python-tests.patch
+# We currently don't package tests in fedora 
+Patch0:		dmlite-disable-tests.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if %{?fedora}%{!?fedora:0} >= 10 || %{?rhel}%{!?rhel:0} >= 6
@@ -59,10 +59,10 @@ Man pages and HTML documentation for dmlite.
 %prep
 %setup -q -n %{name}-%{version}
 
-%patch0 -p0
+%patch0 -p1
 
 %build
-%cmake . -DCMAKE_INSTALL_PREFIX=/
+%cmake . -DCMAKE_INSTALL_PREFIX=/ -DBUILD_PYTHON=OFF
 
 make %{?_smp_mflags}
 
@@ -100,6 +100,9 @@ rm -rf %{buildroot}
 %{_defaultdocdir}/%{name}-%{version}
 
 %changelog
+* Wed Jul 10 2013 Alejandro Alvarez <aalvarez at cern.ch> - 0.6.1-1
+- Update for new upstream release
+
 * Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 0.6.0-3
 - Rebuild for Boost-1.53.0
 
diff --git a/sources b/sources
index 51f0e0c..109b8d8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-2829e8ce79a969a56f4eb237e96dd148  dmlite-0.6.0.tar.gz
-d1b2548aabf8c79dbba6bc97dcd281b3  dmlite-disable-python-tests.patch
+6c2d1f97b7014e832cfee8defeee74ce  dmlite-0.6.1.tar.gz


More information about the scm-commits mailing list