Compare commits

...

11 Commits

Author SHA256 Message Date
4f4ad05456 Add Gitea build results 2025-08-12 18:16:56 +02:00
b8ee1018b1 Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=15
2024-07-27 22:39:22 +00:00
e1c40a1c32 Accepting request 1070474 from devel:languages:perl:autoupdate
- updated to 0.72
   see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
  0.72 
    - More fixes for GH#27 to eliminate warnings and handle empty list fields

OBS-URL: https://build.opensuse.org/request/show/1070474
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=14
2023-03-10 10:42:17 +00:00
Stephan Kulow
670a0ae6d1 Accepting request 1041138 from devel:languages:perl:autoupdate
- updated to 0.71
   see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
  0.71 
    - Fixed GH#27 Missing fields

OBS-URL: https://build.opensuse.org/request/show/1041138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=13
2022-12-13 16:02:49 +00:00
017b2f7d0d Accepting request 1007852 from devel:languages:perl:autoupdate
- updated to 0.70
   see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
  0.70 
    - GH#26 Swap from Error's try to Try::Tiny
    - GH#26 Remove Error entirely
    - Swap from base to parent
    - Attempt to resolve issues with trailing endlines on attachments
    - Allow queues to be disabled (or enabled)
    - Add status as a method for Tickets
    - GH#20 Allow HTML in comments
    - Point MetaCPAN at Github for issues
    - RT#120077 fetch ticket subjects with a single API call

OBS-URL: https://build.opensuse.org/request/show/1007852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=12
2022-10-04 18:46:34 +00:00
3f214ab87c Accepting request 801777 from devel:languages:perl:autoupdate
updated to 0.60
   see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES

OBS-URL: https://build.opensuse.org/request/show/801777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=11
2020-05-12 13:15:11 +00:00
1e71341952 Accepting request 800389 from devel:languages:perl:autoupdate
updated to 0.59
   see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
  0.59 
    - Worked around what appears to be a bug in PodChecker in perl 5.20
    - Adjusted travis and dist.ini
    - No functional changes

OBS-URL: https://build.opensuse.org/request/show/800389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=10
2020-05-06 14:16:47 +00:00
Stephan Kulow
f1aed29531 Accepting request 799822 from devel:languages:perl:autoupdate
updated to 0.58
   see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
  0.58 
    - RT118729 correct bug when "not set" is in textA
    - PR#19 Report UA, URI, and better errors when you opt in. Thanks @melmothx

OBS-URL: https://build.opensuse.org/request/show/799822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=9
2020-05-04 05:14:39 +00:00
08dd831648 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=8 2020-04-29 11:49:22 +00:00
7cd53f6e24 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
2020-04-29 11:49:05 +00:00
Lars Vogdt
abdbc9bf04 Accepting request 661329 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/661329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=6
2019-01-02 15:02:39 +00:00
5 changed files with 133 additions and 22 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-RT-Client-REST/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-RT-Client-REST)

View File

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

View File

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

View File

@@ -1,3 +1,86 @@
-------------------------------------------------------------------
Tue Feb 28 03:08:52 UTC 2023 - <cpanmirror@openstack.local>
- updated to 0.72
see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
0.72 Mon Feb 27 2023 "Deean Hamstead" <dean@fragfest.com.au>
- More fixes for GH#27 to eliminate warnings and handle empty list fields
-------------------------------------------------------------------
Tue Dec 6 03:06:50 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.71
see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
0.71 Mon Dec 5 2022 "Dean Hamstead" <dean@fragfest.com.au>
- Fixed GH#27 Missing fields
-------------------------------------------------------------------
Tue Sep 27 03:07:20 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.70
see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
0.70 Sun Sep 25 2022 "Dean Hamstead" <dean@fragfest.com.au>
- GH#26 Swap from Error's try to Try::Tiny
- GH#26 Remove Error entirely
- Swap from base to parent
- Attempt to resolve issues with trailing endlines on attachments
- Allow queues to be disabled (or enabled)
- Add status as a method for Tickets
- GH#20 Allow HTML in comments
- Point MetaCPAN at Github for issues
- RT#120077 fetch ticket subjects with a single API call
-------------------------------------------------------------------
Fri May 8 03:11:03 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 0.60
see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
-------------------------------------------------------------------
Tue May 5 03:14:05 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 0.59
see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
0.59 Mon May 5 2020 "Dean Hamstead" <dean@fragfest.com.au>
- Worked around what appears to be a bug in PodChecker in perl 5.20
- Adjusted travis and dist.ini
- No functional changes
-------------------------------------------------------------------
Fri May 1 03:09:47 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 0.58
see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
0.58 Thu Apr 30 2020 "Dean Hamstead" <dean@fragfest.com.au>
- RT118729 correct bug when "not set" is in textA
- PR#19 Report UA, URI, and better errors when you opt in. Thanks @melmothx
-------------------------------------------------------------------
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>
- updated to 0.56
see /usr/share/doc/packages/perl-RT-Client-REST/CHANGES
0.56 Mon Dec 24 2018 "Dean Hamstead" <dean@fragfest.com.au>
- Fix for GH#18 (more fixes)
-------------------------------------------------------------------
Wed Dec 12 06:22:10 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-RT-Client-REST
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,23 @@
#
Name: perl-RT-Client-REST
Version: 0.55
Release: 0
%define cpan_name RT-Client-REST
Summary: Client for RT using REST API
Name: perl-RT-Client-REST
Version: 0.720.0
Release: 0
# 0.72 -> normalize -> 0.720.0
%define cpan_version 0.72
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DJ/DJZORT/%{cpan_name}-%{version}.tar.gz
Summary: Client for RT using REST API
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DJ/DJZORT/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::DateParse)
BuildRequires: perl(Error)
BuildRequires: perl(Exception::Class)
BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(HTTP::Request::Common)
@@ -40,19 +40,37 @@ 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(Module::Build) >= 0.28
BuildRequires: perl(Params::Validate)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI)
BuildRequires: perl(parent)
Requires: perl(DateTime)
Requires: perl(DateTime::Format::DateParse)
Requires: perl(Error)
Requires: perl(Exception::Class)
Requires: perl(HTTP::Cookies)
Requires: perl(HTTP::Request::Common)
Requires: perl(LWP)
Requires: perl(Params::Validate)
Requires: perl(Try::Tiny)
Requires: perl(URI)
Requires: perl(parent)
Provides: perl(RT::Client::REST) = %{version}
Provides: perl(RT::Client::REST::Attachment) = %{version}
Provides: perl(RT::Client::REST::Exception) = 0.190.0
Provides: perl(RT::Client::REST::Forms) = %{version}
Provides: perl(RT::Client::REST::Group) = %{version}
Provides: perl(RT::Client::REST::HTTPClient) = %{version}
Provides: perl(RT::Client::REST::NoopLogger) = %{version}
Provides: perl(RT::Client::REST::Object) = %{version}
Provides: perl(RT::Client::REST::Object::Exception) = %{version}
Provides: perl(RT::Client::REST::Queue) = %{version}
Provides: perl(RT::Client::REST::SearchResult) = %{version}
Provides: perl(RT::Client::REST::Ticket) = %{version}
Provides: perl(RT::Client::REST::Transaction) = %{version}
Provides: perl(RT::Client::REST::User) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -62,23 +80,21 @@ invoking a shell command is appropriate. Thus, I took *rt* tool, written by
Abhijit Menon-Sen, and converted it to an object-oriented Perl module.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc CHANGES examples README README.md TODO
%doc CHANGES CONTRIBUTORS examples README README.md TODO
%license LICENSE
%changelog