From e630b15631924c6d719ab8e85b26106c0d5544f8 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 20 May 2021 12:03:52 +0200 Subject: [PATCH] Update version to 3.7.6 --- ice/gem/ice.gemspec | 2 +- ice/pypi/setup.py | 2 +- ice/rpm/README | 8 ++++---- ice/rpm/README.aix | 8 ++++---- ice/rpm/README.md | 4 ++-- ice/rpm/ice-aix.spec | 4 ++-- ice/rpm/ice.spec | 10 ++++++++-- 7 files changed, 22 insertions(+), 16 deletions(-) diff --git a/ice/gem/ice.gemspec b/ice/gem/ice.gemspec index 1373b6d..685e742 100644 --- a/ice/gem/ice.gemspec +++ b/ice/gem/ice.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.name = 'zeroc-ice' - s.version = '3.7.5' + s.version = '3.7.6' s.summary = "ZeroC Ice for Ruby" s.description = <<-eos The Internet Communications Engine (Ice) provides a robust, proven diff --git a/ice/pypi/setup.py b/ice/pypi/setup.py index 7d66649..985663d 100644 --- a/ice/pypi/setup.py +++ b/ice/pypi/setup.py @@ -183,7 +183,7 @@ def build_extensions(self): setup( name='zeroc-ice', - version='3.7.5', + version='3.7.6', description="Ice is a comprehensive RPC framework with support for Python, C++, .NET, Java, JavaScript and more.", diff --git a/ice/rpm/README b/ice/rpm/README index 9bf3d22..3c54697 100644 --- a/ice/rpm/README +++ b/ice/rpm/README @@ -35,9 +35,9 @@ Getting Started with Ice on Linux --------------------------------- Please visit the 'Using the Linux Binary Distributions' section in the -Ice 3.7.5 release notes: +Ice 3.7.6 release notes: -https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-5-release-notes +https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-6-release-notes Documentation ------------- @@ -49,6 +49,6 @@ https://doc.zeroc.com/ice/3.7 Source Code ------------ -The source code for Ice 3.7.5 is on GitHub: +The source code for Ice 3.7.6 is on GitHub: -https://github.com/zeroc-ice/ice/releases/tag/v3.7.5 +https://github.com/zeroc-ice/ice/releases/tag/v3.7.6 diff --git a/ice/rpm/README.aix b/ice/rpm/README.aix index 516d7f8..475f49f 100644 --- a/ice/rpm/README.aix +++ b/ice/rpm/README.aix @@ -35,9 +35,9 @@ Getting Started with Ice on AIX ------------------------------- Please visit the 'Using the AIX Binary Distribution' section in the -Ice 3.7.5 release notes: +Ice 3.7.6 release notes: -https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-5-release-notes +https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-6-release-notes Documentation ------------- @@ -49,6 +49,6 @@ https://doc.zeroc.com/ice/3.7 Source Code ------------ -The source code for Ice 3.7.5 is on GitHub: +The source code for Ice 3.7.6 is on GitHub: -https://github.com/zeroc-ice/ice/releases/tag/v3.7.5 +https://github.com/zeroc-ice/ice/releases/tag/v3.7.6 diff --git a/ice/rpm/README.md b/ice/rpm/README.md index 9f4cd6a..a08ee03 100644 --- a/ice/rpm/README.md +++ b/ice/rpm/README.md @@ -70,7 +70,7 @@ Then add the Ice repository for your system and install the source RPM: Now download and install the source RPM: ``` $ yumdownloader --source ice - $ rpm -i ice-3.7.5-1.el7.src.rpm + $ rpm -i ice-3.7.6-1.el7.src.rpm ``` You can find the `ice.spec` file in the `~/rpmbuild/SPECS` directory, while the @@ -100,7 +100,7 @@ The source RPM is created in `~rpmbuild/SRPMS`. To create binary RPM packages for Ice, you must first install the source RPM: ``` - $ rpm -i ice-3.7.5-1.src.rpm + $ rpm -i ice-3.7.6-1.src.rpm ``` If you have not already done so, install the RPM prerequisites listed in `ice.spec`. The following additional steps are also necessary: diff --git a/ice/rpm/ice-aix.spec b/ice/rpm/ice-aix.spec index 86e2a11..24c82c3 100644 --- a/ice/rpm/ice-aix.spec +++ b/ice/rpm/ice-aix.spec @@ -11,7 +11,7 @@ %else # git_tag_version is the git tag vX.Y.Z[...] less the v prefix # if not defined, we default to the version provided below - %{!?git_tag_version:%define git_tag_version 3.7.5} + %{!?git_tag_version:%define git_tag_version 3.7.6} %define archive_tag v%{git_tag_version} %define archive_dir_suffix %{git_tag_version} %endif @@ -42,7 +42,7 @@ %define makeinstallopts COMPILER=%{cppcompiler} CONFIGS="%{configs}" OPTIMIZE=yes V=1 %{runpath} DESTDIR=%{buildroot} prefix=%{_prefix} install_bindir=%{_bindir} install_libdir=%{_libdir} install_slicedir=%{_datadir}/ice/slice install_includedir=%{_includedir} install_mandir=%{_mandir} install_configdir=%{_datadir}/ice Name: %{?nameprefix}ice -Version: 3.7.5 +Version: 3.7.6 Summary: Comprehensive RPC framework with support for C++, Java, JavaScript, Python and more. Release: 1%{?dist} %if "%{?ice_license}" diff --git a/ice/rpm/ice.spec b/ice/rpm/ice.spec index 5bc736c..9c6064a 100644 --- a/ice/rpm/ice.spec +++ b/ice/rpm/ice.spec @@ -11,7 +11,7 @@ %else # git_tag_version is the git tag vX.Y.Z[...] less the v prefix # if not defined, we default to the version provided below - %{!?git_tag_version:%define git_tag_version 3.7.5} + %{!?git_tag_version:%define git_tag_version 3.7.6} %define archive_tag v%{git_tag_version} %define archive_dir_suffix %{git_tag_version} %endif @@ -60,7 +60,7 @@ %define makeinstallopts CONFIGS="shared cpp11-shared" OPTIMIZE=yes V=1 %{runpath} DESTDIR=%{buildroot} prefix=%{_prefix} install_bindir=%{_bindir} install_libdir=%{_libdir} install_slicedir=%{_datadir}/ice/slice install_includedir=%{_includedir} install_mandir=%{_mandir} install_configdir=%{_datadir}/ice install_javadir=%{_javadir} install_phplibdir=%{phplibdir} install_phpdir=%{phpdir} Name: %{?nameprefix}ice -Version: 3.7.5 +Version: 3.7.6 Summary: Comprehensive RPC framework with support for C++, Java, JavaScript, Python and more. Release: 1%{?dist} %if "%{?ice_license}" @@ -876,6 +876,12 @@ exit 0 %endif #%{_host_cpu} %changelog +* Thu May 20 2021 José Gutiérrez de la Concha 3.7.6 +- 3.7.6 release + +* Fri Jan 1 2021 José Gutiérrez de la Concha 3.7.5 +- 3.7.5 release + * Tue Apr 21 2020 José Gutiérrez de la Concha 3.7.4 - 3.7.4 release