rpms/librepository/devel librepository-1.1.2.build.patch, 1.1, 1.2 librepository.spec, 1.7, 1.8

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


Author: caolanm

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

Modified Files:
	librepository-1.1.2.build.patch librepository.spec 
Log Message:
fixup

librepository-1.1.2.build.patch:
 build.properties |    4 +++-
 common_build.xml |    6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

Index: librepository-1.1.2.build.patch
===================================================================
RCS file: /cvs/pkgs/rpms/librepository/devel/librepository-1.1.2.build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- librepository-1.1.2.build.patch	17 Nov 2009 20:49:37 -0000	1.1
+++ librepository-1.1.2.build.patch	3 Dec 2009 09:07:12 -0000	1.2
@@ -1,18 +1,18 @@
---- librepository-1.1.2/build.properties	2009-11-17 16:41:36.000000000 +0000
-+++ librepository-1.1.2/build.properties	2009-11-17 16:41:56.000000000 +0000
+--- librepository-1.1.3/build.properties	2009-11-17 16:41:36.000000000 +0000
++++ librepository-1.1.3/build.properties	2009-11-17 16:41:56.000000000 +0000
 @@ -1,7 +1,9 @@
 -project.revision=TRUNK-SNAPSHOT
-+project.revision=1.1.2
++project.revision=1.1.3
  ivy.artifact.group=pentaho-library
  ivy.artifact.id=librepository
  impl.title=LibRepository
  impl.productID=librepository
  src.dir=${basedir}/source
- dependency.libbase.revision=1.1.2
+ dependency.libbase.revision=1.1.3
 +antcontrib.available=true
 +build.cache.dir=lib
---- librepository-1.1.2/common_build.xml	2009-11-17 20:34:29.000000000 +0000
-+++ librepository-1.1.2/common_build.xml	2009-11-17 20:36:51.000000000 +0000
+--- librepository-1.1.3/common_build.xml	2009-11-17 20:34:29.000000000 +0000
++++ librepository-1.1.3/common_build.xml	2009-11-17 20:36:51.000000000 +0000
 @@ -1071,6 +1071,7 @@
          <path refid="classpath" />
        </classpath>
@@ -23,7 +23,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/repository/email/**"/>
@@ -31,3 +31,10 @@
      </javadoc>
    </target>
  
+@@ -1648,4 +1652,4 @@
+     </dot-classpath>
+   </target>
+ 
+-</project>
+\ No hay ningún carácter de nueva línea al final del fichero
++</project>


Index: librepository.spec
===================================================================
RCS file: /cvs/pkgs/rpms/librepository/devel/librepository.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- librepository.spec	3 Dec 2009 08:52:42 -0000	1.7
+++ librepository.spec	3 Dec 2009 09:07:13 -0000	1.8
@@ -9,9 +9,9 @@ License: LGPLv2+
 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, libbase >= 1.1.2
+BuildRequires: ant, ant-contrib, ant-nodeps, java-devel, jpackage-utils, 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




More information about the scm-commits mailing list