Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: otopi-1.2.0_beta2 ......................................................................
packaging: otopi-1.2.0_beta2 Change-Id: I7dcb092eb6b94f613164cdf0cc04fe9083736d08 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M configure.ac M otopi.spec.in 3 files changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/53/24553/1 diff --git a/ChangeLog b/ChangeLog index d1da6f2..95a040e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation -????-??-?? - Version 1.2.0_??? +2014-02-27 - 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 2c4e40f..84c61b8 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], [_beta2]) AC_INIT([otopi], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="0.2.$(echo VERSION_SUFFIX | sed 's/^_//')" +PACKAGE_RPM_RELEASE="0.3.$(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 082a0d2..08d82a0 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -244,6 +244,9 @@ %endif %changelog +* Mon Feb 17 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.3.beta2 +- Beta. + * Mon Jan 20 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.1.beta - Beta. -- To view, visit http://gerrit.ovirt.org/24553 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7dcb092eb6b94f613164cdf0cc04fe9083736d08 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
