diff --git a/RT-Client-REST-0.52.tar.gz b/RT-Client-REST-0.52.tar.gz deleted file mode 100644 index e4b25c2..0000000 --- a/RT-Client-REST-0.52.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d058b8aa0db21aa1734ac50ae557297f603c2be60fa95a1d85278dbd11e19500 -size 77459 diff --git a/RT-Client-REST-0.53.tar.gz b/RT-Client-REST-0.53.tar.gz new file mode 100644 index 0000000..ac687e4 --- /dev/null +++ b/RT-Client-REST-0.53.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f2bcc388b3ed021f6a62e0af51897cfd2430e4ea681282558f4cd39805369d +size 78561 diff --git a/perl-RT-Client-REST.changes b/perl-RT-Client-REST.changes index d7f80ea..5069c0d 100644 --- a/perl-RT-Client-REST.changes +++ b/perl-RT-Client-REST.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Nov 8 06:51:39 UTC 2018 - Stephan Kulow + +- updated to 0.53 + see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES + + 0.53 MOn Nov 05 2018 "Dean Hamstead" " + - 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 diff --git a/perl-RT-Client-REST.spec b/perl-RT-Client-REST.spec index 3c0a903..e3b6337 100644 --- a/perl-RT-Client-REST.spec +++ b/perl-RT-Client-REST.spec @@ -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-RT-Client-REST -Version: 0.52 +Version: 0.53 Release: 0 %define cpan_name RT-Client-REST Summary: Client for RT using REST API License: Artistic-1.0 OR GPL-1.0-or-later 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 Source1: cpanspec.yml 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::Environment) BuildRequires: perl(LWP) +BuildRequires: perl(Module::Build) >= 0.280000 BuildRequires: perl(Params::Validate) BuildRequires: perl(Test::Exception) 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 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Build.PL installdirs=vendor +./Build build flags=%{?_smp_mflags} %check -%{__make} test +./Build test %install -%perl_make_install -%perl_process_packlist +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %files -f %{name}.files