Skip to content

Commit a914662

Browse files
Erlang/OTP 28.0
1 parent db3cec8 commit a914662

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FINAL_OUTPUT_DIR=FINAL_RPMS
1616

17-
OTP_RELEASE=27.3.4
17+
OTP_RELEASE=28.0
1818

1919
# Where official Erlang distribution files come from...
2020
OTP_SRC_TGZ_FILE=OTP-$(OTP_RELEASE).tar.gz

erlang.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
%global upstream_ver 27.3.4
16-
%global package_ver 27.3.4
15+
%global upstream_ver 28.0
16+
%global package_ver 28.0
1717
%global package_ver_release 1
1818

1919
# See https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild
@@ -313,6 +313,9 @@ rm -rf $RPM_BUILD_ROOT
313313

314314

315315
%changelog
316+
* Wed May 21 2025 Michael Klishin <[email protected]> - 28.0
317+
- Update to Erlang/OTP 28.0
318+
316319
* Thu May 8 2025 Michael Klishin <[email protected]> - 27.3.4
317320
- Update to Erlang/OTP 27.3.4
318321

0 commit comments

Comments
 (0)