From d4c436a4c12ddd98083eabac79e70772738ccfcca4e94cfb725e77020d182a2e Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 10 Aug 2023 09:20:18 +0000 Subject: [PATCH 1/2] Accepting request 1103289 from home:adrianSuSE:branches:Java:packages openSUSE:Factory scala-bootstrap flavor is configured to sync build counter with scala package. This means it always triggers a bootstrap no matter which of the packages got initially triggered. I am not sure if this is needed at all, if yes, please accept this request and forward with an explenation. If not, just decline it and we will remove the build counter syncing in factory as well. thanks Details: https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/6GUU6JUQE72WCWEZCSLQYJLVVTNHBVTE/ OBS-URL: https://build.opensuse.org/request/show/1103289 OBS-URL: https://build.opensuse.org/package/show/Java:packages/scala?expand=0&rev=55 --- scala.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scala.spec b/scala.spec index b423c90..e30b4e9 100644 --- a/scala.spec +++ b/scala.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,6 +31,7 @@ %global base_name scala %define __requires_exclude .*org\.apache\.ant.* Version: 2.10.7 +#!BcntSyncTag: scala Release: 0 Summary: A hybrid functional/object-oriented language for the JVM License: BSD-3-Clause AND CC0-1.0 AND SUSE-Public-Domain From 137eb8d6ab6aa642a02ad046de88310845f4857aad6aafc1926dda11b9ec18c2 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 11 Sep 2023 13:08:49 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/scala?expand=0&rev=56 --- scala-library-2.10.0-bnd.properties | 3 +++ scala.changes | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/scala-library-2.10.0-bnd.properties b/scala-library-2.10.0-bnd.properties index 179b4e6..7310da6 100644 --- a/scala-library-2.10.0-bnd.properties +++ b/scala-library-2.10.0-bnd.properties @@ -1,3 +1,6 @@ Bundle-Name: Scala Distribution Bundle-SymbolicName: org.scala-ide.scala.library Export-Package: scala.* +-reproducible: true +-noextraheaders: true +-snapshot: SNAPSHOT diff --git a/scala.changes b/scala.changes index ca4dca5..d616040 100644 --- a/scala.changes +++ b/scala.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 11 13:07:40 UTC 2023 - Fridrich Strba + +- Reproducible builds: do not generate non-reproducible entries + by bnd tools + ------------------------------------------------------------------- Mon May 16 11:28:03 UTC 2022 - Fridrich Strba