rpms/libmicrohttpd/devel libmicrohttpd.spec,1.2,1.3

Erik van Pienbroek epienbro at fedoraproject.org
Sat Feb 14 10:55:50 UTC 2009


Author: epienbro

Update of /cvs/pkgs/rpms/libmicrohttpd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4819

Modified Files:
	libmicrohttpd.spec 
Log Message:
Added a patch to fix two testcases on 64bit environments (upstream bug #1454)



Index: libmicrohttpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libmicrohttpd/devel/libmicrohttpd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libmicrohttpd.spec	13 Feb 2009 23:03:31 -0000	1.2
+++ libmicrohttpd.spec	14 Feb 2009 10:55:20 -0000	1.3
@@ -3,11 +3,14 @@
 Version: 0.4.0
 Release: 1%{?dist}
 Group: Development/Libraries
-Source0: ftp://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
 License: LGPLv2+
-
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 URL: http://www.gnu.org/software/libmicrohttpd/
+Source0: ftp://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
+
+# In version 0.4.0, two of the testcases fail on 64bit environments
+# Upstream bug #1454
+Patch0: libmicrohttpd_fix_0_4_0_testcase.patch
 
 BuildRequires:	libcurl-devel
 BuildRequires:	graphviz
@@ -48,6 +51,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 # The doxygen file contains references to /home/grothoff/svn/libmicrohttpd/... replace these with .
 sed s/\\/home\\/grothoff\\/svn\\/libmicrohttpd/./ doc/Doxyfile > tmp
@@ -93,8 +97,8 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING
-%{_libdir}/libmicrohttpd.so.4
-%{_libdir}/libmicrohttpd.so.4.0.3
+%{_libdir}/libmicrohttpd.so.5
+%{_libdir}/libmicrohttpd.so.5.0.0
 
 %files devel
 %defattr(-,root,root,-)
@@ -110,13 +114,14 @@
 %doc html
 
 %changelog
-* Fri Feb 13 2009 Erik van Pienbroek <info at nntpgrab.nl> - 0.4.0-1
+* Sat Feb 14 2009 Erik van Pienbroek <info at nntpgrab.nl> - 0.4.0-1
 - Update to version 0.4.0
 - This version introduces a API bump (which is required for
   supporting large files on 32bit environments)
 - The license issues we had with version 0.3.1 of this package (as
   discussed in #457924) are resolved in this version. The license
   of this package is now changed to LGPLv2+
+- Added a patch to fix two testcases on 64bit environments (upstream bug #1454)
 
 * Sat Sep 6 2008 Erik van Pienbroek <info at nntpgrab.nl> - 0.3.1-3
 - Changed license to GPLv3+ and added some comments




More information about the scm-commits mailing list