[libexplain] Update to upstream 1.0.D001.

Eric Smith brouhaha at fedoraproject.org
Sun Jul 8 21:56:27 UTC 2012


commit 9e788a87c8874a592e115541e8fdad7af8138c23
Author: Eric Smith <eric at brouhaha.com>
Date:   Sun Jul 8 15:57:33 2012 -0600

    Update to upstream 1.0.D001.

 .gitignore      |    1 +
 libexplain.spec |   19 +++++++++++++------
 sources         |    2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7766ecc..2bcf481 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /libexplain-0.47.D001.tar.gz
 /libexplain-0.50.D001.tar.gz
 /libexplain-0.52.D002.tar.gz
+/libexplain-1.0.D001.tar.gz
diff --git a/libexplain.spec b/libexplain.spec
index 7d8bc90..8f1a575 100644
--- a/libexplain.spec
+++ b/libexplain.spec
@@ -1,5 +1,5 @@
 Name:           libexplain
-Version:        0.52.D002
+Version:        1.0.D001
 Release:        1%{?dist}
 Summary:        Library functions to explain system call errors
 URL:            http://libexplain.sourceforge.net
@@ -45,12 +45,16 @@ Development files for the libexplain library.
 %prep
 %setup -q
 
-# 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.
+# In some releases of libexplain, 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.
 
+# t0524a fails for mock/koji builds, but succeeds for normal builds.
+# This may be due to the use of a chroot environment.  I reported this
+# problem on the libexplain mailing list on 22-JAN-2012 and 11-MAR-2012,
+# but as of 8-JUL-2012 there has been no response.
 %define skiptests t0524a
 
 for t in %{skiptests}
@@ -97,6 +101,9 @@ rm %{buildroot}%{_libdir}/%{name}.{a,la}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sun Jul 08 2012 Eric Smith <eric at brouhaha.com> - 1.0.D001-1
+- Updated to latest upstream.
+
 * Sun Jan 22 2012 Eric Smith <eric at brouhaha.com> - 0.52.D002-1
 - Updated to latest upstream.
 
diff --git a/sources b/sources
index 3514bc2..8ef0db0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80f33a99ca4ac0326b8de87602c52f11  libexplain-0.52.D002.tar.gz
+604ecdc642288ac324cc09612e199ee9  libexplain-1.0.D001.tar.gz


More information about the scm-commits mailing list