Sync from SUSE:SLFO:Main ecj revision 167da9f2bda177bc261f1f9687ce32c2
This commit is contained in:
parent
c416d0e3c7
commit
77da2c1864
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 10:40:52 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 13 01:50:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Tue Feb 13 01:50:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
4
ecj.spec
4
ecj.spec
@ -45,8 +45,8 @@ the JDT Core batch compiler.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
# Specify encoding
|
# Specify encoding
|
||||||
sed -i -e '/compilerarg/s/Xlint:none/Xlint:none -encoding cp1252/' build.xml
|
sed -i -e '/compilerarg/s/Xlint:none/Xlint:none -encoding cp1252/' build.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user