From 954014ad592d75e2b21b24e720ee3e32f7fb198310e740b147a46555b55605cd Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 12 Apr 2017 17:20:05 +0000 Subject: [PATCH] Accepting request 487489 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/487489 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-NoTabs?expand=0&rev=10 --- Test-NoTabs-1.4.tar.gz | 3 --- Test-NoTabs-2.00.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Test-NoTabs.changes | 6 ++++++ perl-Test-NoTabs.spec | 10 ++++++---- 5 files changed, 43 insertions(+), 7 deletions(-) delete mode 100644 Test-NoTabs-1.4.tar.gz create mode 100644 Test-NoTabs-2.00.tar.gz create mode 100644 cpanspec.yml diff --git a/Test-NoTabs-1.4.tar.gz b/Test-NoTabs-1.4.tar.gz deleted file mode 100644 index 105d2ee..0000000 --- a/Test-NoTabs-1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1231f42aca5c62f7ae9c605b7ceb2caecd9cf1e9fd7f23f6fd998d416f83b098 -size 32904 diff --git a/Test-NoTabs-2.00.tar.gz b/Test-NoTabs-2.00.tar.gz new file mode 100644 index 0000000..dc8b134 --- /dev/null +++ b/Test-NoTabs-2.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1911357abd3e798bd443358ba5f04b9ab4ba108ca828b2c2c708b503bdf388 +size 28343 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Test-NoTabs.changes b/perl-Test-NoTabs.changes index 733d112..4b56109 100644 --- a/perl-Test-NoTabs.changes +++ b/perl-Test-NoTabs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 12 06:44:04 UTC 2017 - coolo@suse.com + +- updated to 2.00 + see /usr/share/doc/packages/perl-Test-NoTabs/Changes + ------------------------------------------------------------------- Tue Apr 14 20:38:10 UTC 2015 - coolo@suse.com diff --git a/perl-Test-NoTabs.spec b/perl-Test-NoTabs.spec index f57727f..93b1a6c 100644 --- a/perl-Test-NoTabs.spec +++ b/perl-Test-NoTabs.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-NoTabs # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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,14 +17,15 @@ Name: perl-Test-NoTabs -Version: 1.4 +Version: 2.00 Release: 0 %define cpan_name Test-NoTabs Summary: Check the presence of tabs in your project License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-NoTabs/ -Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -52,6 +53,7 @@ modules, etc) for the presence of tabs. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes CONTRIBUTING README +%license LICENSE %changelog