From 66e8235dd1577ed6ce970e822f323053b4e7bec03b261ed853e4941468de8a82 Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Tue, 14 Jun 2016 12:05:24 +0000 Subject: [PATCH 1/3] Accepting request 398330 from home:matwey:branches:devel:languages:erlang:Factory OBS-URL: https://build.opensuse.org/request/show/398330 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=41 --- OTP-18.3.2.tar.gz | 3 --- OTP-18.3.3.tar.gz | 3 +++ erlang.changes | 26 ++++++++++++++++++++++++++ erlang.spec | 37 +++++++++++++++++++++++++++++++------ 4 files changed, 60 insertions(+), 9 deletions(-) delete mode 100644 OTP-18.3.2.tar.gz create mode 100644 OTP-18.3.3.tar.gz diff --git a/OTP-18.3.2.tar.gz b/OTP-18.3.2.tar.gz deleted file mode 100644 index 3c4cc80..0000000 --- a/OTP-18.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a30dde83df521626590fdba50db4be25b906d3839072db4448e4a04c04613c2e -size 33653881 diff --git a/OTP-18.3.3.tar.gz b/OTP-18.3.3.tar.gz new file mode 100644 index 0000000..95b57a1 --- /dev/null +++ b/OTP-18.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d50dd5970379cf0cd818bc5e21a1a809b9976c9ddd3a3b8ebde1e1c95ab8c3 +size 33660987 diff --git a/erlang.changes b/erlang.changes index 8244fb8..4e6c226 100644 --- a/erlang.changes +++ b/erlang.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun May 22 09:13:09 UTC 2016 - matwey.kornilov@gmail.com + +- Return diameter application: as for 18.3.3 it is distributed + under APL license + +------------------------------------------------------------------- +Sun May 22 08:58:48 UTC 2016 - matwey.kornilov@gmail.com + +- Update to 18.3.3: + * common_test: The nodelay option used to be enabled (true) by + default for sockets opened by the Common Test + telnet client. + * common_test: Fix bug in cth_surefire + * common_test: The ct:get_timetrap_info/0 function has been + updated to return more information about timetrap + scaling. + * common_test: A problem with stylesheet HTML tags getting + incorrectly escaped by Common Test has been + corrected. + * common_test: The ct_run start flag -no_esc_chars and + ct:run_test/1 start option {esc_chars,Bool} have + been introduced. + * inets: Put back unused module inets_regexp + * ssl: Correct cipher suites conversion and gaurd expression. + ------------------------------------------------------------------- Tue May 3 16:53:07 UTC 2016 - matwey.kornilov@gmail.com diff --git a/erlang.spec b/erlang.spec index c2602a2..970d6cb 100644 --- a/erlang.spec +++ b/erlang.spec @@ -21,7 +21,7 @@ %endif Name: erlang -Version: 18.3.2 +Version: 18.3.3 Release: 0 Summary: General-purpose programming language and runtime environment License: Apache-2.0 @@ -121,6 +121,16 @@ Requires: graphviz %description dialyzer A DIscrepany AnaLYZer for ERlang programs. +%package diameter +Summary: Main API of the diameter application. +Group: Development/Languages/Other +Requires: %{name} = %{version} + +%description diameter +This module provides the interface with which a user can implement a Diameter +node that sends and receives messages using the Diameter protocol as defined in +RFC 6733. + %package doc Summary: Erlang documentation Group: Development/Languages/Other @@ -223,6 +233,16 @@ Erlang sources for the dialyzer application in the Erlang/OTP system. They are useful for educational purpose and as a base for creating embedded systems. +%package diameter-src +Summary: Erlang/OTP diameter application sources +Group: Development/Languages/Other +Requires: %{name}-diameter = %{version} + +%description diameter-src +Erlang sources for the diameter application in the Erlang/OTP system. +They are useful for educational purpose and as a base for creating +embedded systems. + %package et-src Summary: Erlang/OTP et application sources Group: Development/Languages/Other @@ -375,11 +395,6 @@ export JINTERFACE_VERSION=`ls %{buildroot}%{_libdir}/erlang/lib/ |grep ^jinterfa ln -sf ../../%{_lib}/erlang/lib/jinterface-$JINTERFACE_VERSION/priv/OtpErlang.jar OtpErlang-$JINTERFACE_VERSION.jar cd - -# Remove binary and source files with propriatery license, see bnc#728667 -rm -r %{buildroot}%{_libdir}/erlang/lib/diameter-* -rm -r %{buildroot}%{_libdir}/erlang/man/man?/diameter* # Doesn't make much sense w/o the above -rm -r lib/diameter lib/xmerl/test/xmerl_xsd_SUITE_data # Can't distribute either source - # The man-pages for binaries are safe to move to %{_mandir}, others may conflict with other packages mkdir -p %{buildroot}%{_mandir}/man1 for link in $(ls %{buildroot}%{_libdir}/erlang/man/man1/); do @@ -529,6 +544,11 @@ install -D -m 0644 %{S:6} %{buildroot}%{_sysconfdir}/rpm/macros.erlang %{_libdir}/erlang/bin/dialyzer %{_libdir}/erlang/erts-*/bin/dialyzer +%files diameter +%defattr(-,root,root) +%{_libdir}/erlang/lib/diameter-*/ +%exclude %{_libdir}/erlang/lib/diameter-*/src + %files doc %defattr(0644,root,root,0755) %doc erlang_doc/* @@ -586,6 +606,7 @@ install -D -m 0644 %{S:6} %{buildroot}%{_sysconfdir}/rpm/macros.erlang %{_libdir}/erlang/lib/*/java_src %exclude %{_libdir}/erlang/lib/debugger-*/src %exclude %{_libdir}/erlang/lib/dialyzer-*/src +%exclude %{_libdir}/erlang/lib/diameter-*/src %exclude %{_libdir}/erlang/lib/et-*/src %exclude %{_libdir}/erlang/lib/gs-*/src %exclude %{_libdir}/erlang/lib/jinterface-*/java_src @@ -601,6 +622,10 @@ install -D -m 0644 %{S:6} %{buildroot}%{_sysconfdir}/rpm/macros.erlang %defattr(-,root,root) %{_libdir}/erlang/lib/dialyzer-*/src +%files diameter-src +%defattr(-,root,root) +%{_libdir}/erlang/lib/diameter-*/src + %files et-src %defattr(-,root,root) %{_libdir}/erlang/lib/et-*/src From ce91e7ed269050781897b75dd4913ed58d4f38e1a8521b0d2ff244844052d50f Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 17 Jun 2016 10:14:09 +0000 Subject: [PATCH 2/3] Accepting request 402864 from home:matwey:branches:devel:languages:erlang:Factory OBS-URL: https://build.opensuse.org/request/show/402864 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=42 --- OTP-18.3.3.tar.gz | 3 --- OTP-18.3.4.tar.gz | 3 +++ erlang.changes | 16 ++++++++++++++++ erlang.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 OTP-18.3.3.tar.gz create mode 100644 OTP-18.3.4.tar.gz diff --git a/OTP-18.3.3.tar.gz b/OTP-18.3.3.tar.gz deleted file mode 100644 index 95b57a1..0000000 --- a/OTP-18.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70d50dd5970379cf0cd818bc5e21a1a809b9976c9ddd3a3b8ebde1e1c95ab8c3 -size 33660987 diff --git a/OTP-18.3.4.tar.gz b/OTP-18.3.4.tar.gz new file mode 100644 index 0000000..e0185f1 --- /dev/null +++ b/OTP-18.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e68a8cdef4db0935b02d4b163cf3af403405f756488874736298cf48b90ae9 +size 33663860 diff --git a/erlang.changes b/erlang.changes index 4e6c226..370f158 100644 --- a/erlang.changes +++ b/erlang.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jun 17 07:19:17 UTC 2016 - matwey.kornilov@gmail.com + +- Update to 18.3.4: + * inets: Handle multiple \t in mime types file + * ssl: Correct ssl:prf/5 to use the negotiated cipher suite's prf + function in ssl:prf/5 instead of the default prf. + * ssl: Timeouts may have the value 0, guards have been corrected + to allow this + * ssl: Change of internal handling of hash sign pairs as the used + one enforced to much restrictions making some valid + combinations unavailable. + * ssl: Create a little randomness in sending of session + invalidation messages, to mitigate load when whole table is + invalidated. + ------------------------------------------------------------------- Sun May 22 09:13:09 UTC 2016 - matwey.kornilov@gmail.com diff --git a/erlang.spec b/erlang.spec index 970d6cb..8a09963 100644 --- a/erlang.spec +++ b/erlang.spec @@ -21,7 +21,7 @@ %endif Name: erlang -Version: 18.3.3 +Version: 18.3.4 Release: 0 Summary: General-purpose programming language and runtime environment License: Apache-2.0 From 5473121ebfd16f9cae47c95024fd42053162891704a61e6c2738b5d1c7953a2b Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Sun, 26 Jun 2016 08:53:32 +0000 Subject: [PATCH 3/3] Accepting request 403774 from home:jengelh:branches:devel:languages:erlang:Factory - Do not suppress errors from useradd/groupadd - Orthographic/typographical fixes OBS-URL: https://build.opensuse.org/request/show/403774 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=43 --- erlang.changes | 6 ++++++ erlang.spec | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/erlang.changes b/erlang.changes index 370f158..910244b 100644 --- a/erlang.changes +++ b/erlang.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 20 21:35:57 UTC 2016 - jengelh@inai.de + +- Do not suppress errors from useradd/groupadd +- Orthographic/typographical fixes + ------------------------------------------------------------------- Fri Jun 17 07:19:17 UTC 2016 - matwey.kornilov@gmail.com diff --git a/erlang.spec b/erlang.spec index 8a09963..e325b6a 100644 --- a/erlang.spec +++ b/erlang.spec @@ -122,7 +122,7 @@ Requires: graphviz A DIscrepany AnaLYZer for ERlang programs. %package diameter -Summary: Main API of the diameter application. +Summary: Main API of the Diameter application Group: Development/Languages/Other Requires: %{name} = %{version} @@ -234,12 +234,12 @@ They are useful for educational purpose and as a base for creating embedded systems. %package diameter-src -Summary: Erlang/OTP diameter application sources +Summary: Erlang/OTP Diameter application sources Group: Development/Languages/Other Requires: %{name}-diameter = %{version} %description diameter-src -Erlang sources for the diameter application in the Erlang/OTP system. +Erlang sources for the Diameter application in the Erlang/OTP system. They are useful for educational purpose and as a base for creating embedded systems. @@ -432,8 +432,8 @@ install -D -m 0644 %{S:5} %{buildroot}/var/adm/fillup-templates/sysconfig.erlang install -D -m 0644 %{S:6} %{buildroot}%{_sysconfdir}/rpm/macros.erlang %pre epmd -/usr/sbin/groupadd -r epmd >/dev/null 2>&1 || : -/usr/sbin/useradd -g epmd -s /bin/false -r -c "Erlang Port Mapper Daemon" -d %{epmd_home} epmd >/dev/null 2>&1 || : +getent group epmd || /usr/sbin/groupadd -r epmd || : +getent passwd epmd || /usr/sbin/useradd -g epmd -s /bin/false -r -c "Erlang Port Mapper Daemon" -d %{epmd_home} epmd || : %if 0%{?have_systemd} %service_add_pre epmd.service epmd.socket %endif