forked from pool/obs-service-source_validator
- Update to version 0.12:
* fix for continous lines in macros OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=103
This commit is contained in:
parent
f8fa5bfab1
commit
90d84e4c77
4
_service
4
_service
@ -8,8 +8,8 @@
|
||||
<param name="versionformat">0.7+git%cd.%h</param>
|
||||
<param name="revision">master</param>
|
||||
-->
|
||||
<param name="version">0.11</param>
|
||||
<param name="revision">0.11</param>
|
||||
<param name="version">0.12</param>
|
||||
<param name="revision">0.12</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
|
||||
<param name="changesrevision">ab52c5b89399fb0f42c3cd2eefc49edc194a54ac</param></service></servicedata>
|
||||
<param name="changesrevision">74f67d76f95090350ea2770407d664a455eb48cc</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-source-validator
|
||||
Version: 0.11-0
|
||||
Version: 0.12-0
|
||||
Binary: obs-service-source-validator
|
||||
Maintainer: Hib Eris <hib@hiberis.nl>
|
||||
Architecture: all
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b173080831e7fcf0cac1a382760505fe13232ad70a4c7d5b0f6a605b12bfb318
|
||||
size 39080
|
3
obs-service-source_validator-0.12.tar.bz2
Normal file
3
obs-service-source_validator-0.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93aa5aa14acb1c495fbb2d52a941d0dfcf0322b7a409856dd0a0289827528f11
|
||||
size 48292
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -21,7 +21,7 @@ Summary: An OBS source service: running all the osc source-validator chec
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/openSUSE/obs-service-source_validator
|
||||
Version: 0.11
|
||||
Version: 0.12
|
||||
Release: 0
|
||||
# use osc service dr to update
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -58,6 +58,9 @@ used via project wide defined services.
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
|
Loading…
x
Reference in New Issue
Block a user