commit ad7edc350be19b7f55d459bba9fd71ebc65a2236 Author: Petr Sabata <contyk@xxxxxxxxxx> Date: Mon Aug 22 13:24:44 2011 +0200 0.714 bump .gitignore | 1 + perl-SOAP-Lite.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) --- diff --git a/.gitignore b/.gitignore index accd96b..d616ccb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ SOAP-Lite-0.710.10.tar.gz /SOAP-Lite-0.713.tar.gz +/SOAP-Lite-0.714.tar.gz diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec index 0cc33eb..9d33e77 100644 --- a/perl-SOAP-Lite.spec +++ b/perl-SOAP-Lite.spec @@ -1,5 +1,5 @@ Name: perl-SOAP-Lite -Version: 0.713 +Version: 0.714 Release: 1%{?dist} Summary: Client and server side SOAP implementation License: GPL+ or Artistic @@ -72,10 +72,10 @@ find examples -type f -exec chmod ugo-x {} \; make %{?_smp_mflags} %install -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 d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* +make pure_install PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w %{buildroot}/* %check make test @@ -94,6 +94,9 @@ make test %{_mandir}/man1/* %changelog +* Mon Aug 22 2011 Petr Sabata <contyk@xxxxxxxxxx> - 0.714-1 +- 0.714 bump + * Wed Aug 17 2011 Petr Sabata <contyk@xxxxxxxxxx> - 0.713-1 - 0.713 bump - Drop all patches (included upstream) diff --git a/sources b/sources index d6eb857..aff3f41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -359e2ec52e6d1190f1f872760d18d140 SOAP-Lite-0.713.tar.gz +4a3e8990fde047e11bea6771a7174c23 SOAP-Lite-0.714.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel