[wss4j] Upstream release 1.6.9

Marek Goldmann goldmann at fedoraproject.org
Mon Mar 4 08:34:09 UTC 2013


commit 588632722674dbe69b079f0cfb05cb05adfc9a50
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Mon Mar 4 09:20:32 2013 +0100

    Upstream release 1.6.9

 .gitignore |    1 +
 sources    |    2 +-
 wss4j.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c2fc88..c52f498 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /wss4j-src-1.5.12.zip
 /wss4j-src-1.6.7.zip
+/wss4j-src-1.6.9.zip
diff --git a/sources b/sources
index 123fea3..b533b22 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f168bfda246522be90bae84533a277eb  wss4j-src-1.6.7.zip
+8a98d0eff55f44f3c83a632b45b174f4  wss4j-src-1.6.9.zip
diff --git a/wss4j.spec b/wss4j.spec
index 92f3ac6..e8c24aa 100644
--- a/wss4j.spec
+++ b/wss4j.spec
@@ -1,6 +1,6 @@
 Name:           wss4j 
-Version:        1.6.7
-Release:        4%{?dist}
+Version:        1.6.9
+Release:        1%{?dist}
 Summary:        Apache WS-Security implementation
 
 Group:          Development/Libraries
@@ -60,7 +60,7 @@ This package contains the API documentation for %{name}.
 %prep
 %setup -q
 
-sed -i "s|bcprov-jdk15|bcprov-jdk16|" pom.xml
+sed -i "s|bcprov-jdk15on|bcprov-jdk16|" pom.xml
 
 # This plugin does not impact the build, and it currently raises this error:
 # Reporting mojo's can only be called from ReportDocumentRender
@@ -98,6 +98,9 @@ install -m 0644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Mon Mar 04 2013 Marek Goldmann <mgoldman at redhat.com> - 1.6.9-1
+- Upstream release 1.6.9
+
 * Fri Feb 22 2013 Andy Grimm <agrimm at gmail.com> - 1.6.7-4
 - Add maven-shared to BuildRequires (RHBZ#914581)
 


More information about the scm-commits mailing list