Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: otopi-1.2.0_beta ......................................................................
packaging: otopi-1.2.0_beta Change-Id: I8316af8a2daeb74d9e737bebf9e31ecf7addc1b3 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/70/23470/1 diff --git a/ChangeLog b/ChangeLog index facf9f9..b383e57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation -????-??-?? - Version 1.2.0 +2014-01-20 - Version 1.2.0_beta * core: do not load plugins from empty directories. * core: support binary file transaction. diff --git a/configure.ac b/configure.ac index cdbed9f..e24de3b 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], [_beta]) AC_INIT([otopi], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')" +PACKAGE_RPM_RELEASE="0.1.$(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 c600964..082a0d2 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -244,6 +244,9 @@ %endif %changelog +* Mon Jan 20 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.1.beta +- Beta. + * Mon Aug 26 2013 Alon Bar-Lev <[email protected]> - 1.1.0-1 - Release. -- To view, visit http://gerrit.ovirt.org/23470 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8316af8a2daeb74d9e737bebf9e31ecf7addc1b3 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
