Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: otopi-1.0.1 ......................................................................
packaging: otopi-1.0.1 Change-Id: I3c657e5b39b09be7a474714ffa71acd95ebf7b14 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M configure.ac M otopi.spec.in 3 files changed, 5 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/65/13465/1 diff --git a/ChangeLog b/ChangeLog index 3fe420f..0cf682c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation -????-??-?? - Version 1.0.1 +2013-03-31 - Version 1.0.1 * core: supprot non unicode command output. * packagers: yum: do not enable if running non root. diff --git a/configure.ac b/configure.ac index 8036361..8cbc2d4 100644 --- a/configure.ac +++ b/configure.ac @@ -23,11 +23,11 @@ define([VERSION_MINOR], [0]) 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 1a09969..1882da5 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -194,6 +194,8 @@ %endif %changelog +* Sun Mar 31 2013 Alon Bar-Lev <[email protected]> - 1.0.1-1 +- Release. * Thu Feb 14 2013 Alon Bar-Lev <[email protected]> - 1.0.0-1 - Release. * Tue Oct 13 2012 Alon Bar-Lev <[email protected]> - 1.0.0-0.1_beta -- To view, visit http://gerrit.ovirt.org/13465 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3c657e5b39b09be7a474714ffa71acd95ebf7b14 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: otopi-1.0 Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
