Branch 'pykolab-0.4' - 2 commits - bin/rebuild.sh.in configure.ac

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Wed Jun 6 12:15:57 CEST 2012


 bin/rebuild.sh.in |    8 ++++----
 configure.ac      |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit bea20f84bd84ff4ee3f295261230cddaf084810d
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Jun 6 10:33:21 2012 +0200

    Remove the dists and kolab product series 0.4 is not going to be released for

diff --git a/bin/rebuild.sh.in b/bin/rebuild.sh.in
index 1e35ce0..22bbcb2 100644
--- a/bin/rebuild.sh.in
+++ b/bin/rebuild.sh.in
@@ -13,11 +13,11 @@ declare -a product_series
 declare -a answers
 declare -a tasks
 
-dists[${#dists[@]}]='f16';  dist_tags[${#dist_tags[@]}]='fc16'; product_series[${#product_series[@]}]="3.0"
-dists[${#dists[@]}]='f17';  dist_tags[${#dist_tags[@]}]='fc17'; product_series[${#product_series[@]}]="3.0"
-dists[${#dists[@]}]='el5';  dist_tags[${#dist_tags[@]}]='el5';  product_series[${#product_series[@]}]="2.4"
+#dists[${#dists[@]}]='f16';  dist_tags[${#dist_tags[@]}]='fc16'; product_series[${#product_series[@]}]="3.0"
+#dists[${#dists[@]}]='f17';  dist_tags[${#dist_tags[@]}]='fc17'; product_series[${#product_series[@]}]="3.0"
+#dists[${#dists[@]}]='el5';  dist_tags[${#dist_tags[@]}]='el5';  product_series[${#product_series[@]}]="2.4"
 dists[${#dists[@]}]='el6';  dist_tags[${#dist_tags[@]}]='el6';  product_series[${#product_series[@]}]="2.4"
-dists[${#dists[@]}]='el6';  dist_tags[${#dist_tags[@]}]='el6';  product_series[${#product_series[@]}]="3.0"
+#dists[${#dists[@]}]='el6';  dist_tags[${#dist_tags[@]}]='el6';  product_series[${#product_series[@]}]="3.0"
 
 autoreconf -v && ./configure && make dist || exit 1
 


commit b22708eb2cc9c5acbddaa78cfae79e8882dd6d93
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Jun 6 10:32:47 2012 +0200

    Release 0.4.12 (#827)

diff --git a/configure.ac b/configure.ac
index 5fa3fa8..ab2a25e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pykolab], 0.4.11)
+AC_INIT([pykolab], 0.4.12)
 AC_SUBST([RELEASE], 1)
 
 AC_CONFIG_SRCDIR(pykolab/constants.py.in)





More information about the commits mailing list