1
0

- Update to version 20210511:

* Refresh licenses from spdx.org
  * Be more wary on usage of macros in Tags
  * Do not Cache Source.* but only Source[0-9]*
  * Stop pretending we can guess what the spec file is for
  * Avoid deep recursion in merge_comments
  * Allow to override date (#45)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-format_spec_file?expand=0&rev=195
This commit is contained in:
Stephan Kulow 2021-05-11 17:01:00 +00:00 committed by Git OBS Bridge
parent a70fee0eb2
commit c6a3e40df3
7 changed files with 20 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/openSUSE/obs-service-format_spec_file.git</param> <param name="url">https://github.com/openSUSE/obs-service-format_spec_file.git</param>
<param name="changesrevision">5d082d1f5c2caa3991e732f7ddad300fc81278fa</param></service></servicedata> <param name="changesrevision">9f2fa98d6e4eb1bb6a211ee8556c65a8aa382e83</param></service></servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: obs-service-format-spec-file Source: obs-service-format-spec-file
Version: 20210128 Version: 20210511
Binary: obs-service-format-spec-file Binary: obs-service-format-spec-file
Maintainer: Adrian Schroeter <adrian@suse.de> Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all Architecture: all

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue May 11 17:00:33 UTC 2021 - coolo@suse.com
- Update to version 20210511:
* Refresh licenses from spdx.org
* Be more wary on usage of macros in Tags
* Do not Cache Source.* but only Source[0-9]*
* Stop pretending we can guess what the spec file is for
* Avoid deep recursion in merge_comments
* Allow to override date (#45)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 28 10:06:54 UTC 2021 - coolo@suse.com Thu Jan 28 10:06:54 UTC 2021 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: obs-service-format_spec_file name: obs-service-format_spec_file
version: 20210128 version: 20210511
mtime: 1611828367 mtime: 1620752406
commit: 5d082d1f5c2caa3991e732f7ddad300fc81278fa commit: 9f2fa98d6e4eb1bb6a211ee8556c65a8aa382e83

View File

@ -17,7 +17,7 @@
Name: obs-service-format_spec_file Name: obs-service-format_spec_file
Version: 20210128 Version: 20210511
Release: 0 Release: 0
Summary: An OBS source service: reformats a spec file to SUSE standard Summary: An OBS source service: reformats a spec file to SUSE standard
License: GPL-2.0-only License: GPL-2.0-only