diff --git a/Minion-Backend-SQLite-4.002.tar.gz b/Minion-Backend-SQLite-4.002.tar.gz deleted file mode 100644 index 91c4839..0000000 --- a/Minion-Backend-SQLite-4.002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0811d41b9c4c672c9ac63a0261b3f5b12e3c9440219c109b57fd743a19a1c309 -size 35442 diff --git a/Minion-Backend-SQLite-4.003.tar.gz b/Minion-Backend-SQLite-4.003.tar.gz new file mode 100644 index 0000000..4373615 --- /dev/null +++ b/Minion-Backend-SQLite-4.003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c374c0e3a9d3226091935d25ed39689430263796b527908e4ac4c44c06b7264 +size 35723 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Minion-Backend-SQLite.changes b/perl-Minion-Backend-SQLite.changes index 31ee5fe..488566f 100644 --- a/perl-Minion-Backend-SQLite.changes +++ b/perl-Minion-Backend-SQLite.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jun 22 05:18:44 UTC 2019 - Stephan Kulow + +- updated to 4.003 + see /usr/share/doc/packages/perl-Minion-Backend-SQLite/Changes + + 4.003 2019-06-21 18:06:07 EDT + - Ignore missing workers for jobs in the minion_foreground named queue to + make debugging very slow jobs easier. + ------------------------------------------------------------------- Wed Oct 10 09:17:14 UTC 2018 - Stephan Kulow diff --git a/perl-Minion-Backend-SQLite.spec b/perl-Minion-Backend-SQLite.spec index 80bf603..2259d0e 100644 --- a/perl-Minion-Backend-SQLite.spec +++ b/perl-Minion-Backend-SQLite.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Minion-Backend-SQLite # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,15 @@ Name: perl-Minion-Backend-SQLite -Version: 4.002 +Version: 4.003 Release: 0 %define cpan_name Minion-Backend-SQLite Summary: SQLite backend for Minion job queue License: Artistic-2.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Minion-Backend-SQLite/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -50,7 +51,7 @@ database will be created in a temporary directory. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL --installdirs=vendor +perl Build.PL --installdirs=vendor ./Build build --flags=%{?_smp_mflags} %check