[spring-retry] Update to upstream version 1.0.3

Michal Srb msrb at fedoraproject.org
Tue Oct 22 04:35:41 UTC 2013


commit 43b169228b6cff964e59ba9df4261a0e66df9dfb
Author: Michal Srb <msrb at redhat.com>
Date:   Tue Oct 22 06:35:17 2013 +0200

    Update to upstream version 1.0.3

 .gitignore        |    1 +
 sources           |    2 +-
 spring-retry.spec |    5 ++++-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6fa8ba4..173efc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /1.0.2.RELEASE.tar.gz
 /LICENSE-2.0.txt
+/1.0.3.RELEASE.tar.gz
diff --git a/sources b/sources
index 77ee164..5ad3cc5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a7d3d45fbff82919fc7f78313a078f88  1.0.2.RELEASE.tar.gz
 3b83ef96387f14655fc854ddc3c6bd57  LICENSE-2.0.txt
+b37eda3d9055c4b92b18e0053f475834  1.0.3.RELEASE.tar.gz
diff --git a/spring-retry.spec b/spring-retry.spec
index 9f70e00..a56fefd 100644
--- a/spring-retry.spec
+++ b/spring-retry.spec
@@ -1,5 +1,5 @@
 Name:           spring-retry
-Version:        1.0.2
+Version:        1.0.3
 Release:        1%{?dist}
 Summary:        Abstraction around retrying failed operations
 
@@ -61,6 +61,9 @@ cp %{SOURCE1} LICENSE.txt
 %doc LICENSE.txt
 
 %changelog
+* Tue Oct 22 2013 Michal Srb <msrb at redhat.com> - 1.0.3-1
+- Update to upstream version 1.0.3
+
 * Tue Oct 08 2013 Michal Srb <msrb at redhat.com> - 1.0.2-1
 - Initial packaging
 


More information about the scm-commits mailing list