Accepting request 798820 from devel:languages:perl:autoupdate

updated to 0.57
   see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
  0.57 
    - PR#21 Add SLA and SLADisabled attributes which appeared in RT 4.4.3

OBS-URL: https://build.opensuse.org/request/show/798820
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=7
This commit is contained in:
2020-04-29 11:49:05 +00:00
committed by Git OBS Bridge
parent abdbc9bf04
commit 7cd53f6e24
4 changed files with 17 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 29 03:18:19 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 0.57
see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
0.57 Tue Apr 28 2020 "Dean Hamstead" <dean@fragfest.com.au>
- PR#21 Add SLA and SLADisabled attributes which appeared in RT 4.4.3
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 25 06:24:13 UTC 2018 - Stephan Kulow <coolo@suse.com> Tue Dec 25 06:24:13 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-RT-Client-REST # spec file for package perl-RT-Client-REST
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: perl-RT-Client-REST Name: perl-RT-Client-REST
Version: 0.56 Version: 0.57
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: https://metacpan.org/release/%{cpan_name} 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
@@ -63,7 +63,7 @@ Abhijit Menon-Sen, and converted it to an object-oriented Perl module.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Build.PL installdirs=vendor perl Build.PL installdirs=vendor