[xfce4-diskperf-plugin] Rebuild to fix build bug with FORTIFY_SOURCE (#702869)

Christoph Wickert cwickert at fedoraproject.org
Mon Jun 6 10:28:35 UTC 2011


commit da2391b6eac8ff7ac70aea16a563cdd4529bb8fb
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Jun 6 12:28:24 2011 +0200

    Rebuild to fix build bug with FORTIFY_SOURCE (#702869)

 xfce4-diskperf-plugin.spec |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/xfce4-diskperf-plugin.spec b/xfce4-diskperf-plugin.spec
index e58afab..d334dd0 100644
--- a/xfce4-diskperf-plugin.spec
+++ b/xfce4-diskperf-plugin.spec
@@ -2,20 +2,20 @@
 
 %global minor_version 2.3
 
-Name:		xfce4-diskperf-plugin
-Version:	2.3.0
-Release:	1%{?dist}
-Summary:	Disk performance plugin for the Xfce panel
-
-Group:		User Interface/Desktops
-License:	BSD
-URL:		http://goodies.xfce.org/panel-plugins/{%name}
+Name:           xfce4-diskperf-plugin
+Version:        2.3.0
+Release:        2%{?dist}
+Summary:        Disk performance plugin for the Xfce panel
+
+Group:          User Interface/Desktops
+License:        BSD
+URL:            http://goodies.xfce.org/panel-plugins/{%name}
 Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	xfce4-panel-devel >= 4.3.90, libxfcegui4-devel >= 4.3.90, libxml2-devel
-BuildRequires:	gettext, perl(XML::Parser), libtool, xfce4-dev-tools
-Requires:	xfce4-panel >= 4.4.0
+BuildRequires:  xfce4-panel-devel >= 4.3.90, libxfcegui4-devel >= 4.3.90, libxml2-devel
+BuildRequires:  gettext, perl(XML::Parser), libtool, xfce4-dev-tools
+Requires:       xfce4-panel >= 4.4.0
 
 %description
 The DiskPerf plugin displays disk/partition performance (bytes transfered per
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 06 2011 Christoph Wickert <cwickert at fedoraproject.org> - 2.3.0-2
+- Rebuild to fix build bug with FORTIFY_SOURCE (#702869)
+
 * Fri Feb 25 2011 Christoph Wickert <cwickert at fedoraproject.org> - 2.3.0-1
 - Update to 2.3.0
 - Remove all patches


More information about the scm-commits mailing list