Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: otopi-1.2.0 ......................................................................
packaging: otopi-1.2.0 Change-Id: Ia90326bece94653684c214948e6d5483300ca750 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M configure.ac M otopi.spec.in 3 files changed, 8 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/73/25873/1 diff --git a/ChangeLog b/ChangeLog index f75a672..29c65f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,6 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation -????-??-?? - Version 1.2.0 - +2014-03-18 - Version 1.2.0 2014-03-12 - Version 1.2.0_rc4 diff --git a/configure.ac b/configure.ac index 41e3834..03bd0bb 100644 --- a/configure.ac +++ b/configure.ac @@ -23,11 +23,11 @@ define([VERSION_MINOR], [2]) 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.12.$(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 9b0a751..c316231 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -37,7 +37,7 @@ Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist} License: LGPLv2+ URL: http://www.ovirt.org -Source: http://resources.ovirt.org/releases/3.3/src/%{name}-%{package_version}.tar.gz +Source: http://resources.ovirt.org/pub/src/%{name}-%{package_version}.tar.gz Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -244,7 +244,10 @@ %endif %changelog -* Tue Mar 12 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.11.rc4 +* Tue Mar 18 2014 Alon Bar-Lev <[email protected]> - 1.2.0-1 +- Release candidate. + +* Wed Mar 12 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.11.rc4 - Release candidate. * Tue Mar 11 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.9.rc3 -- To view, visit http://gerrit.ovirt.org/25873 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia90326bece94653684c214948e6d5483300ca750 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
