rpms/libguestfs/devel .cvsignore, 1.51, 1.52 libguestfs.spec, 1.103, 1.104 sources, 1.51, 1.52

Richard W.M. Jones rjones at fedoraproject.org
Wed Oct 14 14:54:45 UTC 2009


Author: rjones

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

Modified Files:
	.cvsignore libguestfs.spec sources 
Log Message:
* Wed Oct 14 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.73-1
- New upstream release 1.0.73.
- OCaml library now depends on xml-light.
- Deal with installed documentation.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/.cvsignore,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- .cvsignore	23 Sep 2009 13:39:05 -0000	1.51
+++ .cvsignore	14 Oct 2009 14:54:45 -0000	1.52
@@ -1 +1 @@
-libguestfs-1.0.72.tar.gz
+libguestfs-1.0.73.tar.gz


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -p -r1.103 -r1.104
--- libguestfs.spec	29 Sep 2009 08:12:31 -0000	1.103
+++ libguestfs.spec	14 Oct 2009 14:54:45 -0000	1.104
@@ -4,8 +4,8 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Epoch:       1
-Version:     1.0.72
-Release:     2%{?dist}
+Version:     1.0.73
+Release:     1%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://libguestfs.org/
@@ -50,6 +50,7 @@ Requires:      grub, ntfsprogs
 # different languages:
 BuildRequires: ocaml
 BuildRequires: ocaml-findlib-devel
+BuildRequires: ocaml-xml-light-devel
 BuildRequires: perl-devel
 BuildRequires: perl-Test-Simple
 BuildRequires: perl-Test-Pod
@@ -413,6 +414,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/libguestfs_
 # Generator shouldn't be executable when we distribute it.
 chmod -x src/generator.ml
 
+# Move installed documentation back to the source directory so
+# we can install it using a %%doc rule.
+mv $RPM_BUILD_ROOT%{_docdir}/libguestfs installed-docs
+
 # Find locale files.
 %find_lang %{name}
 
@@ -441,6 +446,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc ChangeLog HACKING TODO README ex html/guestfs.3.html html/pod.css
 %doc src/generator.ml
+%doc installed-docs/*
 %{_libdir}/libguestfs.so
 %{_mandir}/man3/guestfs.3*
 %{_mandir}/man3/libguestfs.3*
@@ -536,6 +542,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 14 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.73-1
+- New upstream release 1.0.73.
+- OCaml library now depends on xml-light.
+- Deal with installed documentation.
+
 * Tue Sep 29 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.72-2
 - Force rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/sources,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- sources	23 Sep 2009 13:39:05 -0000	1.51
+++ sources	14 Oct 2009 14:54:45 -0000	1.52
@@ -1 +1 @@
-d6c66e405e34c256c05860cb25801a0d  libguestfs-1.0.72.tar.gz
+749041818f250f50f4ed8afbfc0fc568  libguestfs-1.0.73.tar.gz




More information about the fedora-extras-commits mailing list