[libbsd] Updated to upstream 0.4.2.

Eric Smith brouhaha at fedoraproject.org
Sun Jul 8 19:31:30 UTC 2012


commit 661819f017dacc06b2c80d304a266095c947555c
Author: Eric Smith <eric at brouhaha.com>
Date:   Sun Jul 8 13:32:22 2012 -0600

    Updated to upstream 0.4.2.

 .gitignore  |    1 +
 libbsd.spec |   13 +++++--------
 sources     |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2515e99..065aebf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 libbsd-0.2.0.tar.gz
 /libbsd-0.3.0.tar.gz
 /libbsd-0.4.1.tar.gz
+/libbsd-0.4.2.tar.gz
diff --git a/libbsd.spec b/libbsd.spec
index a722a5f..64b69e2 100644
--- a/libbsd.spec
+++ b/libbsd.spec
@@ -1,5 +1,5 @@
 Name:		libbsd
-Version:	0.4.1
+Version:	0.4.2
 Release:	1%{?dist}
 Summary:	Library providing BSD-compatible functions for portability
 URL:		http://libbsd.freedesktop.org/
@@ -27,13 +27,6 @@ Development files for the libbsd library.
 %prep
 %setup -q
 
-# fix encoding of flopen.3 man page
-for f in man/flopen.3; do
-  iconv -f iso8859-1 -t utf-8 $f >$f.conv
-  touch -r $f $f.conv
-  mv $f.conv $f
-done
-
 %configure
 
 %build
@@ -70,6 +63,10 @@ rm %{buildroot}%{_libdir}/%{name}.la
 %{_libdir}/pkgconfig/%{name}-overlay.pc
 
 %changelog
+* Sun Jul 08 2012 Eric Smith <eric at brouhaha.com> - 0.4.2-1
+- Update to latest upstream release.
+- No longer need to change encoding of flopen(3) man page.
+
 * Sun Jun 03 2012 Eric Smith <eric at brouhaha.com> - 0.4.1-1
 - Update to latest upstream release.
 
diff --git a/sources b/sources
index 607d672..fa71759 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8632bd9c56887f7f83cec2864937303d  libbsd-0.4.1.tar.gz
+591fc9de4ca22f78cf87a94e648a92f4  libbsd-0.4.2.tar.gz


More information about the scm-commits mailing list