Skip to content

Commit

Permalink
Merge pull request #32 from rabbitmq/erlang-rpm-31
Browse files Browse the repository at this point in the history
Update for Erlang 19.1.6
  • Loading branch information
Gsantomaggio authored Nov 14, 2016
2 parents ae05009 + e4049e8 commit 7713c15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

FINAL_OUTPUT_DIR=FINAL_RPMS

OTP_RELEASE=19.1.5
OTP_RELEASE=19.1.6

# Where official Erlang distribution files come from...
OTP_SRC_TGZ_FILE=OTP-$(OTP_RELEASE).tar.gz
Expand Down
2 changes: 2 additions & 0 deletions docker/build-packages.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./build-image-and-rpm.sh 7.1.1503 --no-cache
./build-image-and-rpm.sh 6 --no-cache
7 changes: 5 additions & 2 deletions erlang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# the License for the specific language governing rights and limitations
# under the License.

%global upstream_ver 19.1.5
%global package_ver 19.1.5
%global upstream_ver 19.1.6
%global package_ver 19.1.6

%define OSL_File_Name Erlang_ASL2_LICENSE.txt

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


%changelog
* Mon Nov 14 2016 Gabriele Santomaggio <[email protected]> - 19.1.6
- update for 19.1.6

* Mon Oct 24 2016 Gabriele Santomaggio <[email protected]> - 19.1.5
- update for 19.1.5

Expand Down

0 comments on commit 7713c15

Please sign in to comment.