Skip to content

Commit

Permalink
Update version to 3.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed May 20, 2021
1 parent a15bfb8 commit e630b15
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ice/gem/ice.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ice/pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",

Expand Down
8 changes: 4 additions & 4 deletions ice/rpm/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand All @@ -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
8 changes: 4 additions & 4 deletions ice/rpm/README.aix
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand All @@ -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
4 changes: 2 additions & 2 deletions ice/rpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions ice/rpm/ice-aix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}"
Expand Down
10 changes: 8 additions & 2 deletions ice/rpm/ice.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}"
Expand Down Expand Up @@ -876,6 +876,12 @@ exit 0
%endif #%{_host_cpu}

%changelog
* Thu May 20 2021 José Gutiérrez de la Concha <jose@zeroc.com> 3.7.6
- 3.7.6 release

* Fri Jan 1 2021 José Gutiérrez de la Concha <jose@zeroc.com> 3.7.5
- 3.7.5 release

* Tue Apr 21 2020 José Gutiérrez de la Concha <jose@zeroc.com> 3.7.4
- 3.7.4 release

Expand Down

0 comments on commit e630b15

Please sign in to comment.