public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Endi S. Dewata <edewata@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/jss] pqc: Rebase to JSS 5.2.0-beta1
Date: Tue, 28 Jul 2026 16:49:04 GMT	[thread overview]
Message-ID: <178525734413.1.4198721334391230202.rpms-jss-e1fb53d4aa5c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/jss
Branch : pqc
Commit : e1fb53d4aa5cada1f4cd9b73e5fb9a32921d79b3
Author : Endi S. Dewata <edewata@redhat.com>
Date   : 2022-04-11T14:20:55-05:00
Stats  : +22/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/jss/c/e1fb53d4aa5cada1f4cd9b73e5fb9a32921d79b3?branch=pqc

Log:
Rebase to JSS 5.2.0-beta1

---
diff --git a/.gitignore b/.gitignore
index f8083a5..ca5b012 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ jss-4.2.6.tar.gz
 /jss-5.0.0.tar.gz
 /jss-5.1.0-alpha2.tar.gz
 /jss-5.1.0.tar.gz
+/jss-5.2.0-beta1.tar.gz

diff --git a/jss.spec b/jss.spec
index 9d0dd7f..0ed4ff9 100644
--- a/jss.spec
+++ b/jss.spec
@@ -8,9 +8,9 @@ License:        MPLv1.1 or GPLv2+ or LGPLv2+
 
 # For development (i.e. unsupported) releases, use x.y.z-0.n.<phase>.
 # For official (i.e. supported) releases, use x.y.z-r where r >=1.
-Version:        5.1.0
-Release:        1%{?_timestamp}%{?_commit_id}%{?dist}
-#global         _phase -alpha2
+Version:        5.2.0
+Release:        0.2.beta1%{?_timestamp}%{?_commit_id}%{?dist}
+%global         _phase -beta1
 
 # To generate the source tarball:
 # $ git clone https://github.com/dogtagpki/jss.git
@@ -101,12 +101,16 @@ This package contains the API documentation for JSS.
 
 ################################################################################
 %prep
+################################################################################
 
 %autosetup -n %{name}-%{version}%{?_phase} -p 1
 
 ################################################################################
 %build
+################################################################################
 
+# Set build flags for CMake
+# (see /usr/lib/rpm/macros.d/macros.cmake)
 %set_build_flags
 
 export JAVA_HOME=%{java_home}
@@ -124,8 +128,14 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
 ./build.sh \
     %{?_verbose:-v} \
     --work-dir=%{_vpath_builddir} \
-    --jni-dir=%{_jnidir} \
+    --prefix-dir=%{_prefix} \
+    --include-dir=%{_includedir} \
     --lib-dir=%{_libdir} \
+    --sysconfig-dir=%{_sysconfigdir} \
+    --share-dir=%{_datadir} \
+    --cmake=%{__cmake} \
+    --java-home=%{java_home} \
+    --jni-dir=%{_jnidir} \
     --version=%{version} \
     %{!?with_javadoc:--without-javadoc} \
     %{?with_tests:--with-tests} \
@@ -133,6 +143,7 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
 
 ################################################################################
 %install
+################################################################################
 
 ./build.sh \
     %{?_verbose:-v} \
@@ -142,6 +153,7 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
 
 ################################################################################
 %files
+################################################################################
 
 %defattr(-,root,root,-)
 %doc jss.html
@@ -152,6 +164,7 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
 %if %{with javadoc}
 ################################################################################
 %files javadoc
+################################################################################
 
 %defattr(-,root,root,-)
 %{_javadocdir}/%{name}/
@@ -159,6 +172,9 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
 
 ################################################################################
 %changelog
+* Mon Apr 11 2022 Dogtag PKI Team <devel@lists.dogtagpki.org> - 5.2.0-0.2.beta1
+- Rebase to JSS 5.2.0-beta1
+
 * Mon Feb 14 2022 Dogtag PKI Team <devel@lists.dogtagpki.org> - 5.1.0-1
 - Rebase to JSS 5.1.0
 

diff --git a/sources b/sources
index eefcf57..b03417d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jss-5.1.0.tar.gz) = 5bed03b443a2f9c8912e153a27469bdd6e8363465c3748c39defb19de1db1f489293ff86aeb6be7417e1b4bdc2c7915847b35521c220c68e18b2c15c24144306
+SHA512 (jss-5.2.0-beta1.tar.gz) = be6f4612567676e797bb07a00cbc8e6ebab4e930770e00514152e5c3389a0484dcc3eb959c3c57d33d12ed38fbf160a02c69d1c6d5c7b40b93b9fe90cbf0bbb3

                 reply	other threads:[~2026-07-28 16:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178525734413.1.4198721334391230202.rpms-jss-e1fb53d4aa5c@fedoraproject.org \
    --to=edewata@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox