[Pkg-libvirt-commits] [libguestfs] branch experimental updated (158f49f -> 8914f90)

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 9 11:21:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a change to branch experimental
in repository libguestfs.

      from  158f49f   1:1.25.42-1
       new  1695498   Allow gnulib tests to be disabled.
       new  6aa64ee   java: run: Add java/.libs to LD_LIBRARY_PATH so JVM finds the right JNI file.
       new  d00840d   java: Fix bogus construction of all RStructList returned values (RHBZ#1073906).
       new  8c21963   java: Split long lines in generated output, and add other whitespace.
       new  7a0e71f   java: Factor out common field code in RStructList.
       new  dff3528   java: Use correct Set*Field JNI accessors to set fields of the appropriate type.
       new  ebf8a36   bindtests: Fill in all fields in dummy lvm_pv struct.
       new  1ba2e3e   java: Add regression test for RStruct/RStructList (RHBZ#1073906).
       new  2b3131c   java: Document how to use optional parameters in the guestfs-java(3) man page.
       new  6fa9e5d   java: Document how to compile and run Java programs.
       new  29440e2   java: Complete test suite.
       new  596955c   Version 1.25.43.
       new  3ced928   Imported Upstream version 1.25.43
       new  d12f61d   Merge tag 'upstream/1.25.43'
       new  a578878   Updated patch queue; upstream now makes it possible (not the default) to disable the Gnulib tests.
       new  8914f90   1:1.25.43-1

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 BUGS                                               |  12 +-
 ChangeLog                                          |  93 +++
 Makefile.am                                        |   5 +-
 Makefile.in                                        |  45 +-
 configure                                          |  53 +-
 configure.ac                                       |  10 +-
 debian/changelog                                   |   8 +
 .../0003-Disable-gnulib-tests-by-default.patch     |  45 --
 ...> 0003-golang-Fix-for-out-of-tree-builds.patch} |   2 +-
 debian/patches/series                              |   3 +-
 debian/rules                                       |   1 +
 generator/bindtests.ml                             |  34 +-
 generator/java.ml                                  |  58 +-
 gobject/docs/guestfs-docs.sgml                     |   4 +-
 gobject/docs/html/index.html                       |   2 +-
 java/Makefile.am                                   |   8 +-
 java/Makefile.in                                   |   8 +-
 java/com_redhat_et_libguestfs_GuestFS.c            | 831 ++++++++++++++-------
 java/examples/guestfs-java.pod                     |  77 ++
 java/run-bindtests                                 |   2 +-
 java/run-java-tests                                |   2 +-
 .../{GuestFS020Create.java => GuestFS010Load.java} |  12 +-
 ...FS020Create.java => GuestFS030CreateFlags.java} |  16 +-
 ...20Create.java => GuestFS040CreateMultiple.java} |  12 +-
 ...Create.java => GuestFS050HandleProperties.java} |  12 +-
 ...ssages.java => GuestFS430ProgressMessages.java} |  61 +-
 java/t/GuestFS800RHBZ1073906.java                  |  75 ++
 po-docs/ja.po                                      | 210 +++++-
 po-docs/ja/guestfish.1                             |   4 +-
 po-docs/ja/guestfs-erlang.3                        |   4 +-
 po-docs/ja/guestfs-examples.3                      |   4 +-
 po-docs/ja/guestfs-faq.1                           |   4 +-
 po-docs/ja/guestfs-golang.3                        |   4 +-
 po-docs/ja/guestfs-java.3                          |  88 ++-
 po-docs/ja/guestfs-java.pod                        |  76 ++
 po-docs/ja/guestfs-lua.3                           |   4 +-
 po-docs/ja/guestfs-ocaml.3                         |   4 +-
 po-docs/ja/guestfs-performance.1                   |   4 +-
 po-docs/ja/guestfs-perl.3                          |   4 +-
 po-docs/ja/guestfs-python.3                        |   4 +-
 po-docs/ja/guestfs-recipes.1                       |   4 +-
 po-docs/ja/guestfs-release-notes.1                 |   4 +-
 po-docs/ja/guestfs-ruby.3                          |   4 +-
 po-docs/ja/guestfs-testing.1                       |   4 +-
 po-docs/ja/guestfs.3                               |   4 +-
 po-docs/ja/guestfsd.8                              |   4 +-
 po-docs/ja/guestmount.1                            |   4 +-
 po-docs/ja/guestunmount.1                          |   4 +-
 po-docs/ja/libguestfs-make-fixed-appliance.1       |   4 +-
 po-docs/ja/libguestfs-test-tool.1                  |   4 +-
 po-docs/ja/libguestfs-tools.conf.5                 |   4 +-
 po-docs/ja/virt-alignment-scan.1                   |   4 +-
 po-docs/ja/virt-builder.1                          |   4 +-
 po-docs/ja/virt-cat.1                              |   4 +-
 po-docs/ja/virt-copy-in.1                          |   4 +-
 po-docs/ja/virt-copy-out.1                         |   4 +-
 po-docs/ja/virt-df.1                               |   4 +-
 po-docs/ja/virt-edit.1                             |   4 +-
 po-docs/ja/virt-filesystems.1                      |   4 +-
 po-docs/ja/virt-format.1                           |   4 +-
 po-docs/ja/virt-index-validate.1                   |   4 +-
 po-docs/ja/virt-inspector.1                        |   4 +-
 po-docs/ja/virt-list-filesystems.1                 |   4 +-
 po-docs/ja/virt-list-partitions.1                  |   4 +-
 po-docs/ja/virt-ls.1                               |   4 +-
 po-docs/ja/virt-make-fs.1                          |   4 +-
 po-docs/ja/virt-rescue.1                           |   4 +-
 po-docs/ja/virt-resize.1                           |   4 +-
 po-docs/ja/virt-sparsify.1                         |   4 +-
 po-docs/ja/virt-sysprep.1                          |   4 +-
 po-docs/ja/virt-tar-in.1                           |   4 +-
 po-docs/ja/virt-tar-out.1                          |   4 +-
 po-docs/ja/virt-tar.1                              |   4 +-
 po-docs/ja/virt-win-reg.1                          |   4 +-
 po-docs/libguestfs-docs.pot                        | 186 ++++-
 po-docs/uk.po                                      | 207 ++++-
 po-docs/uk/guestfish.1                             |   4 +-
 po-docs/uk/guestfs-erlang.3                        |   4 +-
 po-docs/uk/guestfs-examples.3                      |   4 +-
 po-docs/uk/guestfs-faq.1                           |   4 +-
 po-docs/uk/guestfs-golang.3                        |   4 +-
 po-docs/uk/guestfs-java.3                          |  88 ++-
 po-docs/uk/guestfs-java.pod                        |  76 ++
 po-docs/uk/guestfs-lua.3                           |   4 +-
 po-docs/uk/guestfs-ocaml.3                         |   4 +-
 po-docs/uk/guestfs-performance.1                   |   4 +-
 po-docs/uk/guestfs-perl.3                          |   4 +-
 po-docs/uk/guestfs-python.3                        |   4 +-
 po-docs/uk/guestfs-recipes.1                       |   4 +-
 po-docs/uk/guestfs-release-notes.1                 |   4 +-
 po-docs/uk/guestfs-ruby.3                          |   4 +-
 po-docs/uk/guestfs-testing.1                       |   4 +-
 po-docs/uk/guestfs.3                               |   4 +-
 po-docs/uk/guestfsd.8                              |   4 +-
 po-docs/uk/guestmount.1                            |   4 +-
 po-docs/uk/guestunmount.1                          |   4 +-
 po-docs/uk/libguestfs-make-fixed-appliance.1       |   4 +-
 po-docs/uk/libguestfs-test-tool.1                  |   4 +-
 po-docs/uk/libguestfs-tools.conf.5                 |   4 +-
 po-docs/uk/virt-alignment-scan.1                   |   4 +-
 po-docs/uk/virt-builder.1                          |   4 +-
 po-docs/uk/virt-cat.1                              |   4 +-
 po-docs/uk/virt-copy-in.1                          |   4 +-
 po-docs/uk/virt-copy-out.1                         |   4 +-
 po-docs/uk/virt-df.1                               |   4 +-
 po-docs/uk/virt-edit.1                             |   4 +-
 po-docs/uk/virt-filesystems.1                      |   4 +-
 po-docs/uk/virt-format.1                           |   4 +-
 po-docs/uk/virt-index-validate.1                   |   4 +-
 po-docs/uk/virt-inspector.1                        |   4 +-
 po-docs/uk/virt-list-filesystems.1                 |   4 +-
 po-docs/uk/virt-list-partitions.1                  |   4 +-
 po-docs/uk/virt-ls.1                               |   4 +-
 po-docs/uk/virt-make-fs.1                          |   4 +-
 po-docs/uk/virt-rescue.1                           |   4 +-
 po-docs/uk/virt-resize.1                           |   4 +-
 po-docs/uk/virt-sparsify.1                         |   4 +-
 po-docs/uk/virt-sysprep.1                          |   4 +-
 po-docs/uk/virt-tar-in.1                           |   4 +-
 po-docs/uk/virt-tar-out.1                          |   4 +-
 po-docs/uk/virt-tar.1                              |   4 +-
 po-docs/uk/virt-win-reg.1                          |   4 +-
 po/libguestfs.pot                                  |   4 +-
 run.in                                             |   4 +-
 src/bindtests.c                                    |  34 +-
 tests/guests/guest-aux/fedora-name.db              | Bin 12288 -> 12288 bytes
 tests/guests/guest-aux/fedora-packages.db          | Bin 12288 -> 12288 bytes
 127 files changed, 2141 insertions(+), 675 deletions(-)
 delete mode 100644 debian/patches/0003-Disable-gnulib-tests-by-default.patch
 rename debian/patches/{0004-golang-Fix-for-out-of-tree-builds.patch => 0003-golang-Fix-for-out-of-tree-builds.patch} (97%)
 copy java/t/{GuestFS020Create.java => GuestFS010Load.java} (76%)
 copy java/t/{GuestFS020Create.java => GuestFS030CreateFlags.java} (67%)
 copy java/t/{GuestFS020Create.java => GuestFS040CreateMultiple.java} (78%)
 copy java/t/{GuestFS020Create.java => GuestFS050HandleProperties.java} (75%)
 copy java/t/{GuestFS420LogMessages.java => GuestFS430ProgressMessages.java} (51%)
 create mode 100644 java/t/GuestFS800RHBZ1073906.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list