From 999f0e60e03110fad3cf389675aa79b7048cd038e91f6661d68019fd74dfe367 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 19 Dec 2011 14:50:20 +0000 Subject: [PATCH] - update to 0.07: * Use Test::Fatal instead of Test::Exception * Advise against calling it "config.h" as that gets confused with core perl's file OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-CChecker?expand=0&rev=9 --- ExtUtils-CChecker-0.06.tar.bz2 | 3 --- perl-ExtUtils-CChecker.changes | 8 ++++++++ perl-ExtUtils-CChecker.spec | 15 ++++++--------- 3 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 ExtUtils-CChecker-0.06.tar.bz2 diff --git a/ExtUtils-CChecker-0.06.tar.bz2 b/ExtUtils-CChecker-0.06.tar.bz2 deleted file mode 100644 index d327956..0000000 --- a/ExtUtils-CChecker-0.06.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14054899e652c22fe991211fa7b2e31da243f44a64b576b1af9824fe8e8eaa0e -size 14248 diff --git a/perl-ExtUtils-CChecker.changes b/perl-ExtUtils-CChecker.changes index 65dd182..4c45264 100644 --- a/perl-ExtUtils-CChecker.changes +++ b/perl-ExtUtils-CChecker.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 19 14:49:51 UTC 2011 - coolo@suse.de + +- update to 0.07: + * Use Test::Fatal instead of Test::Exception + * Advise against calling it "config.h" as that gets confused with + core perl's file + ------------------------------------------------------------------- Sun Feb 6 18:28:23 UTC 2011 - lars@linux-schulserver.de diff --git a/perl-ExtUtils-CChecker.spec b/perl-ExtUtils-CChecker.spec index 3e19bf0..c843c75 100644 --- a/perl-ExtUtils-CChecker.spec +++ b/perl-ExtUtils-CChecker.spec @@ -15,27 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-ExtUtils-CChecker %define cpan_name ExtUtils-CChecker Summary: Configure-time utilities for using C headers, libraries, or OS features -Version: 0.06 -Release: 1 -License: GPL+ or Artistic +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Version: 0.07 +Release: 0 Url: http://search.cpan.org/dist/ExtUtils-CChecker/ -#Source: http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-CChecker-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Source: http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-CChecker-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl -BuildRequires: perl(Module::Build) -BuildRequires: perl(Test::Pod) BuildRequires: perl-macros +BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Pod) %description Often Perl modules are written to wrap functionallity found in existing C