[zorba] update to release 2.0.3

Martin Gieseking mgieseki at fedoraproject.org
Sun Nov 13 20:33:09 UTC 2011


commit dc608d4070a6ab707ceb26e6f5e984a8c0b995c3
Author: Martin Gieseking <martin.gieseking at uos.de>
Date:   Sun Nov 13 21:32:37 2011 +0100

    update to release 2.0.3

 .gitignore              |    1 +
 sources                 |    2 +-
 zorba-module-path.patch |    2 +-
 zorba.spec              |   10 +++++++---
 4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f9a04d..2a9fff8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /zorba-2.0.2.tar.gz
+/zorba-2.0.3.tar.gz
diff --git a/sources b/sources
index 3f2db9f..2d2b4a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a23bfb1c167b238456c05d88ca895404  zorba-2.0.2.tar.gz
+44cce115c672d36ab22c2f3ca9ecc48c  zorba-2.0.3.tar.gz
diff --git a/zorba-module-path.patch b/zorba-module-path.patch
index 0ee1563..13e2342 100644
--- a/zorba-module-path.patch
+++ b/zorba-module-path.patch
@@ -2,7 +2,7 @@ diff -r 4d58149a8819 CMakeLists.txt
 --- a/CMakeLists.txt	Sat Sep 10 19:23:38 2011 +0200
 +++ b/CMakeLists.txt	Sat Sep 10 19:27:31 2011 +0200
 @@ -414,7 +414,7 @@
- SET(ZORBA_PATCH_NUMBER "2")
+ SET(ZORBA_PATCH_NUMBER "3")
  SET(ZORBA_VERSION ${ZORBA_MAJOR_NUMBER}.${ZORBA_MINOR_NUMBER}.${ZORBA_PATCH_NUMBER})
  MESSAGE(STATUS "Zorba version number: ${ZORBA_VERSION}")
 -SET(ZORBA_MODULES_INSTALL_DIR "share/zorba-${ZORBA_VERSION}/modules"
diff --git a/zorba.spec b/zorba.spec
index 7e1f9c7..dca364b 100644
--- a/zorba.spec
+++ b/zorba.spec
@@ -12,8 +12,8 @@
 }
 
 Name:    zorba
-Version: 2.0.2
-Release: 2%{?dist}
+Version: 2.0.3
+Release: 1%{?dist}
 Summary: General purpose XQuery processor implemented in C++
 Group:   System Environment/Libraries
 
@@ -23,7 +23,7 @@ Group:   System Environment/Libraries
 License: ASL 2.0 and BSD and W3C and LGPLv2
 
 URL:     http://www.zorba-xquery.com
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0: http://launchpad.net/zorba/trunk/2.0/+download/%{name}-%{version}.tar.gz
 
 # move extension modules to %%{_libdir}/zorba-%{version}
 Patch0:  zorba-module-path.patch
@@ -227,6 +227,10 @@ rm -f doc.tmp/*.txt
 
 
 %changelog
+* Sun Nov 13 2011 Martin Gieseking <martin.gieseking at uos.de> 2.0.3-1
+- updated to new upstream release
+- updated Source0 as the upstream repository moved to launchpad
+
 * Mon Sep 19 2011 Martin Gieseking <martin.gieseking at uos.de> 2.0.2-2
 - rebuilt for broken dependencies
 


More information about the scm-commits mailing list