From 18407c8ef98a687bdc8a1a4182a6030aa07ae1bb827c5914551d790d796276c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 20 Feb 2018 11:45:54 +0000 Subject: [PATCH 1/5] Accepting request 577362 from home:bluca:branches:openSUSE:Tools Fix Debian and Ubuntu builds via build-depend on obs-build. PR: https://github.com/openSUSE/obs-service-source_validator/pull/70 OBS-URL: https://build.opensuse.org/request/show/577362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=108 --- debian.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.dsc b/debian.dsc index 44a9b7d..7725c18 100644 --- a/debian.dsc +++ b/debian.dsc @@ -5,4 +5,4 @@ Binary: obs-service-source-validator Maintainer: Hib Eris Architecture: all Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 7), obs-build From 1885496e4e5ac850fd14b69f138b73eb84e09c3afbc8324f3c5c15a03e8dd1e2 Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Fri, 9 Mar 2018 13:27:45 +0000 Subject: [PATCH 2/5] - Update to version 0.14: * 70-baselibs: call spec_query with --no-conditionals so that checking package tevent sees the python3-tevent package for the baselibs checker * Build-depend on obs-build to fix Debian build OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=109 --- _service | 4 ++-- _servicedata | 2 +- debian.dsc | 2 +- obs-service-source_validator-0.13.tar.bz2 | 3 --- obs-service-source_validator-0.14.tar.bz2 | 3 +++ obs-service-source_validator.changes | 9 +++++++++ obs-service-source_validator.spec | 2 +- 7 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 obs-service-source_validator-0.13.tar.bz2 create mode 100644 obs-service-source_validator-0.14.tar.bz2 diff --git a/_service b/_service index a176e4b..7f78535 100644 --- a/_service +++ b/_service @@ -8,8 +8,8 @@ 0.7+git%cd.%h master --> - 0.13 - 0.13 + 0.14 + 0.14 enable diff --git a/_servicedata b/_servicedata index f588e6d..b48d819 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/openSUSE/obs-service-source_validator.git - e27c7138d5b5d951254808d0b4860e6f03fa19ac \ No newline at end of file + 1b3d2ee0612d9c1d6849457f8ed441d14e25a4fa \ No newline at end of file diff --git a/debian.dsc b/debian.dsc index 7725c18..e227029 100644 --- a/debian.dsc +++ b/debian.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: obs-service-source-validator -Version: 0.13-0 +Version: 0.14-0 Binary: obs-service-source-validator Maintainer: Hib Eris Architecture: all diff --git a/obs-service-source_validator-0.13.tar.bz2 b/obs-service-source_validator-0.13.tar.bz2 deleted file mode 100644 index 07a7acc..0000000 --- a/obs-service-source_validator-0.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50d345f87c85452b78f5eb426e0686348329ac388887dc5ba0539e2bbd08dc85 -size 58943 diff --git a/obs-service-source_validator-0.14.tar.bz2 b/obs-service-source_validator-0.14.tar.bz2 new file mode 100644 index 0000000..16f37e0 --- /dev/null +++ b/obs-service-source_validator-0.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f51747908dc7666722698cdb1f2437b5049747cf161941fb9ad21917001ea9d +size 58978 diff --git a/obs-service-source_validator.changes b/obs-service-source_validator.changes index 3c10a4c..3bda8bd 100644 --- a/obs-service-source_validator.changes +++ b/obs-service-source_validator.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 09 13:26:44 UTC 2018 - opensuse-packaging@opensuse.org + +- Update to version 0.14: + * 70-baselibs: call spec_query with --no-conditionals so that + checking package tevent sees the python3-tevent package for + the baselibs checker + * Build-depend on obs-build to fix Debian build + ------------------------------------------------------------------- Tue Feb 06 10:33:40 UTC 2018 - adrian@suse.de diff --git a/obs-service-source_validator.spec b/obs-service-source_validator.spec index 388fd22..4b1b0c3 100644 --- a/obs-service-source_validator.spec +++ b/obs-service-source_validator.spec @@ -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.13 +Version: 0.14 Release: 0 # use osc service dr to update Source: %{name}-%{version}.tar.bz2 From 5409646f7da095a855541ddda2300bd3565661ff291238067a83fedb670f4b14 Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Wed, 14 Mar 2018 16:31:55 +0000 Subject: [PATCH 3/5] use 0.15 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=110 --- _service | 4 ++-- obs-service-source_validator-0.14.tar.bz2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_service b/_service index 7f78535..18e3a40 100644 --- a/_service +++ b/_service @@ -8,8 +8,8 @@ 0.7+git%cd.%h master --> - 0.14 - 0.14 + 0.15 + 0.15 enable diff --git a/obs-service-source_validator-0.14.tar.bz2 b/obs-service-source_validator-0.14.tar.bz2 index 16f37e0..4539201 100644 --- a/obs-service-source_validator-0.14.tar.bz2 +++ b/obs-service-source_validator-0.14.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f51747908dc7666722698cdb1f2437b5049747cf161941fb9ad21917001ea9d -size 58978 +oid sha256:2dd7cadbd28be16d2cf34bb8366c804a38aa6aa045ea2c7c37854ea7d6c182c4 +size 58975 From 6272842e50afb7571c94fcae1c413cb94b43ad1e051f5ac803bf2eac2a03ca89 Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Wed, 14 Mar 2018 16:32:55 +0000 Subject: [PATCH 4/5] - Update to version 0.15: * 70-baselibs: call spec_query with and without the --no-conditionals switch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=111 --- _servicedata | 2 +- debian.dsc | 2 +- obs-service-source_validator-0.14.tar.bz2 | 3 --- obs-service-source_validator-0.15.tar.bz2 | 3 +++ obs-service-source_validator.changes | 6 ++++++ obs-service-source_validator.spec | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 obs-service-source_validator-0.14.tar.bz2 create mode 100644 obs-service-source_validator-0.15.tar.bz2 diff --git a/_servicedata b/_servicedata index b48d819..d0702b5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/openSUSE/obs-service-source_validator.git - 1b3d2ee0612d9c1d6849457f8ed441d14e25a4fa \ No newline at end of file + eec1e884cf3e31784b9435b145348950a0a0fc54 \ No newline at end of file diff --git a/debian.dsc b/debian.dsc index e227029..0514e4c 100644 --- a/debian.dsc +++ b/debian.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: obs-service-source-validator -Version: 0.14-0 +Version: 0.15-0 Binary: obs-service-source-validator Maintainer: Hib Eris Architecture: all diff --git a/obs-service-source_validator-0.14.tar.bz2 b/obs-service-source_validator-0.14.tar.bz2 deleted file mode 100644 index 4539201..0000000 --- a/obs-service-source_validator-0.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dd7cadbd28be16d2cf34bb8366c804a38aa6aa045ea2c7c37854ea7d6c182c4 -size 58975 diff --git a/obs-service-source_validator-0.15.tar.bz2 b/obs-service-source_validator-0.15.tar.bz2 new file mode 100644 index 0000000..cb31caa --- /dev/null +++ b/obs-service-source_validator-0.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c113acb92c976156b8a52050d93fad868868a51e481f74dde589a5bb0e11021c +size 59006 diff --git a/obs-service-source_validator.changes b/obs-service-source_validator.changes index 3bda8bd..a4ca035 100644 --- a/obs-service-source_validator.changes +++ b/obs-service-source_validator.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 14 16:32:20 UTC 2018 - opensuse-packaging@opensuse.org + +- Update to version 0.15: + * 70-baselibs: call spec_query with and without the --no-conditionals switch + ------------------------------------------------------------------- Fri Mar 09 13:26:44 UTC 2018 - opensuse-packaging@opensuse.org diff --git a/obs-service-source_validator.spec b/obs-service-source_validator.spec index 4b1b0c3..8c78382 100644 --- a/obs-service-source_validator.spec +++ b/obs-service-source_validator.spec @@ -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.14 +Version: 0.15 Release: 0 # use osc service dr to update Source: %{name}-%{version}.tar.bz2 From 2dc2ef3f6ffd98357582367ca07015b16b96224abdd1318ff63b715ce0feac7b Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Tue, 15 May 2018 13:34:23 +0000 Subject: [PATCH 5/5] - Update to version 0.16: * 60-spec-filelist: check for LICENSE or COPYING files marked as %doc * 70-baselibs: call spec_query with and without the --no-conditionals switch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=112 --- _service | 4 ++-- _servicedata | 2 +- debian.dsc | 2 +- obs-service-source_validator-0.15.tar.bz2 | 3 --- obs-service-source_validator-0.16.tar.bz2 | 3 +++ obs-service-source_validator.changes | 10 +++++++++- obs-service-source_validator.spec | 4 ++-- 7 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 obs-service-source_validator-0.15.tar.bz2 create mode 100644 obs-service-source_validator-0.16.tar.bz2 diff --git a/_service b/_service index 18e3a40..c10371f 100644 --- a/_service +++ b/_service @@ -8,8 +8,8 @@ 0.7+git%cd.%h master --> - 0.15 - 0.15 + 0.16 + 0.16 enable diff --git a/_servicedata b/_servicedata index d0702b5..b99ca2c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/openSUSE/obs-service-source_validator.git - eec1e884cf3e31784b9435b145348950a0a0fc54 \ No newline at end of file + ed812b3823ebb72aa9c328ed947434ec5594177d \ No newline at end of file diff --git a/debian.dsc b/debian.dsc index 0514e4c..bab9fab 100644 --- a/debian.dsc +++ b/debian.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: obs-service-source-validator -Version: 0.15-0 +Version: 0.16-0 Binary: obs-service-source-validator Maintainer: Hib Eris Architecture: all diff --git a/obs-service-source_validator-0.15.tar.bz2 b/obs-service-source_validator-0.15.tar.bz2 deleted file mode 100644 index cb31caa..0000000 --- a/obs-service-source_validator-0.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c113acb92c976156b8a52050d93fad868868a51e481f74dde589a5bb0e11021c -size 59006 diff --git a/obs-service-source_validator-0.16.tar.bz2 b/obs-service-source_validator-0.16.tar.bz2 new file mode 100644 index 0000000..b66e3a8 --- /dev/null +++ b/obs-service-source_validator-0.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5580ebe898fe2a920da48432a720751a0fc9b985a2c0581816d0442e9b56ca09 +size 59035 diff --git a/obs-service-source_validator.changes b/obs-service-source_validator.changes index a4ca035..72d2492 100644 --- a/obs-service-source_validator.changes +++ b/obs-service-source_validator.changes @@ -1,8 +1,16 @@ +------------------------------------------------------------------- +Tue May 15 13:33:14 UTC 2018 - ro@suse.de + +- Update to version 0.16: + * 60-spec-filelist: check for LICENSE or COPYING files + marked as %doc + ------------------------------------------------------------------- Wed Mar 14 16:32:20 UTC 2018 - opensuse-packaging@opensuse.org - Update to version 0.15: - * 70-baselibs: call spec_query with and without the --no-conditionals switch + * 70-baselibs: call spec_query with and without the + --no-conditionals switch ------------------------------------------------------------------- Fri Mar 09 13:26:44 UTC 2018 - opensuse-packaging@opensuse.org diff --git a/obs-service-source_validator.spec b/obs-service-source_validator.spec index 8c78382..511fc87 100644 --- a/obs-service-source_validator.spec +++ b/obs-service-source_validator.spec @@ -18,10 +18,10 @@ Name: obs-service-source_validator Summary: An OBS source service: running all the osc source-validator checks -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Building Url: https://github.com/openSUSE/obs-service-source_validator -Version: 0.15 +Version: 0.16 Release: 0 # use osc service dr to update Source: %{name}-%{version}.tar.bz2