rpms/libvirt-java/F-12 .cvsignore, 1.7, 1.8 import.log, 1.5, 1.6 libvirt-java.spec, 1.10, 1.11 sources, 1.8, 1.9

Bryan Kearney bkearney at fedoraproject.org
Fri May 14 18:06:54 UTC 2010


Author: bkearney

Update of /cvs/pkgs/rpms/libvirt-java/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv555/F-12

Modified Files:
	.cvsignore import.log libvirt-java.spec sources 
Log Message:
Move the API up to 0.7.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	29 Jan 2010 16:53:24 -0000	1.7
+++ .cvsignore	14 May 2010 18:06:54 -0000	1.8
@@ -1 +1 @@
-libvirt-java-0.4.2.tar.gz
+libvirt-java-0.4.3.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- import.log	29 Jan 2010 16:53:24 -0000	1.5
+++ import.log	14 May 2010 18:06:54 -0000	1.6
@@ -3,3 +3,4 @@ libvirt-java-0_4_0-1_fc12:F-12:libvirt-j
 libvirt-java-0_4_0-2_fc12:F-12:libvirt-java-0.4.0-2.fc12.src.rpm:1259677128
 libvirt-java-0_4_1-1_fc12:F-12:libvirt-java-0.4.1-1.fc12.src.rpm:1263825541
 libvirt-java-0_4_2-1_fc12:F-12:libvirt-java-0.4.2-1.fc12.src.rpm:1264784059
+libvirt-java-0_4_3-1_fc12:F-12:libvirt-java-0.4.3-1.fc12.src.rpm:1273860585


Index: libvirt-java.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/libvirt-java.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- libvirt-java.spec	29 Jan 2010 16:53:24 -0000	1.10
+++ libvirt-java.spec	14 May 2010 18:06:54 -0000	1.11
@@ -1,6 +1,6 @@
 Summary:    Java bindings for the libvirt virtualization API
 Name:       libvirt-java
-Version:    0.4.2
+Version:    0.4.3
 Prefix:     libvirt
 Release:    1%{?dist}
 License:    LGPLv2+
@@ -11,13 +11,13 @@ URL:        http://libvirt.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires:   jna
-Requires:   libvirt-client >= 0.7.0
-Requires:   java >= 1:1.6.0
+Requires:   libvirt-client >= 0.7.1
+Requires:   java >= 1:1.5.0
 Requires:   jpackage-utils
 BuildRequires:  ant
 BuildRequires:  jna
 BuildRequires:  ant-junit
-BuildRequires:  java-devel >= 1:1.6.0
+BuildRequires:  java-devel >= 1:1.5.0
 BuildRequires:  jpackage-utils
 
 #
@@ -29,7 +29,7 @@ BuildRequires:  jpackage-utils
 %description
 Libvirt-java is a base framework allowing to use libvirt, the virtualization
 API though the Java programming language.
-It requires libvirt-client >= 0.7.0
+It requires libvirt-client >= 0.7.1
 
 %package    devel
 Summary:    Compressed Java source files for %{name}
@@ -45,7 +45,6 @@ to build applications with Libvirt-java.
 %package    javadoc
 Summary:    Java documentation for %{name}
 Group:      Development/Documentation
-Requires:   %{name} = %{version}-%{release}
 Requires:   jpackage-utils
 
 %description    javadoc
@@ -62,7 +61,8 @@ install -d -m0755 %{buildroot}%{_javadir
 install -d -m0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
 cp target/%{prefix}-%{version}.jar %{buildroot}%{_javadir}
 %{__ln_s} %{_javadir}/%{prefix}-%{version}.jar %{buildroot}%{_javadir}/%{prefix}.jar 
-cp -r target/javadoc %{buildroot}%{_javadocdir}/%{name}-%{version}
+cp -r target/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+%{__ln_s} %{_javadocdir}/%{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
 
 %check
 ant test
@@ -83,8 +83,15 @@ rm -rf %{buildroot}
 %files javadoc
 %defattr(-,root,root)
 %{_javadocdir}/%{name}-%{version}
+%{_javadocdir}/%{name}
 
 %changelog
+* Fri May 14 2010 Bryan Kearney <bkearney at redhat.com> - 0.4.3-1
+- Added libvirt API support for up to 0.7.1
+- Reduce java dependencies to 1.5
+- Improved packaging for javadocs
+- Better Free/Close handling
+
 * Fri Jan 29 2010 Bryan Kearney <bkearney at redhat.com> - 0.4.2-1
 - Changed Scheduled Parameters to be a Union instead of a Struct.
 - Better Pointer mappings in the error callback


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	29 Jan 2010 16:53:24 -0000	1.8
+++ sources	14 May 2010 18:06:54 -0000	1.9
@@ -1 +1 @@
-1eda1351bb7378713317a96b4c2c4a68  libvirt-java-0.4.2.tar.gz
+510ebbeaa3af8fc47a35deb2916a9fd0  libvirt-java-0.4.3.tar.gz



More information about the scm-commits mailing list