From bfb4fa3183fc67e22d56b8c595e5e546f23c82e1 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Fri, 9 Dec 2016 12:17:18 +0100
Subject: 1.7 bump

---
 .gitignore                            |  1 +
 AuthCAS-1.6-Define-POD-encoding.patch | 30 ------------------------------
 perl-AuthCAS.spec                     | 22 +++++++++++++++-------
 sources                               |  2 +-
 4 files changed, 17 insertions(+), 38 deletions(-)
 delete mode 100644 AuthCAS-1.6-Define-POD-encoding.patch

diff --git a/.gitignore b/.gitignore
index b9263bd..840c1c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /AuthCAS-1.5.tar.gz
 /AuthCAS-1.6.tar.gz
+/AuthCAS-1.7.tar.gz
diff --git a/AuthCAS-1.6-Define-POD-encoding.patch 
b/AuthCAS-1.6-Define-POD-encoding.patch
deleted file mode 100644
index 8866990..0000000
--- a/AuthCAS-1.6-Define-POD-encoding.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From b866867c72d3e02e1850fec87f109963877121bd Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
-Date: Wed, 24 Jul 2013 09:43:57 +0200
-Subject: [PATCH] Define POD encoding
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-
-Signed-off-by: Petr Písař <ppi...@redhat.com>
----
- lib/AuthCAS.pm | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/lib/AuthCAS.pm b/lib/AuthCAS.pm
-index 234fd6d..135d73f 100644
---- a/lib/AuthCAS.pm
-+++ b/lib/AuthCAS.pm
-@@ -6,6 +6,8 @@ use vars qw( $VERSION);
- 
- $VERSION = '1.6';
- 
-+=encoding utf8
-+
- =head1 NAME
- 
- AuthCAS - Client library for JA-SIG CAS 2.0 authentication server
--- 
-1.8.1.4
-
diff --git a/perl-AuthCAS.spec b/perl-AuthCAS.spec
index 95f3c0f..f407332 100644
--- a/perl-AuthCAS.spec
+++ b/perl-AuthCAS.spec
@@ -1,22 +1,27 @@
 Name:           perl-AuthCAS
-Version:        1.6
-Release:        10%{?dist}
+Version:        1.7
+Release:        1%{?dist}
 Summary:        Client library for CAS 2.0 authentication server
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/AuthCAS/
 Source0:        
http://search.cpan.org/CPAN/authors/id/O/OS/OSALAUN/AuthCAS-%{version}.tar.gz
-# Define POD encoding, CPAN RT#87241
-Patch0:         AuthCAS-1.6-Define-POD-encoding.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  perl
 BuildRequires:  perl-generators
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(IO::Socket::SSL)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod) >= 1.14
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 
@@ -28,7 +33,6 @@ AuthCAS is a full object-oriented library.
 
 %prep
 %setup -q -n AuthCAS-%{version}
-%patch0 -p1
 iconv -f iso8859-1 -t utf-8 README > README.utf8 && \
 touch -r README README.utf8 && \
 mv -f README.utf8 README
@@ -58,12 +62,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 
 %changelog
+* Fri Dec 09 2016 Jitka Plesnikova <jples...@redhat.com> - 1.7-1
+- 1.7 bump
+
 * Mon May 16 2016 Jitka Plesnikova <jples...@redhat.com> - 1.6-10
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 3125ea6..4cf353e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc7aa306db5c4184fe7c45b358ce77c9  AuthCAS-1.6.tar.gz
+20dd1d92587e3e79d10a942a7eb0ffe1  AuthCAS-1.7.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-AuthCAS.git/commit/?h=master&id=bfb4fa3183fc67e22d56b8c595e5e546f23c82e1
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to