-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [tclmpi] release [1.2-4].
Created by command: /usr/bin/tito tag --use-version 1.2 --use-release=4
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2-3 ./ | ||
1.2-4 ./ |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%global with_mpich 1 | ||
Name: tclmpi | ||
Version: 1.2 | ||
Release: 3 | ||
Release: 4 | ||
Summary: Tcl bindings of the Message Passing Interface (MPI) | ||
|
||
License: BSD | ||
|
@@ -133,6 +133,14 @@ mv %{buildroot}%{_docdir}/TclMPI %{buildroot}%{_docdir}/tclmpi | |
%endif | ||
|
||
%changelog | ||
* Tue Nov 02 2021 Axel Kohlmeyer <[email protected]> 1.2-4 | ||
- add support for creating an NSIS installer on Windows | ||
- add icon and logo image for installer | ||
- mention download of windows binaries on homepage | ||
- change license text to read better in Windows installer | ||
- remove obsolte backward compatibility in unit tests | ||
- enable manual workflow dispatch feature | ||
|
||
* Sun Oct 10 2021 Axel Kohlmeyer <[email protected]> 1.2-3 | ||
- must not delete variable with name of shared object | ||
|
||
|