diff --git a/B-Hooks-EndOfScope-0.09.tar.gz b/B-Hooks-EndOfScope-0.09.tar.gz deleted file mode 100644 index a98be8a..0000000 --- a/B-Hooks-EndOfScope-0.09.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b1d5683a75ac35d8414e3e84edda60e6b686fd46892f4c596d00f25304aa994 -size 10841 diff --git a/B-Hooks-EndOfScope-0.10.tar.gz b/B-Hooks-EndOfScope-0.10.tar.gz new file mode 100644 index 0000000..bb92d3b --- /dev/null +++ b/B-Hooks-EndOfScope-0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a8f4ca3481fa0fbff5dc07571b10f6a351523691bf3bcffa929360770cf2ae +size 11597 diff --git a/perl-B-Hooks-EndOfScope.changes b/perl-B-Hooks-EndOfScope.changes index 458847d..148b911 100644 --- a/perl-B-Hooks-EndOfScope.changes +++ b/perl-B-Hooks-EndOfScope.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 16 16:42:44 UTC 2012 - coolo@suse.com + +- updated to 0.10 + * Stop propagating our magic through localisation. + ------------------------------------------------------------------- Wed Aug 24 22:30:17 UTC 2011 - chris@computersalat.de diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec index c814074..19ca66c 100644 --- a/perl-B-Hooks-EndOfScope.spec +++ b/perl-B-Hooks-EndOfScope.spec @@ -1,7 +1,7 @@ # # spec file for package perl-B-Hooks-EndOfScope # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,12 @@ # - Name: perl-B-Hooks-EndOfScope -Version: 0.09 -Release: 1 -License: GPL+ or Artistic +Version: 0.10 +Release: 0 %define cpan_name B-Hooks-EndOfScope Summary: Execute code after a scope finished compilation +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/B-Hooks-EndOfScope/ Source: http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz @@ -30,9 +29,10 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 BuildRequires: perl(Sub::Exporter) +BuildRequires: perl(Test::More) >= 0.89 BuildRequires: perl(Variable::Magic) >= 0.34 +#BuildRequires: perl(B::Hooks::EndOfScope) Requires: perl(Sub::Exporter) Requires: perl(Variable::Magic) >= 0.34 %{perl_requires} @@ -43,9 +43,11 @@ surrounding scope. %prep %setup -q -n %{cpan_name}-%{version} +# MANUAL BEGIN %if 0%{?sles_version} == 10 %{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL %endif +# MANUAL END %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -59,9 +61,6 @@ surrounding scope. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc Changes LICENSE README