Version 1.0.59
This commit is contained in:
parent
e083c10cb5
commit
e263d4bbee
@ -1 +1 @@
|
||||
libguestfs-1.0.58.tar.gz
|
||||
libguestfs-1.0.59.tar.gz
|
||||
|
35
Version.java
35
Version.java
@ -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;
|
||||
}
|
@ -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
|
||||
@ -273,9 +271,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
|
||||
|
||||
|
||||
@ -531,6 +526,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 14 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.59-1
|
||||
- New upstream release 1.0.59.
|
||||
|
||||
* Fri Jul 10 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.58-2
|
||||
- New upstream release 1.0.58.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user