Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: otopi-1.1.2 ......................................................................
packaging: otopi-1.1.2 Change-Id: Ia7793d1f9dfeeaca18c964aab581c49805a1c14d Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- 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/23/19923/1 diff --git a/ChangeLog b/ChangeLog index 745b075..3d51b76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation -????-??-?? - Version 1.1.2 +2013-10-07 - Version 1.1.2 * network: firewalld: fix service deletion. * core: fix suppress environment variable logic. diff --git a/configure.ac b/configure.ac index dc0b4e1..a1cb4da 100644 --- a/configure.ac +++ b/configure.ac @@ -23,11 +23,11 @@ define([VERSION_MINOR], [1]) define([VERSION_FIX], [2]) 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 2723769..34284bd 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -245,6 +245,9 @@ %endif %changelog +* Sat Sep 7 2013 Alon Bar-Lev <alo...@redhat.com> - 1.1.2-1 +- Release. + * Sat Sep 7 2013 Alon Bar-Lev <alo...@redhat.com> - 1.1.1-1 - Release. -- To view, visit http://gerrit.ovirt.org/19923 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia7793d1f9dfeeaca18c964aab581c49805a1c14d Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: otopi-1.1 Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches