Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package obs-service-source_validator for
openSUSE:Factory checked in at 2021-03-12 13:30:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-source_validator (Old)
and /work/SRC/openSUSE:Factory/.obs-service-source_validator.new.2401
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-source_validator"
Fri Mar 12 13:30:07 2021 rev:51 rq:878046 version:0.21
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
2020-12-21 12:34:43.954880157 +0100
+++
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new.2401/obs-service-source_validator.changes
2021-03-12 13:30:08.778058772 +0100
@@ -1,0 +2,6 @@
+Tue Mar 09 16:54:58 UTC 2021 - [email protected]
+
+- Update to version 0.21:
+ * No need to compress buildtime generated tarballs
+
+-------------------------------------------------------------------
Old:
----
obs-service-source_validator-0.20.tar.bz2
New:
----
obs-service-source_validator-0.21.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-source_validator.spec ++++++
--- /var/tmp/diff_new_pack.U5hQ5f/_old 2021-03-12 13:30:09.358059586 +0100
+++ /var/tmp/diff_new_pack.U5hQ5f/_new 2021-03-12 13:30:09.362059591 +0100
@@ -1,7 +1,7 @@
#
# spec file for package obs-service-source_validator
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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.20
+Version: 0.21
Release: 0
# use osc service dr to update
Source: %{name}-%{version}.tar.bz2
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.U5hQ5f/_old 2021-03-12 13:30:09.422059675 +0100
+++ /var/tmp/diff_new_pack.U5hQ5f/_new 2021-03-12 13:30:09.426059681 +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">47d9bcf27f2060d645b08ffaf382ec601bcc5801</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">fb282ed7748b76a1473f105f60985e5c23c4402b</param></service></servicedata>
\ No newline at end of file
++++++ debian.dsc ++++++
--- /var/tmp/diff_new_pack.U5hQ5f/_old 2021-03-12 13:30:09.450059715 +0100
+++ /var/tmp/diff_new_pack.U5hQ5f/_new 2021-03-12 13:30:09.450059715 +0100
@@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-source-validator
-Version: 0.20-0
+Version: 0.21-0
Binary: obs-service-source-validator
Maintainer: Hib Eris <[email protected]>
Architecture: all
++++++ obs-service-source_validator-0.20.tar.bz2 ->
obs-service-source_validator-0.21.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/obs-service-source_validator-0.20/20-files-present-and-referenced
new/obs-service-source_validator-0.21/20-files-present-and-referenced
--- old/obs-service-source_validator-0.20/20-files-present-and-referenced
2020-12-11 11:26:56.000000000 +0100
+++ new/obs-service-source_validator-0.21/20-files-present-and-referenced
2021-03-09 17:51:33.000000000 +0100
@@ -133,7 +133,7 @@
if test -f "$DESTINATIONDIR/$file"; then
return 0
fi
- if test -f "$DESTINATIONDIR/${file/\.tar\.*/}.obscpio"; then
+ if test -f "$DESTINATIONDIR/${file/\.tar*/}.obscpio"; then
# assume it will generated on builtime based of the
archive
return 0
fi
@@ -144,7 +144,7 @@
return 1
fi
if ! test -f "$DIR_TO_CHECK/$file"; then
- if test -f "$DIR_TO_CHECK/${file/\.tar\.*/}.obscpio"; then
+ if test -f "$DIR_TO_CHECK/${file/\.tar*/}.obscpio"; then
# assume it will generated on builtime based of the
archive
return 0
fi