[blktrace] New upstream version 1.0.2

Eric Sandeen sandeen at fedoraproject.org
Wed Mar 16 20:12:47 UTC 2011


commit ccdbb6ddc09e31712f418acf7cd4344ae8a3b4b7
Author: Eric Sandeen <sandeen at redhat.com>
Date:   Wed Mar 16 15:12:36 2011 -0500

    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(-)
---
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.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 <sandeen at redhat.com> - 1.0.2-1
+- New upstream version
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list