From 70367a03096797e830b6952144cc865dae5bb223 Mon Sep 17 00:00:00 2001 From: remi Date: Apr 29 2012 10:01:09 +0000 Subject: update to 1.3.1 --- 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/package.xml b/package.xml deleted file mode 100644 index dbd2cd7..0000000 --- a/package.xml +++ /dev/null @@ -1,153 +0,0 @@ - - - CAS - __uri - Central Authentication Service client library in php - This package is a PEAR installable library for using a Central -Authentication Service. - - Joachim Fritschi - fritschi - jfritschi@freenet.de - yes - - - Adam Franco - adamfranco - afranco@middlebury.edu - yes - - 2012-03-11 - - - 1.3.0 - 1.3.0 - - - stable - stable - - New BSD License - -see https://github.com/Jasig/phpCAS/blob/master/docs/ChangeLog - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5.0.0 - - - 1.4.3 - - - curl - - - openssl - - - dom - - - zlib - - - pdo - - - - - - - - 1.3.0 - 1.3.0 - - - stable - stable - - 2012-03-11 - New BSD License - -https://github.com/Jasig/phpCAS/blob/master/docs/ChangeLog - - - - 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 - 1.3.1-1 +- update to Version 1.3.1 + * Wed Mar 14 2012 Remi Collet - 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