From 3d4a830a22284066359b04077de8537554efb3ccf4053cfdfa21030007755242 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 11 Nov 2011 11:24:55 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-namespace-autoclean?expand=0&rev=8 --- namespace-autoclean-0.13.tar.gz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 namespace-autoclean-0.13.tar.gz diff --git a/namespace-autoclean-0.13.tar.gz b/namespace-autoclean-0.13.tar.gz new file mode 100644 index 0000000..9fef4ed --- /dev/null +++ b/namespace-autoclean-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d4708654016bfc157b0779e1f93362b38f7a4bccb3631b0649d19f5c9aa3f0 +size 12954 From 33d4fa0540957f072545020d5dba7ea6d92efe0c0db1bac23b88869f10af57d9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 17 Nov 2011 12:38:12 +0000 Subject: [PATCH 2/3] - update to 0.13 * Fix issue in dist.ini which was causing links to be incorrectly generated. * Re-package to remove BEGIN { $VERSION hackery by using a newer Dist-Zilla. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-namespace-autoclean?expand=0&rev=9 --- namespace-autoclean-0.12.tar.gz | 3 --- perl-namespace-autoclean.changes | 8 ++++++++ perl-namespace-autoclean.spec | 5 ++--- 3 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 namespace-autoclean-0.12.tar.gz diff --git a/namespace-autoclean-0.12.tar.gz b/namespace-autoclean-0.12.tar.gz deleted file mode 100644 index 19f300c..0000000 --- a/namespace-autoclean-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efa62a2989c73c979e2ce46a9bae2931fa7fa30c10abae839cc9614dbc2daf88 -size 12768 diff --git a/perl-namespace-autoclean.changes b/perl-namespace-autoclean.changes index aee6231..7b1e7c9 100644 --- a/perl-namespace-autoclean.changes +++ b/perl-namespace-autoclean.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 17 12:37:38 UTC 2011 - coolo@suse.com + +- update to 0.13 + * Fix issue in dist.ini which was causing links to be incorrectly generated. + * Re-package to remove BEGIN { $VERSION hackery by using a newer + Dist-Zilla. + ------------------------------------------------------------------- Sun Apr 3 15:27:17 UTC 2011 - coolo@novell.com diff --git a/perl-namespace-autoclean.spec b/perl-namespace-autoclean.spec index 83abd59..57b2001 100644 --- a/perl-namespace-autoclean.spec +++ b/perl-namespace-autoclean.spec @@ -18,15 +18,14 @@ Name: perl-namespace-autoclean -Version: 0.12 +Version: 0.13 Release: 1 License: GPL+ or Artistic %define cpan_name namespace-autoclean Summary: Keep imports out of your namespace Url: http://search.cpan.org/dist/namespace-autoclean/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/namespace-autoclean-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/namespace-autoclean-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl From 84432ad122043b0eb3a20320f84c288405b924e802b16db4a6ecf66c400090c1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 17 Nov 2011 12:42:48 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-namespace-autoclean?expand=0&rev=10 --- perl-namespace-autoclean.spec | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/perl-namespace-autoclean.spec b/perl-namespace-autoclean.spec index 57b2001..d62ca3c 100644 --- a/perl-namespace-autoclean.spec +++ b/perl-namespace-autoclean.spec @@ -25,20 +25,19 @@ License: GPL+ or Artistic Summary: Keep imports out of your namespace Url: http://search.cpan.org/dist/namespace-autoclean/ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/namespace-autoclean-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(B::Hooks::EndOfScope) BuildRequires: perl(Class::MOP) >= 0.80 -BuildRequires: perl(List::Util) BuildRequires: perl(Moose::Role) BuildRequires: perl(namespace::clean) >= 0.20 BuildRequires: perl(Sub::Name) +#BuildRequires: perl(namespace::autoclean) Requires: perl(B::Hooks::EndOfScope) Requires: perl(Class::MOP) >= 0.80 -Requires: perl(List::Util) Requires: perl(namespace::clean) >= 0.20 %{perl_requires} @@ -86,11 +85,8 @@ clean: %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes LICENSE README %changelog