[xmlsec] update version
- From: Aleksey Sanin <aleksey src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [xmlsec] update version
- Date: Sat, 12 Sep 2009 20:06:42 +0000 (UTC)
commit c79258037e77937219ee253af320ece96bd8ad57
Author: Aleksey Sanin <aleksey aleksey com>
Date: Sat Sep 12 13:04:38 2009 -0700
update version
configure.in | 2 +-
scripts/build_release.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index fe68981..34eb0c3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([xmlsec1], 1.2.12, [http://www.aleksey.com/xmlsec])
+AC_INIT([xmlsec1], 1.2.13, [http://www.aleksey.com/xmlsec])
XMLSEC_PACKAGE=xmlsec1
XMLSEC_VERSION_MAJOR=1
diff --git a/scripts/build_release.sh b/scripts/build_release.sh
index 8c2a76c..dc4cdbf 100755
--- a/scripts/build_release.sh
+++ b/scripts/build_release.sh
@@ -13,7 +13,7 @@ rm -rf "$build_root"
mkdir -p "$build_root"
cd "$build_root"
-echo "Checking out the module $svn_module"
+echo "Checking out the module '$git_url'"
git clone $git_uri
cd xmlsec
find . -name ".git" | xargs rm -r
@@ -27,5 +27,5 @@ mv $tar_file $rpm_root/SOURCES
echo "Cleanup"
cd "$cur_pwd"
-rm -rf "$build_root"
+#rm -rf "$build_root"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]