From 398bbe34960533378896a42140e9c67af43695b99ff7a5d1c9331ba8f1396778 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 12 Jun 2014 09:08:31 +0000 Subject: [PATCH] Accepting request 236810 from home:cyberiad:branches:devel:languages:perl update to version 1.000001 OBS-URL: https://build.opensuse.org/request/show/236810 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File-ShareDir?expand=0&rev=3 --- Test-File-ShareDir-0.3.3.tar.gz | 3 -- Test-File-ShareDir-1.000001.tar.gz | 3 ++ perl-Test-File-ShareDir.changes | 51 ++++++++++++++++++++++++++++++ perl-Test-File-ShareDir.spec | 16 ++++++---- 4 files changed, 63 insertions(+), 10 deletions(-) delete mode 100644 Test-File-ShareDir-0.3.3.tar.gz create mode 100644 Test-File-ShareDir-1.000001.tar.gz diff --git a/Test-File-ShareDir-0.3.3.tar.gz b/Test-File-ShareDir-0.3.3.tar.gz deleted file mode 100644 index ab2f155..0000000 --- a/Test-File-ShareDir-0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:877e14afb6f432bd888ef730c0afd776dd149b14bc520bc2ce842d114e5886a2 -size 19642 diff --git a/Test-File-ShareDir-1.000001.tar.gz b/Test-File-ShareDir-1.000001.tar.gz new file mode 100644 index 0000000..e6cb476 --- /dev/null +++ b/Test-File-ShareDir-1.000001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4a1bd445d226be6b9c8b552172e88f932e1c9d74ef2f1611f41de8b7e6ff1e +size 66766 diff --git a/perl-Test-File-ShareDir.changes b/perl-Test-File-ShareDir.changes index bff61b4..7faa3c7 100644 --- a/perl-Test-File-ShareDir.changes +++ b/perl-Test-File-ShareDir.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Wed Jun 11 06:14:21 UTC 2014 - stephan.barth@suse.com + +- Fixed summary which ended with a dot +- make check now BuildRequires perl(Class::Tiny) +- The new version uses GNU make so %build, %check and %install were adjusted +- upgrade to version 1.000001 from 0.3.3 + Noteworthy changes from upstream: + 1.000001 2014-06-07T15:14:38Z + + [Dependencies::Stats] + - Dependencies changed since 1.000000, see misc/*.deps* for details + + 1.000000 2014-01-30T15:23:48Z + [00 Tooling and Version replacement] + - Switched to EUMM to accelerate clean-install time. + - version schema moved from x.y.z to x.YYYzzz and is the primary reason for + incrementing the major + + [Dependencies::Stats] + - Dependencies changed since 0.4.1, see misc/*.deps* for details + + 0.4.1 2013-11-21T06:51:24Z + [00 Trivial Doc Fix] + - Escaping of code containing > was done wrong. + + 0.4.0 2013-11-21T06:38:44Z + [00 Major Changes] + - New Modules/Interfaces to make life easier for people who only need one of + (Dist|Module) shares. + + [Dependencies::Noteworthy] + - use Class::Tiny + - use new MB and TestMore + + [Dependencies::Stats] + - Dependencies changed since 0.3.3, see misc/*.deps* for details + + [Documentation] + - Encoding specified + - MetaPOD annotations added + + [Packaging] + - use new MB syntax for fallback + + [Tests] + - use Test::Compile::PerFile + - Regenerate ReportVersions::Tiny to not report develop deps. + - Regenerate CPAN::Changes test + - Regenerate Kwalitee test + ------------------------------------------------------------------- Thu Aug 1 15:54:12 UTC 2013 - coolo@suse.com diff --git a/perl-Test-File-ShareDir.spec b/perl-Test-File-ShareDir.spec index 0ffa024..cd05e4c 100644 --- a/perl-Test-File-ShareDir.spec +++ b/perl-Test-File-ShareDir.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-File-ShareDir # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,10 +17,10 @@ Name: perl-Test-File-ShareDir -Version: 0.3.3 +Version: 1.000001 Release: 0 %define cpan_name Test-File-ShareDir -Summary: Create a Fake ShareDir for your modules for testing. +Summary: Create a Fake ShareDir for your modules for testing License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-File-ShareDir/ @@ -29,6 +29,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Class::Tiny) BuildRequires: perl(File::Copy::Recursive) BuildRequires: perl(File::ShareDir) >= 1.00 BuildRequires: perl(Module::Build) >= 0.4004 @@ -54,14 +55,15 @@ this module will not be usable by you. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +%{__perl} Makefile.PL installdirs=vendor +make %check -./Build test +make test %install -./Build install destdir=%{buildroot} create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files