Fridrich Strba 2023-10-25 18:27:29 +00:00 committed by Git OBS Bridge
parent a455232128
commit b47cd37edc
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 25 18:27:04 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Build with source and target levels 8
-------------------------------------------------------------------
Thu May 4 13:37:10 UTC 2023 - Frederic Crozat <fcrozat@suse.com>

View File

@ -92,6 +92,8 @@ rm -rf src/generated
%pom_xpath_remove "pom:plugin[pom:artifactId='maven-shade-plugin']" parent.xml
%pom_xpath_remove "pom:plugin[pom:artifactId='jacoco-maven-plugin']" parent.xml
%pom_xpath_set pom:project/pom:properties/pom:jflex.jdk.version 1.8 parent.xml
%if %{with bootstrap}
%setup -q -T -D -a 1 -n jflex-%{version}
cp %{SOURCE2} build.xml

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 25 18:27:04 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Build with source and target levels 8
-------------------------------------------------------------------
Thu May 4 13:37:10 UTC 2023 - Frederic Crozat <fcrozat@suse.com>