1
0

11 Commits

Author SHA256 Message Date
92385856a4 Accepting request 1278369 from openSUSE:Tools
- Update to version 0.42:
  * helpers/check_dates_in_changes: Include line numbers in errors
  * helpers/check_dates_in_changes: Only match if -------- is at the line start

OBS-URL: https://build.opensuse.org/request/show/1278369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=86
2025-05-20 07:38:45 +00:00
Ruediger Oertel
644454a9fc - Update to version 0.42:
* helpers/check_dates_in_changes: Include line numbers in errors
  * helpers/check_dates_in_changes: Only match if -------- is at the line start

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=199
2025-05-19 09:32:17 +00:00
b1853f007c Accepting request 1277691 from openSUSE:Tools
- Update to version 0.41:
  * helpers/check_dates_in_changes: Handle invalid dates gracefully
  * helpers/check_dates_in_changes: Only look at the first line of entries

OBS-URL: https://build.opensuse.org/request/show/1277691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=85
2025-05-15 15:02:59 +00:00
22ca67a973 - Update to version 0.41:
* helpers/check_dates_in_changes: Handle invalid dates gracefully
  * helpers/check_dates_in_changes: Only look at the first line of entries

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=197
2025-05-15 10:41:34 +00:00
43656da7de Accepting request 1277404 from openSUSE:Tools
- Update to version 0.40:
  * Report error about future timestamps
  * Ignore local timezone

- Update to version 0.39+4:
  * Being able to handle git managed sources

OBS-URL: https://build.opensuse.org/request/show/1277404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=84
2025-05-14 15:02:06 +00:00
29014d195a - Update to version 0.40:
* Report error about future timestamps
  * Ignore local timezone

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=195
2025-05-14 11:26:16 +00:00
Ruediger Oertel
541e98e711 - Update to version 20240830.9384211:
* Add state acceptable_by_lawyer

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=194
2025-05-14 08:56:14 +00:00
10f6828a8b Accepting request 1237826 from openSUSE:Tools
- Update to version 0.39+2:
  * helpers/check_patches_applied: Fix detection of applying nonexisting patches (forwarded request 1237825 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1237826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=83
2025-01-14 15:24:40 +00:00
f64fe0a1e4 - Update to version 0.39+2:
* helpers/check_patches_applied: Fix detection of applying nonexisting patches

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=192
2025-01-14 13:48:07 +00:00
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 49 additions and 7 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">0286e469a44479dd013526bfb3e9f883a16d39cb</param></service></servicedata>

View File

@@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-source-validator
Version: 0.38-0
Version: 0.42-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:00781724520476ea31f465c2eb4015027aeee0597d06173fffc4e691e15054ab
size 55952

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon May 19 09:31:29 UTC 2025 - Ruediger Oertel <ro@suse.com>
- Update to version 0.42:
* helpers/check_dates_in_changes: Include line numbers in errors
* helpers/check_dates_in_changes: Only match if -------- is at the line start
-------------------------------------------------------------------
Thu May 15 10:41:18 UTC 2025 - Dirk Müller <dmueller@suse.com>
- Update to version 0.41:
* helpers/check_dates_in_changes: Handle invalid dates gracefully
* helpers/check_dates_in_changes: Only look at the first line of entries
-------------------------------------------------------------------
Wed May 14 11:22:15 UTC 2025 - Dirk Müller <dmueller@suse.com>
- Update to version 0.40:
* Report error about future timestamps
* Ignore local timezone
-------------------------------------------------------------------
Wed May 14 08:55:03 UTC 2025 - Ruediger Oertel <ro@suse.com>
- Update to version 0.39+4:
* Being able to handle git managed sources
-------------------------------------------------------------------
Tue Jan 14 13:46:53 UTC 2025 - dimstar@opensuse.org
- Update to version 0.39+2:
* helpers/check_patches_applied: Fix detection of applying nonexisting patches
-------------------------------------------------------------------
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

@@ -1,7 +1,7 @@
#
# spec file for package obs-service-source_validator
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%endif
Name: obs-service-source_validator
Version: 0.38
Version: 0.42
Release: 0
Summary: An OBS source service: running all the osc source-validator checks
License: GPL-2.0-or-later