Hello community,
here is the log from the commit of package obs-service-source_validator for
openSUSE:Factory checked in at 2018-06-22 13:12:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-source_validator (Old)
and /work/SRC/openSUSE:Factory/.obs-service-source_validator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-source_validator"
Fri Jun 22 13:12:23 2018 rev:47 rq:617027 version:0.17
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
2018-05-19 15:41:32.156669916 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
2018-06-22 13:12:28.141521655 +0200
@@ -1,0 +2,7 @@
+Thu Jun 14 15:22:48 UTC 2018 - [email protected]
+
+- Update to version 0.17:
+ * make path for helpers variable
+ * fix for #bsc985980
+
+-------------------------------------------------------------------
Old:
----
obs-service-source_validator-0.16.tar.bz2
New:
----
obs-service-source_validator-0.17.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-source_validator.spec ++++++
--- /var/tmp/diff_new_pack.VqXIYs/_old 2018-06-22 13:12:28.645502966 +0200
+++ /var/tmp/diff_new_pack.VqXIYs/_new 2018-06-22 13:12:28.645502966 +0200
@@ -21,7 +21,7 @@
License: GPL-2.0-or-later
Group: Development/Tools/Building
Url: https://github.com/openSUSE/obs-service-source_validator
-Version: 0.16
+Version: 0.17
Release: 0
# use osc service dr to update
Source: %{name}-%{version}.tar.bz2
@@ -33,6 +33,7 @@
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
+BuildRequires: build
Requires: /usr/bin/xmllint
Requires: build
Requires: perl-TimeDate
@@ -58,6 +59,9 @@
%install
%makeinstall
+%check
+make test
+
%files
%defattr(-,root,root)
%doc COPYING
++++++ _service ++++++
--- /var/tmp/diff_new_pack.VqXIYs/_old 2018-06-22 13:12:28.677501780 +0200
+++ /var/tmp/diff_new_pack.VqXIYs/_new 2018-06-22 13:12:28.677501780 +0200
@@ -3,13 +3,7 @@
<param
name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
-<!--
- <param name="version">git-master</param>
- <param name="versionformat">0.7+git%cd.%h</param>
- <param name="revision">master</param>
--->
- <param name="version">0.16</param>
- <param name="revision">0.16</param>
+ <param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
</service>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.VqXIYs/_old 2018-06-22 13:12:28.697501038 +0200
+++ /var/tmp/diff_new_pack.VqXIYs/_new 2018-06-22 13:12:28.701500889 +0200
@@ -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">ed812b3823ebb72aa9c328ed947434ec5594177d</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">6af88519d471178cd3e6ae1ac25b2522b5f64a13</param></service></servicedata>
\ No newline at end of file
++++++ debian.dsc ++++++
--- /var/tmp/diff_new_pack.VqXIYs/_old 2018-06-22 13:12:28.721500148 +0200
+++ /var/tmp/diff_new_pack.VqXIYs/_new 2018-06-22 13:12:28.721500148 +0200
@@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-source-validator
-Version: 0.16-0
+Version: 0.17-0
Binary: obs-service-source-validator
Maintainer: Hib Eris <[email protected]>
Architecture: all
++++++ obs-service-source_validator-0.16.tar.bz2 ->
obs-service-source_validator-0.17.tar.bz2 ++++++
Binary files
old/obs-service-source_validator-0.16/.20-files-present-and-referenced.swp and
new/obs-service-source_validator-0.17/.20-files-present-and-referenced.swp
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/obs-service-source_validator-0.16/20-files-present-and-referenced
new/obs-service-source_validator-0.17/20-files-present-and-referenced
--- old/obs-service-source_validator-0.16/20-files-present-and-referenced
2018-05-15 15:27:47.000000000 +0200
+++ new/obs-service-source_validator-0.17/20-files-present-and-referenced
2018-06-14 16:59:07.000000000 +0200
@@ -6,14 +6,15 @@
DESTINATIONDIR=$2
OSC_MODE=""
test -n "$DIR_TO_CHECK" || DIR_TO_CHECK=`pwd`
-HELPERS_DIR="/usr/lib/obs/service/source_validators/helpers"
+BASE_DIR=$(dirname $0)
+BASE_DIR=${BASE_DIR:-.}
+HELPERS_DIR="$BASE_DIR/helpers"
$HELPERS_DIR/check_input_filename "$DIR_TO_CHECK" || exit 1
test -z "$DESTINATIONDIR" -a -d "$DIR_TO_CHECK/.osc" && {
DESTINATIONDIR="$DIR_TO_CHECK/.osc"
OSC_MODE="true"
}
-
RETURN=0
#
@@ -358,7 +359,8 @@
debian.*.lintian-overrides )
;;
*)
- grep -a -x "$BASE" $TMPDIR/sources > /dev/null && continue
+ SEARCHTERM=${BASE//\\/\\\\}
+ grep -a -x "$SEARCHTERM" $TMPDIR/sources > /dev/null && continue
test -f $DIR_TO_CHECK/_service && egrep -q 'mode=.remoterun'
$DIR_TO_CHECK/_service && continue
# be a bit more relaxed for osc, it won't upload directories anyway
[ -d "$DIR_TO_CHECK/$BASE" ] && [ -d $DIR_TO_CHECK/.osc ] &&
continue
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/obs-service-source_validator-0.16/Makefile
new/obs-service-source_validator-0.17/Makefile
--- old/obs-service-source_validator-0.16/Makefile 2018-05-15
15:27:47.000000000 +0200
+++ new/obs-service-source_validator-0.17/Makefile 2018-06-14
16:59:07.000000000 +0200
@@ -36,6 +36,7 @@
./helpers/spec_query --no-conditionals --keep-name-conditionals
--disambiguate-sources --specfile t/data/cross-aarch64-gcc7.spec
./helpers/spec_query --no-conditionals --keep-name-conditionals
--disambiguate-sources --specfile t/data/glibc.spec
./helpers/spec_query --no-conditionals --keep-name-conditionals
--disambiguate-sources --specfile t/data/glibc.spec --buildflavor testsuite
+ ./20-files-present-and-referenced t/data/x2d/
.PHONY: all install package test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/obs-service-source_validator-0.16/t/data/x2d/x2d.spec
new/obs-service-source_validator-0.17/t/data/x2d/x2d.spec
--- old/obs-service-source_validator-0.16/t/data/x2d/x2d.spec 1970-01-01
01:00:00.000000000 +0100
+++ new/obs-service-source_validator-0.17/t/data/x2d/x2d.spec 2018-06-14
16:59:07.000000000 +0200
@@ -0,0 +1 @@
+Source1: var-run-vmblock\x2dfuse\x2dnew.mount
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/obs-service-source_validator-0.16/test
new/obs-service-source_validator-0.17/test
--- old/obs-service-source_validator-0.16/test 1970-01-01 01:00:00.000000000
+0100
+++ new/obs-service-source_validator-0.17/test 2018-06-14 16:59:07.000000000
+0200
@@ -0,0 +1 @@
+echo $0