1
0

Compare commits

...

2 Commits

Author SHA256 Message Date
Dominique Leuenberger
c05421a796 Accepting request 1219629 from openSUSE:Tools
- Update to version 0.39:
  * Handle package git repositories for tracking (fixes #143)
  * helpers/check_patches_applied: Also check whether patch 0 is applied
  * helpers/check_patches_applied: Match #%%patch* as well (#136)
  * helpers/check_patches_applied: Recognize " # %patch" as comment

OBS-URL: https://build.opensuse.org/request/show/1219629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=82
2024-10-30 18:26:18 +00:00
ad2a10c41a - Update to version 0.39:
* Handle package git repositories for tracking (fixes #143)
  * helpers/check_patches_applied: Also check whether patch 0 is applied
  * helpers/check_patches_applied: Match #%%patch* as well (#136)
  * helpers/check_patches_applied: Recognize " # %patch" as comment

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=190
2024-10-30 17:17:01 +00:00
6 changed files with 15 additions and 6 deletions

View File

@ -3,4 +3,4 @@
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
<param name="changesrevision">c68d7a28c4ecd88b179359b030098503e75adc0b</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/obs-service-source_validator.git</param>
<param name="changesrevision">27f3bcbc5282a612af2db23a29fa742b48ff0d3e</param></service></servicedata>
<param name="changesrevision">68aaded5c6f3e5b6d9d60dbc8d6f6176f774cac1</param></service></servicedata>

View File

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

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Oct 30 17:16:25 UTC 2024 - dmueller@suse.com
- Update to version 0.39:
* Handle package git repositories for tracking (fixes #143)
* helpers/check_patches_applied: Also check whether patch 0 is applied
* helpers/check_patches_applied: Match #%%patch* as well (#136)
* helpers/check_patches_applied: Recognize " # %patch" as comment
-------------------------------------------------------------------
Wed Sep 11 08:29:17 UTC 2024 - Marcus Meissner <meissner@suse.com>

View File

@ -23,7 +23,7 @@
%endif
Name: obs-service-source_validator
Version: 0.38
Version: 0.39
Release: 0
Summary: An OBS source service: running all the osc source-validator checks
License: GPL-2.0-or-later