From 477131c918c007cd412a73be051a94c280f6d14d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 2 Jun 2014 10:24:50 +0200 Subject: [PATCH] switch to 1.2.5 --- Makefile | 7 +++---- libvirt.spec | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a3ce6ff..8fc9dc2 100644 --- 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.4.tar.gz -libvirt-URL2 := http://planet-lab.org/third-party/libvirt-1.2.4.tar.gz -libvirt-SHA1SUM := e2f963a21681fdcfd393a48d8160080d9da91bc8 +libvirt-URL1 := http://mirror.onelab.eu/third-party/libvirt-1.2.5.tar.gz +libvirt-URL2 := http://planet-lab.org/third-party/libvirt-1.2.5.tar.gz +libvirt-SHA1SUM := 9153e2ea312b56be3bb16ab942ec07fd3e15cce9 libvirt := $(notdir $(libvirt-URL1)) all: $(ALL) @@ -69,4 +69,3 @@ clean: +%: varname=$(subst +,,$@) +%: @echo "$($(varname))" - diff --git a/libvirt.spec b/libvirt.spec index ab92277..6cf4b33 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1,6 +1,6 @@ # -*- rpm-spec -*- -%define mainstream_version 1.2.4 +%define mainstream_version 1.2.5 %define module_version_varname mainstream_version %define taglevel 1 %define packager PlanetLab/OneLab -- 2.43.0