Version 0.1.5. 0.1.5
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 15 Jan 2011 18:19:48 +0000 (18:19 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 15 Jan 2011 18:21:38 +0000 (18:21 +0000)
configure.ac
guestfs-browser.spec.in

index 5ea8da1..6dd658e 100644 (file)
@@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License along
 dnl with this program; if not, write to the Free Software Foundation, Inc.,
 dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-AC_INIT([guestfs-browser],[0.1.4])
+AC_INIT([guestfs-browser],[0.1.5])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_MACRO_DIR([m4])
 
index 790d844..a4f69e3 100644 (file)
@@ -17,7 +17,7 @@ BuildRequires:  libvirt-devel
 BuildRequires:  ocaml
 BuildRequires:  ocaml-bitstring-devel
 BuildRequires:  ocaml-camlp4-devel
-BuildRequires:  ocaml-camomile-devel, ocaml-camomile-data
+BuildRequires:  ocaml-camomile-devel >= 0.8.1, ocaml-camomile-data
 BuildRequires:  ocaml-extlib-devel
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-hivex-devel
@@ -71,5 +71,5 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue Dec 14 2010 Richard W.M. Jones <rjones@redhat.com> - @VERSION@-1
+* Sat Jan 15 2011 Richard W.M. Jones <rjones@redhat.com> - @VERSION@-1
 - Initial RPM release.