Accepting request 647212 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/647212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=3
This commit is contained in:
2018-11-08 15:11:22 +00:00
committed by Git OBS Bridge
parent 9408e581e8
commit 402519e485
4 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d058b8aa0db21aa1734ac50ae557297f603c2be60fa95a1d85278dbd11e19500
size 77459

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6f2bcc388b3ed021f6a62e0af51897cfd2430e4ea681282558f4cd39805369d
size 78561

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 8 06:51:39 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.53
see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
0.53 MOn Nov 05 2018 "Dean Hamstead" <dean@bytefoundry.com.au>"
- Fix some tests on Windows
- Various coding changes internally
- Expose CC Addresses and Admin CC Addresses on Queues
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 21 05:49:39 UTC 2018 - coolo@suse.com Sat Apr 21 05:49:39 UTC 2018 - coolo@suse.com

View File

@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-RT-Client-REST Name: perl-RT-Client-REST
Version: 0.52 Version: 0.53
Release: 0 Release: 0
%define cpan_name RT-Client-REST %define cpan_name RT-Client-REST
Summary: Client for RT using REST API Summary: Client for RT using REST API
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/RT-Client-REST/ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DJ/DJZORT/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DJ/DJZORT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@@ -40,6 +40,7 @@ BuildRequires: perl(HTTP::Server::Simple) >= 0.44
BuildRequires: perl(HTTP::Server::Simple::CGI) BuildRequires: perl(HTTP::Server::Simple::CGI)
BuildRequires: perl(HTTP::Server::Simple::CGI::Environment) BuildRequires: perl(HTTP::Server::Simple::CGI::Environment)
BuildRequires: perl(LWP) BuildRequires: perl(LWP)
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Params::Validate) BuildRequires: perl(Params::Validate)
BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Exception)
BuildRequires: perl(URI) BuildRequires: perl(URI)
@@ -65,15 +66,14 @@ Abhijit Menon-Sen, and converted it to an object-oriented Perl module.
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Build.PL installdirs=vendor
%{__make} %{?_smp_mflags} ./Build build flags=%{?_smp_mflags}
%check %check
%{__make} test ./Build test
%install %install
%perl_make_install ./Build install destdir=%{buildroot} create_packlist=0
%perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files