[libexplain] Update to latest upstream.

Eric Smith brouhaha at fedoraproject.org
Sun Jan 22 22:58:58 UTC 2012


commit c3ed5da2811575d8c49a2e41d708fa0b6fe0a72a
Author: Eric Smith <eric at brouhaha.com>
Date:   Sun Jan 22 15:02:23 2012 -0800

    Update to latest upstream.

 .gitignore      |    1 +
 libexplain.spec |   24 ++++++++++++------------
 sources         |    2 +-
 3 files changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9091168..22a1620 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /libexplain-0.40.D001.tar.gz
 /libexplain-0.47.D001.tar.gz
+/libexplain-0.50.D001.tar.gz
diff --git a/libexplain.spec b/libexplain.spec
index 8320cb2..0a331b2 100644
--- a/libexplain.spec
+++ b/libexplain.spec
@@ -1,6 +1,6 @@
 Name:           libexplain
-Version:        0.47.D001
-Release:        2%{?dist}
+Version:        0.50.D001
+Release:        1%{?dist}
 Summary:        Library functions to explain system call errors
 URL:            http://libexplain.sourceforge.net
 
@@ -45,17 +45,13 @@ Development files for the libexplain library.
 %prep
 %setup -q
 
-# Some tests fail because getmntent() fails in a mock chroot environment,
-# presumably due to the absence of /etc/mtab.  Skip those tests.
-# Note that Makefile.in is automatically generated upstream, and if we
-# use a patch against it, the patch will usually break with each new
-# upstream release.  Instead we use sed to patch it.
+# Some tests fail in a way that does not indicate a fault in
+# libexplain. Skip those tests.  Note that Makefile.in is
+# automatically generated upstream, and if we use a patch against it,
+# the patch will usually break with each new upstream release.
+# Instead we use sed to patch it.
 
-#for t in t0039a t0040a t0041a t0042a t0109a t0110a t0114a t0116a t0128a \
-#         t0141a t0160a t0177a t0190a t0191a t0211a t0213a t0214a t0266a \
-#         t0275a t0276a t0277a t0363a t0523a
-
-%define skiptests t0461a t0462a t0463a
+%define skiptests t0524a
 for t in %{skiptests}
 do
   sed -i "s/\([ \t]\)$t\([ \t]\)/\1/g" Makefile.in
@@ -100,6 +96,10 @@ rm %{buildroot}%{_libdir}/%{name}.{a,la}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sun Jan 22 2012 Eric Smith <eric at brouhaha.com> - 0.50.D001-1
+- Updated to latest upstream.
+- Updated list of tests to skip.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.47.D001-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 45ff898..b5e7a90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d93acdb0e998ac52270b92e161bc587  libexplain-0.47.D001.tar.gz
+05deeff5a12f3dcce3ed5aa35c286c7d  libexplain-0.50.D001.tar.gz


More information about the scm-commits mailing list