forked from pool/perl-Minion-Backend-SQLite
Accepting request 711407 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/711407 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Minion-Backend-SQLite?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0811d41b9c4c672c9ac63a0261b3f5b12e3c9440219c109b57fd743a19a1c309
|
|
||||||
size 35442
|
|
||||||
3
Minion-Backend-SQLite-4.003.tar.gz
Normal file
3
Minion-Backend-SQLite-4.003.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c374c0e3a9d3226091935d25ed39689430263796b527908e4ac4c44c06b7264
|
||||||
|
size 35723
|
||||||
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal 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
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 22 05:18:44 UTC 2019 - Stephan Kulow <coolo@please-enter-an-email-address>
|
||||||
|
|
||||||
|
- 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 <coolo@suse.com>
|
Wed Oct 10 09:17:14 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Minion-Backend-SQLite
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Minion-Backend-SQLite
|
Name: perl-Minion-Backend-SQLite
|
||||||
Version: 4.002
|
Version: 4.003
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Minion-Backend-SQLite
|
%define cpan_name Minion-Backend-SQLite
|
||||||
Summary: SQLite backend for Minion job queue
|
Summary: SQLite backend for Minion job queue
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -50,7 +51,7 @@ database will be created in a temporary directory.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL --installdirs=vendor
|
perl Build.PL --installdirs=vendor
|
||||||
./Build build --flags=%{?_smp_mflags}
|
./Build build --flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|||||||
Reference in New Issue
Block a user