Skip to content

Commit

Permalink
Update jnacl to version 1.0.0 / rev 3 via SR 1110256
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1110256
by user fstrba + anag+factory
reproducible
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 11, 2023
1 parent bf82482 commit 7d8a8dc
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
Binary file modified packages/j/jnacl/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jnacl/.rev
Expand Up @@ -15,4 +15,12 @@
<comment>Reproducible builds improvement</comment>
<requestid>1110025</requestid>
</revision>
<revision rev="3" vrev="3">
<srcmd5>25b7993f8d5a44aa59e09a470ea07991</srcmd5>
<version>1.0.0</version>
<time>1694460135</time>
<user>anag+factory</user>
<comment>reproducible</comment>
<requestid>1110256</requestid>
</revision>
</revisionlist>
12 changes: 12 additions & 0 deletions packages/j/jnacl/jnacl-bnd.patch
@@ -0,0 +1,12 @@
--- 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>
7 changes: 7 additions & 0 deletions packages/j/jnacl/jnacl.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 11 09:29:28 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Added patch:
* jnacl-bnd.patch
+ add reproducible options to the bnd configuration

-------------------------------------------------------------------
Sat Sep 9 14:28:14 UTC 2023 - Fridrich Strba <fstrba@suse.com>

Expand Down
2 changes: 2 additions & 0 deletions packages/j/jnacl/jnacl.spec
Expand Up @@ -24,6 +24,7 @@ License: BSD-2-Clause
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)
Expand All @@ -42,6 +43,7 @@ This package contains API documentation for %{name}.

%prep
%setup -q
%patch0 -p1

%pom_remove_plugin :maven-source-plugin

Expand Down

0 comments on commit 7d8a8dc

Please sign in to comment.