[vhostmd] New upstream version 0.5.

Richard W.M. Jones rjones at fedoraproject.org
Mon Jan 16 14:34:13 UTC 2012


commit adf7dd5f68c3a1c949f2fbe129390633729755d8
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jan 16 14:33:30 2012 +0000

    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(-)
---
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.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 <rjones at redhat.com> - 0.5-1
+- New upstream version 0.5.
+- Remove -ldl patch which is now upstream.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list