[lasso] Update to final 2.4.0 version

Simo Sorce simo at fedoraproject.org
Sat Jan 11 23:48:10 UTC 2014


commit 0f6fc0fba07988390f9ed2a4bcbb27f385566fd4
Author: Simo Sorce <simo at redhat.com>
Date:   Sat Jan 11 18:45:26 2014 -0500

    Update to final 2.4.0 version
    
    - Drop all patches, they are now included in 2.4.0
    - Change Source URI

 .gitignore                                         |    1 +
 0001-Fix-license-boilerplates.patch                |12271 -
 0001-build-replace-python-libdir-by-our-own.patch  |   28 -
 ...reference-to-init.xml-that-is-not-created.patch |   25 -
 ...rl-make-it-compatible-with-recent-libxml2.patch |   71 -
 0004-doc-remove-broken-gtk-doc-tests-for-now.patch |   25 -
 add-automake-14-support.patch                      |   15 -
 jumbo-2.3.6-to-master.patch                        |320805 --------------------
 lasso.spec                                         |   30 +-
 sources                                            |    2 +-
 10 files changed, 10 insertions(+), 333263 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2505c57..a0ccc8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lasso-2.3.6.tar.gz
+/lasso-2.4.0.tar.gz
diff --git a/lasso.spec b/lasso.spec
index 5cba8d9..e96e39b 100644
--- a/lasso.spec
+++ b/lasso.spec
@@ -10,11 +10,11 @@
 
 Summary: Liberty Alliance Single Sign On
 Name: lasso
-Version: 2.3.6
-Release: 0.20131125.5%{?dist}
+Version: 2.4.0
+Release: 0%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
-Source: http://dev.entrouvert.org/lasso/lasso-%{version}.tar.gz
+Source: https://dev.entrouvert.org/attachments/download/3874/lasso-2.4.0.tar.gz
 %if %{with_wsf}
 BuildRequires: cyrus-sasl-devel
 %endif
@@ -23,14 +23,6 @@ BuildRequires: glib2-devel, swig
 BuildRequires: libxml2-devel, xmlsec1-devel, openssl-devel, xmlsec1-openssl-devel
 Url: http://lasso.entrouvert.org/
 
-Patch00: jumbo-2.3.6-to-master.patch
-Patch01: add-automake-14-support.patch
-Patch02: 0001-Fix-license-boilerplates.patch
-Patch03: 0001-build-replace-python-libdir-by-our-own.patch
-Patch04: 0002-doc-remove-reference-to-init.xml-that-is-not-created.patch
-Patch05: 0003-perl-make-it-compatible-with-recent-libxml2.patch
-Patch06: 0004-doc-remove-broken-gtk-doc-tests-for-now.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
@@ -103,17 +95,6 @@ library.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch00 -p1
-%patch01 -p1
-%patch02 -p1
-%patch03 -p1
-%patch04 -p1
-%patch05 -p1
-%patch06 -p1
-
-# Temporary build fix, remove once 2.4.0 is released.
-echo "2.3.6-b30e246" > .tarball-version
-chmod +x tools/git-version-gen
 
 %build
 ./autogen.sh
@@ -216,6 +197,11 @@ rm -fr %{buildroot}%{_defaultdocdir}/%{name}
 %endif
 
 %changelog
+* Sat Jan 11 2014 Simo Sorce <simo at redhat.com> 2.4.0-0
+- Update to final 2.4.0 version
+- Drop all patches, they are now included in 2.4.0
+- Change Source URI
+
 * Mon Dec  9 2013 Simo Sorce <simo at redhat.com> 2.3.6-0.20131125.5
 - Add patches to fix rpmlint license issues
 - Add upstream patches to fix some build issues
diff --git a/sources b/sources
index 57b4a0e..73e262d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa5c8c958b37f967fcc4eb0024dc7b5d  lasso-2.3.6.tar.gz
+3d04aaff37c816aa16f2d1bcc2639f27  lasso-2.4.0.tar.gz


More information about the scm-commits mailing list