diff --git a/0.7.tar.gz b/0.7.tar.gz deleted file mode 100644 index 169ab8d..0000000 Binary files a/0.7.tar.gz and /dev/null differ diff --git a/0.9.tar.gz b/0.9.tar.gz new file mode 100644 index 0000000..2701252 Binary files /dev/null and b/0.9.tar.gz differ diff --git a/airline.spec b/airline.spec index 485a4a3..399351c 100644 --- a/airline.spec +++ b/airline.spec @@ -1,13 +1,14 @@ Name: airline -Version: 0.7 +Version: 0.9 Release: 1 Summary: Java annotation-based framework License: ASL 2.0 URL: https://github.com/airlift/airline -Source0: https://github.com/airlift/airline/archive/%{version}.tar.gz +Source0: https://github.com/airlift/airline/archive/refs/tags/%{version}.tar.gz BuildRequires: maven-local mvn(com.google.code.findbugs:annotations) BuildRequires: mvn(com.google.code.findbugs:jsr305) mvn(com.google.guava:guava) BuildRequires: mvn(javax.inject:javax.inject) mvn(org.testng:testng) +BuildRequires: mvn(org.assertj:assertj-core) BuildArch: noarch %description @@ -25,10 +26,13 @@ find -name '*.class' -delete find -name '*.jar' -delete %pom_remove_parent %pom_xpath_inject "pom:project" "io.airlift" -%pom_add_dep com.google.code.findbugs:jsr305:2.0.3 -%pom_xpath_inject "pom:dependency[pom:artifactId='annotations']" '2.0.3' -%pom_xpath_inject "pom:dependency[pom:artifactId='guava']" '18.0' -%pom_xpath_inject "pom:dependency[pom:artifactId='testng']" '6.8.7' +%pom_xpath_inject "pom:dependency[pom:artifactId='javax.inject']" '1' +%pom_xpath_inject "pom:dependency[pom:artifactId='jsr305']" '3.0.2' +%pom_xpath_inject "pom:dependency[pom:artifactId='guava']" '25.0' +%pom_xpath_inject "pom:dependency[pom:artifactId='testng']" '6.14.3' +%pom_xpath_inject "pom:dependency[pom:artifactId='assertj-core']" '3.8.0' +%pom_xpath_inject "pom:properties" '1.8' +%pom_xpath_inject "pom:properties" '1.8' %mvn_file :%{name} %{name} %build @@ -45,5 +49,8 @@ find -name '*.jar' -delete %license license.txt notice.md %changelog +* Thu Dec 07 2023 Ge Wang - 0.9-1 +- Update to version 0.9 + * Fri Jul 24 2020 chengzihan - 0.7-1 - Package init