Hello community,
here is the log from the commit of package obs-service-source_validator for
openSUSE:Factory checked in at 2018-05-19 15:41:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Sat May 19 15:41:25 2018 rev:46 rq:607611 version:0.16
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
2018-02-09 15:44:25.094129928 +0100
+++
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
2018-05-19 15:41:32.156669916 +0200
@@ -1,0 +2,23 @@
+Tue May 15 13:33:14 UTC 2018 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
obs-service-source_validator-0.13.tar.bz2
New:
----
obs-service-source_validator-0.16.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-source_validator.spec ++++++
--- /var/tmp/diff_new_pack.AsMtD2/_old 2018-05-19 15:41:32.868643867 +0200
+++ /var/tmp/diff_new_pack.AsMtD2/_new 2018-05-19 15:41:32.872643720 +0200
@@ -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.13
+Version: 0.16
Release: 0
# use osc service dr to update
Source: %{name}-%{version}.tar.bz2
++++++ _service ++++++
--- /var/tmp/diff_new_pack.AsMtD2/_old 2018-05-19 15:41:32.904642550 +0200
+++ /var/tmp/diff_new_pack.AsMtD2/_new 2018-05-19 15:41:32.904642550 +0200
@@ -8,8 +8,8 @@
<param name="versionformat">0.7+git%cd.%h</param>
<param name="revision">master</param>
-->
- <param name="version">0.13</param>
- <param name="revision">0.13</param>
+ <param name="version">0.16</param>
+ <param name="revision">0.16</param>
<param name="changesgenerate">enable</param>
</service>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.AsMtD2/_old 2018-05-19 15:41:32.928641671 +0200
+++ /var/tmp/diff_new_pack.AsMtD2/_new 2018-05-19 15:41:32.932641524 +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">e27c7138d5b5d951254808d0b4860e6f03fa19ac</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">ed812b3823ebb72aa9c328ed947434ec5594177d</param></service></servicedata>
\ No newline at end of file
++++++ debian.dsc ++++++
--- /var/tmp/diff_new_pack.AsMtD2/_old 2018-05-19 15:41:32.956640647 +0200
+++ /var/tmp/diff_new_pack.AsMtD2/_new 2018-05-19 15:41:32.960640501 +0200
@@ -1,8 +1,8 @@
Format: 1.0
Source: obs-service-source-validator
-Version: 0.13-0
+Version: 0.16-0
Binary: obs-service-source-validator
Maintainer: Hib Eris <[email protected]>
Architecture: all
Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), obs-build
++++++ obs-service-source_validator-0.13.tar.bz2 ->
obs-service-source_validator-0.16.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/obs-service-source_validator-0.13/60-spec-filelist
new/obs-service-source_validator-0.16/60-spec-filelist
--- old/obs-service-source_validator-0.13/60-spec-filelist 2018-02-06
11:31:50.000000000 +0100
+++ new/obs-service-source_validator-0.16/60-spec-filelist 2018-05-15
15:27:47.000000000 +0200
@@ -26,7 +26,7 @@
%file*)
IS_FILE_LIST=true
;;
- %if*|%el*|%end*|%attr*|%dir*|%conf*)
+
%if*|%el*|%end*|%attr*|%dir*|%conf*|%defattr*|%ghost*|%{*dir*}*|%exclude*)
;;
%doc*/*|/*)
test $IS_FILE_LIST = true && {
@@ -38,6 +38,14 @@
esac
}
;;
+ %doc*COPYING*|%doc*LICENSE*)
+ test $IS_FILE_LIST = true && {
+ echo "(W) found COPYING or LICENSE file marked as %doc,
please mark as %license instead"
+ echo "LINE is: \"$LINE\""
+ }
+ ;;
+ %doc*)
+ ;;
%*)
IS_FILE_LIST=false
;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/obs-service-source_validator-0.13/70-baselibs
new/obs-service-source_validator-0.16/70-baselibs
--- old/obs-service-source_validator-0.13/70-baselibs 2018-02-06
11:31:50.000000000 +0100
+++ new/obs-service-source_validator-0.16/70-baselibs 2018-05-15
15:27:47.000000000 +0200
@@ -25,11 +25,14 @@
# PASS if we have trouble parsing the .spec file
BUILTBINARIES+=($($HELPERS_DIR/spec_query --specfile
"$DIR_TO_CHECK"/*.spec --print-subpacks \
--buildflavor $i)) || exit 0
+ BUILTBINARIES+=($($HELPERS_DIR/spec_query --no-conditionals --specfile
"$DIR_TO_CHECK"/*.spec --print-subpacks \
+ --buildflavor $i)) || exit 0
done
fi
for i in "$DIR_TO_CHECK"/*.spec; do
# PASS if we have trouble parsing the .spec file
BUILTBINARIES+=($($HELPERS_DIR/spec_query --specfile "$i"
--print-subpacks)) || exit 0
+ BUILTBINARIES+=($($HELPERS_DIR/spec_query --no-conditionals --specfile
"$i" --print-subpacks)) || exit 0
done
# add known keywords from baselibs specification
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/obs-service-source_validator-0.13/debian/control
new/obs-service-source_validator-0.16/debian/control
--- old/obs-service-source_validator-0.13/debian/control 2018-02-06
11:31:50.000000000 +0100
+++ new/obs-service-source_validator-0.16/debian/control 2018-05-15
15:27:47.000000000 +0200
@@ -2,7 +2,7 @@
Maintainer: Hib Eris <[email protected]>
Section: devel
Priority: extra
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), obs-build
Standards-Version: 3.9.6
Homepage: https://github.com/openSUSE/obs-service-source_validator