libvirt-1.2.3
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 7 Apr 2014 11:04:24 +0000 (13:04 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 7 Apr 2014 11:04:24 +0000 (13:04 +0200)
Makefile
libvirt.spec

index 8d1dc12..7c1549b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,9 @@ SHA1SUM                 := sha1sum
 # tried to download this on the fly using git archive at git://libvirt.org/libvirt.git
 # but it feels like git archive is not supported/allowed there
 ALL                     += libvirt
-libvirt-URL1           := http://mirror.onelab.eu/third-party/libvirt-1.2.1.tar.gz
-libvirt-URL2           := http://planet-lab.org/third-party/libvirt-1.2.1.tar.gz
-libvirt-SHA1SUM        := ea8e237e0df9f1828ff4a7a649c42aa45af7ecd7
+libvirt-URL1           := http://mirror.onelab.eu/third-party/libvirt-1.2.3.tar.gz
+libvirt-URL2           := http://planet-lab.org/third-party/libvirt-1.2.3.tar.gz
+libvirt-SHA1SUM        := 36763621a430674312fdd08a9c367517e9a2e82e
 libvirt                := $(notdir $(libvirt-URL1))
 
 all: $(ALL)
index 1c725f5..88e178b 100644 (file)
@@ -1,6 +1,6 @@
 # -*- rpm-spec -*-
 
-%define mainstream_version 1.2.1
+%define mainstream_version 1.2.3
 %define module_version_varname mainstream_version
 %define taglevel 1
 %define packager PlanetLab/OneLab