public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/canl-java] epel9: Update bouncycastle build requires
@ 2026-08-30 10:41 Mattias Ellert
  0 siblings, 0 replies; only message in thread
From: Mattias Ellert @ 2026-08-30 10:41 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/canl-java
Branch : epel9
Commit : 591e3deb379c85acb52ab337381f329e2d74fbcd
Author : Mattias Ellert <mattias.ellert@physics.uu.se>
Date   : 2024-03-14T15:43:16+01:00
Stats  : +15/-19 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/canl-java/c/591e3deb379c85acb52ab337381f329e2d74fbcd?branch=epel9

Log:
Update bouncycastle build requires

---
diff --git a/canl-java.spec b/canl-java.spec
index 5ca44f6..cfb826d 100644
--- a/canl-java.spec
+++ b/canl-java.spec
@@ -1,6 +1,6 @@
 Name:		canl-java
 Version:	2.8.3
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	EMI Common Authentication library - bindings for Java
 
 #		The main parts of the code are BSD
@@ -21,10 +21,8 @@ BuildRequires:	maven-local
 BuildRequires:	mvn(commons-io:commons-io) >= 2.4
 BuildRequires:	mvn(junit:junit) >= 4.8
 BuildRequires:	mvn(org.assertj:assertj-core)
-BuildRequires:	mvn(org.bouncycastle:bcpkix-jdk15on) >= 1.69
-BuildRequires:	mvn(org.bouncycastle:bcprov-jdk15on) >= 1.69
-Requires:	mvn(org.bouncycastle:bcpkix-jdk15on) >= 1.69
-Requires:	mvn(org.bouncycastle:bcprov-jdk15on) >= 1.69
+BuildRequires:	mvn(org.bouncycastle:bcpkix-jdk18on) >= 1.69
+Requires:	mvn(org.bouncycastle:bcpkix-jdk18on) >= 1.69
 
 %description
 This is the Java part of the EMI caNl -- the Common Authentication Library.
@@ -37,10 +35,7 @@ Javadoc documentation for EMI caNl.
 
 %prep
 %setup -q -n %{name}-canl-%{version}
-%patch0 -p1
-
-%pom_change_dep org.bouncycastle:bcprov-jdk18on org.bouncycastle:bcprov-jdk15on
-%pom_change_dep org.bouncycastle:bcpkix-jdk18on org.bouncycastle:bcpkix-jdk15on
+%patch -P 0 -p1
 
 # Remove maven-wagon-webdav-jackrabbit dependency
 %pom_xpath_remove pom:build/pom:extensions
@@ -72,6 +67,9 @@ Javadoc documentation for EMI caNl.
 %license LICENSE.txt
 
 %changelog
+* Thu Mar 14 2024 Mattias Ellert <mattias.ellert@physics.uu.se> - 2.8.3-6
+- Update bouncycastle build requires
+
 * Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 2.8.3-5
 - Rebuilt for java-21-openjdk as system jdk
 

diff --git a/canl-java.spec b/canl-java.spec
index 9cc73f0..cfb826d 100644
--- a/canl-java.spec
+++ b/canl-java.spec
@@ -1,6 +1,6 @@
 Name:		canl-java
 Version:	2.8.3
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	EMI Common Authentication library - bindings for Java
 
 #		The main parts of the code are BSD
@@ -21,10 +21,8 @@ BuildRequires:	maven-local
 BuildRequires:	mvn(commons-io:commons-io) >= 2.4
 BuildRequires:	mvn(junit:junit) >= 4.8
 BuildRequires:	mvn(org.assertj:assertj-core)
-BuildRequires:	mvn(org.bouncycastle:bcpkix-jdk15on) >= 1.69
-BuildRequires:	mvn(org.bouncycastle:bcprov-jdk15on) >= 1.69
-Requires:	mvn(org.bouncycastle:bcpkix-jdk15on) >= 1.69
-Requires:	mvn(org.bouncycastle:bcprov-jdk15on) >= 1.69
+BuildRequires:	mvn(org.bouncycastle:bcpkix-jdk18on) >= 1.69
+Requires:	mvn(org.bouncycastle:bcpkix-jdk18on) >= 1.69
 
 %description
 This is the Java part of the EMI caNl -- the Common Authentication Library.
@@ -37,10 +35,7 @@ Javadoc documentation for EMI caNl.
 
 %prep
 %setup -q -n %{name}-canl-%{version}
-%patch0 -p1
-
-%pom_change_dep org.bouncycastle:bcprov-jdk18on org.bouncycastle:bcprov-jdk15on
-%pom_change_dep org.bouncycastle:bcpkix-jdk18on org.bouncycastle:bcpkix-jdk15on
+%patch -P 0 -p1
 
 # Remove maven-wagon-webdav-jackrabbit dependency
 %pom_xpath_remove pom:build/pom:extensions
@@ -72,7 +67,10 @@ Javadoc documentation for EMI caNl.
 %license LICENSE.txt
 
 %changelog
-* Sat Mar 02 2024 Jiri Vanek <jvanek@redhat.com> - 2.8.3-5
+* Thu Mar 14 2024 Mattias Ellert <mattias.ellert@physics.uu.se> - 2.8.3-6
+- Update bouncycastle build requires
+
+* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 2.8.3-5
 - Rebuilt for java-21-openjdk as system jdk
 
 * Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-30 10:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 10:41 [rpms/canl-java] epel9: Update bouncycastle build requires Mattias Ellert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox