6
0
forked from pool/scala

Compare commits

...

13 Commits

Author SHA256 Message Date
eb77206cb6 Accepting request 1203016 from Java:packages
Use SOURCE_DATE_EPOCH for reproducible jar mtime

OBS-URL: https://build.opensuse.org/request/show/1203016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=13
2024-09-25 19:53:16 +00:00
293c46a89a OBS-URL: https://build.opensuse.org/package/show/Java:packages/scala?expand=0&rev=68 2024-09-24 13:19:13 +00:00
7c0a2e078f Accepting request 1117473 from Java:packages
Upgrading the scala stack

OBS-URL: https://build.opensuse.org/request/show/1117473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=12
2023-10-12 21:44:19 +00:00
21ce9efd1e Accepting request 1114251 from Java:packages
Allow buiding with jdk > 1.8.0

OBS-URL: https://build.opensuse.org/request/show/1114251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=11
2023-10-01 19:22:16 +00:00
cfb5176356 Accepting request 1110324 from Java:packages
reproducible

OBS-URL: https://build.opensuse.org/request/show/1110324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=10
2023-09-11 19:23:16 +00:00
10f1914da6 Accepting request 979217 from Java:packages
Sync changes with sle

OBS-URL: https://build.opensuse.org/request/show/979217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=9
2022-05-25 18:34:55 +00:00
c627bd92f4 Accepting request 977566 from Java:packages
maven 3.8.5 / jansi 2.4.0 and fixes for building with them

OBS-URL: https://build.opensuse.org/request/show/977566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=8
2022-05-17 15:24:14 +00:00
f4902b1a18 Accepting request 909398 from Java:packages
bootstrap from our own binaries + build with java 8

OBS-URL: https://build.opensuse.org/request/show/909398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=7
2021-07-30 21:22:23 +00:00
e6b00a35a7 Accepting request 817260 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/817260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=6
2020-06-26 19:49:54 +00:00
f14a1ed147 Accepting request 757444 from Java:packages
Stop overriding default patch fuzz in spec file

OBS-URL: https://build.opensuse.org/request/show/757444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=5
2019-12-17 12:29:52 +00:00
ceeda51463 Accepting request 756800 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/756800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=4
2019-12-14 11:17:54 +00:00
d228f9fe98 Accepting request 753931 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/753931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=3
2019-12-04 12:56:02 +00:00
2291996e6d Accepting request 752799 from Java:packages
Upgrade 2.10.7 + bootstrap with 2.10.7: allows building with jdk11

OBS-URL: https://build.opensuse.org/request/show/752799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scala?expand=0&rev=2
2019-12-03 11:40:27 +00:00
2 changed files with 27 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 24 13:19:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use SOURCE_DATE_EPOCH for reproducible jar mtime
-------------------------------------------------------------------
Thu Oct 12 12:06:07 UTC 2023 - Fridrich Strba <fstrba@suse.com>
@@ -31,7 +36,6 @@ Thu Oct 12 12:06:07 UTC 2023 - Fridrich Strba <fstrba@suse.com>
* scala-unbundle-fonts.patch
+ unbundle fonts from scaladoc
-------------------------------------------------------------------
Fri Sep 29 06:45:12 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package scala
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -294,25 +294,41 @@ sed -e "s/@@DATE@@/$propdate/;s/@@VER@@/%{version}/;s/@@OSGI@@/%{osgiver}/" \
-e "s/@@ASMVER@@/%{asmver}/;s/@@ASMREL@@/%{asmrel}/" \
-e "s/@@JLINEVER@@/%{jlinever}/;s/@@JNAVER@@/$jnaver/" \
%{SOURCE14} > compiler/scala-buildcharacter.properties
jar cf scala-compiler.jar.no -C compiler .
jar \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 17}%{!?pkg_vcmp:0}
--date="$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)" \
%endif
--create --file=scala-compiler.jar.no -C compiler .
bnd wrap --properties %{SOURCE11} --output scala-compiler.jar \
--version "%{osgiver}" scala-compiler.jar.no
# Build the reflect jar
cp -p compiler/compiler.properties reflect/reflect.properties
jar cf scala-reflect.jar.no -C reflect .
jar \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 17}%{!?pkg_vcmp:0}
--date="$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)" \
%endif
--create --file=scala-reflect.jar.no -C reflect .
bnd wrap --properties %{SOURCE9} --output scala-reflect.jar \
--version "%{osgiver}" scala-reflect.jar.no
# Build the library jar
cp -p compiler/compiler.properties library/library.properties
jar cf scala-library.jar.no -C library .
jar \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 17}%{!?pkg_vcmp:0}
--date="$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)" \
%endif
--create --file=scala-library.jar.no -C library .
bnd wrap --properties %{SOURCE10} --output scala-library.jar \
--version "%{osgiver}" scala-library.jar.no
# Build the decoder jar
cp -p compiler/compiler.properties scalap/scalap.properties
jar cf scalap-%{version}.jar -C scalap .
jar \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 17}%{!?pkg_vcmp:0}
--date="$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)" \
%endif
--create --file=scalap-%{version}.jar -C scalap .
cd -
# Build the man pages