New upstream version 1.0.2

This commit is contained in:
Eric Sandeen 2011-03-16 15:12:36 -05:00
parent 3f97826dcd
commit ccdbb6ddc0
4 changed files with 7 additions and 20 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
blktrace-1.0.1.tar.bz2
/blktrace-1.0.2.tar.bz2

View File

@ -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)

View File

@ -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 <sandeen@redhat.com> - 1.0.2-1
- New upstream version
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
2ee706ed1a7fc378edb2fbdbce0a11fb blktrace-1.0.1.tar.bz2
088e30d28d0be8e32d1d3a839bde6946 blktrace-1.0.2.tar.bz2