From 494a32c7e77ab4c267709b341e5840e244c4eb53 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Thu, 23 Aug 2007 05:49:08 +0000 Subject: [PATCH 01/38] - rebuild for buildid --- w3c-libwww.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 02baff9..d29658f 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.4.20060206cvs%{?dist} +Release: 0.5.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -121,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Thu Aug 23 2007 Andreas Bierfert +5.4.1-0.5.20060206cvs +- rebuild for buildid + * Fri Sep 15 2006 Andreas Bierfert 5.4.1-0.4.20060206cvs - FE6 rebuild From cd2d37ce992059af6aab805a1728fec4524091d4 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Fri, 7 Sep 2007 04:36:05 +0000 Subject: [PATCH 02/38] - enable reentrant --- w3c-libwww.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index d29658f..9842891 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.5.20060206cvs%{?dist} +Release: 0.6.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -74,7 +74,8 @@ autoconf echo timestamp > stamp-h.in %build -%configure --enable-shared --disable-static --with-gnu-ld --with-regex --with-zlib --with-ssl +%configure --enable-shared --disable-static --with-gnu-ld --with-regex \ +--with-zlib --with-ssl --enable-reentrant export tagname=CC make %{?_smp_mflags} @@ -121,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Fri Sep 07 2007 Andreas Bierfert +5.4.1-0.6.20060206cvs +- enable reentrant + * Thu Aug 23 2007 Andreas Bierfert 5.4.1-0.5.20060206cvs - rebuild for buildid From 996eb7cde669cc5a4bae4a2500e864776e1ece89 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 5 Dec 2007 22:21:08 +0000 Subject: [PATCH 03/38] - Rebuild for deps --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 9842891..601f738 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.6.20060206cvs%{?dist} +Release: 0.7.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Wed Dec 05 2007 Release Engineering - 5.4.1-7 + - Rebuild for deps + * Fri Sep 07 2007 Andreas Bierfert 5.4.1-0.6.20060206cvs - enable reentrant From 5bf36212042d364b56aff4c38427bc658ded54c0 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Sat, 5 Jan 2008 00:25:35 +0000 Subject: [PATCH 04/38] - fix #343411 multiarch --- w3c-libwww-multiarch.patch | 11 +++++++++++ w3c-libwww.spec | 14 ++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 w3c-libwww-multiarch.patch diff --git a/w3c-libwww-multiarch.patch b/w3c-libwww-multiarch.patch new file mode 100644 index 0000000..83c342e --- /dev/null +++ b/w3c-libwww-multiarch.patch @@ -0,0 +1,11 @@ +--- libwww-config.in.orig 2008-01-05 01:12:59.000000000 +0100 ++++ libwww-config.in 2008-01-05 01:13:36.000000000 +0100 +@@ -52,7 +52,7 @@ + fi + ;; + --libs) +- echo -L@libdir@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@ ++ echo @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@ + ;; + *) + echo "${usage}" 1>&2 diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 601f738..b9a7856 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.7.20060206cvs%{?dist} +Release: 0.8.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -16,6 +16,7 @@ Patch2: w3c-libwww-ppc64.patch Patch3: w3c-libwww-md5.patch #external expat Patch100: w3c-libwww-expat.patch +Patch101: w3c-libwww-multiarch.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool autoconf automake zlib-devel openssl-devel expat-devel @@ -61,6 +62,7 @@ often useful to convert to ascii text. %patch2 -p1 -b .ppc64 %patch3 %patch100 +%patch101 # we don't want the libwww version rm -fr modules/expat @@ -93,6 +95,10 @@ install -p -m644 wwwconf.h ${RPM_BUILD_ROOT}/%{_includedir}/w3c-libwww/ rm -f ${RPM_BUILD_ROOT}/%{_libdir}/*.la +# multiarch timestamps +touch -r README.html ${RPM_BUILD_ROOT}/%{_bindir}/libwww-config \ + ${RPM_BUILD_ROOT}/%{_includedir}/w3c-libwww/wwwconf.h + %clean rm -rf $RPM_BUILD_ROOT @@ -122,8 +128,12 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Sat Jan 05 2008 Andreas Bierfert +- 5.4.1-0.8.20060206cvs +- fix #343411 multiarch + * Wed Dec 05 2007 Release Engineering - 5.4.1-7 - - Rebuild for deps +- Rebuild for deps * Fri Sep 07 2007 Andreas Bierfert 5.4.1-0.6.20060206cvs From 6619030dbee157a487a1ed9789a1b213e291ba60 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Mon, 11 Feb 2008 16:42:26 +0000 Subject: [PATCH 05/38] automated rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index b9a7856..c98d916 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.8.20060206cvs%{?dist} +Release: 0.9.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Mon Feb 11 2008 Andreas Bierfert - 5.4.1-0.9.20060206cvs +- Rebuilt for gcc43 + * Sat Jan 05 2008 Andreas Bierfert - 5.4.1-0.8.20060206cvs - fix #343411 multiarch From a343e1ab40032e99e72b8562ed71b795e9e40051 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 18 Feb 2008 20:54:15 +0000 Subject: [PATCH 06/38] - Autorebuild for GCC 4.3 --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index c98d916..dc08faf 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.9.20060206cvs%{?dist} +Release: 0.10.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Mon Feb 18 2008 Fedora Release Engineering - 5.4.1-0.10.20060206cvs +- Autorebuild for GCC 4.3 + * Mon Feb 11 2008 Andreas Bierfert - 5.4.1-0.9.20060206cvs - Rebuilt for gcc43 From 6e240951a974f600c3e78e4d94408f13704be397 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 21 May 2008 20:47:59 +0000 Subject: [PATCH 07/38] fix license tag --- w3c-libwww.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index dc08faf..2678f87 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,10 +1,11 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.10.20060206cvs%{?dist} +Release: 0.11.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries -License: W3C (see: http://www.w3.org/Consortium/Legal/copyright-software.html) +# See http://www.w3.org/Consortium/Legal/copyright-software.html +License: W3C URL: http://www.w3.org/Library #cvs -d :pserver:anonymous@dev.w3.org:/sources/public login #after which you type "anonymous" as password. @@ -128,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Wed May 21 2008 Tom "spot" Callaway - 5.4.1-0.11.20060206cvs +- fix license tag + * Mon Feb 18 2008 Fedora Release Engineering - 5.4.1-0.10.20060206cvs - Autorebuild for GCC 4.3 From 874469dbde284866f82422e88a8ce6db56617ebb Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Sun, 14 Dec 2008 20:55:40 +0000 Subject: [PATCH 08/38] - Updated patches to fix FTBFS. Closes Red Hat Bugzilla bug #465034. - Fixed linkage problems to reduce the number of undefined non-weak symbols. - Omitted unused direct shared library dependencies. --- w3c-libwww-5.4.1-incdir.patch | 16 +++++++ w3c-libwww-makefile.patch | 88 +++++++++++++++++++++++++++++++++++ w3c-libwww.spec | 18 +++++-- 3 files changed, 117 insertions(+), 5 deletions(-) create mode 100644 w3c-libwww-5.4.1-incdir.patch create mode 100644 w3c-libwww-makefile.patch diff --git a/w3c-libwww-5.4.1-incdir.patch b/w3c-libwww-5.4.1-incdir.patch new file mode 100644 index 0000000..a869f59 --- /dev/null +++ b/w3c-libwww-5.4.1-incdir.patch @@ -0,0 +1,16 @@ +diff -urNp libwww.orig/libwww-config.in libwww/libwww-config.in +--- libwww.orig/libwww-config.in 2008-12-02 22:15:32.013554517 +0530 ++++ libwww/libwww-config.in 2008-12-15 02:05:16.744796267 +0530 +@@ -45,7 +45,11 @@ while test $# -gt 0; do + echo @VERSION@ + ;; + --cflags) +- echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@ ++ if [ "@includedir@" != "@prefix@/include" ]; then ++ echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@ ++ else ++ echo -I@includedir@/@PACKAGE@ @DEFS@ ++ fi + ;; + --libs) + echo -L@libdir@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@ diff --git a/w3c-libwww-makefile.patch b/w3c-libwww-makefile.patch new file mode 100644 index 0000000..c8507c4 --- /dev/null +++ b/w3c-libwww-makefile.patch @@ -0,0 +1,88 @@ +diff -urNp libwww.orig/Library/src/Makefile.am libwww/Library/src/Makefile.am +--- libwww.orig/Library/src/Makefile.am 2008-12-02 22:15:32.204557214 +0530 ++++ libwww/Library/src/Makefile.am 2008-12-03 01:03:24.813805737 +0530 +@@ -159,6 +159,8 @@ libwwwtrans_la_SOURCES = \ + HTWriter.h \ + HTWriter.c + ++libwwwtrans_la_LIBADD = libwwwcore.la ++ + libwwwstream_la_SOURCES = \ + WWWStream.h \ + HTConLen.h \ +@@ -198,6 +200,8 @@ libwwwfile_la_SOURCES = \ + HTMulti.h \ + HTMulti.c + ++libwwwfile_la_LIBADD = libwwwtrans.la ++ + libwwwftp_la_SOURCES = \ + WWWFTP.h \ + HTFTP.h \ +@@ -334,6 +338,22 @@ libwwwapp_la_SOURCES = \ + HTRules.h \ + HTRules.c + ++libwwwapp_la_LIBADD = \ ++ libwwwcache.la \ ++ libwwwdir.la \ ++ libwwwfile.la \ ++ libwwwftp.la \ ++ libwwwgopher.la \ ++ libwwwhtml.la \ ++ libwwwhttp.la \ ++ libwwwmime.la \ ++ libwwwnews.la \ ++ libwwwstream.la \ ++ libwwwtrans.la \ ++ libwwwutils.la \ ++ libwwwzip.la \ ++ libwwwcore.la ++ + libwwwinit_la_SOURCES = \ + WWWInit.h \ + HTProfil.h \ +@@ -362,10 +382,7 @@ libwwwxml_la_SOURCES = \ + HTXML.h \ + HTXML.c + +-libwwwxml_la_DEPENDENCIES = \ +- ../../modules/expat/libexpat.la +- +-libwwwxml_la_LDFLAGS = -rpath $(libdir) ++libwwwxml_la_LDFLAGS = -lexpat -rpath $(libdir) + + libwwwzip_la_SOURCES = \ + WWWZip.h \ +@@ -375,6 +392,10 @@ libwwwzip_la_SOURCES = \ + + libwwwzip_la_LDFLAGS = -rpath $(libdir) + ++libwwwzip_la_LIBADD = \ ++ libwwwutils.la \ ++ libwwwcore.la ++ + libwwwsql_la_SOURCES = \ + WWWSQL.h \ + HTSQL.h \ +@@ -386,9 +407,8 @@ libwwwsql_la_SOURCES = \ + libwwwsql_la_LDFLAGS = -rpath $(libdir) + + INCLUDES = \ +- -I/usr/local/include \ + -I${top_srcdir}/modules/md5 \ +- -I${top_srcdir}/modules/expat/lib ++ -I$(includedir) + + BUILT_SOURCES = \ + wwwsys.h \ +diff -urNp libwww.orig/modules/Makefile.am libwww/modules/Makefile.am +--- libwww.orig/modules/Makefile.am 2008-12-02 22:15:34.510804238 +0530 ++++ libwww/modules/Makefile.am 2008-12-02 22:58:08.916554618 +0530 +@@ -5,5 +5,5 @@ DOCS := $(wildcard *.html *.gif) + EXTRA_DIST = \ + $(DOCS) + +-SUBDIRS = expat md5 ++SUBDIRS = md5 + diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 2678f87..1e4216f 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.11.20060206cvs%{?dist} +Release: 0.12.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -12,11 +12,10 @@ URL: http://www.w3.org/Library #cvs -d :pserver:anonymous@dev.w3.org:/sources/public -z3 checkout libwww Source: w3c-libwww-20060206.tar.bz2 Patch0: w3c-libwww-configure.patch -Patch1: w3c-libwww-5.3.2-incdir.patch +Patch1: w3c-libwww-5.4.1-incdir.patch Patch2: w3c-libwww-ppc64.patch Patch3: w3c-libwww-md5.patch -#external expat -Patch100: w3c-libwww-expat.patch +Patch4: w3c-libwww-makefile.patch Patch101: w3c-libwww-multiarch.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool autoconf automake zlib-devel openssl-devel expat-devel @@ -62,7 +61,7 @@ often useful to convert to ascii text. %patch1 -p1 %patch2 -p1 -b .ppc64 %patch3 -%patch100 +%patch4 -p1 %patch101 # we don't want the libwww version @@ -80,6 +79,10 @@ echo timestamp > stamp-h.in %configure --enable-shared --disable-static --with-gnu-ld --with-regex \ --with-zlib --with-ssl --enable-reentrant export tagname=CC + +# Omit unused direct shared library dependencies. +sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool + make %{?_smp_mflags} %install @@ -129,6 +132,11 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Wed Dec 03 2008 Debarshi Ray - 5.4.1-0.12.20060206cvs +- Updated patches to fix FTBFS. Closes Red Hat Bugzilla bug #465034. +- Fixed linkage problems to reduce the number of undefined non-weak symbols. +- Omitted unused direct shared library dependencies. + * Wed May 21 2008 Tom "spot" Callaway - 5.4.1-0.11.20060206cvs - fix license tag From 0faca9afce91de84991a570fca54c3d2203528e6 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 26 Dec 2008 17:43:07 +0000 Subject: [PATCH 09/38] - Fixed linkage problems to reduce the number of undefined non-weak symbols. --- w3c-libwww-makefile.patch | 18 ++++++++++-------- w3c-libwww.spec | 5 ++++- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/w3c-libwww-makefile.patch b/w3c-libwww-makefile.patch index c8507c4..ca8e682 100644 --- a/w3c-libwww-makefile.patch +++ b/w3c-libwww-makefile.patch @@ -1,6 +1,6 @@ diff -urNp libwww.orig/Library/src/Makefile.am libwww/Library/src/Makefile.am ---- libwww.orig/Library/src/Makefile.am 2008-12-02 22:15:32.204557214 +0530 -+++ libwww/Library/src/Makefile.am 2008-12-03 01:03:24.813805737 +0530 +--- libwww.orig/Library/src/Makefile.am 2008-12-21 14:56:35.057990122 +0530 ++++ libwww/Library/src/Makefile.am 2008-12-21 15:32:12.209980528 +0530 @@ -159,6 +159,8 @@ libwwwtrans_la_SOURCES = \ HTWriter.h \ HTWriter.c @@ -19,7 +19,7 @@ diff -urNp libwww.orig/Library/src/Makefile.am libwww/Library/src/Makefile.am libwwwftp_la_SOURCES = \ WWWFTP.h \ HTFTP.h \ -@@ -334,6 +338,22 @@ libwwwapp_la_SOURCES = \ +@@ -334,6 +338,24 @@ libwwwapp_la_SOURCES = \ HTRules.h \ HTRules.c @@ -34,15 +34,17 @@ diff -urNp libwww.orig/Library/src/Makefile.am libwww/Library/src/Makefile.am + libwwwmime.la \ + libwwwnews.la \ + libwwwstream.la \ ++ libwwwtelnet.la \ + libwwwtrans.la \ + libwwwutils.la \ ++ libwwwxml.la \ + libwwwzip.la \ + libwwwcore.la + libwwwinit_la_SOURCES = \ WWWInit.h \ HTProfil.h \ -@@ -362,10 +382,7 @@ libwwwxml_la_SOURCES = \ +@@ -362,10 +384,7 @@ libwwwxml_la_SOURCES = \ HTXML.h \ HTXML.c @@ -54,7 +56,7 @@ diff -urNp libwww.orig/Library/src/Makefile.am libwww/Library/src/Makefile.am libwwwzip_la_SOURCES = \ WWWZip.h \ -@@ -375,6 +392,10 @@ libwwwzip_la_SOURCES = \ +@@ -375,6 +394,10 @@ libwwwzip_la_SOURCES = \ libwwwzip_la_LDFLAGS = -rpath $(libdir) @@ -65,7 +67,7 @@ diff -urNp libwww.orig/Library/src/Makefile.am libwww/Library/src/Makefile.am libwwwsql_la_SOURCES = \ WWWSQL.h \ HTSQL.h \ -@@ -386,9 +407,8 @@ libwwwsql_la_SOURCES = \ +@@ -386,9 +409,8 @@ libwwwsql_la_SOURCES = \ libwwwsql_la_LDFLAGS = -rpath $(libdir) INCLUDES = \ @@ -77,8 +79,8 @@ diff -urNp libwww.orig/Library/src/Makefile.am libwww/Library/src/Makefile.am BUILT_SOURCES = \ wwwsys.h \ diff -urNp libwww.orig/modules/Makefile.am libwww/modules/Makefile.am ---- libwww.orig/modules/Makefile.am 2008-12-02 22:15:34.510804238 +0530 -+++ libwww/modules/Makefile.am 2008-12-02 22:58:08.916554618 +0530 +--- libwww.orig/modules/Makefile.am 2008-12-21 14:56:37.380980403 +0530 ++++ libwww/modules/Makefile.am 2008-12-21 14:56:45.892980322 +0530 @@ -5,5 +5,5 @@ DOCS := $(wildcard *.html *.gif) EXTRA_DIST = \ $(DOCS) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 1e4216f..458e77b 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.12.20060206cvs%{?dist} +Release: 0.13.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Fri Dec 26 2008 Debarshi Ray - 5.4.1-0.13.20060206cvs +- Fixed linkage problems to reduce the number of undefined non-weak symbols. + * Wed Dec 03 2008 Debarshi Ray - 5.4.1-0.12.20060206cvs - Updated patches to fix FTBFS. Closes Red Hat Bugzilla bug #465034. - Fixed linkage problems to reduce the number of undefined non-weak symbols. From fe21caf860a47a50571fdc75e72bd98c0ed635b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Sun, 18 Jan 2009 15:15:51 +0000 Subject: [PATCH 10/38] - rebuild with new openssl --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 458e77b..57c3a15 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.13.20060206cvs%{?dist} +Release: 0.14.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Sun Jan 18 2009 Tomas Mraz - 5.4.1-0.14.20060206cvs +- rebuild with new openssl + * Fri Dec 26 2008 Debarshi Ray - 5.4.1-0.13.20060206cvs - Fixed linkage problems to reduce the number of undefined non-weak symbols. From 76c6dbee49b91a51b84744266de562afc3266f12 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 25 Feb 2009 17:59:57 +0000 Subject: [PATCH 11/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 57c3a15..e3925ba 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.14.20060206cvs%{?dist} +Release: 0.15.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 5.4.1-0.15.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Jan 18 2009 Tomas Mraz - 5.4.1-0.14.20060206cvs - rebuild with new openssl From 74ed8ff7ca8ab41d506a1d587295aff384fcccae Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:00:40 +0000 Subject: [PATCH 12/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index e3925ba..cab5c55 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.15.20060206cvs%{?dist} +Release: 0.16.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 5.4.1-0.16.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Feb 25 2009 Fedora Release Engineering - 5.4.1-0.15.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 2517866ed79262fcf4db23cabfaa83dc0a6c01a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Fri, 21 Aug 2009 16:23:55 +0000 Subject: [PATCH 13/38] - rebuilt with new openssl --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index cab5c55..cdb2c2f 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.16.20060206cvs%{?dist} +Release: 0.17.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Fri Aug 21 2009 Tomas Mraz - 5.4.1-0.17.20060206cvs +- rebuilt with new openssl + * Sun Jul 26 2009 Fedora Release Engineering - 5.4.1-0.16.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 2a063e71bcdd20a164f94c48fc936f9b328d7396 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 29 Aug 2009 20:24:49 +0000 Subject: [PATCH 14/38] Resolves: rhbz#511702 - FTBFS --- w3c-libwww-makefile.patch | 8 ++++++++ w3c-libwww.spec | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/w3c-libwww-makefile.patch b/w3c-libwww-makefile.patch index ca8e682..f74bcfb 100644 --- a/w3c-libwww-makefile.patch +++ b/w3c-libwww-makefile.patch @@ -78,6 +78,14 @@ diff -urNp libwww.orig/Library/src/Makefile.am libwww/Library/src/Makefile.am BUILT_SOURCES = \ wwwsys.h \ +@@ -405,7 +405,6 @@ + HTBInit.h \ + HTBTree.h \ + HTBind.h \ +- HTBind.h \ + HTBound.h \ + HTBufWrt.h \ + HTCache.h \ diff -urNp libwww.orig/modules/Makefile.am libwww/modules/Makefile.am --- libwww.orig/modules/Makefile.am 2008-12-21 14:56:37.380980403 +0530 +++ libwww/modules/Makefile.am 2008-12-21 14:56:45.892980322 +0530 diff --git a/w3c-libwww.spec b/w3c-libwww.spec index cdb2c2f..e6219ef 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.17.20060206cvs%{?dist} +Release: 0.18.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Sat Aug 29 2009 Caolán McNamara - 5.4.1-0.18.20060206cvs +- Resolves: rhbz#511702 - FTBFS + * Fri Aug 21 2009 Tomas Mraz - 5.4.1-0.17.20060206cvs - rebuilt with new openssl From a99815674ebf3859603e6d31a222ab7a742c9d1e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:11 +0000 Subject: [PATCH 15/38] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a0d262e..e3c5120 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: w3c-libwww -# $Id$ +# $Id: Makefile,v 1.1 2006/02/28 10:20:17 awjb Exp $ NAME := w3c-libwww SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From c7f70791492701acb4d204930994957559ba53a3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:10:47 +0000 Subject: [PATCH 16/38] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index e3c5120..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: w3c-libwww -# $Id: Makefile,v 1.1 2006/02/28 10:20:17 awjb Exp $ -NAME := w3c-libwww -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From cd0e17fd8e39d0387288bf8ae25283ec1d1ced36 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 19:59:29 -0600 Subject: [PATCH 17/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index e6219ef..6f94997 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.18.20060206cvs%{?dist} +Release: 0.19.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 5.4.1-0.19.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Sat Aug 29 2009 Caolán McNamara - 5.4.1-0.18.20060206cvs - Resolves: rhbz#511702 - FTBFS From 3ea013869426c2f9e518da17614a614f1eaa8a46 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:06:30 -0600 Subject: [PATCH 18/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 6f94997..d6701c2 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.19.20060206cvs%{?dist} +Release: 0.20.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 5.4.1-0.20.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 5.4.1-0.19.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 38b5510305148bb95bf38bd3a82196f989655b01 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:07:36 -0500 Subject: [PATCH 19/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index d6701c2..060b506 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.20.20060206cvs%{?dist} +Release: 0.21.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 5.4.1-0.21.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 5.4.1-0.20.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From f7b7a6744564b8e3bb4e1c9e54d9be747b4d7ed5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 20:56:33 -0600 Subject: [PATCH 20/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 060b506..90aed8c 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.21.20060206cvs%{?dist} +Release: 0.22.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 5.4.1-0.22.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 5.4.1-0.21.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From f3e031f0265824bd8f2645c0e7e5bb339f1bfe7a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 01:33:15 -0500 Subject: [PATCH 21/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 90aed8c..7dcd448 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.22.20060206cvs%{?dist} +Release: 0.23.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 5.4.1-0.23.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 5.4.1-0.22.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 72b2adc380e0d4187afea05ef018cdb2f390b70d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 23:07:57 -0500 Subject: [PATCH 22/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 7dcd448..00cbcb9 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.23.20060206cvs%{?dist} +Release: 0.24.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 5.4.1-0.24.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 5.4.1-0.23.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 5e4570cd8a1a7bd487a5f1cc9192a7b90666b485 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 08:14:43 +0000 Subject: [PATCH 23/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 00cbcb9..553764f 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.24.20060206cvs%{?dist} +Release: 0.25.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 5.4.1-0.25.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 5.4.1-0.24.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From de0a47f07ae4dc1d09a92148a09296bfe266716a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:13:35 +0000 Subject: [PATCH 24/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 553764f..568ad87 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.25.20060206cvs%{?dist} +Release: 0.26.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 5.4.1-0.26.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 5.4.1-0.25.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From c9267c9aff14376388abf277ce15ae12ca6e427b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:52:43 +0000 Subject: [PATCH 25/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 568ad87..94357d8 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.26.20060206cvs%{?dist} +Release: 0.27.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 5.4.1-0.27.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 5.4.1-0.26.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 0e1121bb41c902932d7a3265cf2904e58db81d0f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:13:54 +0000 Subject: [PATCH 26/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 94357d8..aacfbfd 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.27.20060206cvs%{?dist} +Release: 0.28.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 5.4.1-0.28.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 5.4.1-0.27.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From c2caecad16c1c7ed6bb6da18b024437fcfb56a74 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:28:05 +0000 Subject: [PATCH 27/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index aacfbfd..69fa6a6 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.28.20060206cvs%{?dist} +Release: 0.29.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 5.4.1-0.29.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 5.4.1-0.28.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From aa45e4a8a9b39de1d1324f41f89a0d184b315b0a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:10:37 +0000 Subject: [PATCH 28/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 69fa6a6..93f5dcc 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.29.20060206cvs%{?dist} +Release: 0.30.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 5.4.1-0.30.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 5.4.1-0.29.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 8b751b57714fce338027fd349f474b8ee0e2e64e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:43:09 +0000 Subject: [PATCH 29/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 93f5dcc..41238fc 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.30.20060206cvs%{?dist} +Release: 0.31.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/w3c-libwww %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 5.4.1-0.31.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 5.4.1-0.30.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From c830051e0e047c858e6c6ff8876691eb42d7724d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:48:45 +0100 Subject: [PATCH 30/38] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- w3c-libwww.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 41238fc..02dfe8f 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -17,7 +17,6 @@ Patch2: w3c-libwww-ppc64.patch Patch3: w3c-libwww-md5.patch Patch4: w3c-libwww-makefile.patch Patch101: w3c-libwww-multiarch.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool autoconf automake zlib-devel openssl-devel expat-devel %description From 108e5918494b4139ab41e4ff26779b8419692dcb Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:58:18 +0100 Subject: [PATCH 31/38] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- w3c-libwww.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 02dfe8f..c87384b 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -102,9 +102,6 @@ rm -f ${RPM_BUILD_ROOT}/%{_libdir}/*.la touch -r README.html ${RPM_BUILD_ROOT}/%{_bindir}/libwww-config \ ${RPM_BUILD_ROOT}/%{_includedir}/w3c-libwww/wwwconf.h -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig From 37a75ed1728fc74346e158a8eab1632d46ec403f Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:36:28 -0500 Subject: [PATCH 32/38] Remove needless use of %defattr --- w3c-libwww.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index c87384b..de35034 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -107,7 +107,6 @@ touch -r README.html ${RPM_BUILD_ROOT}/%{_bindir}/libwww-config \ %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc COPYRIGHT.html LICENSE.html PATCHES.html README.html %{_libdir}/libwww*.so.* %{_libdir}/libmd5.so.* @@ -115,13 +114,11 @@ touch -r README.html ${RPM_BUILD_ROOT}/%{_bindir}/libwww-config \ %{_datadir}/w3c-libwww %files apps -%defattr(-,root,root,-) %{_bindir}/webbot %{_bindir}/w3c %{_bindir}/www %files devel -%defattr(-,root,root,-) %{_bindir}/libwww-config %{_libdir}/lib*.so From db2b25e48958402881c3f6f79b0c4ea3bcb00875 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:41:52 +0000 Subject: [PATCH 33/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index de35034..6a0a14e 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.31.20060206cvs%{?dist} +Release: 0.32.20060206cvs%{?dist} Summary: HTTP library of common code Group: System Environment/Libraries @@ -125,6 +125,9 @@ touch -r README.html ${RPM_BUILD_ROOT}/%{_bindir}/libwww-config \ %{_includedir}/w3c-libwww %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 5.4.1-0.32.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 5.4.1-0.31.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From ee4d6ad53b8d4708dbd5c328bfd591d2531006c7 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 22 Jan 2019 18:41:18 +0100 Subject: [PATCH 34/38] Remove obsolete ldconfig scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- w3c-libwww.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 6a0a14e..d3d695d 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -102,9 +102,7 @@ rm -f ${RPM_BUILD_ROOT}/%{_libdir}/*.la touch -r README.html ${RPM_BUILD_ROOT}/%{_bindir}/libwww-config \ ${RPM_BUILD_ROOT}/%{_includedir}/w3c-libwww/wwwconf.h -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc COPYRIGHT.html LICENSE.html PATCHES.html README.html From 085cdb13e3e3e53664e11de8e81f1bc8c0ff73d3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH 35/38] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- w3c-libwww.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index d3d695d..7bfd198 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -3,7 +3,6 @@ Version: 5.4.1 Release: 0.32.20060206cvs%{?dist} Summary: HTTP library of common code -Group: System Environment/Libraries # See http://www.w3.org/Consortium/Legal/copyright-software.html License: W3C URL: http://www.w3.org/Library @@ -28,7 +27,6 @@ Internet protocols and to serve as a testbed for protocol experiments. %package devel Summary: Header files for programs that use libwww -Group: Development/Libraries Requires: w3c-libwww = %{version}-%{release} Requires: zlib-devel expat-devel openssl-devel @@ -37,7 +35,6 @@ Header files for libwww, which are available as public libraries. %package apps Summary: Applications built using Libwww web library -Group: Applications/Internet Requires: w3c-libwww = %{version}-%{release} %description apps From 8fba01513121cb7e9571031f7e394667dfb770fe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:30:18 +0000 Subject: [PATCH 36/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index 7bfd198..c6d9c24 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.32.20060206cvs%{?dist} +Release: 0.33.20060206cvs%{?dist} Summary: HTTP library of common code # See http://www.w3.org/Consortium/Legal/copyright-software.html @@ -120,6 +120,9 @@ touch -r README.html ${RPM_BUILD_ROOT}/%{_bindir}/libwww-config \ %{_includedir}/w3c-libwww %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 5.4.1-0.33.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 5.4.1-0.32.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From c0beffde62f8ca47f4268d8a21c9c0463bda5553 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:14:51 +0000 Subject: [PATCH 37/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- w3c-libwww.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/w3c-libwww.spec b/w3c-libwww.spec index c6d9c24..5ff4ba8 100644 --- a/w3c-libwww.spec +++ b/w3c-libwww.spec @@ -1,6 +1,6 @@ Name: w3c-libwww Version: 5.4.1 -Release: 0.33.20060206cvs%{?dist} +Release: 0.34.20060206cvs%{?dist} Summary: HTTP library of common code # See http://www.w3.org/Consortium/Legal/copyright-software.html @@ -120,6 +120,9 @@ touch -r README.html ${RPM_BUILD_ROOT}/%{_bindir}/libwww-config \ %{_includedir}/w3c-libwww %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 5.4.1-0.34.20060206cvs +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 5.4.1-0.33.20060206cvs - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 3308622925a1a6a9f61dad1a066655cb38a14c8b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 8 Aug 2019 16:48:44 +0000 Subject: [PATCH 38/38] w3c-libwww fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676200 --- .gitignore | 1 - dead.package | 1 + sources | 1 - w3c-libwww-5.3.2-incdir.patch | 15 -- w3c-libwww-5.4.1-incdir.patch | 16 -- w3c-libwww-configure.patch | 63 ------- w3c-libwww-expat.patch | 35 ---- w3c-libwww-makefile.patch | 98 ---------- w3c-libwww-md5.patch | 11 -- w3c-libwww-multiarch.patch | 11 -- w3c-libwww-ppc64.patch | 10 - w3c-libwww.spec | 335 ---------------------------------- 12 files changed, 1 insertion(+), 596 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 w3c-libwww-5.3.2-incdir.patch delete mode 100644 w3c-libwww-5.4.1-incdir.patch delete mode 100644 w3c-libwww-configure.patch delete mode 100644 w3c-libwww-expat.patch delete mode 100644 w3c-libwww-makefile.patch delete mode 100644 w3c-libwww-md5.patch delete mode 100644 w3c-libwww-multiarch.patch delete mode 100644 w3c-libwww-ppc64.patch delete mode 100644 w3c-libwww.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d512528..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -w3c-libwww-20060206.tar.bz2 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..26b8aa2 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +w3c-libwww fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676200 diff --git a/sources b/sources deleted file mode 100644 index 96d3af3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -8f90a719402305ad2979372ae91eee3a w3c-libwww-20060206.tar.bz2 diff --git a/w3c-libwww-5.3.2-incdir.patch b/w3c-libwww-5.3.2-incdir.patch deleted file mode 100644 index 17e948f..0000000 --- a/w3c-libwww-5.3.2-incdir.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- w3c-libwww-5.3.2/libwww-config.in.inc Wed Feb 20 11:39:50 2002 -+++ w3c-libwww-5.3.2/libwww-config.in Wed Feb 20 11:42:17 2002 -@@ -45,7 +45,11 @@ - echo @VERSION@ - ;; - --cflags) -- echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@ -+ if [ "@includedir@" != "@prefix@/include" ]; then -+ echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@ -+ else -+ echo -I@includedir@/@PACKAGE@ @DEFS@ -+ fi - ;; - --libs) - echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@ diff --git a/w3c-libwww-5.4.1-incdir.patch b/w3c-libwww-5.4.1-incdir.patch deleted file mode 100644 index a869f59..0000000 --- a/w3c-libwww-5.4.1-incdir.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -urNp libwww.orig/libwww-config.in libwww/libwww-config.in ---- libwww.orig/libwww-config.in 2008-12-02 22:15:32.013554517 +0530 -+++ libwww/libwww-config.in 2008-12-15 02:05:16.744796267 +0530 -@@ -45,7 +45,11 @@ while test $# -gt 0; do - echo @VERSION@ - ;; - --cflags) -- echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@ -+ if [ "@includedir@" != "@prefix@/include" ]; then -+ echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@ -+ else -+ echo -I@includedir@/@PACKAGE@ @DEFS@ -+ fi - ;; - --libs) - echo -L@libdir@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@ diff --git a/w3c-libwww-configure.patch b/w3c-libwww-configure.patch deleted file mode 100644 index 5b0ee75..0000000 --- a/w3c-libwww-configure.patch +++ /dev/null @@ -1,63 +0,0 @@ ---- Library/src/wwwsys.html.orig 2006-02-08 16:42:09.000000000 +0100 -+++ Library/src/wwwsys.html 2006-02-08 16:42:27.000000000 +0100 -@@ -747,7 +747,7 @@ - - /* stdef.h */ - #ifdef HAVE_STDDEF_H --#include -+#include <stddef.h> - #endif - - /* types.h */ ---- Makefile.am.orig 2006-02-08 17:42:04.000000000 +0100 -+++ Makefile.am 2006-02-08 17:42:33.000000000 +0100 -@@ -34,7 +34,7 @@ - install-exec-local: - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(includedir) -- $(INSTALL_DATA) $(top_builddir)/$(CONFIG_HEADER) $(DESTDIR)$(includedir)/$(CONFIG_HEADER); -+# $(INSTALL_DATA) $(top_builddir)/$(CONFIG_HEADER) $(DESTDIR)$(includedir)/$(CONFIG_HEADER); - - # This is our install script provided by Soren Sandmann - bin_SCRIPTS = libwww-config ---- configure.ac.orig 2006-02-28 10:12:25.000000000 +0100 -+++ configure.ac 2006-02-28 10:14:41.000000000 +0100 -@@ -28,7 +28,7 @@ - - AM_INIT_AUTOMAKE($PACKAGE, $VERSION) - --AM_CONFIG_HEADER(wwwconf.h) -+AC_CONFIG_HEADER(wwwconf.h) - - dnl our own functions - -@@ -555,25 +555,24 @@ - AC_MSG_RESULT(yes) - AC_DEFINE(HT_EXPAT, 1, [Define to enable expat XML parser.]) - HTXML="HTXML.lo" -- HTLIBXML='${top_builddir}/modules/expat/libexpat.la' -+ HTLIBXML='-lexpat' - WWWXML="libwwwxml.la" - LWWWXML="-lwwwxml -lexpat" -- LIBWWWXML='${top_builddir}/Library/src/libwwwxml.la ${top_builddir}/modules/expat/libexpat.la' -+ LIBWWWXML='${top_builddir}/Library/src/libwwwxml.la' - SHOWXML='showxml$(EXEEXT) ptri$(EXEEXT) stri$(EXEEXT) rdf_parse_file$(EXEEXT) rdf_parse_buffer$(EXEEXT)' - ;; - esac ], - AC_MSG_RESULT(yes) - AC_DEFINE(HT_EXPAT) - HTXML="HTXML.lo" -- HTLIBXML='${top_builddir}/modules/expat/libexpat.la' -+ HTLIBXML='-lexpat' - WWWXML="libwwwxml.la" - LWWWXML="-lwwwxml -lexpat" -- LIBWWWXML='${top_builddir}/Library/src/libwwwxml.la ${top_builddir}/modules/expat/libexpat.la' -+ LIBWWWXML='${top_builddir}/Library/src/libwwwxml.la' - SHOWXML='showxml$(EXEEXT) ptri$(EXEEXT) stri$(EXEEXT) rdf_parse_file$(EXEEXT) rdf_parse_buffer$(EXEEXT)' - ) - - dnl @@ JK: add something like (if test, then do this config) --AC_CONFIG_SUBDIRS(modules/expat) - AC_SUBST(HTXML) # for old style big library - AC_SUBST(HTLIBXML) # for old style big library - AC_SUBST(WWWXML) diff --git a/w3c-libwww-expat.patch b/w3c-libwww-expat.patch deleted file mode 100644 index 0509642..0000000 --- a/w3c-libwww-expat.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- Library/src/Makefile.am.orig 2006-02-08 17:02:33.000000000 +0100 -+++ Library/src/Makefile.am 2006-02-08 17:28:14.000000000 +0100 -@@ -362,10 +362,7 @@ - HTXML.h \ - HTXML.c - --libwwwxml_la_DEPENDENCIES = \ -- ../../modules/expat/libexpat.la -- --libwwwxml_la_LDFLAGS = -rpath $(libdir) -+libwwwxml_la_LDFLAGS = -lexpat -rpath $(libdir) - - libwwwzip_la_SOURCES = \ - WWWZip.h \ -@@ -386,9 +383,8 @@ - libwwwsql_la_LDFLAGS = -rpath $(libdir) - - INCLUDES = \ -- -I/usr/local/include \ -- -I${top_srcdir}/modules/md5 \ -- -I${top_srcdir}/modules/expat/lib -+ -I$(includedir) \ -+ -I${top_srcdir}/modules/md5 - - BUILT_SOURCES = \ - wwwsys.h \ ---- modules/Makefile.am.orig 2006-02-08 08:51:50.000000000 +0100 -+++ modules/Makefile.am 2006-02-08 08:51:59.000000000 +0100 -@@ -5,5 +5,5 @@ - EXTRA_DIST = \ - $(DOCS) - --SUBDIRS = expat md5 -+SUBDIRS = md5 - diff --git a/w3c-libwww-makefile.patch b/w3c-libwww-makefile.patch deleted file mode 100644 index f74bcfb..0000000 --- a/w3c-libwww-makefile.patch +++ /dev/null @@ -1,98 +0,0 @@ -diff -urNp libwww.orig/Library/src/Makefile.am libwww/Library/src/Makefile.am ---- libwww.orig/Library/src/Makefile.am 2008-12-21 14:56:35.057990122 +0530 -+++ libwww/Library/src/Makefile.am 2008-12-21 15:32:12.209980528 +0530 -@@ -159,6 +159,8 @@ libwwwtrans_la_SOURCES = \ - HTWriter.h \ - HTWriter.c - -+libwwwtrans_la_LIBADD = libwwwcore.la -+ - libwwwstream_la_SOURCES = \ - WWWStream.h \ - HTConLen.h \ -@@ -198,6 +200,8 @@ libwwwfile_la_SOURCES = \ - HTMulti.h \ - HTMulti.c - -+libwwwfile_la_LIBADD = libwwwtrans.la -+ - libwwwftp_la_SOURCES = \ - WWWFTP.h \ - HTFTP.h \ -@@ -334,6 +338,24 @@ libwwwapp_la_SOURCES = \ - HTRules.h \ - HTRules.c - -+libwwwapp_la_LIBADD = \ -+ libwwwcache.la \ -+ libwwwdir.la \ -+ libwwwfile.la \ -+ libwwwftp.la \ -+ libwwwgopher.la \ -+ libwwwhtml.la \ -+ libwwwhttp.la \ -+ libwwwmime.la \ -+ libwwwnews.la \ -+ libwwwstream.la \ -+ libwwwtelnet.la \ -+ libwwwtrans.la \ -+ libwwwutils.la \ -+ libwwwxml.la \ -+ libwwwzip.la \ -+ libwwwcore.la -+ - libwwwinit_la_SOURCES = \ - WWWInit.h \ - HTProfil.h \ -@@ -362,10 +384,7 @@ libwwwxml_la_SOURCES = \ - HTXML.h \ - HTXML.c - --libwwwxml_la_DEPENDENCIES = \ -- ../../modules/expat/libexpat.la -- --libwwwxml_la_LDFLAGS = -rpath $(libdir) -+libwwwxml_la_LDFLAGS = -lexpat -rpath $(libdir) - - libwwwzip_la_SOURCES = \ - WWWZip.h \ -@@ -375,6 +394,10 @@ libwwwzip_la_SOURCES = \ - - libwwwzip_la_LDFLAGS = -rpath $(libdir) - -+libwwwzip_la_LIBADD = \ -+ libwwwutils.la \ -+ libwwwcore.la -+ - libwwwsql_la_SOURCES = \ - WWWSQL.h \ - HTSQL.h \ -@@ -386,9 +409,8 @@ libwwwsql_la_SOURCES = \ - libwwwsql_la_LDFLAGS = -rpath $(libdir) - - INCLUDES = \ -- -I/usr/local/include \ - -I${top_srcdir}/modules/md5 \ -- -I${top_srcdir}/modules/expat/lib -+ -I$(includedir) - - BUILT_SOURCES = \ - wwwsys.h \ -@@ -405,7 +405,6 @@ - HTBInit.h \ - HTBTree.h \ - HTBind.h \ -- HTBind.h \ - HTBound.h \ - HTBufWrt.h \ - HTCache.h \ -diff -urNp libwww.orig/modules/Makefile.am libwww/modules/Makefile.am ---- libwww.orig/modules/Makefile.am 2008-12-21 14:56:37.380980403 +0530 -+++ libwww/modules/Makefile.am 2008-12-21 14:56:45.892980322 +0530 -@@ -5,5 +5,5 @@ DOCS := $(wildcard *.html *.gif) - EXTRA_DIST = \ - $(DOCS) - --SUBDIRS = expat md5 -+SUBDIRS = md5 - diff --git a/w3c-libwww-md5.patch b/w3c-libwww-md5.patch deleted file mode 100644 index bb40091..0000000 --- a/w3c-libwww-md5.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/md5/md5.h.orig 2006-04-22 02:25:32.000000000 +0200 -+++ modules/md5/md5.h 2006-04-22 02:25:54.000000000 +0200 -@@ -42,7 +42,7 @@ - typedef unsigned short int UINT2; - - /* UINT4 defines a four byte word */ --typedef unsigned long int UINT4; -+typedef unsigned int UINT4; - - /* PROTO_LIST is defined depending on how PROTOTYPES is defined above. - If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it diff --git a/w3c-libwww-multiarch.patch b/w3c-libwww-multiarch.patch deleted file mode 100644 index 83c342e..0000000 --- a/w3c-libwww-multiarch.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libwww-config.in.orig 2008-01-05 01:12:59.000000000 +0100 -+++ libwww-config.in 2008-01-05 01:13:36.000000000 +0100 -@@ -52,7 +52,7 @@ - fi - ;; - --libs) -- echo -L@libdir@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@ -+ echo @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@ - ;; - *) - echo "${usage}" 1>&2 diff --git a/w3c-libwww-ppc64.patch b/w3c-libwww-ppc64.patch deleted file mode 100644 index e89aba8..0000000 --- a/w3c-libwww-ppc64.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- w3c-libwww-5.4.0/config/ltconfig.sopwith 2002-06-06 10:59:37.000000000 -0400 -+++ w3c-libwww-5.4.0/config/ltconfig 2003-02-11 13:35:44.000000000 -0500 -@@ -1933,7 +1933,6 @@ - else - # Only the GNU ld.so supports shared libraries on MkLinux. - case "$host_cpu" in -- powerpc*) dynamic_linker=no ;; - *) dynamic_linker='Linux ld.so' ;; - esac - fi diff --git a/w3c-libwww.spec b/w3c-libwww.spec deleted file mode 100644 index 5ff4ba8..0000000 --- a/w3c-libwww.spec +++ /dev/null @@ -1,335 +0,0 @@ -Name: w3c-libwww -Version: 5.4.1 -Release: 0.34.20060206cvs%{?dist} -Summary: HTTP library of common code - -# See http://www.w3.org/Consortium/Legal/copyright-software.html -License: W3C -URL: http://www.w3.org/Library -#cvs -d :pserver:anonymous@dev.w3.org:/sources/public login -#after which you type "anonymous" as password. -#cvs -d :pserver:anonymous@dev.w3.org:/sources/public -z3 checkout libwww -Source: w3c-libwww-20060206.tar.bz2 -Patch0: w3c-libwww-configure.patch -Patch1: w3c-libwww-5.4.1-incdir.patch -Patch2: w3c-libwww-ppc64.patch -Patch3: w3c-libwww-md5.patch -Patch4: w3c-libwww-makefile.patch -Patch101: w3c-libwww-multiarch.patch -BuildRequires: libtool autoconf automake zlib-devel openssl-devel expat-devel - -%description -Libwww is a general-purpose Web API written in C for Unix and Windows (Win32). -With a highly extensible and layered API, it can accommodate many different -types of applications including clients, robots, etc. The purpose of libwww -is to provide a highly optimized HTTP sample implementation as well as other -Internet protocols and to serve as a testbed for protocol experiments. - -%package devel -Summary: Header files for programs that use libwww -Requires: w3c-libwww = %{version}-%{release} -Requires: zlib-devel expat-devel openssl-devel - -%description devel -Header files for libwww, which are available as public libraries. - -%package apps -Summary: Applications built using Libwww web library -Requires: w3c-libwww = %{version}-%{release} - -%description apps - -Web applications built using Libwww: Robot, Command line tool, -line mode browser. The Robot can crawl web sites faster, and -with lower load, than any other web walker that we know of, -due to its extensive pipelining and use of HTTP/1.1. - -The command line tool (w3c) is very useful for manipulation of -Web sites that implement more than just HTTP GET (e.g. PUT, - POST, etc.). - -The line mode browser is a minimal line mode web browser; -often useful to convert to ascii text. - -%prep -%setup -q -n libwww -%patch0 -%patch1 -p1 -%patch2 -p1 -b .ppc64 -%patch3 -%patch4 -p1 -%patch101 - -# we don't want the libwww version -rm -fr modules/expat - -#perl config/winConfigure.pl -libtoolize -c -f -aclocal -autoheader -automake --add-missing -autoconf -echo timestamp > stamp-h.in - -%build -%configure --enable-shared --disable-static --with-gnu-ld --with-regex \ ---with-zlib --with-ssl --enable-reentrant -export tagname=CC - -# Omit unused direct shared library dependencies. -sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool - -make %{?_smp_mflags} - -%install -rm -rf $RPM_BUILD_ROOT - -export tagname=CC -make DESTDIR=$RPM_BUILD_ROOT install - -pushd $RPM_BUILD_ROOT - chmod +x .%{_libdir}/lib{www*,md5}.so.0.* -popd - -install -p -m644 wwwconf.h ${RPM_BUILD_ROOT}/%{_includedir}/w3c-libwww/ - -rm -f ${RPM_BUILD_ROOT}/%{_libdir}/*.la - -# multiarch timestamps -touch -r README.html ${RPM_BUILD_ROOT}/%{_bindir}/libwww-config \ - ${RPM_BUILD_ROOT}/%{_includedir}/w3c-libwww/wwwconf.h - -%ldconfig_scriptlets - -%files -%doc COPYRIGHT.html LICENSE.html PATCHES.html README.html -%{_libdir}/libwww*.so.* -%{_libdir}/libmd5.so.* -%{_libdir}/libpics.so.* -%{_datadir}/w3c-libwww - -%files apps -%{_bindir}/webbot -%{_bindir}/w3c -%{_bindir}/www - -%files devel -%{_bindir}/libwww-config -%{_libdir}/lib*.so - -%{_includedir}/w3c-libwww - -%changelog -* Sat Jul 27 2019 Fedora Release Engineering - 5.4.1-0.34.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 5.4.1-0.33.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 5.4.1-0.32.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 5.4.1-0.31.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 5.4.1-0.30.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 5.4.1-0.29.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 5.4.1-0.28.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 5.4.1-0.27.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 5.4.1-0.26.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 5.4.1-0.25.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 5.4.1-0.24.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 5.4.1-0.23.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 5.4.1-0.22.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 5.4.1-0.21.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 5.4.1-0.20.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 5.4.1-0.19.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sat Aug 29 2009 Caolán McNamara - 5.4.1-0.18.20060206cvs -- Resolves: rhbz#511702 - FTBFS - -* Fri Aug 21 2009 Tomas Mraz - 5.4.1-0.17.20060206cvs -- rebuilt with new openssl - -* Sun Jul 26 2009 Fedora Release Engineering - 5.4.1-0.16.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 5.4.1-0.15.20060206cvs -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sun Jan 18 2009 Tomas Mraz - 5.4.1-0.14.20060206cvs -- rebuild with new openssl - -* Fri Dec 26 2008 Debarshi Ray - 5.4.1-0.13.20060206cvs -- Fixed linkage problems to reduce the number of undefined non-weak symbols. - -* Wed Dec 03 2008 Debarshi Ray - 5.4.1-0.12.20060206cvs -- Updated patches to fix FTBFS. Closes Red Hat Bugzilla bug #465034. -- Fixed linkage problems to reduce the number of undefined non-weak symbols. -- Omitted unused direct shared library dependencies. - -* Wed May 21 2008 Tom "spot" Callaway - 5.4.1-0.11.20060206cvs -- fix license tag - -* Mon Feb 18 2008 Fedora Release Engineering - 5.4.1-0.10.20060206cvs -- Autorebuild for GCC 4.3 - -* Mon Feb 11 2008 Andreas Bierfert - 5.4.1-0.9.20060206cvs -- Rebuilt for gcc43 - -* Sat Jan 05 2008 Andreas Bierfert -- 5.4.1-0.8.20060206cvs -- fix #343411 multiarch - -* Wed Dec 05 2007 Release Engineering - 5.4.1-7 -- Rebuild for deps - -* Fri Sep 07 2007 Andreas Bierfert -5.4.1-0.6.20060206cvs -- enable reentrant - -* Thu Aug 23 2007 Andreas Bierfert -5.4.1-0.5.20060206cvs -- rebuild for buildid - -* Fri Sep 15 2006 Andreas Bierfert -5.4.1-0.4.20060206cvs -- FE6 rebuild - -* Sat Apr 22 2006 Andreas Bierfert -5.4.1-0.3.20060206cvs -- fix md5 (#187895) - -* Tue Feb 28 2006 Andreas Bierfert -5.4.1-0.2.20060206cvs -- readd wwwconfig.h to fix internal header errors - -* Wed Feb 08 2006 Andreas Bierfert -5.4.1-0.1.20060206cvs -- base of cvs snapshot which should have been 5.4.1 - -* Thu Feb 02 2006 Andreas Bierfert -5.4.0-17 -- fixed description... www _is_ included now... - -* Sun Jan 22 2006 Andreas Bierfert -5.4.0-16 -- include suggestions from Patrice Dumas - -* Thu Jan 19 2006 Andreas Bierfert -5.4.0-15 -- revisit for fe inclusion -- include www - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Fri Sep 30 2005 Harald Hoyer - 14 -- fix for libwww's handling of multipart/byteranges content and possible - stack overflow (bug #159597) - -* Thu Mar 03 2005 Harald Hoyer -- rebuilt - -* Thu Feb 24 2005 Harald Hoyer - 5.4.0-12 -- built with ssl - -* Wed Feb 09 2005 Harald Hoyer -- rebuilt - -* Tue Jun 15 2004 Elliot Lee -- rebuilt - -* Tue Mar 02 2004 Elliot Lee -- rebuilt - -* Fri Feb 13 2004 Elliot Lee -- rebuilt - -* Thu Jan 29 2004 Harald Hoyer - 5.4.0-8 -- added zlib-devel dependency - -* Thu Aug 7 2003 Elliot Lee 5.4.0-7 -- Fix libtool, auto* - -* Wed Jun 04 2003 Elliot Lee -- rebuilt - -* Mon Feb 17 2003 Elliot Lee 5.4.0-5 -- ppc64 fixes - -* Wed Jan 29 2003 Harald Hoyer 5.4.0-4 -- rebuilt - -* Wed Jan 22 2003 Tim Powers -- rebuilt - -* Mon Nov 18 2002 Tim Powers -- rebuild on all arches -- lib64'ize -- fix broken %%doc file list - -* Tue Jul 23 2002 Harald Hoyer 5.4.0-1 -- removed prestripping - -* Fri Jun 21 2002 Tim Powers -- automated rebuild - -* Thu May 23 2002 Tim Powers -- automated rebuild - -* Wed Feb 20 2002 Harald Hoyer -- fixed --cflags (#59503) - -* Wed Jan 23 2002 Harald Hoyer 5.3.2-4 -- moved wwwconf.h in w3c-libwww subdir #58060 -- added libpics.so.* #58433 - -* Mon Jan 07 2002 Harald Hoyer 5.3.2-2 -- added wwwconf.h (#58060) - -* Thu Dec 13 2001 Harald Hoyer -- fix for #55526 - -* Tue Jul 10 2001 Tim Powers -- make devel package version dependant - -* Sun Jun 24 2001 Elliot Lee -- Bump release + rebuild for 7.2. - -* Thu Jul 13 2000 Prospector -- automatic rebuild - -* Sun Jun 18 2000 Matt Wilson -- rebuilt for next release -- added patch to toplevel Makefile.am to honor DESTDIR -- use "make DESTDIR=$RPM_BUILD_ROOT install" - -* Thu Aug 12 1999 Jeff Johnson -- rebuild for 6.1. - -* Mon Apr 12 1999 Jeff Johnson -- repackage for Red Hat 6.0.