1
0

- 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

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=100
This commit is contained in:
Frank Schreiner 2018-01-11 10:04:34 +00:00 committed by Git OBS Bridge
parent 0fa405f4b2
commit 198b746668
7 changed files with 17 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.10</param>
<param name="revision">0.9</param> <param name="revision">0.10</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">b05b671fa0148c30e427f5c11ace70b4a0eb0bb2</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.10-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:d0fd03256faa8689dd99d6b41f1025311aacafd6f61851da46f068e24e200028
size 22082

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 11 10:01:16 UTC 2018 - opensuse-packaging@opensuse.org
- 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.10
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