diff --git a/invokebinder-1.2.zip b/invokebinder-1.2.zip index 9f1c00f..c5cf061 100644 Binary files a/invokebinder-1.2.zip and b/invokebinder-1.2.zip differ diff --git a/invokebinder.spec b/invokebinder.spec index 12bbdf2..af4cc3e 100644 --- a/invokebinder.spec +++ b/invokebinder.spec @@ -1,6 +1,6 @@ Name: invokebinder Version: 1.2 -Release: 1 +Release: 2 Summary: A Java DSL for binding method handles forward, rather than backward License: ASL 2.0 URL: http://github.com/headius/invokebinder/ @@ -37,5 +37,8 @@ find ./ -name '*.class' -exec rm -f '{}' \; %license LICENSE %changelog +* Wed Nov 09 2022 Ge Wang - 1.2-2 +- Bring source file into correspondence with described in sped file + * Mon Aug 24 2020 huanghaitao - 1.2-1 - package init