[libexplain] Update to latest upstream.

Eric Smith brouhaha at fedoraproject.org
Tue Jul 1 03:43:54 UTC 2014


commit 17c366370fbc8eecd62281b935de2b4611ab8b30
Author: Eric Smith <brouhaha at fedoraproject.org>
Date:   Mon Jun 30 21:43:57 2014 -0600

    Update to latest upstream.

 .gitignore      |    1 +
 libexplain.spec |   47 +++++++++++++++++++++++++++--------------------
 sources         |    2 +-
 3 files changed, 29 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b76426c..eaf1554 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /libexplain-0.52.D002.tar.gz
 /libexplain-1.0.D001.tar.gz
 /libexplain-1.2.tar.gz
+/libexplain-1.4.tar.gz
diff --git a/libexplain.spec b/libexplain.spec
index 591ac64..d47d914 100644
--- a/libexplain.spec
+++ b/libexplain.spec
@@ -1,6 +1,6 @@
 Name:           libexplain
-Version:        1.2
-Release:        4%{?dist}
+Version:        1.4
+Release:        1%{?dist}
 Summary:        Library functions to explain system call errors
 URL:            http://libexplain.sourceforge.net
 
@@ -9,7 +9,7 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 License:        LGPLv3+
 Group:          System Environment/Libraries
 
-BuildRequires:  bison libcap-devel libtool groff gettext ghostscript
+BuildRequires:  bison libacl-devel libcap-devel libtool lsof groff gettext ghostscript
 
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
@@ -56,17 +56,19 @@ Development files for the libexplain library.
 # 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.
+# but as of 8-JUL-2012 there has been no response.  It appears to be
+# fixed as of version 1.4.
 
 # t0555a failure observed in version 1.2 on Fedora 19.  I reported this
-# problem on the libexplain mailing list on 4-JUN-2013.
+# problem on the libexplain mailing list on 4-JUN-2013.  It was fixed in
+# version 1.3.
 
-%define skiptests t0524a t0555a
-
-for t in %{skiptests}
-do
-  sed -i "s/\([ \t]\)$t\([ \t]\)/\1/g" Makefile.in
-done
+#%define skiptests t0524a t0555a
+#
+#for t in %{skiptests}
+#do
+#  sed -i "s/\([ \t]\)$t\([ \t]\)/\1/g" Makefile.in
+#done
 
 # Propagate %%{_pkgdocdir} into Makefile.in
 case "%{_pkgdocdir}" in
@@ -77,7 +79,8 @@ esac
 
 
 %build
-%configure --disable-static
+# formerly used --disable-static, but configure says it is unrecognized
+%configure
 
 make %{?_smp_mflags}
 
@@ -102,6 +105,7 @@ install -m 0664 README LICENSE %{buildroot}%{_pkgdocdir}
 
 %files
 %{_libdir}/%{name}.so.*
+%{_datadir}/locale/de/LC_MESSAGES/%{name}.mo
 %dir %doc %{_pkgdocdir}
 %doc %{_pkgdocdir}/README
 %doc %{_pkgdocdir}/LICENSE
@@ -125,6 +129,9 @@ install -m 0664 README LICENSE %{buildroot}%{_pkgdocdir}
 # provides a wrapper for mktemp, not because it is used.
 
 %changelog
+* Mon Jun 30 2014 Eric Smith <brouhaha at fedoraproject.org> - 1.4-1
+- Updated to latest upstream.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -135,7 +142,7 @@ install -m 0664 README LICENSE %{buildroot}%{_pkgdocdir}
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
-* Tue Jun 04 2013 Eric Smith <eric at brouhaha.com> - 1.2-1
+* Tue Jun 04 2013 Eric Smith <brouhaha at fedoraproject.org> - 1.2-1
 - Updated to latest upstream.
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.D001-3
@@ -144,20 +151,20 @@ install -m 0664 README LICENSE %{buildroot}%{_pkgdocdir}
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.D001-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
-* Sun Jul 08 2012 Eric Smith <eric at brouhaha.com> - 1.0.D001-1
+* Sun Jul 08 2012 Eric Smith <brouhaha at fedoraproject.org> - 1.0.D001-1
 - Updated to latest upstream.
 
-* Sun Jan 22 2012 Eric Smith <eric at brouhaha.com> - 0.52.D002-1
+* Sun Jan 22 2012 Eric Smith <brouhaha at fedoraproject.org> - 0.52.D002-1
 - Updated to latest upstream.
 
-* Sun Jan 22 2012 Eric Smith <eric at brouhaha.com> - 0.50.D001-1
+* Sun Jan 22 2012 Eric Smith <brouhaha at fedoraproject.org> - 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
 
-* Sat Oct 08 2011 Eric Smith <eric at brouhaha.com> - 0.47.D001-1
+* Sat Oct 08 2011 Eric Smith <brouhaha at fedoraproject.org> - 0.47.D001-1
 - Updated to latest upstream.
 - Changed Patch0 to use of sed to better deal with new upstream releases.
 - Removed BuildRoot, clean, defattr, etc.
@@ -165,12 +172,12 @@ install -m 0664 README LICENSE %{buildroot}%{_pkgdocdir}
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.40.D001-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Sun Jan 02 2011 Eric Smith <eric at brouhaha.com> - 0.40.D001-1
+* Sun Jan 02 2011 Eric Smith <brouhaha at fedoraproject.org> - 0.40.D001-1
 - updated to latest upstream
 - updated based on package review comments
 
-* Tue Sep 07 2010 Eric Smith <eric at brouhaha.com> - 0.38.D001-1
+* Tue Sep 07 2010 Eric Smith <brouhaha at fedoraproject.org> - 0.38.D001-1
 - updated to latest upstream
 
-* Mon May 10 2010 Eric Smith <eric at brouhaha.com> - 0.31.D001-1
+* Mon May 10 2010 Eric Smith <brouhaha at fedoraproject.org> - 0.31.D001-1
 - initial version
diff --git a/sources b/sources
index a47fc14..5288e44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b65d6be296c4773a69a3a14d41f66e68  libexplain-1.2.tar.gz
+8fabd3de196bde3ca941cd27c029ff8b  libexplain-1.4.tar.gz


More information about the scm-commits mailing list