rpms/libloader/devel .cvsignore, 1.5, 1.6 libloader-1.1.2.build.patch, 1.1, 1.2 libloader.spec, 1.6, 1.7 sources, 1.5, 1.6

Caolan McNamara caolanm at fedoraproject.org
Thu Dec 3 09:13:46 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/libloader/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2767

Modified Files:
	.cvsignore libloader-1.1.2.build.patch libloader.spec sources 
Log Message:
latest version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libloader/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	17 Nov 2009 15:17:19 -0000	1.5
+++ .cvsignore	3 Dec 2009 09:13:45 -0000	1.6
@@ -1 +1 @@
-libloader-1.1.2.zip
+libloader-1.1.3.zip

libloader-1.1.2.build.patch:
 build.properties |    6 ++++--
 common_build.xml |    6 +++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

Index: libloader-1.1.2.build.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libloader/devel/libloader-1.1.2.build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libloader-1.1.2.build.patch	17 Nov 2009 15:17:19 -0000	1.1
+++ libloader-1.1.2.build.patch	3 Dec 2009 09:13:45 -0000	1.2
@@ -1,22 +1,22 @@
---- libloader-1.1.2/build.properties	2009-11-17 14:12:00.000000000 +0000
-+++ libloader-1.1.2/build.properties	2009-11-17 14:12:48.000000000 +0000
+--- libloader-1.1.3/build.properties	2009-11-17 14:12:00.000000000 +0000
++++ libloader-1.1.3/build.properties	2009-11-17 14:12:48.000000000 +0000
 @@ -1,4 +1,4 @@
 -project.revision=TRUNK-SNAPSHOT
-+project.revision=1.1.2
++project.revision=1.1.3
  ivy.artifact.group=pentaho-library
  ivy.artifact.id=libloader
  impl.title=LibLoader
 @@ -6,4 +6,6 @@
  src.dir=${basedir}/source
- dependency.libbase.revision=1.1.2
- dependency.libpixie.revision=1.1.2
+ dependency.libbase.revision=1.1.3
+ dependency.libpixie.revision=1.1.3
 -testsrc.dir=${basedir}/test
 \ No newline at end of file
 +testsrc.dir=${basedir}/test
 +antcontrib.available=true
 +build.cache.dir=lib
---- libloader-1.1.2/common_build.xml	2009-11-17 14:55:31.000000000 +0000
-+++ libloader-1.1.2/common_build.xml	2009-11-17 14:56:48.000000000 +0000
+--- libloader-1.1.3/common_build.xml	2009-11-17 14:55:31.000000000 +0000
++++ libloader-1.1.3/common_build.xml	2009-11-17 14:56:48.000000000 +0000
 @@ -1071,6 +1071,7 @@
          <path refid="classpath" />
        </classpath>
@@ -27,7 +27,7 @@
  
 @@ -1356,6 +1357,9 @@
               doctitle="${impl.title} documentation">
-       <link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
+       <link href="http://java.sun.com/j2se/${javac.source}.0/docs/api/" />
        <classpath refid="classpath" />
 +      <packageset dir="source">
 +        <exclude name="org/pentaho/reporting/libraries/resourceloader/modules/**"/>
@@ -35,3 +35,10 @@
      </javadoc>
    </target>
  
+@@ -1648,4 +1652,4 @@
+     </dot-classpath>
+   </target>
+ 
+-</project>
+\ No newline at end of file
++</project>


Index: libloader.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libloader/devel/libloader.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- libloader.spec	17 Nov 2009 15:17:19 -0000	1.6
+++ libloader.spec	3 Dec 2009 09:13:45 -0000	1.7
@@ -2,7 +2,7 @@
 %define with_gcj %{!?_without_gcj:1}%{?_without_gcj:0}
 
 Name: libloader
-Version: 1.1.2
+Version: 1.1.3
 Release: 1%{?dist}
 Summary: Resource Loading Framework
 License: LGPLv2+
@@ -10,9 +10,9 @@ Group: System Environment/Libraries
 Source: http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
 URL: http://reporting.pentaho.org/
 BuildRequires: ant, ant-contrib, ant-nodeps, java-devel, jpackage-utils
-BuildRequires: libbase >= 1.1.2
+BuildRequires: libbase >= 1.1.3
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: java, jpackage-utils, libbase >= 1.1.2
+Requires: java, jpackage-utils, libbase >= 1.1.3
 %if %{with_gcj}
 BuildRequires: java-gcj-compat-devel >= 1.0.31
 Requires(post): java-gcj-compat >= 1.0.31
@@ -104,6 +104,9 @@ fi
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Dec 02 2009 Caolan McNamara <caolanm at redhat.com> 1.1.3
+- latest version
+
 * Tue Nov 17 2009 Caolan McNamara <caolanm at redhat.com> 1.1.2
 - latest version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libloader/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	17 Nov 2009 15:17:19 -0000	1.5
+++ sources	3 Dec 2009 09:13:45 -0000	1.6
@@ -1 +1 @@
-75bbd5cb221dace0c57417c9de273cc2  libloader-1.1.2.zip
+f124dafb3f8acd1c1fbffa3e346666c4  libloader-1.1.3.zip




More information about the scm-commits mailing list