[jenkins-crypto-util] Update to upstream version 1.3

Michal Srb msrb at fedoraproject.org
Wed Feb 26 09:59:57 UTC 2014


commit 8814feb05886296044c4cfc226c56f364e9395e7
Author: Michal Srb <msrb at redhat.com>
Date:   Wed Feb 26 11:00:12 2014 +0100

    Update to upstream version 1.3
    
    - Enable tests

 .gitignore               |    1 +
 jenkins-crypto-util.spec |   12 +++++++-----
 sources                  |    1 +
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16560a8..4c79af2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /crypto-util-1.1.tar.gz
 /LICENSE.txt
+/crypto-util-1.3.tar.gz
diff --git a/jenkins-crypto-util.spec b/jenkins-crypto-util.spec
index 765e5e9..8e3b5a0 100644
--- a/jenkins-crypto-util.spec
+++ b/jenkins-crypto-util.spec
@@ -1,8 +1,8 @@
 %global shortname crypto-util
 
 Name:           jenkins-crypto-util
-Version:        1.1
-Release:        2%{?dist}
+Version:        1.3
+Release:        1%{?dist}
 Summary:        Jenkins crypto-util library
 
 # License is specified in pom file
@@ -37,9 +37,7 @@ cp %{SOURCE1} LICENSE
 %pom_xpath_inject "pom:project" "<groupId>org.jenkins-ci</groupId>"
 
 %build
-# tests are broken, "timestamp check failed" (looks like upstream problem)
-# TODO - investigate more
-%mvn_build -f
+%mvn_build
 
 %install
 %mvn_install
@@ -50,6 +48,10 @@ cp %{SOURCE1} LICENSE
 %doc LICENSE
 
 %changelog
+* Wed Feb 26 2014 Michal Srb <msrb at redhat.com> - 1.3-1
+- Update to upstream version 1.3
+- Enable tests
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 9517206..c013949 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 e36edb9e94a33dfb4737ef6b148869df  crypto-util-1.1.tar.gz
 ebb9535dcdd967d9bd5a580e704113fd  LICENSE.txt
+80ebdd5d6b94decede23abe746003da5  crypto-util-1.3.tar.gz


More information about the scm-commits mailing list