Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jnacl for openSUSE:Factory checked 
in at 2023-09-11 21:22:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jnacl (Old)
 and      /work/SRC/openSUSE:Factory/.jnacl.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jnacl"

Mon Sep 11 21:22:15 2023 rev:3 rq:1110256 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jnacl/jnacl.changes      2023-09-10 
13:12:32.307502349 +0200
+++ /work/SRC/openSUSE:Factory/.jnacl.new.1766/jnacl.changes    2023-09-11 
21:26:51.915390243 +0200
@@ -1,0 +2,7 @@
+Mon Sep 11 09:29:28 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * jnacl-bnd.patch
+    + add reproducible options to the bnd configuration
+
+-------------------------------------------------------------------

New:
----
  jnacl-bnd.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jnacl.spec ++++++
--- /var/tmp/diff_new_pack.28LuOP/_old  2023-09-11 21:26:52.963427605 +0200
+++ /var/tmp/diff_new_pack.28LuOP/_new  2023-09-11 21:26:52.967427747 +0200
@@ -24,6 +24,7 @@
 Group:          Development/Libraries/Java
 URL:            https://github.com/neilalexander/jnacl
 Source0:        %{name}-%{version}.tar.xz
+Patch0:         %{name}-bnd.patch
 BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  mvn(biz.aQute.bnd:bnd-maven-plugin)
@@ -42,6 +43,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %pom_remove_plugin :maven-source-plugin
 

++++++ jnacl-bnd.patch ++++++
--- jnacl-1.0.0/pom.xml 2023-09-11 11:27:05.368011560 +0200
+++ jnacl-1.0.0/pom.xml 2023-09-11 11:28:25.318574098 +0200
@@ -102,6 +102,9 @@
 Bundle-SymbolicName: ${project.groupId}.${project.artifactId}
 Bundle-Version: ${project.version}
 -exportcontents: com.neilalexander.jnacl.crypto;version="${project.version}", 
com.neilalexander.jnacl;version="${project.version}"
+-reproducible: true
+-noextraheaders: true
+-snapshot: SNAPSHOT
 ]]>
           </bnd>
         </configuration>

Reply via email to