Blame SPECS/lasso.spec

0f20f5
%global with_java 1
0f20f5
%global with_php 0
0f20f5
%global with_perl 1
0f20f5
%global with_python 1
0f20f5
%global with_python2 0
0f20f5
%global with_python3 0
0f20f5
%global with_wsf 0
0f20f5
%global obsolete_old_lang_subpackages 0
0f20f5
0f20f5
%if %{with_php}
0f20f5
%if "%{php_version}" < "5.6"
0f20f5
%global ini_name     %{name}.ini
0f20f5
%else
0f20f5
%global ini_name     40-%{name}.ini
0f20f5
%endif
0f20f5
%endif
0f20f5
0f20f5
%if (0%{?fedora} > 0 && 0%{?fedora} <= 29) || (0%{?rhel} > 0 && 0%{?rhel} <= 7)
0f20f5
  %global obsolete_old_lang_subpackages 1
0f20f5
%endif
0f20f5
0f20f5
%if %{with_python}
0f20f5
  %if (0%{?fedora} > 0 && 0%{?fedora} < 32) || (0%{?rhel} > 0 && 0%{?rhel} <= 7)
0f20f5
    %global with_python2 1
0f20f5
  %endif
0f20f5
0f20f5
  %if 0%{?fedora} || 0%{?rhel} >= 8
0f20f5
    %global with_python3 1
0f20f5
  %endif
0f20f5
%endif
0f20f5
0f20f5
%global configure_args %{nil}
0f20f5
%global configure_args %{configure_args} 
0f20f5
0f20f5
%if !%{with_java}
0f20f5
  %global configure_args %{configure_args} --disable-java
0f20f5
%endif
0f20f5
0f20f5
%if !%{with_perl}
0f20f5
  %global configure_args %{configure_args} --disable-perl
0f20f5
%endif
0f20f5
0f20f5
%if %{with_php}
0f20f5
  %global configure_args %{configure_args} --enable-php5=yes --with-php5-config-dir=%{php_inidir}
0f20f5
%else
0f20f5
  %global configure_args %{configure_args} --enable-php5=no
0f20f5
%endif
0f20f5
0f20f5
%if %{with_wsf}
0f20f5
  %global configure_args %{configure_args} --enable-wsf --with-sasl2=%{_prefix}/sasl2
0f20f5
%endif
0f20f5
0f20f5
%if !%{with_python}
0f20f5
  %global configure_args %{configure_args} --disable-python
0f20f5
%endif
0f20f5
0f20f5
0f20f5
Summary: Liberty Alliance Single Sign On
0f20f5
Name: lasso
0f20f5
Version: 2.6.0
0e5b23
Release: 13%{?dist}
0f20f5
License: GPLv2+
0f20f5
Group: System Environment/Libraries
0f20f5
Source: http://dev.entrouvert.org/lasso/lasso-%{version}.tar.gz
0f20f5
0f20f5
Patch1: use-specified-python-interpreter.patch
0f20f5
Patch2: build-scripts-py3-compatible.patch
0f20f5
Patch3: duplicate-python-LogoutTestCase.patch
0f20f5
Patch4: versioned-python-configure.patch
0f20f5
Patch5: 0005-tests-use-self-generated-certificate-to-sign-federat.patch
0f20f5
Patch6: 0006-Fix-ECP-signature-not-found-error-when-only-assertio.patch
078269
Patch7: 0007-PAOS-Do-not-populate-Destination-attribute.patch
a4238c
Patch8: 0008-Fix-signature-checking-on-unsigned-response-with-mul.patch
a4238c
Patch9: 0009-lasso_saml20_login_process_response_status_and_asser.patch
0f20f5
0f20f5
BuildRequires: libtool autoconf automake
0f20f5
0f20f5
# The Lasso build system requires python, especially the binding generators
0f20f5
%if %{with_python2}
0f20f5
BuildRequires: python2
0f20f5
BuildRequires: python2-lxml
0f20f5
BuildRequires: python2-six
0f20f5
%endif
0f20f5
0f20f5
%if %{with_python3}
0f20f5
BuildRequires: python3
0f20f5
BuildRequires: python3-lxml
0f20f5
BuildRequires: python3-six
0f20f5
%endif
0f20f5
0f20f5
%if %{with_wsf}
0f20f5
BuildRequires: cyrus-sasl-devel
0f20f5
%endif
0f20f5
BuildRequires: gtk-doc, libtool-ltdl-devel
0f20f5
BuildRequires: glib2-devel, swig
0f20f5
BuildRequires: libxml2-devel, openssl-devel 
0f20f5
BuildRequires: xmlsec1-devel >= 1.2.25-4, xmlsec1-openssl-devel >= 1.2.25-4
0f20f5
BuildRequires: zlib-devel, check-devel
0f20f5
BuildRequires: libtool autoconf automake
0f20f5
Url: http://lasso.entrouvert.org/
0f20f5
0f20f5
Requires: xmlsec1 >= 1.2.25-4
0f20f5
0f20f5
%description
0f20f5
Lasso is a library that implements the Liberty Alliance Single Sign On
0f20f5
standards, including the SAML and SAML2 specifications. It allows to handle
0f20f5
the whole life-cycle of SAML based Federations, and provides bindings
0f20f5
for multiple languages.
0f20f5
0f20f5
%package devel
0f20f5
Summary: Lasso development headers and documentation
0f20f5
Group: Development/Libraries
0f20f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0f20f5
0f20f5
%description devel
0f20f5
This package contains the header files, static libraries and development
0f20f5
documentation for Lasso.
0f20f5
0f20f5
%if %{with_perl}
0f20f5
%package -n perl-%{name}
0f20f5
Summary: Liberty Alliance Single Sign On (lasso) Perl bindings
0f20f5
Group: Development/Libraries
0f20f5
BuildRequires: perl-devel
0f20f5
BuildRequires: perl(ExtUtils::MakeMaker)
0f20f5
BuildRequires: perl(Test::More)
0f20f5
BuildRequires: perl(Error)
0f20f5
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
0f20f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0f20f5
0f20f5
%description -n perl-%{name}
0f20f5
Perl language bindings for the lasso (Liberty Alliance Single Sign On) library.
0f20f5
%endif
0f20f5
0f20f5
%if %{with_java}
0f20f5
%package -n java-%{name}
0f20f5
Summary: Liberty Alliance Single Sign On (lasso) Java bindings
0f20f5
Group: Development/Libraries
0f20f5
BuildRequires: java-devel
0f20f5
BuildRequires: jpackage-utils
0f20f5
Requires: java-headless
0f20f5
Requires: jpackage-utils
0f20f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0f20f5
%if %{obsolete_old_lang_subpackages}
0f20f5
Provides: %{name}-java = %{version}-%{release}
0f20f5
Provides: %{name}-java%{?_isa} = %{version}-%{release}
0f20f5
Obsoletes: %{name}-java < %{version}-%{release}
0f20f5
%endif
0f20f5
0f20f5
%description -n java-%{name}
0f20f5
Java language bindings for the lasso (Liberty Alliance Single Sign On) library.
0f20f5
%endif
0f20f5
0f20f5
%if %{with_php}
0f20f5
%package -n php-%{name}
0f20f5
Summary: Liberty Alliance Single Sign On (lasso) PHP bindings
0f20f5
Group: Development/Libraries
0f20f5
BuildRequires: php-devel, expat-devel
0f20f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0f20f5
Requires: php(zend-abi) = %{php_zend_api}
0f20f5
Requires: php(api) = %{php_core_api}
0f20f5
0f20f5
%description -n php-%{name}
0f20f5
PHP language bindings for the lasso (Liberty Alliance Single Sign On) library.
0f20f5
0f20f5
%endif
0f20f5
0f20f5
%if %{with_python2}
0f20f5
%package -n python2-%{name}
0f20f5
%{?python_provide:%python_provide python2-%{name}}
0f20f5
Summary: Liberty Alliance Single Sign On (lasso) Python bindings
0f20f5
Group: Development/Libraries
0f20f5
BuildRequires: python2-devel
0f20f5
Requires: python2
0f20f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0f20f5
%if %{obsolete_old_lang_subpackages}
0f20f5
Provides: %{name}-python = %{version}-%{release}
0f20f5
Provides: %{name}-python%{?_isa} = %{version}-%{release}
0f20f5
Obsoletes: %{name}-python < %{version}-%{release}
0f20f5
%endif
0f20f5
0f20f5
%description -n python2-%{name}
0f20f5
Python language bindings for the lasso (Liberty Alliance Single Sign On)
0f20f5
library.
0f20f5
%endif
0f20f5
0f20f5
%if %{with_python3}
0f20f5
%package -n python3-%{name}
0f20f5
%{?python_provide:%python_provide python3-%{name}}
0f20f5
Summary: Liberty Alliance Single Sign On (lasso) Python bindings
0f20f5
Group: Development/Libraries
0f20f5
BuildRequires: python3-devel
0f20f5
%{?__python3:Requires: %{__python3}}
0f20f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0f20f5
0f20f5
%description -n python3-%{name}
0f20f5
Python language bindings for the lasso (Liberty Alliance Single Sign On)
0f20f5
library.
0f20f5
%endif
0f20f5
0f20f5
%prep
0f20f5
%setup -q -n %{name}-%{version}
0f20f5
0f20f5
%patch1 -p1
0f20f5
%patch2 -p1
0f20f5
%patch3 -p1
0f20f5
%patch4 -p1
0f20f5
%patch5 -p1
0f20f5
%patch6 -p1
078269
%patch7 -p1
a4238c
%patch8 -p1
a4238c
%patch9 -p1
0f20f5
0f20f5
# Remove any python script shebang lines (unless they refer to python3)
0f20f5
sed -i -E -e '/^#![[:blank:]]*(\/usr\/bin\/env[[:blank:]]+python[^3]?\>)|(\/usr\/bin\/python[^3]?\>)/d' \
0f20f5
  `grep -r -l -E '^#![[:blank:]]*(/usr/bin/python[^3]?)|(/usr/bin/env[[:blank:]]+python[^3]?)' *`
0f20f5
0f20f5
%build
0f20f5
./autogen.sh
0f20f5
%if 0%{?with_python2}
0f20f5
  %configure %{configure_args} --with-python=%{__python2}
0f20f5
  pushd lasso
0f20f5
  make %{?_smp_mflags} CFLAGS="%{optflags}"
0f20f5
  popd
0f20f5
  pushd bindings/python
0f20f5
  make %{?_smp_mflags} CFLAGS="%{optflags}"
0f20f5
  make check
0f20f5
  mkdir py2
0f20f5
  mv lasso.py .libs/_lasso.so py2
0f20f5
  popd
0f20f5
  make clean
0f20f5
%endif
0f20f5
0f20f5
%if 0%{?with_python3}
0f20f5
  %configure %{configure_args} --with-python=%{__python3}
0f20f5
%else
0f20f5
  %configure %{configure_args}
0f20f5
%endif
0f20f5
make %{?_smp_mflags} CFLAGS="%{optflags}"
0f20f5
0f20f5
%check
0f20f5
make check
0f20f5
0f20f5
%install
0f20f5
#install -m 755 -d %{buildroot}%{_datadir}/gtk-doc/html
0f20f5
0f20f5
make install exec_prefix=%{_prefix} DESTDIR=%{buildroot}
0f20f5
find %{buildroot} -type f -name '*.la' -exec rm -f {} \;
0f20f5
find %{buildroot} -type f -name '*.a' -exec rm -f {} \;
0f20f5
0f20f5
%if 0%{?with_python2}
0f20f5
  # Install Python 2 files saved from first build
0f20f5
  install -d -m 0755 %{buildroot}/%{python2_sitearch}
0f20f5
  install -m 0644 bindings/python/py2/lasso.py %{buildroot}/%{python2_sitearch}
0f20f5
  install -m 0755 bindings/python/py2/_lasso.so %{buildroot}/%{python2_sitearch}
0f20f5
%endif
0f20f5
0f20f5
# Perl subpackage
0f20f5
%if %{with_perl}
0f20f5
find %{buildroot} \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
0f20f5
0f20f5
find %{buildroot}/usr/lib*/perl5 -type f -print |
0f20f5
        sed "s@^%{buildroot}@@g" > %{name}-perl-filelist
0f20f5
if [ "$(cat %{name}-perl-filelist)X" = "X" ] ; then
0f20f5
    echo "ERROR: EMPTY FILE LIST"
0f20f5
    exit -1
0f20f5
fi
0f20f5
%endif
0f20f5
0f20f5
# PHP subpackage
0f20f5
%if %{with_php}
0f20f5
install -m 755 -d %{buildroot}%{_datadir}/php/%{name}
0f20f5
mv %{buildroot}%{_datadir}/php/lasso.php %{buildroot}%{_datadir}/php/%{name}
0f20f5
0f20f5
# rename the PHP config file when needed (PHP 5.6+)
0f20f5
if [ "%{name}.ini" != "%{ini_name}" ]; then
0f20f5
  mv %{buildroot}%{php_inidir}/%{name}.ini \
0f20f5
     %{buildroot}%{php_inidir}/%{ini_name}
0f20f5
fi
0f20f5
%endif
0f20f5
0f20f5
# Remove bogus doc files
0f20f5
rm -fr %{buildroot}%{_defaultdocdir}/%{name}
0f20f5
0f20f5
%post -p /sbin/ldconfig
0f20f5
0f20f5
%postun -p /sbin/ldconfig
0f20f5
0f20f5
%files
0f20f5
%{_libdir}/liblasso.so.*
0f20f5
%doc AUTHORS COPYING NEWS README
0f20f5
0f20f5
%files devel
0f20f5
%{_libdir}/liblasso.so
0f20f5
%{_libdir}/pkgconfig/lasso.pc
0f20f5
%{_includedir}/%{name}
0f20f5
0f20f5
%if %{with_perl}
0f20f5
%files -n perl-%{name} -f %{name}-perl-filelist
0f20f5
%endif
0f20f5
0f20f5
%if %{with_java}
0f20f5
%files -n java-%{name}
0f20f5
%{_libdir}/java/libjnilasso.so
0f20f5
%{_javadir}/lasso.jar
0f20f5
%endif
0f20f5
0f20f5
%if %{with_php}
0f20f5
%files -n php-%{name}
0f20f5
%attr(755,root,root) %{php_extdir}/lasso.so
0f20f5
%config(noreplace) %attr(644,root,root) %{php_inidir}/%{ini_name}
0f20f5
%attr(755,root,root) %dir %{_datadir}/php/%{name}
0f20f5
%attr(644,root,root) %{_datadir}/php/%{name}/lasso.php
0f20f5
%endif
0f20f5
0f20f5
%if %{with_python2}
0f20f5
%files -n python2-%{name}
0f20f5
%{python2_sitearch}/lasso.py*
0f20f5
%{python2_sitearch}/_lasso.so
0f20f5
%endif
0f20f5
0f20f5
%if %{with_python3}
0f20f5
%files -n python3-%{name}
0f20f5
%{python3_sitearch}/lasso.py*
0f20f5
%{python3_sitearch}/_lasso.so
0f20f5
%{python3_sitearch}/__pycache__/*
0f20f5
%endif
0f20f5
0f20f5
%changelog
0e5b23
* Wed May 4 2022 Tomas Halman <thalman@redhat.com> - 2.6.0-13
0e5b23
- Publishing the python3-lasso binding
0e5b23
- Resolves: rhbz#1888195 - Release python lasso package
0e5b23
a4238c
* Fri Jul 30 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.6.0-12
a4238c
- Fix a dead code issue in the signature wrapping patch
a4238c
- Resolves: rhbz#1951653 - CVE-2021-28091 lasso: XML signature wrapping
a4238c
                           vulnerability when parsing SAML responses [rhel-8]
a4238c
a4238c
* Mon Jun 21 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.6.0-11
a4238c
- Bump release to force the package through OSCI as the previous
a4238c
  build reached CI just in time for an outage
a4238c
- Related: rhbz#1888195 - [RFE] release (built) python3-lasso pkg (comingfrom lasso)
a4238c
a4238c
* Fri Jun  4 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.6.0-10
a4238c
- Resolves: rhbz#1951653 - CVE-2021-28091 lasso: XML signature wrapping
a4238c
                           vulnerability when parsing SAML responses [rhel-8]
a4238c
a4238c
* Thu May  6 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.6.0-9
a4238c
- Resolves: rhbz#1888195 - [RFE] release (built) python3-lasso pkg (coming
a4238c
                           from lasso)
a4238c
078269
* Fri Oct 18 2019 Jakub Hrozek <jhrozek@redhat.com> - 2.6.0-8
078269
- Resolves: rhbz#1730018 - lasso includes "Destination" attribute in SAML
078269
                           AuthnRequest populated with SP
078269
                           AssertionConsumerServiceURL when ECP workflow
078269
                           is used which leads to IdP-side errors
078269
0f20f5
* Fri Jun 14 2019 Jakub Hrozek <jhrozek@redhat.com> - 2.6.0-7
0f20f5
- Resolves: rhbz#1634268 - ECP signature check fails with
0f20f5
                           LASSO_DS_ERROR_SIGNATURE_NOT_FOUND when
0f20f5
                           assertion signed instead of response
0f20f5
0f20f5
* Thu Jun 13 2019 Jakub Hrozek <jhrozek@redhat.com> - 2.6.0-6
0f20f5
- Resolves: rhbz#1719020 - Expired certificate prevents tests from running
0f20f5
0f20f5
* Tue Sep 25 2018 Tomas Orsava <torsava@redhat.com> - 2.6.0-5
0f20f5
- Require the Python interpreter directly instead of using the package name
0f20f5
- Resolves: rhbz#1633617
0f20f5
0f20f5
* Tue Jul 17 2018  <jdennis@redhat.com> - 2.6.0-4
0f20f5
- more fixes for py2/py3 build dependencies
0f20f5
0f20f5
* Mon Jul  9 2018  <jdennis@redhat.com> - 2.6.0-3
0f20f5
- Modify configure to search for versioned python
0f20f5
- Resolves: rhbz#1598047
0f20f5
- Related: rhbz#1589856
0f20f5
0f20f5
* Wed Jun 27 2018  <jdennis@redhat.com> - 2.6.0-2
0f20f5
- fix language bindings package names to comply with guidelines,
0f20f5
  instead of %{name}-lang use lang-%{name}
0f20f5
- fix conditional logic used to build on rhel
0f20f5
- Resolves: rhbz#1589856 Drop python2 subpackage from RHEL8
0f20f5
0f20f5
* Tue Jun 26 2018  <jdennis@redhat.com> - 2.6.0-1
0f20f5
- Upgrade to latest upstream
0f20f5
- Build using Python3, add python3 subpackage
0f20f5
- Resolves: rhbz#1592416 Enable perl subpackage
0f20f5
0f20f5
* Wed May  2 2018 John Dennis <jdennis@redhat.com> - 2.5.1-13
0f20f5
- add xmlsec1 version dependency
0f20f5
0f20f5
* Tue May  1 2018 John Dennis <jdennis@redhat.com> - 2.5.1-12
0f20f5
- Resolves: rhbz#1542126, rhbz#1556016
0f20f5
- xmlsec removed SOAP support, reimplement missing xmlSecSoap* in Lasso
0f20f5
0f20f5
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-11
0f20f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0f20f5
0f20f5
* Fri Jan 05 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.5.1-10
0f20f5
- Update Python 2 dependency declarations to new packaging standards
0f20f5
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
0f20f5
0f20f5
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.5.1-9
0f20f5
- Add Provides for the old name without %%_isa
0f20f5
0f20f5
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.5.1-8
0f20f5
- Python 2 binary package renamed to python2-lasso
0f20f5
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
0f20f5
0f20f5
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-7
0f20f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0f20f5
0f20f5
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-6
0f20f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0f20f5
0f20f5
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-5
0f20f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0f20f5
0f20f5
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-4
0f20f5
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
0f20f5
0f20f5
* Thu Jun 30 2016 John Dennis <jdennis@redhat.com> - 2.5.1-3
0f20f5
- disbable PHP binding because PHP-7 is now the default and lasso
0f20f5
  only knows how to build with PHP-5
0f20f5
0f20f5
* Wed Jun 15 2016 John Dennis <jdennis@redhat.com> - 2.5.1-2
0f20f5
- fix CFLAGS override in configure
0f20f5
0f20f5
* Mon Feb 22 2016 John Dennis <jdennis@redhat.com> - 2.5.1-1
0f20f5
- Upgrade to upstream 2.5.1 release
0f20f5
  See Changelog for details, mostly bugs fixes,
0f20f5
  most signficant is proper support of SHA-2
0f20f5
  Resolves: #1295472
0f20f5
  Resolves: #1303573
0f20f5
- Add java_binding_lasso_log.patch to fix "make check" failure during rpmbuild
0f20f5
  upstream commit d8e3ae8
0f20f5
0f20f5
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-2
0f20f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0f20f5
0f20f5
* Mon Sep 14 2015 John Dennis <jdennis@redhat.com> - 2.5.0-1
0f20f5
- Upgrade to new upstream 2.5.0 release
0f20f5
  Includes ECP support
0f20f5
0f20f5
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-4
0f20f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0f20f5
0f20f5
* Mon Mar 23 2015 Rob Crittenden <rcritten@redhat.com> - 2.4.1-3
0f20f5
- Add BuildRequires on libtool
0f20f5
- Add -fPIC to LDFLAGS
0f20f5
- Disable perl bindings, it fails to build on x86.
0f20f5
0f20f5
* Fri Jan 23 2015 Simo Sorce <simo@redhat.com> - 2.4.1-2
0f20f5
- Enable perl bindings
0f20f5
- Also add support for building with automake 1.15
0f20f5
- Fix build issues on rawhide due to missing build dep on perl(Error)
0f20f5
0f20f5
* Thu Aug 28 2014 Simo Sorce <simo@redhat.com> - 2.4.1-1
0f20f5
- New upstream relase 2.4.1
0f20f5
- Drop patches as they have all been integrated upstream
0f20f5
0f20f5
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-5
0f20f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0f20f5
0f20f5
* Fri Jun 20 2014 Remi Collet <rcollet@redhat.com> - 2.4.0-4
0f20f5
- rebuild for https://fedoraproject.org/wiki/Changes/Php56
0f20f5
- add numerical prefix to extension configuration file
0f20f5
- drop unneeded dependency on pecl
0f20f5
- add provides php-lasso
0f20f5
0f20f5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-3
0f20f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0f20f5
0f20f5
* Fri Apr 25 2014 Simo Sorce <simo@redhat.com> - 2.4.0-2
0f20f5
- Fixes for arches where pointers and integers do not have the same size
0f20f5
  (ppc64, s390, etc..)
0f20f5
0f20f5
* Mon Apr 14 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4.0-1
0f20f5
- Use OpenJDK instead of GCJ for java bindings
0f20f5
0f20f5
* Sat Jan 11 2014 Simo Sorce <simo@redhat.com> 2.4.0-0
0f20f5
- Update to final 2.4.0 version
0f20f5
- Drop all patches, they are now included in 2.4.0
0f20f5
- Change Source URI
0f20f5
0f20f5
* Mon Dec  9 2013 Simo Sorce <simo@redhat.com> 2.3.6-0.20131125.5
0f20f5
- Add patches to fix rpmlint license issues
0f20f5
- Add upstream patches to fix some build issues
0f20f5
0f20f5
* Thu Dec  5 2013 Simo Sorce <simo@redhat.com> 2.3.6-0.20131125.4
0f20f5
- Add patch to support automake-1.14 for rawhide
0f20f5
0f20f5
* Mon Nov 25 2013 Simo Sorce <simo@redhat.com> 2.3.6-0.20131125.3
0f20f5
- Initial packaging
0f20f5
- Based on the spec file by Jean-Marc Liger <jmliger@siris.sorbonne.fr>
0f20f5
- Code is updated to latest master via a jumbo patch while waiting for
0f20f5
  official upstream release.
0f20f5
- Jumbo patch includes also additional patches sent to upstream list)
0f20f5
  to build on Fedora 20
0f20f5
- Perl bindings are disabled as they fail to build
0f20f5
- Disable doc building as it doesn't ork correctly for now