From a05e5793e23b13884a2974139514ee75f765ae2f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 12 May 2014 15:53:18 +0200 Subject: [PATCH] using 1.2.4 --- Makefile | 6 +++--- libvirt-python.spec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 661c0c3..994cd84 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ WEBFETCH := wget SHA1SUM := sha1sum ALL += libvirt-python -libvirt-python-URL1 := http://mirror.onelab.eu/third-party/libvirt-python-1.2.3.tar.gz -libvirt-python-URL2 := http://planet-lab.org/third-party/libvirt-python-1.2.3.tar.gz -libvirt-python-SHA1SUM := a97fe15f22f5dd9ca1d5ef48e6e5e302be372feb +libvirt-python-URL1 := http://mirror.onelab.eu/third-party/libvirt-python-1.2.4.tar.gz +libvirt-python-URL2 := http://planet-lab.org/third-party/libvirt-python-1.2.4.tar.gz +libvirt-python-SHA1SUM := 1c41027fac688cd2d6e8ae01819acc4317352db5 libvirt-python := $(notdir $(libvirt-python-URL1)) all: $(ALL) diff --git a/libvirt-python.spec b/libvirt-python.spec index 61db725..2bdecf7 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -1,8 +1,8 @@ # -*- rpm-spec -*- -%define mainstream_version 1.2.3 +%define mainstream_version 1.2.4 %define module_version_varname mainstream_version -%define taglevel 2 +%define taglevel 0 # Disable python 3 bindings %define with_python3 0 -- 2.43.0