Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21bfc5afc5 | ||
|
|
e95227d9df | ||
|
|
824912e97e |
12 changed files with 543 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
w3c-libwww-20060206.tar.bz2
|
||||
|
|
@ -1 +0,0 @@
|
|||
w3c-libwww fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676200
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
8f90a719402305ad2979372ae91eee3a w3c-libwww-20060206.tar.bz2
|
||||
15
w3c-libwww-5.3.2-incdir.patch
Normal file
15
w3c-libwww-5.3.2-incdir.patch
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
--- 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@
|
||||
16
w3c-libwww-5.4.1-incdir.patch
Normal file
16
w3c-libwww-5.4.1-incdir.patch
Normal file
|
|
@ -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@
|
||||
63
w3c-libwww-configure.patch
Normal file
63
w3c-libwww-configure.patch
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
--- 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 <stddef.h>
|
||||
+#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)
|
||||
35
w3c-libwww-expat.patch
Normal file
35
w3c-libwww-expat.patch
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
--- 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
|
||||
|
||||
90
w3c-libwww-makefile.patch
Normal file
90
w3c-libwww-makefile.patch
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
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 \
|
||||
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
|
||||
|
||||
11
w3c-libwww-md5.patch
Normal file
11
w3c-libwww-md5.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
||||
11
w3c-libwww-multiarch.patch
Normal file
11
w3c-libwww-multiarch.patch
Normal file
|
|
@ -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
|
||||
10
w3c-libwww-ppc64.patch
Normal file
10
w3c-libwww-ppc64.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- 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
|
||||
290
w3c-libwww.spec
Normal file
290
w3c-libwww.spec
Normal file
|
|
@ -0,0 +1,290 @@
|
|||
Name: w3c-libwww
|
||||
Version: 5.4.1
|
||||
Release: 0.15.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
|
||||
#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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
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
|
||||
Group: Development/Libraries
|
||||
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
|
||||
Group: Applications/Internet
|
||||
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
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYRIGHT.html LICENSE.html PATCHES.html README.html
|
||||
%{_libdir}/libwww*.so.*
|
||||
%{_libdir}/libmd5.so.*
|
||||
%{_libdir}/libpics.so.*
|
||||
%{_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
|
||||
|
||||
%{_includedir}/w3c-libwww
|
||||
|
||||
%changelog
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4.1-0.15.20060206cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 5.4.1-0.14.20060206cvs
|
||||
- rebuild with new openssl
|
||||
|
||||
* Fri Dec 26 2008 Debarshi Ray <rishi@fedoraproject.org> - 5.4.1-0.13.20060206cvs
|
||||
- Fixed linkage problems to reduce the number of undefined non-weak symbols.
|
||||
|
||||
* Wed Dec 03 2008 Debarshi Ray <rishi@fedoraproject.org> - 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 <tcallawa@redhat.com> - 5.4.1-0.11.20060206cvs
|
||||
- fix license tag
|
||||
|
||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.4.1-0.10.20060206cvs
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Mon Feb 11 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 5.4.1-0.9.20060206cvs
|
||||
- Rebuilt for gcc43
|
||||
|
||||
* Sat Jan 05 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
- 5.4.1-0.8.20060206cvs
|
||||
- fix #343411 multiarch
|
||||
|
||||
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 5.4.1-7
|
||||
- Rebuild for deps
|
||||
|
||||
* Fri Sep 07 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
5.4.1-0.6.20060206cvs
|
||||
- enable reentrant
|
||||
|
||||
* Thu Aug 23 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
5.4.1-0.5.20060206cvs
|
||||
- rebuild for buildid
|
||||
|
||||
* Fri Sep 15 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
5.4.1-0.4.20060206cvs
|
||||
- FE6 rebuild
|
||||
|
||||
* Sat Apr 22 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
5.4.1-0.3.20060206cvs
|
||||
- fix md5 (#187895)
|
||||
|
||||
* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
5.4.1-0.2.20060206cvs
|
||||
- readd wwwconfig.h to fix internal header errors
|
||||
|
||||
* Wed Feb 08 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
5.4.1-0.1.20060206cvs
|
||||
- base of cvs snapshot which should have been 5.4.1
|
||||
|
||||
* Thu Feb 02 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
5.4.0-17
|
||||
- fixed description... www _is_ included now...
|
||||
|
||||
* Sun Jan 22 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
5.4.0-16
|
||||
- include suggestions from Patrice Dumas
|
||||
|
||||
* Thu Jan 19 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
5.4.0-15
|
||||
- revisit for fe inclusion
|
||||
- include www
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Sep 30 2005 Harald Hoyer <harald@faro.stuttgart.redhat.com> - 14
|
||||
- fix for libwww's handling of multipart/byteranges content and possible
|
||||
stack overflow (bug #159597)
|
||||
|
||||
* Thu Mar 03 2005 Harald Hoyer <harald@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Feb 24 2005 Harald Hoyer <harald@redhat.com> - 5.4.0-12
|
||||
- built with ssl
|
||||
|
||||
* Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Jan 29 2004 Harald Hoyer <harald@faro.stuttgart.redhat.com> - 5.4.0-8
|
||||
- added zlib-devel dependency
|
||||
|
||||
* Thu Aug 7 2003 Elliot Lee <sopwith@redhat.com> 5.4.0-7
|
||||
- Fix libtool, auto*
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com> 5.4.0-5
|
||||
- ppc64 fixes
|
||||
|
||||
* Wed Jan 29 2003 Harald Hoyer <harald@redhat.de> 5.4.0-4
|
||||
- rebuilt
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
|
||||
- rebuild on all arches
|
||||
- lib64'ize
|
||||
- fix broken %%doc file list
|
||||
|
||||
* Tue Jul 23 2002 Harald Hoyer <harald@redhat.de> 5.4.0-1
|
||||
- removed prestripping
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Wed Feb 20 2002 Harald Hoyer <harald@redhat.de>
|
||||
- fixed --cflags (#59503)
|
||||
|
||||
* Wed Jan 23 2002 Harald Hoyer <harald@redhat.de> 5.3.2-4
|
||||
- moved wwwconf.h in w3c-libwww subdir #58060
|
||||
- added libpics.so.* #58433
|
||||
|
||||
* Mon Jan 07 2002 Harald Hoyer <harald@redhat.com> 5.3.2-2
|
||||
- added wwwconf.h (#58060)
|
||||
|
||||
* Thu Dec 13 2001 Harald Hoyer <harald@redhat.com>
|
||||
- fix for #55526
|
||||
|
||||
* Tue Jul 10 2001 Tim Powers <timp@redhat.com>
|
||||
- make devel package version dependant
|
||||
|
||||
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||
- Bump release + rebuild for 7.2.
|
||||
|
||||
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
||||
- automatic rebuild
|
||||
|
||||
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
|
||||
- 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 <jbj@redhat.com>
|
||||
- rebuild for 6.1.
|
||||
|
||||
* Mon Apr 12 1999 Jeff Johnson <jbj@redhat.com>
|
||||
- repackage for Red Hat 6.0.
|
||||
Loading…
Add table
Add a link
Reference in a new issue