[php-pear-CAS] update to 1.3.1

Remi Collet remi at fedoraproject.org
Sun Apr 29 10:03:03 UTC 2012


commit 70367a03096797e830b6952144cc865dae5bb223
Author: remi <fedora at famillecollet.com>
Date:   Sun Apr 29 12:01:09 2012 +0200

    update to 1.3.1

 .gitignore        |    1 +
 package.xml       |  153 -----------------------------------------------------
 php-pear-CAS.spec |   11 ++--
 sources           |    2 +-
 4 files changed, 8 insertions(+), 159 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a3d1e8f..a971c5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 package-*.xml
 /CAS-1.2.2.tgz
 /CAS-1.3.0.tgz
+/CAS-1.3.1.tgz
diff --git a/php-pear-CAS.spec b/php-pear-CAS.spec
index c1caece..e4388de 100644
--- a/php-pear-CAS.spec
+++ b/php-pear-CAS.spec
@@ -5,8 +5,8 @@
 
 
 Name:           php-pear-CAS
-Version:        1.3.0
-Release:        2%{?dist}
+Version:        1.3.1
+Release:        1%{?dist}
 Summary:        Central Authentication Service client library in php
 
 Group:          Development/Libraries
@@ -14,8 +14,6 @@ License:        ASL 2.0
 URL:            https://wiki.jasig.org/display/CASC/phpCAS
 
 Source0:        http://downloads.jasig.org/cas-clients/php/%{version}%{?prever}/%{pear_name}-%{version}%{?prever}.tgz
-# https://github.com/Jasig/phpCAS/issues/30
-Source1:        package.xml
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -38,7 +36,7 @@ This package is a PEAR library for using a Central Authentication Service.
 %setup -q -c
 
 cd %{pear_name}-%{version}%{?prever}
-cp %{SOURCE1} %{name}.xml
+mv ../package.xml %{name}.xml
 
 
 %build
@@ -83,6 +81,9 @@ fi
 
 
 %changelog
+* Sun Apr 29 2012 Remi Collet <remi at fedoraproject.org> - 1.3.1-1
+- update to Version 1.3.1
+
 * Wed Mar 14 2012 Remi Collet <remi at fedoraproject.org> - 1.3.0-2
 - License is ASL 2.0, https://github.com/Jasig/phpCAS/issues/32
 - New sources,        https://github.com/Jasig/phpCAS/issues/31
diff --git a/sources b/sources
index 748ae22..5cd66d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a6b125d9055ec1d9da2fdbba37be3bd  CAS-1.3.0.tgz
+783a499a49bd69ab012e6c42781fd199  CAS-1.3.1.tgz


More information about the scm-commits mailing list