From 4ee320e6854d71ecbe84a8e6f806ec8f064a8bdf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Nov 17 2015 06:34:58 +0000 Subject: v1.3.4 --- diff --git a/.gitignore b/.gitignore index be89d1f..ab8c0d8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ package-*.xml /CAS-1.3.1.tgz /CAS-1.3.2.tgz /CAS-1.3.3.tgz +/CAS-1.3.4.tgz diff --git a/php-pear-CAS.spec b/php-pear-CAS.spec index 3fc0da1..f3bdbba 100644 --- a/php-pear-CAS.spec +++ b/php-pear-CAS.spec @@ -1,8 +1,8 @@ -# Spec file for php-pear-CAS +# remirepo/fedora spec file for php-pear-CAS # # Copyright (c) 2010-2014 Remi Collet # License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/3.0/ +# http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # @@ -14,8 +14,8 @@ Name: php-pear-CAS -Version: 1.3.3 -Release: 2%{?dist} +Version: 1.3.4 +Release: 1%{?dist} Summary: Central Authentication Service client library in php Group: Development/Libraries @@ -40,6 +40,7 @@ Requires: php-spl # Optional: php-imap (when use Proxied Imap) Provides: php-pear(%{channel}/%{pear_name}) = %{version} +Provides: php-composer(jasig/phpcas) = %{version} # this library is mostly known as phpCAS Provides: phpCAS = %{version}-%{release} @@ -47,6 +48,9 @@ Provides: phpCAS = %{version}-%{release} %description This package is a PEAR library for using a Central Authentication Service. +To use this library, you just have to add, in your project: + require_once '%{pear_phpdir}/CAS/Autoload.php'; + %prep %setup -q -c @@ -97,6 +101,10 @@ fi %changelog +* Tue Nov 17 2015 Remi Collet - 1.3.4-1 +- update to Version 1.3.4 +- add provides php-composer(jasig/phpcas) + * Thu Jun 18 2015 Fedora Release Engineering - 1.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 5110682..992143d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74fa7336dfe68b49c8ce85f1b4bae7a1 CAS-1.3.3.tgz +58f93724ec52929658bb8f1be8fa2154 CAS-1.3.4.tgz