From f7becb3c823d6e25feb8b6ceee67725b2de92f8f Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: May 13 2021 14:10:38 +0000 Subject: 0.26 bump; License changed from 'GPLv3+' to 'GPL+ or Artistic' --- diff --git a/GitLab-API-v4-0.26-Update-license-POD.patch b/GitLab-API-v4-0.26-Update-license-POD.patch new file mode 100644 index 0000000..b493acf --- /dev/null +++ b/GitLab-API-v4-0.26-Update-license-POD.patch @@ -0,0 +1,246 @@ +From 778b7b5f06a36a00a75bc94be916c07cdb025d31 Mon Sep 17 00:00:00 2001 +From: Aran Clary Deltac +Date: Tue, 9 Mar 2021 12:04:59 -0800 +Subject: [PATCH] Update license POD. + +--- + README.md | 18 +++--------------- + author/footer.pm | 18 +++--------------- + author/header.pm | 2 +- + lib/GitLab/API/v4.pm | 18 +++--------------- + lib/GitLab/API/v4/Config.pm | 4 ++-- + lib/GitLab/API/v4/Constants.pm | 4 ++-- + lib/GitLab/API/v4/Mock.pm | 4 ++-- + lib/GitLab/API/v4/Mock/Engine.pm | 4 ++-- + lib/GitLab/API/v4/Mock/RESTClient.pm | 4 ++-- + lib/GitLab/API/v4/Paginator.pm | 4 ++-- + lib/GitLab/API/v4/RESTClient.pm | 4 ++-- + lib/GitLab/API/v4/WWWClient.pm | 4 ++-- + 13 files changed, 28 insertions(+), 62 deletions(-) + +diff --git a/README.md b/README.md +index 1c02ce2..6b59c60 100644 +--- a/README.md ++++ b/README.md +@@ -5537,19 +5537,7 @@ Thomas Klausner + Graham Knop + ``` + +-# COPYRIGHT AND LICENSE ++# LICENSE + +-Copyright (C) 2014 Aran Clary Deltac +- +-This program is free software: you can redistribute it and/or modify +-it under the terms of the GNU General Public License as published by +-the Free Software Foundation, either version 3 of the License, or +-(at your option) any later version. +- +-This program is distributed in the hope that it will be useful, +-but WITHOUT ANY WARRANTY; without even the implied warranty of +-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-GNU General Public License for more details. +- +-You should have received a copy of the GNU General Public License +-along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/). ++This library is free software; you can redistribute it and/or modify ++it under the same terms as Perl itself. +diff --git a/author/footer.pm b/author/footer.pm +index cf93f0f..119f342 100644 +--- a/author/footer.pm ++++ b/author/footer.pm +@@ -49,22 +49,10 @@ development this distribution would not exist. + Thomas Klausner + Graham Knop + +-=head1 COPYRIGHT AND LICENSE ++=head1 LICENSE + +-Copyright (C) 2014 Aran Clary Deltac +- +-This program is free software: you can redistribute it and/or modify +-it under the terms of the GNU General Public License as published by +-the Free Software Foundation, either version 3 of the License, or +-(at your option) any later version. +- +-This program is distributed in the hope that it will be useful, +-but WITHOUT ANY WARRANTY; without even the implied warranty of +-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-GNU General Public License for more details. +- +-You should have received a copy of the GNU General Public License +-along with this program. If not, see L. ++This library is free software; you can redistribute it and/or modify ++it under the same terms as Perl itself. + + =cut + +diff --git a/author/header.pm b/author/header.pm +index 57d45c8..c5389e1 100644 +--- a/author/header.pm ++++ b/author/header.pm +@@ -1,5 +1,5 @@ + package GitLab::API::v4; +-our $VERSION = '0.25'; ++our $VERSION = '0.26'; + + =encoding utf8 + +diff --git a/lib/GitLab/API/v4.pm b/lib/GitLab/API/v4.pm +index 1d65d33..6546c16 100644 +--- a/lib/GitLab/API/v4.pm ++++ b/lib/GitLab/API/v4.pm +@@ -10797,22 +10797,10 @@ development this distribution would not exist. + Thomas Klausner + Graham Knop + +-=head1 COPYRIGHT AND LICENSE ++=head1 LICENSE + +-Copyright (C) 2014 Aran Clary Deltac +- +-This program is free software: you can redistribute it and/or modify +-it under the terms of the GNU General Public License as published by +-the Free Software Foundation, either version 3 of the License, or +-(at your option) any later version. +- +-This program is distributed in the hope that it will be useful, +-but WITHOUT ANY WARRANTY; without even the implied warranty of +-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-GNU General Public License for more details. +- +-You should have received a copy of the GNU General Public License +-along with this program. If not, see L. ++This library is free software; you can redistribute it and/or modify ++it under the same terms as Perl itself. + + =cut + +diff --git a/lib/GitLab/API/v4/Config.pm b/lib/GitLab/API/v4/Config.pm +index 4e96268..ca6d863 100644 +--- a/lib/GitLab/API/v4/Config.pm ++++ b/lib/GitLab/API/v4/Config.pm +@@ -266,9 +266,9 @@ See L. + + See L. + +-=head1 COPYRIGHT AND LICENSE ++=head1 LICENSE + +-See L. ++See L. + + =cut + +diff --git a/lib/GitLab/API/v4/Constants.pm b/lib/GitLab/API/v4/Constants.pm +index 071774f..85d9e9b 100644 +--- a/lib/GitLab/API/v4/Constants.pm ++++ b/lib/GitLab/API/v4/Constants.pm +@@ -153,9 +153,9 @@ See L. + + See L. + +-=head1 COPYRIGHT AND LICENSE ++=head1 LICENSE + +-See L. ++See L. + + =cut + +diff --git a/lib/GitLab/API/v4/Mock.pm b/lib/GitLab/API/v4/Mock.pm +index 41576ba..a8f86d3 100755 +--- a/lib/GitLab/API/v4/Mock.pm ++++ b/lib/GitLab/API/v4/Mock.pm +@@ -66,9 +66,9 @@ See L. + + See L. + +-=head1 COPYRIGHT AND LICENSE ++=head1 LICENSE + +-See L. ++See L. + + =cut + +diff --git a/lib/GitLab/API/v4/Mock/Engine.pm b/lib/GitLab/API/v4/Mock/Engine.pm +index d362a7c..1ae7836 100755 +--- a/lib/GitLab/API/v4/Mock/Engine.pm ++++ b/lib/GitLab/API/v4/Mock/Engine.pm +@@ -202,9 +202,9 @@ See L. + + See L. + +-=head1 COPYRIGHT AND LICENSE ++=head1 LICENSE + +-See L. ++See L. + + =cut + +diff --git a/lib/GitLab/API/v4/Mock/RESTClient.pm b/lib/GitLab/API/v4/Mock/RESTClient.pm +index e432b34..d8af5fa 100755 +--- a/lib/GitLab/API/v4/Mock/RESTClient.pm ++++ b/lib/GitLab/API/v4/Mock/RESTClient.pm +@@ -178,9 +178,9 @@ See L. + + See L. + +-=head1 COPYRIGHT AND LICENSE ++=head1 LICENSE + +-See L. ++See L. + + =cut + +diff --git a/lib/GitLab/API/v4/Paginator.pm b/lib/GitLab/API/v4/Paginator.pm +index edec535..586e08f 100644 +--- a/lib/GitLab/API/v4/Paginator.pm ++++ b/lib/GitLab/API/v4/Paginator.pm +@@ -222,9 +222,9 @@ See L. + + See L. + +-=head1 COPYRIGHT AND LICENSE ++=head1 LICENSE + +-See L. ++See L. + + =cut + +diff --git a/lib/GitLab/API/v4/RESTClient.pm b/lib/GitLab/API/v4/RESTClient.pm +index 515e44e..471dae5 100644 +--- a/lib/GitLab/API/v4/RESTClient.pm ++++ b/lib/GitLab/API/v4/RESTClient.pm +@@ -271,9 +271,9 @@ See L. + + See L. + +-=head1 COPYRIGHT AND LICENSE ++=head1 LICENSE + +-See L. ++See L. + + =cut + +diff --git a/lib/GitLab/API/v4/WWWClient.pm b/lib/GitLab/API/v4/WWWClient.pm +index cad1752..5deb3c2 100644 +--- a/lib/GitLab/API/v4/WWWClient.pm ++++ b/lib/GitLab/API/v4/WWWClient.pm +@@ -194,9 +194,9 @@ See L. + + See L. + +-=head1 COPYRIGHT AND LICENSE ++=head1 LICENSE + +-See L. ++See L. + + =cut + diff --git a/perl-GitLab-API-v4.spec b/perl-GitLab-API-v4.spec index f5ab860..a5d53aa 100644 --- a/perl-GitLab-API-v4.spec +++ b/perl-GitLab-API-v4.spec @@ -2,19 +2,23 @@ Name: perl-%{src_name} -Version: 0.25 -Release: 4%{?dist} +Version: 0.26 +Release: 1%{?dist} Summary: Complete GitLab API v4 client -License: GPLv3+ -URL: https://search.cpan.org/dist/%{src_name}/ +License: GPL+ or Artistic +URL: https://metacpan.org/release/%{src_name} # Doesn't work. :( # Source0: https://www.cpan.org/modules/by-module/GitLab/%%{src_name}-%%{version}.tar.gz -Source0: https://www.cpan.org/authors/id/B/BL/BLUEFEET/%{src_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BL/BLUEFEET/%{src_name}-%{version}.tar.gz + +# Fixed incorrect license messaging in POD backported from upstream +Patch0: GitLab-API-v4-0.26-Update-license-POD.patch BuildArch: noarch +BuildRequires: coreutils BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(:VERSION) >= 5.010 @@ -30,9 +34,7 @@ BuildRequires: perl(JSON) >= 2.59 BuildRequires: perl(Log::Any) >= 1.703 BuildRequires: perl(Log::Any::Adapter) >= 1.703 BuildRequires: perl(Log::Any::Adapter::Screen) >= 0.13 -BuildRequires: perl(Log::Any::Adapter::TAP) >= 0.003003 BuildRequires: perl(MIME::Base64) >= 3.15 -BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Build::Tiny) BuildRequires: perl(Moo) >= 2.003000 BuildRequires: perl(Path::Tiny) >= 0.079 @@ -45,6 +47,7 @@ BuildRequires: perl(Types::Standard) >= 1.002001 BuildRequires: perl(URI) >= 1.62 BuildRequires: perl(URI::Escape) >= 1.72 BuildRequires: perl(namespace::clean) >= 0.27 +BuildRequires: perl(strict) BuildRequires: perl(strictures) >= 2.000003 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -82,6 +85,10 @@ perl Build.PL --installdirs=vendor %changelog +* Tue May 11 2021 Jitka Plesnikova - 0.26-1 +- 0.26 bump +- License changed from 'GPLv3+' to 'GPL+ or Artistic' + * Wed Jan 27 2021 Fedora Release Engineering - 0.25-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 51a766f..977ddab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (GitLab-API-v4-0.25.tar.gz) = f10e6ff78f7b696684e57f43ffedb617599dc173770bade2183ed245db3eb0d80e707df20a3a6a62a8f27eded9b23883032af0416b97590b44e227c7fa477964 +SHA512 (GitLab-API-v4-0.26.tar.gz) = 03ca9b2ef738e3567b3f5b809beb02baed8d792cac1ec3eebdeeebf8362e2d0eb43b15d353934587d364b8c32a530b66fd15d31e2eef1bc080c5059d3eaf23ab