Accepting request 838300 from openSUSE:Tools

- update to version 0.4.0
  * requires new build script!
  * move script into obsgendiff.d directory
  * minor output improvement

- update to version 0.3.15
  * allow to run further plugins by providing executables
    in /usr/lib/build/obsgendiff.d
    NOTE: we may move this functionality into build script

- update to version 0.3.14
  * Pick newest obsgendiff archive if multiple exists
    in maintenance_release projects

OBS-URL: https://build.opensuse.org/request/show/838300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/release-compare?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-09-29 17:02:34 +00:00 committed by Git OBS Bridge
commit 84960298f0
6 changed files with 35 additions and 12 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/openSUSE/release-compare.git</param>
<param name="scm">git</param>
<param name="version">0.3.13</param>
<param name="revision">0.3.13</param>
<param name="version">0.4.0</param>
<param name="revision">0.4.0</param>
<param name="extract">release-compare.spec</param>
</service>

View File

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

View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Sep 28 12:43:23 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.4.0
* requires new build script!
* move script into obsgendiff.d directory
* minor output improvement
-------------------------------------------------------------------
Fri Sep 25 15:09:43 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.15
* allow to run further plugins by providing executables
in /usr/lib/build/obsgendiff.d
NOTE: we may move this functionality into build script
-------------------------------------------------------------------
Fri Sep 25 14:30:53 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.14
* Pick newest obsgendiff archive if multiple exists
in maintenance_release projects
-------------------------------------------------------------------
Wed Sep 23 15:46:56 UTC 2020 - Adrian Schröter <adrian@suse.de>

View File

@ -1,5 +1,5 @@
name: release-compare
version: 0.3.13
mtime: 1600859412
commit: edb4aadca92d0c2789e366fcd73a997305774c35
version: 0.4.0
mtime: 1601299765
commit: 8845a7d44c0254100130376732631dc694fb99a5

View File

@ -21,7 +21,7 @@ Summary: Release Compare Script
License: GPL-3.0-or-later
Group: Development/Tools/Building
URL: https://github.com/openSUSE/release-compare
Version: 0.3.13
Version: 0.4.0
Release: 0
Source: %name-%version.tar.xz
BuildArch: noarch
@ -40,12 +40,12 @@ Note: you need to use a releasetarget definition in your OBS repository
%build
%install
mkdir -p $RPM_BUILD_ROOT/usr/lib/build/ $RPM_BUILD_ROOT/%_defaultdocdir/%name
install -m 0755 obsgendiff $RPM_BUILD_ROOT/usr/lib/build/
mkdir -p $RPM_BUILD_ROOT/usr/lib/build/obsgendiff.d $RPM_BUILD_ROOT/%_defaultdocdir/%name
install -m 0755 create_changelog $RPM_BUILD_ROOT/usr/lib/build/obsgendiff.d/
%check
# basic syntax check
bash -n $RPM_BUILD_ROOT/usr/lib/build/obsgendiff || exit 1
bash -n $RPM_BUILD_ROOT/usr/lib/build/obsgendiff.d/create_changelog || exit 1
%files
%license LICENSE