[procps-ng] - Update to 3.3.7 - Reverting upstream commit for testsuite/unix.exp

Jaromír Cápík jcapik at fedoraproject.org
Tue Mar 26 17:02:18 UTC 2013


commit e7ff27305aa75caaf193e4129b4edebcf8867a6f
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue Mar 26 18:01:51 2013 +0100

    - Update to 3.3.7
    - Reverting upstream commit for testsuite/unix.exp

 .gitignore                                         |    1 +
 ...testsuite-reverting-bogus-commit-unix-exp.patch |   12 ++++++
 procps-ng-pmap-pidlist-type.patch                  |   42 --------------------
 procps-ng.spec                                     |   12 ++++--
 sources                                            |    2 +-
 5 files changed, 22 insertions(+), 47 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3f9b08..c4a22f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /procps-ng-3.3.3-20120807git.tar.xz
 /procps-ng-3.3.4.tar.xz
 /procps-ng-3.3.6.tar.xz
+/procps-ng-3.3.7.tar.xz
diff --git a/procps-ng-3.3.7-testsuite-reverting-bogus-commit-unix-exp.patch b/procps-ng-3.3.7-testsuite-reverting-bogus-commit-unix-exp.patch
new file mode 100644
index 0000000..2a2fe45
--- /dev/null
+++ b/procps-ng-3.3.7-testsuite-reverting-bogus-commit-unix-exp.patch
@@ -0,0 +1,12 @@
+diff -Naur procps-ng-3.3.7.orig/testsuite/config/unix.exp procps-ng-3.3.7/testsuite/config/unix.exp
+--- procps-ng-3.3.7.orig/testsuite/config/unix.exp	2013-03-25 11:50:21.000000000 +0100
++++ procps-ng-3.3.7/testsuite/config/unix.exp	2013-03-26 17:50:54.860228114 +0100
+@@ -80,7 +80,7 @@
+     }
+ 
+     set do_loop 1
+-    set last_value &9
++    set last_value 99999999
+     set found_item 0
+     while { $do_loop ==1 } {
+     expect {
diff --git a/procps-ng.spec b/procps-ng.spec
index 0202fae..b408fee 100644
--- a/procps-ng.spec
+++ b/procps-ng.spec
@@ -1,16 +1,16 @@
-%global tests_enabled 0
+%global tests_enabled 1
 
 Summary: System and process monitoring utilities
 Name: procps-ng
-Version: 3.3.6
-Release: 4%{?dist}
+Version: 3.3.7
+Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Applications/System
 URL: https://sourceforge.net/projects/procps-ng/
 
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
 
-Patch0: procps-ng-pmap-pidlist-type.patch
+Patch0: procps-ng-3.3.7-testsuite-reverting-bogus-commit-unix-exp.patch
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -129,6 +129,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
 %{_includedir}/proc
 
 %changelog
+* Tue Mar 26 2013 Jaromir Capik <jcapik at redhat.com> - 3.3.7-1
+- Update to 3.3.7
+- Reverting upstream commit for testsuite/unix.exp
+
 * Tue Feb 05 2013 Jaromir Capik <jcapik at redhat.com> - 3.3.6-4
 - Fixing empty pmap output on ppc/s390 (#906457)
 
diff --git a/sources b/sources
index 3216509..344dc13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a050d9be531921db3cd38f1371e73e3  procps-ng-3.3.6.tar.xz
+57d2bad8c8fac3d09ee9f5f964e3da9c  procps-ng-3.3.7.tar.xz


More information about the scm-commits mailing list