[liquibase] Update liquibase to 2.0.3-7

Devan Goodwin dgoodwin at fedoraproject.org
Thu May 3 17:58:56 UTC 2012


commit 9528995a359e7424c19cd5ee0d505d04cbb39312
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Thu May 3 14:58:53 2012 -0300

    Update liquibase to 2.0.3-7
    
    Fix offline failures looking for dbchangelog XSD.

 build.xml      |    4 ++++
 liquibase.spec |    6 +++++-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/build.xml b/build.xml
index d114e36..40531be 100644
--- a/build.xml
+++ b/build.xml
@@ -9,6 +9,7 @@
     <property name="build" location="build"/>
     <property name="dist"  location="dist"/>
     <property name="lib.dir" location="${libdir}" />
+    <property name="resources.dir" location="${src}/resources" />
 
     <target name="init">
         <!-- Create the time stamp -->
@@ -27,6 +28,9 @@
                 </fileset>
             </classpath>
         </javac>
+        <copy todir="${build}">
+          <fileset dir="${resources.dir}" />
+        </copy>
     </target>
 
     <target name="package" depends="compile"
diff --git a/liquibase.spec b/liquibase.spec
index 814cb8c..f91689b 100644
--- a/liquibase.spec
+++ b/liquibase.spec
@@ -1,7 +1,7 @@
 Name: liquibase
 Summary: Database Refactoring Tool
 Version: 2.0.3
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: ASL 2.0
 Group: Applications/Databases
 
@@ -67,6 +67,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu May 03 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 2.0.3-7
+- 818510: Fix offline failures looking for dbchangelog XSD.
+  (dgoodwin at redhat.com)
+
 * Mon Apr 16 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 2.0.3-6
 - Generate and package javadocs.
 - Cleanup rpmlint warnings.


More information about the scm-commits mailing list