8
0

Compare commits

...

10 Commits

Author SHA256 Message Date
3b6ca5df8f Accepting request 1034528 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1034528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Flogger?expand=0&rev=13
2022-11-09 11:57:08 +00:00
2e5a1f995b Accepting request 1034251 from devel:languages:perl:autoupdate
- updated to 1.101246
   see /usr/share/doc/packages/perl-String-Flogger/Changes
  1.101246  2022-10-29 21:51:45-04:00 America/New_York
          - add some tests
          - update to require newer perl
          - update package metadata

OBS-URL: https://build.opensuse.org/request/show/1034251
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Flogger?expand=0&rev=14
2022-11-08 12:54:50 +00:00
29b7204da5 Accepting request 296686 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/296686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Flogger?expand=0&rev=12
2015-04-16 12:12:42 +00:00
Stephan Kulow
d5d81109f4 Accepting request 296559 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/296559
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Flogger?expand=0&rev=12
2015-04-15 05:00:12 +00:00
Stephan Kulow
59ca355c6d Accepting request 208469 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/208469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Flogger?expand=0&rev=10
2013-11-26 13:41:51 +00:00
Stephan Kulow
c7d903a213 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Flogger?expand=0&rev=10
2013-11-26 08:58:47 +00:00
Stephan Kulow
95d39507a3 Accepting request 177595 from devel:languages:perl
- updated to 1.101243
          use horrible hack to avoid dying when a data structure to log
          contains an object
          make ->flog({...}) act like ->flog([ '%s', {...} ])
          (thanks, Randy Stauner) (forwarded request 177585 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Flogger?expand=0&rev=8
2013-06-06 11:28:50 +00:00
Stephan Kulow
718c7a3ee5 Accepting request 177585 from home:coolo:update-perl
- updated to 1.101243
          use horrible hack to avoid dying when a data structure to log
          contains an object
          make ->flog({...}) act like ->flog([ '%s', {...} ])
          (thanks, Randy Stauner)

OBS-URL: https://build.opensuse.org/request/show/177585
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Flogger?expand=0&rev=8
2013-06-04 18:33:26 +00:00
Stephan Kulow
7d1399fa3d replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Flogger?expand=0&rev=5
2011-12-06 17:47:22 +00:00
Stephan Kulow
14c6e50235 Accepting request 92127 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Flogger?expand=0&rev=4
2011-11-21 11:45:58 +00:00
5 changed files with 103 additions and 34 deletions

View File

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

View File

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

35
cpanspec.yml Normal file
View File

@@ -0,0 +1,35 @@
---
#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:
# baz.patch: PATCH-FIX-OPENSUSE
#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
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Mon Oct 31 03:07:15 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.101246
see /usr/share/doc/packages/perl-String-Flogger/Changes
1.101246 2022-10-29 21:51:45-04:00 America/New_York
- add some tests
- update to require newer perl
- update package metadata
-------------------------------------------------------------------
Tue Apr 14 21:17:45 UTC 2015 - coolo@suse.com
- updated to 1.101245
see /usr/share/doc/packages/perl-String-Flogger/Changes
1.101245 2014-08-08 18:43:38-04:00 America/New_York
- switch from JSON to JSON::MaybeXS
-------------------------------------------------------------------
Tue Nov 26 07:30:51 UTC 2013 - coolo@suse.com
- updated to 1.101244
update bugtracker and repo
-------------------------------------------------------------------
Tue Jun 4 18:26:30 UTC 2013 - coolo@suse.com
- updated to 1.101243
use horrible hack to avoid dying when a data structure to log
contains an object
make ->flog({...}) act like ->flog([ '%s', {...} ])
(thanks, Randy Stauner)
-------------------------------------------------------------------
Fri Nov 18 11:07:38 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Mon Jan 17 18:15:00 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-String-Flogger
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,60 +12,54 @@
# 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-String-Flogger
Version: 1.101241
Release: 1
License: GPL+ or Artistic
%define cpan_name String-Flogger
Summary: string munging for loggers
Url: http://search.cpan.org/dist/String-Flogger/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl(JSON)
BuildRequires: perl(Params::Util)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Exporter::Util)
Name: perl-String-Flogger
Version: 1.101246
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: String munging for loggers
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Requires: perl(JSON)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(Params::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Exporter::Util)
BuildRequires: perl(Test::More) >= 0.96
Requires: perl(JSON::MaybeXS)
Requires: perl(Params::Util)
Requires: perl(Scalar::Util)
Requires: perl(Sub::Exporter)
Requires: perl(Sub::Exporter::Util)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
sorry, no description found
string munging for loggers
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes dist.ini LICENSE README
%doc Changes README
%license LICENSE
%changelog