rpms/perl-GSSAPI/devel .cvsignore, 1.4, 1.5 perl-GSSAPI.spec, 1.4, 1.5 sources, 1.4, 1.5

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Feb 22 10:53:37 UTC 2007


Author: jpo

Update of /cvs/extras/rpms/perl-GSSAPI/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22663

Modified Files:
	.cvsignore perl-GSSAPI.spec sources 
Log Message:
Update to 0.24.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-GSSAPI/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	3 Aug 2006 13:22:40 -0000	1.4
+++ .cvsignore	22 Feb 2007 10:53:04 -0000	1.5
@@ -1 +1 @@
-GSSAPI-0.23.tar.gz
+GSSAPI-0.24.tar.gz


Index: perl-GSSAPI.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-GSSAPI/devel/perl-GSSAPI.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-GSSAPI.spec	10 Sep 2006 15:32:43 -0000	1.4
+++ perl-GSSAPI.spec	22 Feb 2007 10:53:04 -0000	1.5
@@ -5,8 +5,8 @@
 #
 
 Name:           perl-GSSAPI
-Version:        0.23
-Release:        2%{?dist}
+Version:        0.24
+Release:        1%{?dist}
 Summary:        Perl extension providing access to the GSSAPIv2 library
 
 Group:          Development/Libraries
@@ -15,7 +15,6 @@
 Source0:        http://www.cpan.org/authors/id/A/AG/AGROLMS/GSSAPI-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl
 BuildRequires:  krb5-devel
 BuildRequires:  which
 BuildRequires:  perl(Test::Pod) >= 1.00
@@ -29,7 +28,7 @@
 
 %prep
 %setup -q -n GSSAPI-%{version}
-chmod a-x examples/*.pl
+chmod -c a-x examples/*.pl
 
 
 %build
@@ -42,7 +41,7 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -64,6 +63,9 @@
 
 
 %changelog
+* Thu Feb 22 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.24-1
+- Update to 0.24.
+
 * Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-2
 - Rebuild for FC6.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-GSSAPI/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	3 Aug 2006 13:22:40 -0000	1.4
+++ sources	22 Feb 2007 10:53:04 -0000	1.5
@@ -1 +1 @@
-eeafa996b378752be7c11e7ed79acece  GSSAPI-0.23.tar.gz
+403e856559fb4264bab748206125c3e7  GSSAPI-0.24.tar.gz




More information about the scm-commits mailing list