Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: otopi-1.2.0_rc3 ......................................................................
packaging: otopi-1.2.0_rc3 Change-Id: I68d99823addf602f4281a3b5a84768081b70401f 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/15/25615/1 diff --git a/ChangeLog b/ChangeLog index 93a6e6e..9f80b6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation -????-??-?? - Version 1.2.0 +2014-03-11 - Version 1.2.0_rc3 * core: log: filter overlapping patterns. * yum: consider provides in addition to packages. diff --git a/configure.ac b/configure.ac index 4e3a338..f18c7b8 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], [_rc3]) AC_INIT([otopi], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="0.8.$(echo VERSION_SUFFIX | sed 's/^_//')" +PACKAGE_RPM_RELEASE="0.9" 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 428ca7c..6790a13 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -244,6 +244,9 @@ %endif %changelog +* Tue Mar 11 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.9.rc3 +- Release candidate. + * Thu Feb 27 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.7.rc2 - Release candidate. -- To view, visit http://gerrit.ovirt.org/25615 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I68d99823addf602f4281a3b5a84768081b70401f 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
