Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: otopi-1.2.1 ......................................................................
packaging: otopi-1.2.1 Change-Id: Ice2c3283202039397a6b2e24f2f1d3b791ebd2bc 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/26/27326/1 diff --git a/ChangeLog b/ChangeLog index d2c1533..c576108 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation -????-??-?? - Version 1.2.1 +2014-05-02 - Version 1.2.1 * core: log: add random part to log name to avoid predictable name. diff --git a/configure.ac b/configure.ac index 5517709..77a0a76 100644 --- a/configure.ac +++ b/configure.ac @@ -23,11 +23,11 @@ define([VERSION_MINOR], [2]) define([VERSION_FIX], [1]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_SUFFIX], [_master]) +define([VERSION_SUFFIX], []) 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="1" 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 c316231..ddc1acb 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -244,8 +244,11 @@ %endif %changelog +* Fri May 2 2014 Alon Bar-Lev <[email protected]> - 1.2.1-1 +- Release. + * Tue Mar 18 2014 Alon Bar-Lev <[email protected]> - 1.2.0-1 -- Release candidate. +- Release. * Wed Mar 12 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.11.rc4 - Release candidate. -- To view, visit http://gerrit.ovirt.org/27326 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ice2c3283202039397a6b2e24f2f1d3b791ebd2bc 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
