diff --git a/XS-Parse-Keyword-0.12.tar.gz b/XS-Parse-Keyword-0.12.tar.gz deleted file mode 100644 index 74b1e9e..0000000 --- a/XS-Parse-Keyword-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8f87109da973eef7a8a9b48efcf89d03f69ea488d79b8f96e16479638833c33 -size 45773 diff --git a/XS-Parse-Keyword-0.13.tar.gz b/XS-Parse-Keyword-0.13.tar.gz new file mode 100644 index 0000000..c45bd1b --- /dev/null +++ b/XS-Parse-Keyword-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c60000a378aeaf9c23903b5172a18c37632d2e1af9aeae265b29ff0758bdc5 +size 46089 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..ab24ed9 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-XS-Parse-Keyword.changes b/perl-XS-Parse-Keyword.changes index 608b9c5..14db20b 100644 --- a/perl-XS-Parse-Keyword.changes +++ b/perl-XS-Parse-Keyword.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Aug 27 03:07:07 UTC 2021 - Tina Müller + +- updated to 0.13 + see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes + + 0.13 2021-08-26 + [CHANGES] + * Bump to ABI version 2; pass build1's arg0 param as a pointer, not a + direct struct copy + + [BUGFIXES] + * Back-compat for ABI version 1's build1 arg0 param not having a line + number (RT138708) + ------------------------------------------------------------------- Tue Aug 24 12:35:52 UTC 2021 - Dirk Stoecker diff --git a/perl-XS-Parse-Keyword.spec b/perl-XS-Parse-Keyword.spec index eea387f..228ad2b 100644 --- a/perl-XS-Parse-Keyword.spec +++ b/perl-XS-Parse-Keyword.spec @@ -18,12 +18,13 @@ %define cpan_name XS-Parse-Keyword Name: perl-XS-Parse-Keyword -Version: 0.12 +Version: 0.13 Release: 0 -License: Artistic-1.0 OR GPL-1.0-or-later Summary: XS functions to assist in parsing keyword syntax +License: Artistic-1.0 OR GPL-1.0-or-later URL: https://metacpan.org/release/%{cpan_name} -Source0: XS-Parse-Keyword-0.12.tar.gz +Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::CBuilder)