Update to 2.10.

This commit is contained in:
Jose Pedro Oliveira 2005-06-07 14:08:00 +00:00
parent bc87620f48
commit abb2676b8d
3 changed files with 10 additions and 9 deletions

View File

@ -1 +1 @@
ExtUtils-ParseXS-2.09.tar.gz ExtUtils-ParseXS-2.10.tar.gz

View File

@ -1,15 +1,12 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-ExtUtils-ParseXS Name: perl-ExtUtils-ParseXS
Version: 2.09 Version: 2.10
Release: 2 Release: 1%{?dist}
Summary: Module and a script for converting Perl XS code into C code Summary: Module and a script for converting Perl XS code into C code
Group: Development/Libraries Group: Development/Libraries
License: GPL or Artistic License: GPL or Artistic
URL: http://search.cpan.org/dist/ExtUtils-ParseXS/ URL: http://search.cpan.org/dist/ExtUtils-ParseXS/
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-ParseXS-2.09.tar.gz Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-ParseXS-2.10.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -56,7 +53,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> * Tue Jun 7 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.10-1
- Update to 2.10.
- Add dist tag.
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.09-2
- rebuilt - rebuilt
* Tue Mar 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-1 * Tue Mar 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-1

View File

@ -1 +1 @@
6320ff9a597d9fdf1660a35724d7f3c1 ExtUtils-ParseXS-2.09.tar.gz 9507e99ee0d617e1d39a36faa041e682 ExtUtils-ParseXS-2.10.tar.gz