Upgrade to new upstream 2.5.0 release

Includes ECP support
This commit is contained in:
John Dennis 2015-09-14 14:13:41 -04:00
parent 3e778bd2c2
commit f15a4f3b5f
4 changed files with 8 additions and 21 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/lasso-2.3.6.tar.gz
/lasso-2.4.0.tar.gz
/lasso-2.4.1.tar.gz
/lasso-2.5.0.tar.gz

View File

@ -1,15 +0,0 @@
diff -uPr lasso-2.4.1.orig/autogen.sh lasso-2.4.1/autogen.sh
--- lasso-2.4.1.orig/autogen.sh 2014-03-27 18:26:07.152022906 -0400
+++ lasso-2.4.1/autogen.sh 2015-01-23 13:29:57.651233095 -0500
@@ -27,7 +27,10 @@
DIE=1
}
-if automake-1.14 --version < /dev/null > /dev/null 2>&1; then
+if automake-1.15 --version < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.15
+ ACLOCAL=aclocal-1.15
+elif automake-1.14 --version < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.14
ACLOCAL=aclocal-1.14
elif automake-1.13 --version < /dev/null > /dev/null 2>&1; then

View File

@ -14,8 +14,8 @@
Summary: Liberty Alliance Single Sign On
Name: lasso
Version: 2.4.1
Release: 4%{?dist}
Version: 2.5.0
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
Source: http://dev.entrouvert.org/lasso/lasso-%{version}.tar.gz
@ -28,8 +28,6 @@ BuildRequires: libxml2-devel, xmlsec1-devel, openssl-devel, xmlsec1-openssl-deve
BuildRequires: libtool
Url: http://lasso.entrouvert.org/
Patch01: automake-1.15-fix.patch
%description
Lasso is a library that implements the Liberty Alliance Single Sign On
standards, including the SAML and SAML2 specifications. It allows to handle
@ -105,7 +103,6 @@ library.
%prep
%setup -q -n %{name}-%{version}
%patch01 -p1
%build
LDFLAGS="${LDFLAGS} -fPIC"
@ -220,6 +217,10 @@ rm -fr %{buildroot}%{_defaultdocdir}/%{name}
%endif
%changelog
* Mon Sep 14 2015 John Dennis <jdennis@redhat.com> - 2.5.0-1
- Upgrade to new upstream 2.5.0 release
Includes ECP support
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
6507ad5df2c81e1c3e6a4ef803f3d463 lasso-2.4.1.tar.gz
197c980660dba3eb5984455b9250335c lasso-2.5.0.tar.gz