1
0

Accepting request 569748 from openSUSE:Tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/569748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2018-01-27 23:38:54 +00:00 committed by Git OBS Bridge
commit f33dcdc3a0
7 changed files with 31 additions and 9 deletions

View File

@ -8,8 +8,8 @@
<param name="versionformat">0.7+git%cd.%h</param> <param name="versionformat">0.7+git%cd.%h</param>
<param name="revision">master</param> <param name="revision">master</param>
--> -->
<param name="version">0.9</param> <param name="version">0.12</param>
<param name="revision">0.9</param> <param name="revision">0.12</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param> <param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
<param name="changesrevision">f009de22f0533ea8bf2e7c12fd2be8953eabcf74</param></service></servicedata> <param name="changesrevision">74f67d76f95090350ea2770407d664a455eb48cc</param></service></servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: obs-service-source-validator Source: obs-service-source-validator
Version: 0.9-0 Version: 0.12-0
Binary: obs-service-source-validator Binary: obs-service-source-validator
Maintainer: Hib Eris <hib@hiberis.nl> Maintainer: Hib Eris <hib@hiberis.nl>
Architecture: all Architecture: all

View File

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Jan 18 21:13:55 UTC 2018 - fschreiner@suse.de
- Update to version 0.12:
* fix for continous lines in macros
-------------------------------------------------------------------
Thu Jan 16 20:55:21 UTC 2018 - fschreiner@suse.de
- Update to version 0.11:
* fix for macro continuation
* activating initial test cases
* .gitignore for vim swap files
-------------------------------------------------------------------
Thu Jan 11 10:01:16 UTC 2018 - fschreiner@suse.de
- Update to version 0.10:
* Do not call helpers/spec_query with --unique-sources in 70-baselibs
* Keep if statements in line continuation contexts
* Fix --keep-name-conditionals code in helpers/spec_query
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 11 16:14:46 UTC 2017 - fschreiner@suse.de Mon Dec 11 16:14:46 UTC 2017 - fschreiner@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package obs-service-source_validator # spec file for package obs-service-source_validator
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@ Summary: An OBS source service: running all the osc source-validator chec
License: GPL-2.0+ License: GPL-2.0+
Group: Development/Tools/Building Group: Development/Tools/Building
Url: https://github.com/openSUSE/obs-service-source_validator Url: https://github.com/openSUSE/obs-service-source_validator
Version: 0.9 Version: 0.12
Release: 0 Release: 0
# use osc service dr to update # use osc service dr to update
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2