[strace/f20: 3/3] 4.10-1

Dmitry V. Levin ldv at fedoraproject.org
Fri Mar 6 16:07:34 UTC 2015


commit a7873e858d24d138a912473e9f69288deb248817
Author: Dmitry V. Levin <ldv at altlinux.org>
Date:   Fri Mar 6 13:14:15 2015 +0000

    4.10-1
    
    - New upstream release:
      + enhanced ioctl decoding (#902788).

 .gitignore                |   2 +-
 sources                   |   2 +-
 strace-4.9-ioctlent.patch | 661 ----------------------------------------------
 strace.spec               |  11 +-
 4 files changed, 8 insertions(+), 668 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d0cb1f..5090044 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/strace-4.9.tar.xz
+/strace-4.10.tar.xz
diff --git a/sources b/sources
index e1e3c8e..b55352f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-885eafadb10f6c60464a266d3929a2a4  strace-4.9.tar.xz
+107a5be455493861189e9b57a3a51912  strace-4.10.tar.xz
diff --git a/strace.spec b/strace.spec
index e65789f..7ab1bda 100644
--- a/strace.spec
+++ b/strace.spec
@@ -1,13 +1,11 @@
 Summary: Tracks and displays system calls associated with a running process
 Name: strace
-Version: 4.9
-Release: 3%{?dist}
+Version: 4.10
+Release: 1%{?dist}
 License: BSD
 Group: Development/Debuggers
 URL: http://sourceforge.net/projects/strace/
 Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
-# http://sourceforge.net/p/strace/mailman/message/32937648/
-Patch0: strace-4.9-ioctlent.patch
 
 BuildRequires: libacl-devel, libaio-devel, time
 
@@ -44,7 +42,6 @@ The `strace' program in the `strace' package is for 32-bit processes.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -82,6 +79,10 @@ make -k check VERBOSE=1
 %endif
 
 %changelog
+* Fri Mar 06 2015 Dmitry V. Levin <ldv at altlinux.org> - 4.10-1
+- New upstream release:
+  + enhanced ioctl decoding (#902788).
+
 * Mon Nov 03 2014 Lubomir Rintel <lkundrak at v3.sk> - 4.9-3
 - Regenerate ioctl entries with proper kernel headers
 


More information about the scm-commits mailing list