commit singularity-ce for openSUSE:Factory

2024-02-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package singularity-ce for openSUSE:Factory 
checked in at 2024-02-26 19:47:55

Comparing /work/SRC/openSUSE:Factory/singularity-ce (Old)
 and  /work/SRC/openSUSE:Factory/.singularity-ce.new.1770 (New)


Package is "singularity-ce"

Mon Feb 26 19:47:55 2024 rev:3 rq:1151587 version:3.10.2

Changes:

--- /work/SRC/openSUSE:Factory/singularity-ce/singularity-ce.changes
2022-10-28 19:32:20.819478831 +0200
+++ /work/SRC/openSUSE:Factory/.singularity-ce.new.1770/singularity-ce.changes  
2024-02-26 19:48:41.541069937 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 13:24:24 UTC 2024 - Dominique Leuenberger 
+
+- Use %autosetup macro. Allows to eliminate the usage of deprecated
+  PatchN.
+
+---



Other differences:
--
++ singularity-ce.spec ++
--- /var/tmp/diff_new_pack.lCNWTl/_old  2024-02-26 19:48:42.337098715 +0100
+++ /var/tmp/diff_new_pack.lCNWTl/_new  2024-02-26 19:48:42.337098715 +0100
@@ -82,9 +82,9 @@
 
 %prep
 # Extract the source
-%setup  -q -n %{name}-%{version}
+%autosetup  -p1 -n %{name}-%{version}
+
 cp %{S:1} .
-%patch1 -p1
 
 %build
 # Setup an empty GOPATH for the build


commit singularity-ce for openSUSE:Factory

2022-10-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package singularity-ce for openSUSE:Factory 
checked in at 2022-10-28 19:31:41

Comparing /work/SRC/openSUSE:Factory/singularity-ce (Old)
 and  /work/SRC/openSUSE:Factory/.singularity-ce.new.2275 (New)


Package is "singularity-ce"

Fri Oct 28 19:31:41 2022 rev:2 rq:1031912 version:3.10.2

Changes:

--- /work/SRC/openSUSE:Factory/singularity-ce/singularity-ce.changes
2022-08-09 15:28:03.321574266 +0200
+++ /work/SRC/openSUSE:Factory/.singularity-ce.new.2275/singularity-ce.changes  
2022-10-28 19:32:20.819478831 +0200
@@ -1,0 +2,7 @@
+Fri Oct 28 08:54:51 UTC 2022 - Egbert Eich 
+
+- Add Provides: and Obsoletes: to attempt to mark this as a possible
+  replacement for the original singularity package which has been
+  discontinued.
+
+---



Other differences:
--
++ singularity-ce.spec ++
--- /var/tmp/diff_new_pack.NRYSc0/_old  2022-10-28 19:32:21.351481499 +0200
+++ /var/tmp/diff_new_pack.NRYSc0/_new  2022-10-28 19:32:21.359481539 +0200
@@ -32,6 +32,8 @@
 Release:0
 License:Apache-2.0 AND BSD-3-Clause-LBNL
 URL:https://www.sylabs.io/singularity/
+Provides:   singularity
+Obsoletes:  singularity <= 3.8.5
 Source: 
https://github.com/sylabs/singularity/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:README.SUSE
 Patch1: useful_error_message.patch
@@ -91,7 +93,6 @@
 # remove stray binary https://github.com/sylabs/singularity/issues/941
 rm third_party/conmon/bin/conmon
 
-
 # Not all of these parameters currently have an effect, but they might be
 #  used someday.  They are the same parameters as in the configure macro.
 ./mconfig -V %{version}-%{release} \