Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: otopi-1.0.0 ......................................................................
packaging: otopi-1.0.0 Change-Id: I5e107384076af700a03eccea88548bb7beff8846 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M configure.ac M otopi.spec.in 3 files changed, 6 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/62/12062/1 diff --git a/ChangeLog b/ChangeLog index 49b0803..127e5f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation -????-??-?? - Version 1.0.0 +2013-02-14 - Version 1.0.0 Alon Bar-Lev <[email protected]> diff --git a/configure.ac b/configure.ac index cc94aed..54e2ede 100644 --- a/configure.ac +++ b/configure.ac @@ -23,12 +23,12 @@ define([VERSION_MINOR], [0]) define([VERSION_FIX], [0]) 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.2.$(echo VERSION_SUFFIX | sed 's/^_//')" -PACKAGE_MAVEN_VERSION="VERSION_MAJOR.VERSION_MINOR.1$(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]) AC_SUBST([PACKAGE_MAVEN_VERSION]) diff --git a/otopi.spec.in b/otopi.spec.in index 697beac..9f92802 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -195,5 +195,7 @@ %endif %changelog +* 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 - Initial add. -- To view, visit http://gerrit.ovirt.org/12062 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5e107384076af700a03eccea88548bb7beff8846 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
