Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: otopi-1.1.3 ......................................................................
packaging: otopi-1.1.3 Change-Id: I7688781ad0668e2985e5725778245ef55e191051 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/49/24649/1 diff --git a/ChangeLog b/ChangeLog index 0caf17d..92465be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation -????-??-?? - Version 1.1.3 +2014-02-18 - Version 1.1.3 * yum: return group id and not name out of query groups. diff --git a/configure.ac b/configure.ac index d7848d0..6fc5125 100644 --- a/configure.ac +++ b/configure.ac @@ -23,11 +23,11 @@ define([VERSION_MINOR], [1]) define([VERSION_FIX], [3]) 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 825b65c..3a61ace 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -245,6 +245,9 @@ %endif %changelog +* Tue Feb 18 2014 Alon Bar-Lev <[email protected]> - 1.1.3-1 +- Release. + * Mon Oct 7 2013 Alon Bar-Lev <[email protected]> - 1.1.2-1 - Release. -- To view, visit http://gerrit.ovirt.org/24649 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7688781ad0668e2985e5725778245ef55e191051 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: otopi-1.1 Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
