Accepting request 868534 from openSUSE:Tools

- update to version 0.5.2
  * escape backslashes in YAML string

- update to version 0.5.1
  * Handle packages info without license tag correctly
  * fix potential diff format issue

- create list of package version changes in YAML output

- update to version 0.5.0
  * exports changes also as YAML file (provided by Joachim Gleissner)

OBS-URL: https://build.opensuse.org/request/show/868534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/release-compare?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2021-02-02 13:25:48 +00:00 committed by Git OBS Bridge
commit aac8364502
6 changed files with 37 additions and 12 deletions

View File

@ -1,14 +1,14 @@
<services>
<service name="obs_scm" mode="disabled">
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/openSUSE/release-compare.git</param>
<param name="scm">git</param>
<param name="version">0.4.1</param>
<param name="revision">0.4.1</param>
<param name="version">0.5.2</param>
<param name="revision">0.5.2</param>
<param name="extract">release-compare.spec</param>
</service>
<service name="set_version" mode="disabled" />
<service name="set_version" mode="manual" />
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:614a6e8c369fc4405bae0f481fe033851c0e7e1c80863317701e241eb0089bf5
size 44042

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af4828f3851d1cf3ebd1175781ff76dcf01b693820e2a088dbda27556418a196
size 45578

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Feb 2 08:12:14 UTC 2021 - Adrian Schröter <adrian@suse.de>
- update to version 0.5.2
* escape backslashes in YAML string
-------------------------------------------------------------------
Mon Feb 1 13:06:15 UTC 2021 - Adrian Schröter <adrian@suse.de>
- update to version 0.5.1
* Handle packages info without license tag correctly
* fix potential diff format issue
-------------------------------------------------------------------
Wed Dec 16 13:08:26 UTC 2020 - Joachim Gleissner <jgleissner@suse.com>
- create list of package version changes in YAML output
-------------------------------------------------------------------
Thu Dec 10 15:00:48 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.5.0
* exports changes also as YAML file (provided by Joachim Gleissner)
-------------------------------------------------------------------
Tue Nov 10 10:13:59 UTC 2020 - Adrian Schröter <adrian@suse.de>

View File

@ -1,5 +1,5 @@
name: release-compare
version: 0.4.1
mtime: 1605003076
commit: 5a51c7f24f30672774e0f1692059ecc7fe820877
version: 0.5.2
mtime: 1612253338
commit: e5f4c00214472a822f26e39b6a53fd480d6a8ba3

View File

@ -1,7 +1,7 @@
#
# spec file for package release-compare
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@ Summary: Release Compare Script
License: GPL-3.0-or-later
Group: Development/Tools/Building
URL: https://github.com/openSUSE/release-compare
Version: 0.4.1
Version: 0.5.2
Release: 0
Source: %name-%version.tar.xz
BuildArch: noarch