Update to 0.09
This commit is contained in:
parent
c61c010ff6
commit
c02e647195
@ -1 +1 @@
|
||||
ExtUtils-CBuilder-0.07.tar.gz
|
||||
ExtUtils-CBuilder-0.09.tar.gz
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
diff -ruN ExtUtils-CBuilder-0.07-orig/t/02-link.t ExtUtils-CBuilder-0.07/t/02-link.t
|
||||
--- ExtUtils-CBuilder-0.07-orig/t/02-link.t 2005-01-13 03:52:30.000000000 +0000
|
||||
+++ ExtUtils-CBuilder-0.07/t/02-link.t 2005-01-15 01:49:42.018884208 +0000
|
||||
@@ -20,7 +20,7 @@
|
||||
{
|
||||
local *FH;
|
||||
open FH, "> $source_file" or die "Can't create $source_file: $!";
|
||||
- print FH "int main(char **argv) { return 11; }\n";
|
||||
+ print FH "int main(void) { return 11; }\n";
|
||||
close FH;
|
||||
}
|
||||
ok -e $source_file;
|
||||
@ -1,7 +1,7 @@
|
||||
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
||||
|
||||
Name: perl-ExtUtils-CBuilder
|
||||
Version: 0.07
|
||||
Version: 0.09
|
||||
Release: 1
|
||||
Epoch: 0
|
||||
Summary: Compile and link C code for Perl modules
|
||||
@ -9,8 +9,7 @@ Summary: Compile and link C code for Perl modules
|
||||
Group: Development/Libraries
|
||||
License: GPL or Artistic
|
||||
URL: http://search.cpan.org/dist/ExtUtils-CBuilder/
|
||||
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-0.07.tar.gz
|
||||
Patch: ExtUtils-CBuilder-0.07-02-link.t.patch
|
||||
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-0.09.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
@ -26,7 +25,6 @@ purposes as well.
|
||||
|
||||
%prep
|
||||
%setup -q -n ExtUtils-CBuilder-%{version}
|
||||
%patch -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -58,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.09-1
|
||||
- Update to 0.09.
|
||||
- Patch no longer needed.
|
||||
|
||||
* Sat Jan 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.07-1
|
||||
- Update to 0.07.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user