diff --git a/weld-core-2.3.5.Final.tar.gz b/weld-core-2.3.5.Final.tar.gz index 4acd384..f838a2a 100644 Binary files a/weld-core-2.3.5.Final.tar.gz and b/weld-core-2.3.5.Final.tar.gz differ diff --git a/weld-core.spec b/weld-core.spec index b638d9d..588f204 100644 --- a/weld-core.spec +++ b/weld-core.spec @@ -2,7 +2,7 @@ %global namedversion %{version}%{?namedreltag} Name: weld-core Version: 2.3.5 -Release: 3 +Release: 4 Summary: Reference Implementation for JSR-299: Contexts and Dependency Injection (CDI) License: ASL 2.0 and (CDDL-1.0 or GPLv2 with exceptions) and LGPLv2+ and MIT and OFL-1.1 URL: http://weld.cdi-spec.org/ @@ -91,6 +91,9 @@ sed -i -e 's/InstantiationException/InstantiationException, NoSuchMethodExceptio %files javadoc -f .mfiles-javadoc %changelog +* Thu Nov 24 2022 Ge Wang - 2.3.5-4 +- Bring source file into correspondence with described in spec file + * Mon Aug 8 2022 Chenyx - 2.3.5-3 - License compliance rectification