SHA256
1
0
forked from pool/kanku

update to version 0.6.6

OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=25
This commit is contained in:
Frank Schreiner 2019-10-19 05:09:15 +00:00 committed by Git OBS Bridge
parent 6b1f2e5923
commit 19b9de4df1
5 changed files with 16 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git://github.com/M0ses/kanku.git</param> <param name="url">git://github.com/M0ses/kanku.git</param>
<param name="changesrevision">6b0ff928073eb2fcaa2cb2cc9df78821ced57eda</param></service><service name="tar_scm"> <param name="changesrevision">6a2454e30a0fecf4f74fd2ed23b3b72f5ec5a607</param></service><service name="tar_scm">
<param name="url">/home/frank/prj/kanku</param> <param name="url">/home/frank/prj/kanku</param>
<param name="changesrevision">07fc15f0647a92f01b67085d698485d3432a8924</param></service></servicedata> <param name="changesrevision">07fc15f0647a92f01b67085d698485d3432a8924</param></service></servicedata>

View File

@ -2,7 +2,7 @@ Format: 1.0
Source: kanku Source: kanku
Binary: kanku Binary: kanku
Architecture: any Architecture: any
Version: 0.5.5.git20181113.495ead4 Version: 0.6.6
Maintainer: unknown <unknown@debian.org> Maintainer: unknown <unknown@debian.org>
Standards-Version: 3.8.2 Standards-Version: 3.8.2
Homepage: https://github.com/M0ses/kanku Homepage: https://github.com/M0ses/kanku

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Oct 19 05:05:45 UTC 2019 - FSchreiner@suse.com
- Update to version 0.6.6:
* [handler] ResizeImage: better error handling
* [handler] use_cache attribute for SetJobContext/ResizeImage
* [handler] SetJobContext - added vm_image_file
* [dist] changes smtp_daemon to fit fedora also
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 16 07:39:16 UTC 2019 - FSchreiner@suse.com Wed Oct 16 07:39:16 UTC 2019 - FSchreiner@suse.com

View File

@ -1,5 +0,0 @@
name: kanku
version: 0.5.5.git20181113.495ead4
mtime: 1542136480
commit: 495ead4ebe68568454be9540aef1cac68afcf2ca

View File

@ -20,7 +20,7 @@
Name: kanku Name: kanku
# Version gets set by obs-service-tar_scm # Version gets set by obs-service-tar_scm
Version: 0.6.5 Version: 0.6.6
Release: 0 Release: 0
License: GPL-3.0 License: GPL-3.0
Summary: Development and continuous integration made easy Summary: Development and continuous integration made easy
@ -348,7 +348,11 @@ Requires: perl(Mail::Transport::Send)
Requires: perl(Net::AMQP::RabbitMQ) Requires: perl(Net::AMQP::RabbitMQ)
Requires: perl(Template::Plugin::JSON::Escape) Requires: perl(Template::Plugin::JSON::Escape)
Requires: perl(UUID) Requires: perl(UUID)
%if 0%{?fedora}
Requires: server(smtp)
%else
Requires: smtp_daemon Requires: smtp_daemon
%endif
%description web %description web
TODO: TODO: