Hello community,
here is the log from the commit of package release-compare for openSUSE:Factory
checked in at 2020-12-03 18:42:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/release-compare (Old)
and /work/SRC/openSUSE:Factory/.release-compare.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "release-compare"
Thu Dec 3 18:42:31 2020 rev:13 rq:852661 version:0.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/release-compare/release-compare.changes
2020-09-29 19:02:45.069842566 +0200
+++
/work/SRC/openSUSE:Factory/.release-compare.new.5913/release-compare.changes
2020-12-03 18:43:38.238229700 +0100
@@ -1,0 +2,6 @@
+Tue Nov 10 10:13:59 UTC 2020 - Adrian Schröter <[email protected]>
+
+- update to version 0.4.1
+ * support short rpm structures for appliance server side builds
+
+-------------------------------------------------------------------
Old:
----
release-compare-0.4.0.obscpio
New:
----
release-compare-0.4.1.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ release-compare.spec ++++++
--- /var/tmp/diff_new_pack.95NWmw/_old 2020-12-03 18:43:38.802230445 +0100
+++ /var/tmp/diff_new_pack.95NWmw/_new 2020-12-03 18:43:38.806230450 +0100
@@ -21,7 +21,7 @@
License: GPL-3.0-or-later
Group: Development/Tools/Building
URL: https://github.com/openSUSE/release-compare
-Version: 0.4.0
+Version: 0.4.1
Release: 0
Source: %name-%version.tar.xz
BuildArch: noarch
++++++ _service ++++++
--- /var/tmp/diff_new_pack.95NWmw/_old 2020-12-03 18:43:38.834230487 +0100
+++ /var/tmp/diff_new_pack.95NWmw/_new 2020-12-03 18:43:38.838230492 +0100
@@ -3,8 +3,8 @@
<param name="url">https://github.com/openSUSE/release-compare.git</param>
<param name="scm">git</param>
- <param name="version">0.4.0</param>
- <param name="revision">0.4.0</param>
+ <param name="version">0.4.1</param>
+ <param name="revision">0.4.1</param>
<param name="extract">release-compare.spec</param>
</service>
@@ -12,7 +12,7 @@
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
- <param name="file">*.tar</param>
<param name="compression">xz</param>
+ <param name="file">*.tar</param>
</service>
</services>
++++++ release-compare-0.4.0.obscpio -> release-compare-0.4.1.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/release-compare-0.4.0/create_changelog
new/release-compare-0.4.1/create_changelog
--- old/release-compare-0.4.0/create_changelog 2020-09-28 15:29:25.000000000
+0200
+++ new/release-compare-0.4.1/create_changelog 2020-11-10 11:11:16.000000000
+0100
@@ -85,7 +85,7 @@
if [ -n "$PACKAGES_MODE" ]; then
sed -n -e
"s,\([^|]*\)|\([^|]*\)|\([^|]*\)|\([^|]*\)|\([^|]*\)|\(obs://[^-]*-[^|]*\)|.*,\6::::\1-\3-\4.\5.rpm,"
-e "s,^obs://.*/[^-]*-,,p" "$report"
else
- # product-builder uses ', but bs_worker writes it with "...
+ # product-builder uses single quote, but bs_worker writes it with double
quote...
sed -n -e "s,.*<binary .*disturl=.\(obs://[^-]*-[^ ]*\).
.*>.*/\(.*\)</binary>$,\1::::\2," -e 's,.*/[^-]*-\(.*::::.*\),\1,p' "$report"
fi | while read line; do
@@ -101,6 +101,11 @@
# the disturl may contained a different build repo
file=`echo /.build.packages/SOURCES/repos/*/*/*/$rpm`
file="${file//${eol}*/}" # bash internal "head -n 1" to be faster
+ if [ ! -e "$file" ]; then
+ # appliance builds server side have the shorter structure
+ file=`echo /.build.packages/SOURCES/repos/*/*/${rpm_name}.rpm`
+ file="${file//${eol}*/}" # bash internal "head -n 1" to be faster
+ fi
# dump changelog for into source package name to avoid duplicates
# hide "first" lines to hide email adresses
++++++ release-compare.obsinfo ++++++
--- /var/tmp/diff_new_pack.95NWmw/_old 2020-12-03 18:43:38.938230624 +0100
+++ /var/tmp/diff_new_pack.95NWmw/_new 2020-12-03 18:43:38.938230624 +0100
@@ -1,5 +1,5 @@
name: release-compare
-version: 0.4.0
-mtime: 1601299765
-commit: 8845a7d44c0254100130376732631dc694fb99a5
+version: 0.4.1
+mtime: 1605003076
+commit: 5a51c7f24f30672774e0f1692059ecc7fe820877
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives:
https://lists.opensuse.org/archives/list/[email protected]