8
0

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
This commit is contained in:
2022-11-08 12:54:50 +00:00
committed by Git OBS Bridge
parent d5d81109f4
commit 2e5a1f995b
5 changed files with 66 additions and 20 deletions

View File

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

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,14 @@
-------------------------------------------------------------------
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

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-String-Flogger
#
# Copyright (c) 2015 SUSE LINUX 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,23 +12,23 @@
# 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.101245
Release: 0
%define cpan_name String-Flogger
Summary: string munging for loggers
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/String-Flogger/
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(Params::Util)
BuildRequires: perl(Sub::Exporter)
@@ -44,14 +44,14 @@ Requires: perl(Sub::Exporter::Util)
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
@@ -59,7 +59,7 @@ string munging for loggers
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog