From ccdbb6ddc09e31712f418acf7cd4344ae8a3b4b7 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 16 Mar 2011 15:12:36 -0500 Subject: [PATCH] New upstream version 1.0.2 --- .gitignore | 1 + blktrace-1.0.1-explicit-libpthread.patch | 13 ------------- blktrace.spec | 11 +++++------ sources | 2 +- 4 files changed, 7 insertions(+), 20 deletions(-) delete mode 100644 blktrace-1.0.1-explicit-libpthread.patch diff --git a/.gitignore b/.gitignore index d246ef3..2cad0bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ blktrace-1.0.1.tar.bz2 +/blktrace-1.0.2.tar.bz2 diff --git a/blktrace-1.0.1-explicit-libpthread.patch b/blktrace-1.0.1-explicit-libpthread.patch deleted file mode 100644 index 7156b8f..0000000 --- a/blktrace-1.0.1-explicit-libpthread.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: blktrace-1.0.1/btreplay/Makefile -=================================================================== ---- blktrace-1.0.1.orig/btreplay/Makefile -+++ blktrace-1.0.1/btreplay/Makefile -@@ -13,7 +13,7 @@ XCFLAGS = -D_GNU_SOURCE -D_LARGEFILE_SOU - override CFLAGS += $(INCS) $(XCFLAGS) $(OCFLAGS) - - PROGS = btrecord btreplay --LIBS = -laio -lrt -+LIBS = -laio -lrt -lpthread - - all: depend $(PROGS) - diff --git a/blktrace.spec b/blktrace.spec index 07b5043..bfc1050 100644 --- a/blktrace.spec +++ b/blktrace.spec @@ -1,7 +1,7 @@ Summary: Utilities for performing block layer IO tracing in the linux kernel Name: blktrace -Version: 1.0.1 -Release: 5%{?dist} +Version: 1.0.2 +Release: 1%{?dist} License: GPLv2+ Group: Development/System Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 @@ -11,8 +11,6 @@ Requires: python BuildRequires: libaio-devel python texlive-latex dvipdfm BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: blktrace-1.0.1-explicit-libpthread.patch - %description blktrace is a block layer IO tracing mechanism which provides detailed information about request queue operations to user space. This package @@ -25,8 +23,6 @@ information about IO patterns. %prep %setup -q -%patch0 -p1 - %build make CFLAGS="%{optflags}" all make CFLAGS="%{optflags}" docs @@ -47,6 +43,9 @@ rm -rf %{buildroot} %attr(0644,root,root) /usr/share/man/man8/* %changelog +* Wed Mar 16 2011 Eric Sandeen - 1.0.2-1 +- New upstream version + * Mon Feb 07 2011 Fedora Release Engineering - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index ff22c46..2f92767 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ee706ed1a7fc378edb2fbdbce0a11fb blktrace-1.0.1.tar.bz2 +088e30d28d0be8e32d1d3a839bde6946 blktrace-1.0.2.tar.bz2