Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: otopi-1.2.0_rc ......................................................................
packaging: otopi-1.2.0_rc Change-Id: I80426dee2f541d5e19972ed372cae49c5d05cd57 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M configure.ac M otopi.spec.in 3 files changed, 7 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/52/25152/1 diff --git a/ChangeLog b/ChangeLog index ea0a171..f73c977 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,10 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation -????-??-?? - Version 1.2.0_??? +2014-02-27 - Version 1.2.0_rc * yum: fix HTTP range error when yum cache exists. -2014-02-27 - Version 1.2.0_beta2 +2014-02-17 - Version 1.2.0_beta2 * yum: return group id and not name out of query groups. diff --git a/configure.ac b/configure.ac index 367951a..62be209 100644 --- a/configure.ac +++ b/configure.ac @@ -23,11 +23,11 @@ define([VERSION_MINOR], [2]) define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_SUFFIX], [_master]) +define([VERSION_SUFFIX], [_rc]) AC_INIT([otopi], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="0.4.$(echo VERSION_SUFFIX | sed 's/^_//')" +PACKAGE_RPM_RELEASE="0.5.$(echo VERSION_SUFFIX | sed 's/^_//')" PACKAGE_MAVEN_VERSION="VERSION_MAJOR.VERSION_MINOR.0$(echo VERSION_SUFFIX | sed 's/^_/-/')" AC_SUBST([PACKAGE_RPM_VERSION]) AC_SUBST([PACKAGE_RPM_RELEASE]) diff --git a/otopi.spec.in b/otopi.spec.in index 08d82a0..369fb11 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -244,6 +244,9 @@ %endif %changelog +* Thu Feb 27 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.5.rc +- Release candidate. + * Mon Feb 17 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.3.beta2 - Beta. -- To view, visit http://gerrit.ovirt.org/25152 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I80426dee2f541d5e19972ed372cae49c5d05cd57 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
