Blame SPECS/lasso.spec

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