Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-09-04 22:57:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Tue Sep  4 22:57:34 2018 rev:125 rq:632933 version:20180901.9e8018f

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2018-09-03 10:34:30.400577183 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
       2018-09-04 22:58:00.741378180 +0200
@@ -1,0 +2,12 @@
+Sat Sep 01 17:37:19 UTC 2018 - [email protected]
+
+- Update to version 20180901.9e8018f:
+  * travis: increment targetted versions to openSUSE Leap 15.0 and SLE 15.
+
+-------------------------------------------------------------------
+Fri Aug 31 16:02:11 UTC 2018 - [email protected]
+
+- Update to version 20180831.8d17136:
+  * dist/spec: add obs-service-* requirements of check_source.pl.
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20180831.1cedb3d.obscpio

New:
----
  openSUSE-release-tools-20180901.9e8018f.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.tB4ltK/_old  2018-09-04 22:58:01.205379762 +0200
+++ /var/tmp/diff_new_pack.tB4ltK/_new  2018-09-04 22:58:01.209379776 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20180831.1cedb3d
+Version:        20180901.9e8018f
 Release:        0
 Summary:        Tools to aid in staging and release work for openSUSE/SUSE
 License:        GPL-2.0-or-later AND MIT
@@ -120,9 +120,11 @@
 Summary:        Check source review bot
 Group:          Development/Tools/Other
 BuildArch:      noarch
-# TODO Update requirements.
 Requires:       osclib = %{version}
 # check_source.pl
+Requires:       obs-service-download_files
+Requires:       obs-service-format_spec_file
+Requires:       obs-service-source_validator
 Requires:       perl-Text-Diff
 Requires(pre):  shadow
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.tB4ltK/_old  2018-09-04 22:58:01.249379912 +0200
+++ /var/tmp/diff_new_pack.tB4ltK/_new  2018-09-04 22:58:01.249379912 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
-    <param 
name="changesrevision">1cedb3d8b3e81aeae3d4cee1f8e8bce9b5dac508</param>
+    <param 
name="changesrevision">e1ec1aa412450a2179e050d170945aeeb37c072f</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20180831.1cedb3d.obscpio -> 
openSUSE-release-tools-20180901.9e8018f.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-release-tools-20180831.1cedb3d/.travis.yml 
new/openSUSE-release-tools-20180901.9e8018f/.travis.yml
--- old/openSUSE-release-tools-20180831.1cedb3d/.travis.yml     2018-08-31 
11:08:36.000000000 +0200
+++ new/openSUSE-release-tools-20180901.9e8018f/.travis.yml     2018-09-01 
19:32:23.000000000 +0200
@@ -23,7 +23,7 @@
         - docker build -f dist/ci/Dockerfile -t spec .
       script:
         - ./dist/ci/docker-run obs-build-target "$TARGET_REPO"
-    - env: TEST_SUITE=distribution TARGET_REPO=openSUSE_42.3
+    - env: TEST_SUITE=distribution TARGET_REPO=openSUSE_15.0
       sudo: required
       services:
         - docker
@@ -32,7 +32,7 @@
         - docker build -f dist/ci/Dockerfile -t spec .
       script:
         - ./dist/ci/docker-run obs-build-target "$TARGET_REPO"
-    - env: TEST_SUITE=distribution TARGET_REPO=SLE_12_SP3
+    - env: TEST_SUITE=distribution TARGET_REPO=SLE_15
       sudo: required
       services:
         - docker
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180831.1cedb3d/dist/package/openSUSE-release-tools.spec
 
new/openSUSE-release-tools-20180901.9e8018f/dist/package/openSUSE-release-tools.spec
--- 
old/openSUSE-release-tools-20180831.1cedb3d/dist/package/openSUSE-release-tools.spec
        2018-08-31 11:08:36.000000000 +0200
+++ 
new/openSUSE-release-tools-20180901.9e8018f/dist/package/openSUSE-release-tools.spec
        2018-09-01 19:32:23.000000000 +0200
@@ -120,9 +120,11 @@
 Summary:        Check source review bot
 Group:          Development/Tools/Other
 BuildArch:      noarch
-# TODO Update requirements.
 Requires:       osclib = %{version}
 # check_source.pl
+Requires:       obs-service-download_files
+Requires:       obs-service-format_spec_file
+Requires:       obs-service-source_validator
 Requires:       perl-Text-Diff
 Requires(pre):  shadow
 

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.tB4ltK/_old  2018-09-04 22:58:01.733381563 +0200
+++ /var/tmp/diff_new_pack.tB4ltK/_new  2018-09-04 22:58:01.733381563 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20180831.1cedb3d
-mtime: 1535706516
-commit: 1cedb3d8b3e81aeae3d4cee1f8e8bce9b5dac508
+version: 20180901.9e8018f
+mtime: 1535823143
+commit: 9e8018fe24a5251c66014f5d786ee5c41ea43028
 


Reply via email to