[jpackage-utils] Check existence of jar file before creating depmap

Stanislav Ochotnicky sochotni at fedoraproject.org
Mon Aug 29 07:59:32 UTC 2011


commit 7aa0aa529a40205e25ae3314a6f3248b4fd7a1c7
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri Aug 26 15:30:19 2011 +0200

    Check existence of jar file before creating depmap
    
    - Add support for additional jar directories

 .gitignore          |    1 +
 jpackage-utils.spec |    8 ++++++--
 sources             |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b3a024..422082f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 jpackage-utils-1.7.5.tar.bz2
 /javapackages-0.2.4.tar.xz
+/javapackages-0.2.5.tar.xz
diff --git a/jpackage-utils.spec b/jpackage-utils.spec
index 32fb19f..441c710 100644
--- a/jpackage-utils.spec
+++ b/jpackage-utils.spec
@@ -32,13 +32,13 @@
 %global distver 1.7
 %global section free
 
-%global fj_version 0.2.4
+%global fj_version 0.2.5
 
 %global debug_package %{nil}
 
 Name:           jpackage-utils
 Version:        1.7.5
-Release:        13%{?dist}
+Release:        14%{?dist}
 Epoch:          0
 Summary:        JPackage utilities
 License:        BSD
@@ -239,6 +239,10 @@ EOF
 
 
 %changelog
+* Fri Aug 26 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.7.5-14
+- Check existence of jar file before creating depmap
+- Add support for additional jar directories
+
 * Tue Jul 19 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.7.5-13
 - Fixed pom directory in javapackages
 
diff --git a/sources b/sources
index 1972989..a8e52bf 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 5039b51d1e80e45da27faf131448eaa8  jpackage-utils-1.7.5.tar.bz2
-f61bed47d8afc28bc51158f8fc458d76  javapackages-0.2.4.tar.xz
+5865f6522493483358e011a242ba9fd5  javapackages-0.2.5.tar.xz


More information about the scm-commits mailing list