rpms/nntpgrab/devel nntpgrab_0_4_2_gcc_4_4_fix.patch, NONE, 1.1 nntpgrab.spec, 1.28, 1.29

Erik van Pienbroek epienbro at fedoraproject.org
Thu Feb 26 11:40:50 UTC 2009


Author: epienbro

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

Modified Files:
	nntpgrab.spec 
Added Files:
	nntpgrab_0_4_2_gcc_4_4_fix.patch 
Log Message:
Disabled the test_nntp_connection and test_configuration testcases
as they relied on internal library data which isn't exported
anymore with GCC 4.4


nntpgrab_0_4_2_gcc_4_4_fix.patch:

--- NEW FILE nntpgrab_0_4_2_gcc_4_4_fix.patch ---
--- tests/Makefile.in.orig	2009-02-26 12:31:51.013893294 +0100
+++ tests/Makefile.in	2009-02-26 12:33:25.503892478 +0100
@@ -33,9 +33,7 @@
 build_triplet = @build@
 host_triplet = @host@
 @DARWIN_FALSE@@WIN32_FALSE at noinst_PROGRAMS =  \
- at DARWIN_FALSE@@WIN32_FALSE@	test_nntp_connection$(EXEEXT) \
 @DARWIN_FALSE@@WIN32_FALSE@	test_schedular$(EXEEXT) \
- at DARWIN_FALSE@@WIN32_FALSE@	test_configuration$(EXEEXT) \
 @DARWIN_FALSE@@WIN32_FALSE@	test_regex$(EXEEXT) \
 @DARWIN_FALSE@@WIN32_FALSE@	test_par2$(EXEEXT) \
 @DARWIN_FALSE@@WIN32_FALSE@	test_nzbcreator$(EXEEXT)


Index: nntpgrab.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nntpgrab/devel/nntpgrab.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- nntpgrab.spec	26 Feb 2009 05:52:09 -0000	1.28
+++ nntpgrab.spec	26 Feb 2009 11:40:19 -0000	1.29
@@ -7,6 +7,7 @@
 Source0: http://www.nntpgrab.nl/releases/nntpgrab-%{version}.tar.bz2
 Source1: nntpgrab_php.ini
 Source2: nntpgrab_apache.conf
+Patch0:  nntpgrab_0_4_2_gcc_4_4_fix.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 URL: http://www.nntpgrab.nl
@@ -130,6 +131,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %configure
@@ -281,6 +283,11 @@
 %{_datadir}/nntpgrab/web
 
 %changelog
+* Thu Feb 26 2009 Erik van Pienbroek <info at nntpgrab.nl> - 0.4.2-3
+- Disabled the test_nntp_connection and test_configuration testcases
+  as they relied on internal library data which isn't exported
+  anymore with GCC 4.4
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list