-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> 3.7.6 | ||
- 3.7.6 release | ||
|
||
* Fri Jan 1 2021 José Gutiérrez de la Concha <[email protected]> 3.7.5 | ||
- 3.7.5 release | ||
|
||
* Tue Apr 21 2020 José Gutiérrez de la Concha <[email protected]> 3.7.4 | ||
- 3.7.4 release | ||
|
||
|