From adf7dd5f68c3a1c949f2fbe129390633729755d8 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 16 Jan 2012 14:33:30 +0000 Subject: [PATCH] New upstream version 0.5. - Remove -ldl patch which is now upstream. --- .gitignore | 1 + sources | 2 +- vhostmd-0.4-link-with-dl.patch | 41 ---------------------------------- vhostmd.spec | 15 ++++++------- 4 files changed, 9 insertions(+), 50 deletions(-) delete mode 100644 vhostmd-0.4-link-with-dl.patch diff --git a/.gitignore b/.gitignore index 869264c..ecfd37c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vhostmd-0.4.tar.bz2 +/vhostmd-0.5.tar.bz2 diff --git a/sources b/sources index d78177b..825b401 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83ae93a53002b09c21654566790261a6 vhostmd-0.4.tar.bz2 +db5e80d9a6606ea2394479ef99d30eb8 vhostmd-0.5.tar.bz2 diff --git a/vhostmd-0.4-link-with-dl.patch b/vhostmd-0.4-link-with-dl.patch deleted file mode 100644 index 4f2d68d..0000000 --- a/vhostmd-0.4-link-with-dl.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff -ur vhostmd-0.4.orig/test/Makefile.am vhostmd-0.4.dso/test/Makefile.am ---- vhostmd-0.4.orig/test/Makefile.am 2009-10-13 11:17:39.000000000 +0100 -+++ vhostmd-0.4.dso/test/Makefile.am 2010-02-16 15:42:10.102603034 +0000 -@@ -5,7 +5,7 @@ - noinst_PROGRAMS = test_static test_dyn - - test_static_SOURCES = main.c --test_static_LDADD = ../libmetrics/libmetrics.la $(LIBXML_LIBS) -+test_static_LDADD = ../libmetrics/libmetrics.la $(LIBXML_LIBS) -ldl - if WITH_XENSTORE - test_static_LDADD += -lxenstore - endif -@@ -16,7 +16,7 @@ - - test_dyn_SOURCES = main.c - test_dyn_CFLAGS = -DUSE_DL_OPEN --test_dyn_LDADD = ../libmetrics/libmetrics.la $(LIBXML_LIBS) -+test_dyn_LDADD = ../libmetrics/libmetrics.la $(LIBXML_LIBS) -ldl - if WITH_XENSTORE - test_dyn_LDADD += -lxenstore - endif ---- vhostmd-0.4.orig/test/Makefile.in 2009-12-09 15:26:48.000000000 +0000 -+++ vhostmd-0.4/test/Makefile.in 2010-07-13 07:41:38.798675238 +0100 -@@ -194,7 +194,7 @@ - -I../libmetrics - - test_static_SOURCES = main.c --test_static_LDADD = ../libmetrics/libmetrics.la $(LIBXML_LIBS) \ -+test_static_LDADD = ../libmetrics/libmetrics.la $(LIBXML_LIBS) -ldl \ - $(am__append_1) - test_static_DEPENDENCIES = \ - ../libmetrics/libmetrics.h \ -@@ -202,7 +202,7 @@ - - test_dyn_SOURCES = main.c - test_dyn_CFLAGS = -DUSE_DL_OPEN --test_dyn_LDADD = ../libmetrics/libmetrics.la $(LIBXML_LIBS) \ -+test_dyn_LDADD = ../libmetrics/libmetrics.la $(LIBXML_LIBS) -ldl \ - $(am__append_2) - test_dyn_DEPENDENCIES = \ - ../libmetrics/libmetrics.h \ diff --git a/vhostmd.spec b/vhostmd.spec index 05fcee3..b5cb032 100644 --- a/vhostmd.spec +++ b/vhostmd.spec @@ -7,8 +7,8 @@ Summary: Virtualization host metrics daemon Name: vhostmd -Version: 0.4 -Release: 13%{?dist} +Version: 0.5 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -16,15 +16,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root URL: http://gitorious.org/vhostmd # Upstream tarball hosting is screwed at the moment. This release is -# of the 0.4 branch, with 'make dist' done by the packager. +# of the 0.5 branch, with 'make dist' done by the packager. Source0: vhostmd-%{version}.tar.bz2 Source1: vhostmd.init Source2: vhostmd.sysconfig Source3: vhostmd.conf -# RHBZ#565096. -Patch0: vhostmd-0.4-link-with-dl.patch - BuildRequires: chrpath BuildRequires: pkgconfig BuildRequires: libxml2-devel @@ -71,8 +68,6 @@ Header and libraries necessary for metrics gathering development %prep %setup -q -%patch0 -p1 - %build %configure \ @@ -188,6 +183,10 @@ exit 0 %changelog +* Mon Jan 16 2012 Richard W.M. Jones - 0.5-1 +- New upstream version 0.5. +- Remove -ldl patch which is now upstream. + * Sat Jan 14 2012 Fedora Release Engineering - 0.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild