8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
84a66aa069 Accepting request 825777 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/825777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf?expand=0&rev=5
2020-08-12 08:29:49 +00:00
33e7e1725d Accepting request 825758 from devel:languages:perl:autoupdate
- updated to 0.23
   see /usr/share/doc/packages/perl-Mojolicious-Plugin-NYTProf/Changes
  0.23     2020-08-10
          - [Doc] Document necessary ENV variables for non-broken report links

OBS-URL: https://build.opensuse.org/request/show/825758
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojolicious-Plugin-NYTProf?expand=0&rev=15
2020-08-11 12:14:53 +00:00
5059fd349d Accepting request 712934 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/712934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf?expand=0&rev=4
2019-07-02 08:39:33 +00:00
Stephan Kulow
e91b7961df Accepting request 712908 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/712908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojolicious-Plugin-NYTProf?expand=0&rev=13
2019-07-02 05:35:17 +00:00
7056e968e8 Accepting request 641413 from devel:languages:perl
- Update to 0.21
  only rename pod file when it is installed

OBS-URL: https://build.opensuse.org/request/show/641413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf?expand=0&rev=3
2018-10-15 07:40:55 +00:00
e757e7248c OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojolicious-Plugin-NYTProf?expand=0&rev=11 2018-10-12 08:50:34 +00:00
c31d52c8ba OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojolicious-Plugin-NYTProf?expand=0&rev=10 2018-10-12 08:45:00 +00:00
299f2449dd OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojolicious-Plugin-NYTProf?expand=0&rev=9 2018-10-12 08:44:14 +00:00
4ea5426270 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojolicious-Plugin-NYTProf?expand=0&rev=8 2018-10-12 08:37:20 +00:00
9e47992389 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojolicious-Plugin-NYTProf?expand=0&rev=5 2018-10-12 08:36:04 +00:00
070cee9861 Accepting request 613003 from devel:languages:perl
- Rename README.pod to README-NYTProf.pod to prevent file conflict
  with perl-Mojolicious-Plugin-RenderFile

OBS-URL: https://build.opensuse.org/request/show/613003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf?expand=0&rev=2
2018-05-30 12:45:35 +00:00
5 changed files with 70 additions and 16 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Aug 11 03:14:04 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.23
see /usr/share/doc/packages/perl-Mojolicious-Plugin-NYTProf/Changes
0.23 2020-08-10
- [Doc] Document necessary ENV variables for non-broken report links
-------------------------------------------------------------------
Mon Jul 1 18:06:02 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.22
see /usr/share/doc/packages/perl-Mojolicious-Plugin-NYTProf/Changes
0.22 2019-07-01
- Bump Mojolicious version requirement to 8.00
- Add nonblocking example to ExampleApp
- Document caveats with using async code with profiling
-------------------------------------------------------------------
Fri Oct 12 08:36:24 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
- Update to 0.21
only rename pod file when it is installed
-------------------------------------------------------------------
Wed May 30 08:32:12 UTC 2018 - marius.kittler@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mojolicious-Plugin-NYTProf
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,36 +12,37 @@
# 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-Mojolicious-Plugin-NYTProf
Version: 0.20
Version: 0.23
Release: 0
%define cpan_name Mojolicious-Plugin-NYTProf
Summary: Auto handling of Devel::NYTProf in your Mojolicious app
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Mojolicious-Plugin-NYTProf/
Source0: http://www.cpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Algorithm::Combinatorics) >= 0.27
BuildRequires: perl(Devel::NYTProf) >= 5.07
BuildRequires: perl(Devel::NYTProf) >= 6.06
BuildRequires: perl(File::Spec::Functions) >= 3.30
BuildRequires: perl(File::Temp) >= 0.22
BuildRequires: perl(File::Which) >= 1.09
BuildRequires: perl(Mojolicious) >= 6.00
BuildRequires: perl(Mojolicious) >= 8.00
BuildRequires: perl(Test::Exception) >= 0.320000
BuildRequires: perl(Time::HiRes) >= 1.9719
Requires: perl(Devel::NYTProf) >= 5.07
Requires: perl(Devel::NYTProf) >= 6.06
Requires: perl(File::Spec::Functions) >= 3.30
Requires: perl(File::Temp) >= 0.22
Requires: perl(File::Which) >= 1.09
Requires: perl(Mojolicious) >= 6.00
Requires: perl(Mojolicious) >= 8.00
Requires: perl(Time::HiRes) >= 1.9719
%{perl_requires}
@@ -54,16 +55,15 @@ Dancer::Plugin::NYTProf
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
%perl_process_packlist
mv %{buildroot}/%{perl_vendorlib}/Mojolicious/Plugin/README{,-NYTProf}.pod
%perl_gen_filelist
%files -f %{name}.files