Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:Factory checked in at 2020-12-21 12:34:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-source_validator (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-source_validator.new.5145 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-source_validator"

Mon Dec 21 12:34:42 2020 rev:50 rq:854915 version:0.20

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
        2019-12-10 22:42:00.629818303 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new.5145/obs-service-source_validator.changes
      2020-12-21 12:34:43.954880157 +0100
@@ -1,0 +2,6 @@
+Fri Dec 11 10:30:06 UTC 2020 - adr...@suse.de
+
+- Update to version 0.20:
+  * One .changes file per package is enough
+
+-------------------------------------------------------------------

Old:
----
  obs-service-source_validator-0.19.tar.bz2

New:
----
  obs-service-source_validator-0.20.tar.bz2

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

Other differences:
------------------
++++++ obs-service-source_validator.spec ++++++
--- /var/tmp/diff_new_pack.zPbEBk/_old  2020-12-21 12:34:44.614880698 +0100
+++ /var/tmp/diff_new_pack.zPbEBk/_new  2020-12-21 12:34:44.614880698 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-source_validator
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,8 +20,8 @@
 Summary:        An OBS source service: running all the osc source-validator 
checks
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Building
-Url:            https://github.com/openSUSE/obs-service-source_validator
-Version:        0.19
+URL:            https://github.com/openSUSE/obs-service-source_validator
+Version:        0.20
 Release:        0
 # use osc service dr to update
 Source:         %{name}-%{version}.tar.bz2

++++++ _service ++++++
--- /var/tmp/diff_new_pack.zPbEBk/_old  2020-12-21 12:34:44.646880725 +0100
+++ /var/tmp/diff_new_pack.zPbEBk/_new  2020-12-21 12:34:44.650880728 +0100
@@ -1,5 +1,5 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="tar_scm" mode="manual">
     <param 
name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
@@ -7,12 +7,12 @@
     <param name="changesgenerate">enable</param>
   </service>
 
-  <service name="recompress" mode="disabled">
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
     <param name="compression">bz2</param>
   </service>
 
-  <service name="set_version" mode="disabled">
+  <service name="set_version" mode="manual">
     <param name="basename">obs-service-source_validator</param>
   </service>
 </services>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.zPbEBk/_old  2020-12-21 12:34:44.666880741 +0100
+++ /var/tmp/diff_new_pack.zPbEBk/_new  2020-12-21 12:34:44.670880744 +0100
@@ -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">b5941812e4d48350a00dfdf8d3c5ce3e74025ade</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">47d9bcf27f2060d645b08ffaf382ec601bcc5801</param></service></servicedata>
\ No newline at end of file

++++++ debian.dsc ++++++
--- /var/tmp/diff_new_pack.zPbEBk/_old  2020-12-21 12:34:44.690880760 +0100
+++ /var/tmp/diff_new_pack.zPbEBk/_new  2020-12-21 12:34:44.690880760 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: obs-service-source-validator
-Version: 0.19-0
+Version: 0.20-0
 Binary: obs-service-source-validator
 Maintainer: Hib Eris <h...@hiberis.nl>
 Architecture: all

++++++ obs-service-source_validator-0.19.tar.bz2 -> 
obs-service-source_validator-0.20.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-source_validator-0.19/45-stale-changes 
new/obs-service-source_validator-0.20/45-stale-changes
--- old/obs-service-source_validator-0.19/45-stale-changes      2019-12-06 
09:26:39.000000000 +0100
+++ new/obs-service-source_validator-0.20/45-stale-changes      2020-12-11 
11:26:56.000000000 +0100
@@ -40,11 +40,12 @@
         *-) i=${i}MACRO ; DO_PASS="1"
         ;;
     esac
-    test -f $DIR_TO_CHECK/$i.changes -o "$DO_PASS" = "1" || {
-       echo "WARNING: $i.changes does not exist. This package can not be 
submitted to openSUSE product projects."
-       exit 0
-    }
+    test -f $DIR_TO_CHECK/$i.changes && DO_PASS=1
 done
+test "$DO_PASS" = "1" || {
+    echo "WARNING: No .changes file found. This package can not be submitted 
to openSUSE product projects."
+    exit 0
+}
 # check for stale .changes files
 for i in $DIR_TO_CHECK/*.changes ; do
     test -f $i || continue
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to