Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: otopi-1.3.1 ......................................................................
packaging: otopi-1.3.1 Change-Id: I43d8861cc113570452c638e58a62738577d99445 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M configure.ac M otopi.spec.in 3 files changed, 7 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/59/36959/1 diff --git a/ChangeLog b/ChangeLog index e9c0e00..6ec5b07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation -????-??-?? - Version 1.3.1 +2015-01-15 - Version 1.3.1 * core: better message when executing process using invalid arguments or environment. + * build: fc21 issues. 2014-10-06 - Version 1.3.0 diff --git a/configure.ac b/configure.ac index e610791..5eb72ca 100644 --- a/configure.ac +++ b/configure.ac @@ -23,11 +23,11 @@ define([VERSION_MINOR], [3]) 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 430abd6..d82520d 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -186,6 +186,9 @@ %endif %changelog +* Thu Jan 15 2015 Alon Bar-Lev <[email protected]> - 1.3.1-1 +- Release. + * Mon Oct 6 2014 Alon Bar-Lev <[email protected]> - 1.3.0-1 - Release. -- To view, visit http://gerrit.ovirt.org/36959 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I43d8861cc113570452c638e58a62738577d99445 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
