diff --git a/.cvsignore b/.cvsignore index bcf997e..cbe4701 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libguestfs-1.0.58.tar.gz +libguestfs-1.0.59.tar.gz diff --git a/Version.java b/Version.java deleted file mode 100644 index 869dc06..0000000 --- a/Version.java +++ /dev/null @@ -1,35 +0,0 @@ -/* libguestfs generated file - * WARNING: THIS FILE IS GENERATED BY 'src/generator.ml'. - * ANY CHANGES YOU MAKE TO THIS FILE WILL BE LOST. - * - * Copyright (C) 2009 Red Hat Inc. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - */ - -package com.redhat.et.libguestfs; - -/** - * Libguestfs Version structure. - * - * @author rjones - * @see GuestFS - */ -public class Version { - public long major; - public long minor; - public long release; - public String extra; -} diff --git a/libguestfs.spec b/libguestfs.spec index 0a329c0..3bacfc8 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -3,16 +3,14 @@ Summary: Access and modify virtual machine disk images Name: libguestfs -Version: 1.0.58 -Release: 2%{?dist} +Version: 1.0.59 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ Source0: http://libguestfs.org/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Source1: Version.java - # Basic build requirements: BuildRequires: /usr/bin/pod2man BuildRequires: /usr/bin/pod2text @@ -275,9 +273,6 @@ Requires: jpackage-utils %prep %setup -q -# Accidentally missed from 1.0.58, remove in 1.0.59+ -cp -i %{SOURCE1} java/com/redhat/et/libguestfs/ - mkdir -p daemon/m4 @@ -533,6 +528,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 14 2009 Richard W.M. Jones - 1.0.59-1 +- New upstream release 1.0.59. + * Fri Jul 10 2009 Richard W.M. Jones - 1.0.58-2 - New upstream release 1.0.58. diff --git a/sources b/sources index 59f4e21..ce55ff8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -58f083d27b10fbd22aa95328278237de libguestfs-1.0.58.tar.gz +2c30f1c984c56ad19684e590f6b82718 libguestfs-1.0.59.tar.gz