auto-import perl-ExtUtils-CBuilder-0.07-1 on branch devel from

perl-ExtUtils-CBuilder-0.07-1.src.rpm
This commit is contained in:
Ville Skyttä 2005-01-17 21:16:37 +00:00
parent 1bfa474935
commit c61c010ff6
4 changed files with 22 additions and 5 deletions

View File

@ -1 +1 @@
ExtUtils-CBuilder-0.06.tar.gz
ExtUtils-CBuilder-0.07.tar.gz

View File

@ -0,0 +1,12 @@
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;

View File

@ -1,7 +1,7 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-ExtUtils-CBuilder
Version: 0.06
Version: 0.07
Release: 1
Epoch: 0
Summary: Compile and link C code for Perl modules
@ -9,7 +9,8 @@ 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.06.tar.gz
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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -25,6 +26,7 @@ purposes as well.
%prep
%setup -q -n ExtUtils-CBuilder-%{version}
%patch -p1
%build
@ -56,7 +58,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Dec 28 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.06-1
* Sat Jan 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.07-1
- Update to 0.07.
* Tue Dec 28 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.06-0.fdr.1
- Update to 0.06.
* Mon Nov 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.05-1

View File

@ -1 +1 @@
3aef9536908deb4194583c3cfd5281b1 ExtUtils-CBuilder-0.06.tar.gz
145c90ea9be4c13a6ad3a5d170413857 ExtUtils-CBuilder-0.07.tar.gz