Hello community,
here is the log from the commit of package instsource-susedata for
openSUSE:Factory checked in at 2018-04-23 15:25:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/instsource-susedata (Old)
and /work/SRC/openSUSE:Factory/.instsource-susedata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "instsource-susedata"
Mon Apr 23 15:25:11 2018 rev:6 rq:597728 version:0.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/instsource-susedata/instsource-susedata.changes
2018-04-07 20:54:06.660788327 +0200
+++
/work/SRC/openSUSE:Factory/.instsource-susedata.new/instsource-susedata.changes
2018-04-23 15:25:14.307906384 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 09:23:48 UTC 2018 - [email protected]
+
+- update to version 0.3.2
+ * fix invalid entries due to empty package descriptions (bsc#1089821)
+
+-------------------------------------------------------------------
@@ -4 +10 @@
-- udpate to version 0.3.1
+- update to version 0.3.1
Old:
----
instsource-susedata-0.3.1.obscpio
New:
----
instsource-susedata-0.3.2.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ instsource-susedata.spec ++++++
--- /var/tmp/diff_new_pack.n9rWP6/_old 2018-04-23 15:25:15.111877181 +0200
+++ /var/tmp/diff_new_pack.n9rWP6/_new 2018-04-23 15:25:15.115877036 +0200
@@ -20,7 +20,7 @@
Summary: Utility to add susedata to repomd metadata
License: GPL-2.0-only
Group: System/Management
-Version: 0.3.1
+Version: 0.3.2
Release: 0
Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.n9rWP6/_old 2018-04-23 15:25:15.147875874 +0200
+++ /var/tmp/diff_new_pack.n9rWP6/_new 2018-04-23 15:25:15.147875874 +0200
@@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled">
<param
name="url">https://github.com/openSUSE/instsource-susedata.git</param>
<param name="scm">git</param>
- <param name="version">0.3.1</param>
- <param name="revision">0.3.1</param>
+ <param name="version">0.3.2</param>
+ <param name="revision">0.3.2</param>
<param name="extract">instsource-susedata.changes</param>
<param name="extract">instsource-susedata.spec</param>
</service>
++++++ instsource-susedata-0.3.1.obscpio -> instsource-susedata-0.3.2.obscpio
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/instsource-susedata-0.3.1/add_product_susedata
new/instsource-susedata-0.3.2/add_product_susedata
--- old/instsource-susedata-0.3.1/add_product_susedata 2018-04-06
11:57:59.000000000 +0200
+++ new/instsource-susedata-0.3.2/add_product_susedata 2018-04-17
17:34:39.000000000 +0200
@@ -335,10 +335,6 @@
for my $pack (@{$primary->{'package'}}) {
my $data;
my $pkgid = (grep {$_->{'pkgid'}} @{$pack->{'checksum'}})[0]->{'_content'};
- $data->{'pkgid'} = $pkgid;
- for my $field (qw(name arch version)) {
- $data->{$field} = $pack->{$field};
- }
my $summary = $pack->{'summary'}[0]->{'_content'};
my $description = $pack->{'description'}[0]->{'_content'};
my $i18n_summary = gettext($summary);
@@ -346,11 +342,14 @@
my $eula_key = $pack->{'name'}.".".$language;
$data->{'eula'} = str2utf8xml($eula_data->{$eula_key}) if $eula_data &&
$eula_data->{$eula_key};
-
- $data->{'summary'} = { 'lang' => $language, '_content' => $i18n_summary }
if $summary ne $i18n_summary;
- $data->{'description'} = { 'lang' => $language, '_content' =>
$i18n_description } if $description ne $i18n_description;
-
+ $data->{'summary'} = { 'lang' => $language, '_content' => $i18n_summary }
if $summary ne '' && $summary ne $i18n_summary;
+ $data->{'description'} = { 'lang' => $language, '_content' =>
$i18n_description } if $description ne '' && $description ne $i18n_description;
next unless $data;
+
+ $data->{'pkgid'} = $pkgid;
+ for my $field (qw(name arch version)) {
+ $data->{$field} = $pack->{$field};
+ }
push @i18n, $data;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/instsource-susedata-0.3.1/instsource-susedata.changes
new/instsource-susedata-0.3.2/instsource-susedata.changes
--- old/instsource-susedata-0.3.1/instsource-susedata.changes 2018-04-06
11:57:59.000000000 +0200
+++ new/instsource-susedata-0.3.2/instsource-susedata.changes 2018-04-17
17:34:39.000000000 +0200
@@ -1,4 +1,16 @@
-------------------------------------------------------------------
+Tue Apr 17 09:23:48 UTC 2018 - [email protected]
+
+- update to version 0.3.2
+ * fix invalid entries due to empty package descriptions (bsc#1089821)
+
+-------------------------------------------------------------------
+Fri Apr 6 10:03:15 UTC 2018 - [email protected]
+
+- update to version 0.3.1
+ * adding translate EULA as well
+
+-------------------------------------------------------------------
Thu Mar 22 08:48:50 UTC 2018 - [email protected]
- update to version 0.3
++++++ instsource-susedata.obsinfo ++++++
--- /var/tmp/diff_new_pack.n9rWP6/_old 2018-04-23 15:25:15.259871805 +0200
+++ /var/tmp/diff_new_pack.n9rWP6/_new 2018-04-23 15:25:15.259871805 +0200
@@ -1,5 +1,5 @@
name: instsource-susedata
-version: 0.3.1
-mtime: 1523008679
-commit: c2faa0efb478c8cdfb20b85ce701e56491cd4a5f
+version: 0.3.2
+mtime: 1523979279
+commit: fc07a1432b41cfe53a9c755445436be5c1d79465