forked from pool/MirrorCache
- Update to version 1.028:
* Introduce in-application load balancing read queries to DB replica (#262) * Fix bigint DB error when inserting hash for big files (#262) * Move initialization code from before_server_start to execute earlier (#262) * t: Fix unstable test 03-headquarter-subsidiaries-weight1 by correcting expected values (#262) * spec: Fix renamed README in the spec file (#262) OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=50
This commit is contained in:
parent
159079aaeb
commit
855d54f6bc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15080ee9c8cbb3ce44da9af734c5e702a71314f5996eca38f1ca8233938b9ed8
|
||||
size 854028
|
3
MirrorCache-1.028.obscpio
Normal file
3
MirrorCache-1.028.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:807e8c72e45ba4abd429eb886d1cc44c1ee0f5b0192518a0c522c8a3f934c655
|
||||
size 859660
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 30 15:00:05 UTC 2022 - Andrii Nikitin <andrii.nikitin@suse.com>
|
||||
|
||||
- Update to version 1.028:
|
||||
* Introduce in-application load balancing read queries to DB replica (#262)
|
||||
* Fix bigint DB error when inserting hash for big files (#262)
|
||||
* Move initialization code from before_server_start to execute earlier (#262)
|
||||
* t: Fix unstable test 03-headquarter-subsidiaries-weight1 by correcting expected values (#262)
|
||||
* spec: Fix renamed README in the spec file (#262)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 16 16:40:33 UTC 2022 - Andrii Nikitin <andrii.nikitin@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: MirrorCache
|
||||
version: 1.027
|
||||
mtime: 1647440685
|
||||
commit: 03f526436269ca999368a284b236f05f2eee2599
|
||||
version: 1.028
|
||||
mtime: 1648652234
|
||||
commit: 39d3a412b5f94dd54826be1913fffc4d9fcb2515
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define main_requires %{assetpack_requires} perl(Carp) perl(DBD::Pg) >= 3.7.4 perl(DBI) >= 1.632 perl(DBIx::Class) >= 0.082801 perl(DBIx::Class::DynamicDefault) perl(DateTime) perl(Encode) perl(Time::Piece) perl(Time::Seconds) perl(Time::ParseDate) perl(DateTime::Format::Pg) perl(Exporter) perl(File::Basename) perl(LWP::UserAgent) perl(Mojo::Base) perl(Mojo::ByteStream) perl(Mojo::IOLoop) perl(Mojo::JSON) perl(Mojo::Pg) perl(Mojo::URL) perl(Mojo::Util) perl(Mojolicious::Commands) perl(Mojolicious::Plugin) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Static) perl(Net::OpenID::Consumer) perl(POSIX) perl(Sort::Versions) perl(URI::Escape) perl(XML::Writer) perl(base) perl(constant) perl(diagnostics) perl(strict) perl(warnings) shadow rubygem(sass) perl(Net::DNS) perl(LWP::Protocol::https) perl(Digest::SHA)
|
||||
%define build_requires %{assetpack_requires} rubygem(sass) tidy sysuser-shadow sysuser-tools
|
||||
Name: MirrorCache
|
||||
Version: 1.027
|
||||
Version: 1.028
|
||||
Release: 0
|
||||
Summary: WebApp to redirect and manage mirrors
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user