From d9c4809a77fb24db86822244d44d398f53dd46217e4f07f3599d2f0c5baf91c7 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 23 Jul 2019 13:45:18 +0000 Subject: [PATCH] Accepting request 717732 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/717732 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Nopaste?expand=0&rev=42 --- App-Nopaste-1.012.tar.gz | 3 --- App-Nopaste-1.013.tar.gz | 3 +++ perl-App-Nopaste.changes | 11 +++++++++++ perl-App-Nopaste.spec | 14 +++++++------- 4 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 App-Nopaste-1.012.tar.gz create mode 100644 App-Nopaste-1.013.tar.gz diff --git a/App-Nopaste-1.012.tar.gz b/App-Nopaste-1.012.tar.gz deleted file mode 100644 index ba91edc..0000000 --- a/App-Nopaste-1.012.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6005c70a366645f7989bf483e5eeb8ec3187a314b7b295447f20447a07295afc -size 52932 diff --git a/App-Nopaste-1.013.tar.gz b/App-Nopaste-1.013.tar.gz new file mode 100644 index 0000000..26843a8 --- /dev/null +++ b/App-Nopaste-1.013.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd41971688990cafd58420bf61f87d8fd03bc68276b3f311482bbfeed952bb0 +size 53722 diff --git a/perl-App-Nopaste.changes b/perl-App-Nopaste.changes index e530e23..a4cd491 100644 --- a/perl-App-Nopaste.changes +++ b/perl-App-Nopaste.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jul 23 05:02:18 UTC 2019 - Stephan Kulow + +- updated to 1.013 + see /usr/share/doc/packages/perl-App-Nopaste/Changes + + 1.013 2019-07-23 02:00:06Z + - amended instructions in App::Nopaste::Service::Gist regarding + creating a gist authorization token + - --copy now works with Control-V on X windows (PR#17, Shlomi Fish) + ------------------------------------------------------------------- Mon Jul 9 05:03:05 UTC 2018 - coolo@suse.com diff --git a/perl-App-Nopaste.spec b/perl-App-Nopaste.spec index b9ea530..eb8a809 100644 --- a/perl-App-Nopaste.spec +++ b/perl-App-Nopaste.spec @@ -1,7 +1,7 @@ # # spec file for package perl-App-Nopaste # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-App-Nopaste -Version: 1.012 +Version: 1.013 Release: 0 %define cpan_name App-Nopaste Summary: Easy access to any pastebin License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/App-Nopaste/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: SusePaste.pm Source2: cpanspec.yml @@ -91,11 +91,11 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 # MANUAL END %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install