Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Erlang OTP 19.2.3 #48

Merged
merged 1 commit into from Feb 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -13,7 +13,7 @@

FINAL_OUTPUT_DIR=FINAL_RPMS

OTP_RELEASE=19.2.2
OTP_RELEASE=19.2.3

# Where official Erlang distribution files come from...
OTP_SRC_TGZ_FILE=OTP-$(OTP_RELEASE).tar.gz
Expand Down
7 changes: 5 additions & 2 deletions erlang.spec
Expand Up @@ -11,8 +11,8 @@
# the License for the specific language governing rights and limitations
# under the License.

%global upstream_ver 19.2.2
%global package_ver 19.2.2
%global upstream_ver 19.2.3
%global package_ver 19.2.3

%define OSL_File_Name Erlang_ASL2_LICENSE.txt

Expand Down Expand Up @@ -344,6 +344,9 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Wed Feb 8 2017 Gabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com> - 19.2.3
- update for 19.2.3

* Thu Feb 2 2017 Gabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com> - 19.2.2
- update for 19.2.2

Expand Down