Blame SPECS/mod_perl.spec

11431e
%{?scl:%scl_package mod_perl}
11431e
11431e
%define use_system_apr 1
11431e
11431e
%if 0%{?scl:1}
11431e
%{!?_httpd24_apxs:       %{expand: %%global _httpd24_apxs       %%{_sbindir}/apxs}}
11431e
%{!?_httpd24_mmn:        %{expand: %%global _httpd24_mmn        %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo missing-httpd-devel)}}
11431e
%{!?_httpd24_confdir:    %{expand: %%global _httpd24_confdir    %%{_sysconfdir}/httpd/conf.d}}
11431e
# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
11431e
%{!?_httpd24_modconfdir: %{expand: %%global _httpd24_modconfdir %%{_sysconfdir}/httpd/conf.d}}
11431e
%{!?_httpd24_moddir:    %{expand: %%global _httpd24_moddir    %%{_libdir}/httpd/modules}}
11431e
%else
11431e
%{!?_httpd_apxs:       %{expand: %%global _httpd_apxs       %%{_sbindir}/apxs}}
11431e
%{!?_httpd_mmn:        %{expand: %%global _httpd_mmn        %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo missing-httpd-devel)}}
11431e
%{!?_httpd_confdir:    %{expand: %%global _httpd_confdir    %%{_sysconfdir}/httpd/conf.d}}
11431e
# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
11431e
%{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
11431e
%{!?_httpd_moddir:    %{expand: %%global _httpd_moddir    %%{_libdir}/httpd/modules}}
11431e
%endif
11431e
11431e
Name:           %{?scl:%scl_prefix}mod_perl
11431e
Version:        2.0.8
11431e
Release:        3.20130221svn1448242%{?dist}
11431e
Summary:        An embedded Perl interpreter for the Apache HTTP Server
11431e
11431e
Group:          System Environment/Daemons
11431e
License:        ASL 2.0
11431e
URL:            http://perl.apache.org/
11431e
# The source for this package was pulled from upstream's vcs.  Use the
11431e
# following commands to generate the tarball:
11431e
#  svn export -r 1448242 https://svn.apache.org/repos/asf/perl/modperl/branches/httpd24 mod_perl-2.0.8-svn1448242
11431e
#  tar czvf mod_perl-2.0.8-svn1448242.tar.gz mod_perl-2.0.8-svn1448242
11431e
Source0:        mod_perl-2.0.8-svn1448242.tar.gz
11431e
#Source0:       http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
11431e
Source1:        perl.conf
11431e
Source2:        perl.module.conf
11431e
Source3:        filter-requires.sh
11431e
Source4:        filter-provides.sh
11431e
Patch1:         mod_perl-2.0.4-inline.patch
11431e
Patch2:         mod_perl-2.0.5-nolfs.patch
11431e
#Patch3:         mod_perl-short-name.patch
11431e
Patch4:        modperl-2.0.8-no-event-mpm.patch
11431e
11431e
BuildRequires:  %{?scl:%scl_prefix}perl-devel, %{?scl:%scl_prefix}perl(ExtUtils::Embed)
11431e
BuildRequires:  %{?scl:httpd24-}httpd-devel >= 2.4.0, %{?scl:httpd24-}httpd, gdbm-devel
11431e
%if %{use_system_apr}
11431e
BuildRequires:   apr-devel >= 1.2.0, apr-util-devel
11431e
%else
11431e
BuildRequires: %{?scl:httpd24-}apr-devel >= 1.2.0, %{?scl:httpd24-}apr-util-devel
11431e
%endif
11431e
BuildRequires:  %{?scl:%scl_prefix}perl(Data::Dumper)
11431e
# BuildRequires:  %{?scl:%scl_prefix}perl(Data::Flow)
11431e
BuildRequires:  %{?scl:%scl_prefix}perl(Tie::IxHash)
11431e
Requires:       %{?scl:%scl_prefix}perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
11431e
%if 0%{?scl:1}
11431e
Requires:       %{?scl:httpd24-}httpd-mmn = %{_httpd24_mmn}
11431e
%else
11431e
Requires:       %{?scl:httpd24-}httpd-mmn = %{_httpd_mmn}
11431e
%endif
11431e
# For Apache::SizeLimit::Core
11431e
Requires:       %{?scl:%scl_prefix}perl(Linux::Pid)
11431e
11431e
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
11431e
11431e
%{?perl_default_filter}
11431e
11431e
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(Apache2::Connection\\)$
11431e
%global __provides_exclude %__provides_exclude|perl\\(Apache2::RequestRec\\)$
11431e
%global __provides_exclude %__provides_exclude|perl\\(warnings\\)$
11431e
%global __provides_exclude %__provides_exclude|perl\\(HTTP::Request::Common\\)$
11431e
%global __provides_exclude %__provides_exclude|mod_perl\\.so\\(.*$
11431e
%global __provides_exclude %__provides_exclude|mod_perl\\.so$
11431e
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Apache::Test.*\\)
11431e
%global __requires_exclude %__requires_exclude|perl\\(Data::Flow\\)
11431e
%global __requires_exclude %__requires_exclude|perl\\(Apache2::FunctionTable\\)
11431e
%global __requires_exclude %__requires_exclude|perl\\(Apache2::StructureTable\\)
11431e
11431e
# Hide dependencies on broken provides
11431e
%global __requires_exclude %__requires_exclude|^perl\\(Apache2::MPM\\)
11431e
11431e
%else
11431e
11431e
%define __perl_requires %{SOURCE3}
11431e
%define __perl_provides %{SOURCE4}
11431e
11431e
%endif
11431e
11431e
%description
11431e
Mod_perl incorporates a Perl interpreter into the Apache web server,
11431e
so that the Apache web server can directly execute Perl code.
11431e
Mod_perl links the Perl run-time library into the Apache web server and
11431e
provides an object-oriented Perl interface for Apache's C language
11431e
API.  The end result is a quicker CGI script turnaround process, since
11431e
no external Perl interpreter has to be started.
11431e
11431e
Install mod_perl if you're installing the Apache web server and you'd
11431e
like for it to directly incorporate a Perl interpreter.
11431e
11431e
11431e
%package devel
11431e
Summary:        Files needed for building XS modules that use mod_perl
11431e
Group:          Development/Libraries
11431e
Requires:       %{name}%{?_isa} = %{version}-%{release}, %{?scl:httpd24-}httpd-devel%{?_isa}
11431e
11431e
%description devel 
11431e
The mod_perl-devel package contains the files needed for building XS
11431e
modules that use mod_perl.
11431e
11431e
11431e
%prep
11431e
%setup -q -n mod_perl-%{version}-svn1448242
11431e
%patch1 -p1
11431e
%patch2 -p1
11431e
#%patch3 -p1
11431e
%patch4 -p1 -b .noeventmpm
11431e
11431e
%build
11431e
11431e
for i in Changes SVN-MOVE; do
11431e
    iconv --from=ISO-8859-1 --to=UTF-8 $i > $i.utf8
11431e
    mv $i.utf8 $i
11431e
done
11431e
11431e
cd docs
11431e
for i in devel/debug/c.pod devel/core/explained.pod user/Changes.pod; do
11431e
    iconv --from=ISO-8859-1 --to=UTF-8 $i > $i.utf8
11431e
    mv $i.utf8 $i
11431e
done
11431e
cd ..
11431e
11431e
%if 0%{?scl:1}
11431e
. /opt/rh/httpd24/enable
11431e
11431e
%if %{use_system_apr}
11431e
CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL 
11431e
         PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
11431e
         INSTALLDIRS=vendor \
11431e
         MP_APXS=%{_httpd24_apxs} \
11431e
         MP_APR_CONFIG=%{_root_bindir}/apr-1-config
11431e
%else
11431e
CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL 
11431e
         PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
11431e
         INSTALLDIRS=vendor \
11431e
         MP_APXS=%{_httpd24_apxs} \
11431e
         MP_APR_CONFIG=/opt/rh/httpd24/root/usr/bin/apr-1-config
11431e
%endif
11431e
%else
11431e
CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL 
11431e
         PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
11431e
         INSTALLDIRS=vendor \
11431e
         MP_APXS=%{_httpd_apxs} \
11431e
         MP_APR_CONFIG=%{_bindir}/apr-1-config
11431e
%endif
11431e
11431e
# This is not needed now when we are using httpd24 branch, but I will keep
11431e
# it here in case someone will have to regenerate *.xs files again.
11431e
#make source_scan
11431e
#make xs_generate
11431e
#CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL 
11431e
#         PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
11431e
#         INSTALLDIRS=vendor \
11431e
#         MP_APXS=%{_httpd_apxs} \
11431e
#         MP_APR_CONFIG=%{_bindir}/apr-1-config
11431e
11431e
make -C src/modules/perl %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS -fpic"
11431e
make %{?_smp_mflags}
11431e
11431e
%install
11431e
%if 0%{?scl:1}
11431e
install -d -m 755 $RPM_BUILD_ROOT%{_httpd24_moddir}
11431e
make install \
11431e
    MODPERL_AP_LIBEXECDIR=$RPM_BUILD_ROOT%{_httpd24_moddir} \
11431e
    MODPERL_AP_INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir}/httpd
11431e
%else
11431e
install -d -m 755 $RPM_BUILD_ROOT%{_httpd_moddir}
11431e
make install \
11431e
    MODPERL_AP_LIBEXECDIR=$RPM_BUILD_ROOT%{_httpd_moddir} \
11431e
    MODPERL_AP_INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir}/httpd
11431e
%endif
11431e
11431e
# Remove the temporary files.
11431e
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
11431e
find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
11431e
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
11431e
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
11431e
11431e
# Fix permissions to avoid strip failures on non-root builds.
11431e
chmod -R u+w $RPM_BUILD_ROOT/*
11431e
11431e
%if 0%{?scl:1}
11431e
# Install the config file
11431e
install -d -m 755 $RPM_BUILD_ROOT%{_httpd24_confdir}
11431e
install -d -m 755 $RPM_BUILD_ROOT%{_httpd24_modconfdir}
11431e
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd24_confdir}
11431e
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_httpd24_modconfdir}/02-perl.conf
11431e
%else
11431e
# Install the config file
11431e
install -d -m 755 $RPM_BUILD_ROOT%{_httpd_confdir}
11431e
install -d -m 755 $RPM_BUILD_ROOT%{_httpd_modconfdir}
11431e
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_confdir}
11431e
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_httpd_modconfdir}/02-perl.conf
11431e
%endif
11431e
11431e
# Move set of modules to -devel
11431e
devmods="ModPerl::Code ModPerl::BuildMM ModPerl::CScan \
11431e
          ModPerl::TestRun ModPerl::Config ModPerl::WrapXS \
11431e
          ModPerl::BuildOptions ModPerl::Manifest \
11431e
          ModPerl::MapUtil ModPerl::StructureMap \
11431e
          ModPerl::TypeMap ModPerl::FunctionMap \
11431e
          ModPerl::ParseSource ModPerl::MM \
11431e
          Apache2::Build Apache2::ParseSource Apache2::BuildConfig \
11431e
          Bundle::ApacheTest"
11431e
for m in $devmods; do
11431e
   test -f $RPM_BUILD_ROOT%{_mandir}/man3/${m}.3pm &&
11431e
     echo "%{_mandir}/man3/${m}.3pm*"
11431e
   fn=${m//::/\/}
11431e
   test -f $RPM_BUILD_ROOT%{perl_vendorarch}/${fn}.pm &&
11431e
        echo %{perl_vendorarch}/${fn}.pm
11431e
   test -d $RPM_BUILD_ROOT%{perl_vendorarch}/${fn} && 
11431e
        echo %{perl_vendorarch}/${fn}
11431e
   test -d $RPM_BUILD_ROOT%{perl_vendorarch}/auto/${fn} && 
11431e
        echo %{perl_vendorarch}/auto/${fn}
11431e
done | tee devel.files | sed 's/^/%%exclude /' > exclude.files
11431e
echo "%%exclude %{_mandir}/man3/Apache::Test*.3pm*" >> exclude.files
11431e
11431e
# perl build script generates *.orig files, they get installed and later they
11431e
# break provides so mod_perl requires mod_perl-devel. We remove them here.
11431e
find "$RPM_BUILD_ROOT" -type f -name *.orig -exec rm -f {} \;
11431e
11431e
%files -f exclude.files
11431e
%doc Changes LICENSE NOTICE README* STATUS SVN-MOVE docs/
11431e
%if 0%{?scl:1}
11431e
%config(noreplace) %{_httpd24_confdir}/perl.conf
11431e
%config(noreplace) %{_httpd24_modconfdir}/02-perl.conf
11431e
%{_httpd24_moddir}/mod_perl.so
11431e
%else
11431e
%config(noreplace) %{_httpd_confdir}/perl.conf
11431e
%config(noreplace) %{_httpd_modconfdir}/02-perl.conf
11431e
%{_httpd_moddir}/mod_perl.so
11431e
%endif
11431e
%{_bindir}/*
11431e
%{perl_vendorarch}/auto/*
11431e
%dir %{perl_vendorarch}/Apache/
11431e
%{perl_vendorarch}/Apache/Reload.pm
11431e
%{perl_vendorarch}/Apache/SizeLimit*
11431e
%{perl_vendorarch}/Apache2/
11431e
%{perl_vendorarch}/Bundle/
11431e
%{perl_vendorarch}/APR/
11431e
%{perl_vendorarch}/ModPerl/
11431e
%{perl_vendorarch}/*.pm
11431e
%{_mandir}/man3/*.3*
11431e
11431e
%files devel -f devel.files
11431e
%if 0%{?scl:1}
11431e
%dir %{_includedir}/httpd/
11431e
%endif
11431e
%{_includedir}/httpd/*
11431e
%{perl_vendorarch}/Apache/Test*.pm
11431e
%{perl_vendorarch}/MyTest
11431e
%{_mandir}/man3/Apache::Test*.3pm*
11431e
11431e
%changelog
11431e
* Tue Mar 25 2014 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-3.20130221svn1448242
11431e
- own include directories in -devel subpackage (#1079938)
11431e
- depend on httpd-2.4 in -devel subpackage
11431e
11431e
* Thu Feb 13 2014 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-2.20130221svn1448242
11431e
- do not enable mod_perl with event MPM (#1059225) 
11431e
11431e
* Tue Nov 19 2013 Jan Kaluza <jkaluza@redhat.com> - 2.0.8-1.20130221svn1448242
11431e
- bump version to 2.0.8, because we are using 2.0.8-dev from upstream svn
11431e
11431e
* Thu Nov 14 2013 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-14.20130221svn1448242
11431e
- do not build with apr/apr-util in rhel7
11431e
11431e
* Thu Oct 29 2013 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-13.20130221svn1448242
11431e
- support for software collections
11431e
11431e
* Thu Feb 21 2013 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-12.20130221svn1448242
11431e
- update to httpd24 svn branch which provides much more better compatibility
11431e
  with httpd-2.4
11431e
11431e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-11
11431e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
11431e
11431e
* Tue Nov 20 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-10
11431e
- do not install .orig file generated by make xs_generate
11431e
- filter unversioned mod_perl.so from provides
11431e
11431e
* Mon Nov 19 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-9
11431e
- clean up spec file
11431e
- do not require -devel when installing main package
11431e
11431e
* Mon Nov 19 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-8
11431e
- add wrappers for new fields added in httpd-2.4 structures
11431e
11431e
* Wed Jul 25 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-7
11431e
- updated httpd-2.4 patch
11431e
11431e
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-6
11431e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
11431e
11431e
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-5
11431e
- Hide dependencies on broken provides
11431e
11431e
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-4
11431e
- Perl 5.16 rebuild
11431e
11431e
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-3
11431e
- Rebuild to fix Apache2::MPM dependency on i686
11431e
11431e
* Fri Jun 29 2012 Petr Pisar <ppisar@redhat.com> - 2.0.7-2
11431e
- Perl 5.16 rebuild
11431e
11431e
* Fri Jun 29 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.7-1
11431e
- update to 2.0.7 (#830501)
11431e
11431e
* Sun Jun 10 2012 Petr Pisar <ppisar@redhat.com> - 2.0.5-11
11431e
- Perl 5.16 rebuild
11431e
11431e
* Thu Apr 19 2012 Petr Pisar <ppisar@redhat.com> - 2.0.5-10
11431e
- Fix dependency declaration on Data::Dumper
11431e
11431e
* Wed Apr 18 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.5-9
11431e
- fix compilation with httpd-2.4 (#809142)
11431e
11431e
* Tue Mar 06 2012 Jan Kaluza <jkaluza@redhat.com> - 2.0.5-8
11431e
- filter perl(HTTP::Request::Common) Provide from -devel (#247250)
11431e
- use short_name as argv[0] (#782369)
11431e
11431e
* Thu Jan  5 2012 Ville Skyttä <ville.skytta@iki.fi> - 2.0.5-7
11431e
- Ship Apache::Reload and Apache::SizeLimit in main package (#748362).
11431e
- Require Linux::Pid for Apache::SizeLimit (#766568).
11431e
- Move Apache::Test* man pages to -devel.
11431e
- Don't filter Module::Build dependency.
11431e
11431e
* Wed Nov  9 2011 Joe Orton <jorton@redhat.com> - 2.0.5-6
11431e
- fudge the LFS test (#730832)
11431e
11431e
* Fri Jul 22 2011 Petr Pisar <ppisar@redhat.com> - 2.0.5-5
11431e
- RPM 4.9 dependency filtering added
11431e
11431e
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.5-4
11431e
- Perl mass rebuild
11431e
11431e
* Mon Apr 11 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.5-3
11431e
- filter warnings from provides
11431e
11431e
* Sat Mar 26 2011 Joe Orton <jorton@redhat.com> - 2.0.5-2
11431e
- ship NOTICE file
11431e
11431e
* Sat Mar 26 2011 Joe Orton <jorton@redhat.com> - 2.0.5-1
11431e
- update to 2.0.5
11431e
11431e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-14
11431e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
11431e
11431e
* Thu Nov 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.0.4-13
11431e
- fix missing requirements, add filter_setup macro, remove double provides
11431e
11431e
* Sun Nov 04 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 2.0.4-12
11431e
- Spec cleanup for the merge review
11431e
11431e
* Fri May 14 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.0.4-11
11431e
- Mass rebuild with perl-5.12.0
11431e
11431e
* Tue Dec  8 2009 Joe Orton <jorton@redhat.com> - 2.0.4-10
11431e
- add security fix for CVE-2009-0796 (#544455)
11431e
11431e
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-9
11431e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
11431e
11431e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-8
11431e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
11431e
11431e
* Fri Oct 17 2008 Joe Orton <jorton@redhat.com> 2.0.4-7
11431e
- fix inline abuse (#459351)
11431e
11431e
* Wed Aug  6 2008 Joe Orton <jorton@redhat.com> 2.0.4-5
11431e
- rebuild to fix patch fuzz (#427758)
11431e
11431e
* Mon Jul 14 2008 Joe Orton <jorton@redhat.com> 2.0.4-4
11431e
- rebuild for new BDB
11431e
11431e
* Tue May 13 2008 Joe Orton <jorton@redhat.com> 2.0.4-3
11431e
- trim changelog; rebuild
11431e
11431e
* Fri Apr 18 2008 Joe Orton <jorton@redhat.com> 2.0.4-2
11431e
- update to 2.0.4
11431e
11431e
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-21
11431e
- Rebuild for perl 5.10 (again)
11431e
11431e
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.0.3-20
11431e
- Autorebuild for GCC 4.3
11431e
11431e
* Wed Jan 30 2008 Joe Orton <jorton@redhat.com> 2.0.3-19
11431e
- further fixes for perl 5.10 (upstream r480903, r615751)
11431e
11431e
* Wed Jan 30 2008 Joe Orton <jorton@redhat.com> 2.0.3-18
11431e
- fix build with perl 5.10 (upstream r480890)
11431e
11431e
* Tue Jan 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.3-17
11431e
- fix perl BR
11431e
11431e
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.3-16
11431e
- rebuild for new perl
11431e
11431e
* Thu Dec  6 2007 Joe Orton <jorton@redhat.com> 2.0.3-15
11431e
- rebuild for new OpenLDAP
11431e
11431e
* Wed Sep  5 2007 Joe Orton <jorton@redhat.com> 2.0.3-14
11431e
- filter perl(HTTP::Request::Common) Provide from -devel (#247250)
11431e
11431e
* Sun Sep  2 2007 Joe Orton <jorton@redhat.com> 2.0.3-13
11431e
- rebuild for fixed 32-bit APR
11431e
11431e
* Thu Aug 23 2007 Joe Orton <jorton@redhat.com> 2.0.3-12
11431e
- rebuild for expat soname bump
11431e
11431e
* Tue Aug 21 2007 Joe Orton <jorton@redhat.com> 2.0.3-11
11431e
- rebuild for libdb soname bump
11431e
11431e
* Mon Aug 20 2007 Joe Orton <jorton@redhat.com> 2.0.3-10
11431e
- fix License
11431e
11431e
* Fri Apr 20 2007 Joe Orton <jorton@redhat.com> 2.0.3-8
11431e
- filter provide of perl(warnings) (#228429)
11431e
11431e
* Wed Feb 28 2007 Joe Orton <jorton@redhat.com> 2.0.3-7
11431e
- also restore Apache::Test to devel
11431e
- add BR for perl-devel
11431e
11431e
* Tue Feb 27 2007 Joe Orton <jorton@redhat.com> 2.0.3-6
11431e
- filter more Apache::Test requirements
11431e
11431e
* Mon Feb 26 2007 Joe Orton <jorton@redhat.com> 2.0.3-5
11431e
- repackage set of trimmed modules, but only in -devel
11431e
11431e
* Wed Jan 31 2007 Joe Orton <jorton@redhat.com> 2.0.3-4
11431e
- restore ModPerl::MM
11431e
11431e
* Tue Dec  5 2006 Joe Orton <jorton@redhat.com> 2.0.3-3
11431e
- trim modules even more aggressively (#197841)
11431e
11431e
* Mon Dec  4 2006 Joe Orton <jorton@redhat.com> 2.0.3-2
11431e
- update to 2.0.3
11431e
- remove droplet in buildroot from multilib patch
11431e
- drop build-related ModPerl:: modules and Apache::Test (#197841)
11431e
- spec file cleanups
11431e
11431e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
11431e
- rebuild
11431e
11431e
* Thu Jun 15 2006 Joe Orton <jorton@redhat.com> 2.0.2-6
11431e
- fix multilib conflicts in -devel (#192733)
11431e
11431e
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-5.1
11431e
- bump again for double-long bug on ppc(64)
11431e
11431e
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-3.2
11431e
- rebuilt for new gcc4.1 snapshot and glibc changes
11431e
11431e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
11431e
- rebuilt
11431e
11431e
* Fri Dec  2 2005 Joe Orton <jorton@redhat.com> 2.0.2-3
11431e
- rebuild for httpd 2.2
11431e
11431e
* Wed Oct 26 2005 Joe Orton <jorton@redhat.com> 2.0.2-2
11431e
- update to 2.0.2
11431e
11431e
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 2.0.1-2
11431e
- rebuild
11431e
11431e
* Fri Jun 17 2005 Warren Togami <wtogami@redhat.com> 2.0.1-1
11431e
- 2.0.1
11431e
11431e
* Fri May 20 2005 Warren Togami <wtogami@redhat.com> 2.0.0-3
11431e
- dep changes (#114651 jpo and ville)
11431e
11431e
* Fri May 20 2005 Joe Orton <jorton@redhat.com> 2.0.0-1
11431e
- update to 2.0.0 final
11431e
11431e
* Mon Apr 18 2005 Ville Skyttä <ville.skytta@iki.fi> - 2.0.0-0.rc5.3
11431e
- Fix sample configuration.
11431e
- Explicitly disable the test suite. (#112563)
11431e
11431e
* Mon Apr 18 2005 Joe Orton <jorton@redhat.com> 2.0.0-0.rc5.2
11431e
- fix filter-requires for new Apache2:: modules
11431e
11431e
* Sat Apr 16 2005 Warren Togami <wtogami@redhat.com> - 2.0.0-0.rc5.1
11431e
- 2.0.0-RC5
11431e
11431e
* Sun Apr 03 2005 Jose Pedro Oliveira <jpo@di.uminho.pt> - 2.0.0-0.rc4.1
11431e
- Update to 2.0.0-RC4.
11431e
- Specfile cleanup. (#153236)