From e309fc0538142307fe23365efb9760093c5687fd31583e5650c37669a512b848 Mon Sep 17 00:00:00 2001 From: Andrii Nikitin Date: Fri, 11 Nov 2022 09:58:01 +0000 Subject: [PATCH] - Update to version 1.045: * Add basic support for config from ini file (#314) * Drop support for rsync in MIRRORCACHE_ROOT (#314) * Allow html tags in CUSTOM_FOOTER_MESSAGE (#314) * Fix os version in report generation on mariadb (#314) * Fix zsync file generation missing empty line after header (#314) * Fix download report including stats only from begin of hour (#315) OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=72 --- MirrorCache-1.044.obscpio | 3 --- MirrorCache-1.045.obscpio | 3 +++ MirrorCache.changes | 11 +++++++++++ MirrorCache.obsinfo | 6 +++--- MirrorCache.spec | 4 ++-- 5 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 MirrorCache-1.044.obscpio create mode 100644 MirrorCache-1.045.obscpio diff --git a/MirrorCache-1.044.obscpio b/MirrorCache-1.044.obscpio deleted file mode 100644 index 9ba12ec..0000000 --- a/MirrorCache-1.044.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e78abbcadb14be696bc1ba34528445fec864083bf7e3495be4baa0f697aa10b -size 1017868 diff --git a/MirrorCache-1.045.obscpio b/MirrorCache-1.045.obscpio new file mode 100644 index 0000000..bd7c18e --- /dev/null +++ b/MirrorCache-1.045.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347c825311864ffda16f3508cd0e4c11d72221fd65556162acaef67b5ed343a3 +size 997900 diff --git a/MirrorCache.changes b/MirrorCache.changes index 481f5f3..cf7150c 100644 --- a/MirrorCache.changes +++ b/MirrorCache.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Nov 11 09:42:10 UTC 2022 - Andrii Nikitin + +- Update to version 1.045: + * Add basic support for config from ini file (#314) + * Drop support for rsync in MIRRORCACHE_ROOT (#314) + * Allow html tags in CUSTOM_FOOTER_MESSAGE (#314) + * Fix os version in report generation on mariadb (#314) + * Fix zsync file generation missing empty line after header (#314) + * Fix download report including stats only from begin of hour (#315) + ------------------------------------------------------------------- Thu Oct 27 13:16:53 UTC 2022 - Andrii Nikitin diff --git a/MirrorCache.obsinfo b/MirrorCache.obsinfo index 00eea98..ace8dd7 100644 --- a/MirrorCache.obsinfo +++ b/MirrorCache.obsinfo @@ -1,4 +1,4 @@ name: MirrorCache -version: 1.044 -mtime: 1666875061 -commit: 9e614f3f90035b0234a554eabb5a4744c395fd37 +version: 1.045 +mtime: 1668159057 +commit: fcd5d312ae28c5f4cfbecd080459289cb50f6b6d diff --git a/MirrorCache.spec b/MirrorCache.spec index 7147f4c..8d592eb 100644 --- a/MirrorCache.spec +++ b/MirrorCache.spec @@ -19,10 +19,10 @@ %define mirrorcache_services_restart mirrorcache.service mirrorcache-backstage.service mirrorcache-backstage-hashes.service mirrorcache-subtree.service %define mirrorcache_services %{mirrorcache_services_restart} mirrorcache-hypnotoad.service %define assetpack_requires perl(CSS::Minifier::XS) >= 0.01 perl(JavaScript::Minifier::XS) >= 0.11 perl(Mojolicious::Plugin::AssetPack) >= 1.36 perl(IO::Socket::SSL) -%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 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) perl(Config::IniFiles) %define build_requires %{assetpack_requires} rubygem(sass) tidy sysuser-shadow sysuser-tools Name: MirrorCache -Version: 1.044 +Version: 1.045 Release: 0 Summary: WebApp to redirect and manage mirrors License: GPL-2.0-or-later