Hello community,

here is the log from the commit of package seahorse for openSUSE:Factory 
checked in at 2019-05-22 10:56:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seahorse (Old)
 and      /work/SRC/openSUSE:Factory/.seahorse.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seahorse"

Wed May 22 10:56:15 2019 rev:107 rq:704195 version:3.32.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/seahorse/seahorse.changes        2019-05-03 
22:20:26.056466475 +0200
+++ /work/SRC/openSUSE:Factory/.seahorse.new.5148/seahorse.changes      
2019-05-22 10:56:18.758992194 +0200
@@ -1,0 +2,7 @@
+Thu May 16 20:08:09 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.2:
+  + appdata: Update the contact details and add OARS metadata.
+  + gkr: Fix a crash for some Epiphany passwords.
+
+-------------------------------------------------------------------

Old:
----
  seahorse-3.32.1.tar.xz

New:
----
  seahorse-3.32.2.tar.xz

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

Other differences:
------------------
++++++ seahorse.spec ++++++
--- /var/tmp/diff_new_pack.Z6GQ6w/_old  2019-05-22 10:56:19.338991765 +0200
+++ /var/tmp/diff_new_pack.Z6GQ6w/_new  2019-05-22 10:56:19.342991761 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           seahorse
-Version:        3.32.1
+Version:        3.32.2
 Release:        0
 Summary:        GNOME interface for gnupg
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND GFDL-1.1-only

++++++ seahorse-3.32.1.tar.xz -> seahorse-3.32.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seahorse-3.32.1/NEWS new/seahorse-3.32.2/NEWS
--- old/seahorse-3.32.1/NEWS    2019-04-24 18:37:03.000000000 +0200
+++ new/seahorse-3.32.2/NEWS    2019-05-16 21:18:09.000000000 +0200
@@ -1,3 +1,8 @@
+seahorse 3.32.2
+---------------
+ * appdata: Update the contact details and add OARS metadata [!86]
+ * gkr: Fix a crash for some Epiphany passwords [#225]
+
 seahorse 3.32.1
 ---------------
  * Enable type-to-search [#218, !76]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/seahorse-3.32.1/data/org.gnome.seahorse.Application.appdata.xml.in 
new/seahorse-3.32.2/data/org.gnome.seahorse.Application.appdata.xml.in
--- old/seahorse-3.32.1/data/org.gnome.seahorse.Application.appdata.xml.in      
2019-04-24 18:37:03.000000000 +0200
+++ new/seahorse-3.32.2/data/org.gnome.seahorse.Application.appdata.xml.in      
2019-05-16 21:18:09.000000000 +0200
@@ -22,6 +22,19 @@
   </screenshots>
 
   <releases>
+    <release date="2019-05-16" version="3.32.2">
+      <description>
+        <p>
+          Version 3.32.2 is the next iteration in the stable 3.32 release
+          series, with the following major improvements:
+        </p>
+        <ul>
+          <li>Fix a crash on old GNOME web (epiphany) passwords</li>
+          <li>Add OARS metadata, relevant to age restrictions.</li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2019-04-24" version="3.32.1">
       <description>
         <p>
@@ -87,8 +100,12 @@
   <url type="bugtracker">https://gitlab.gnome.org/GNOME/seahorse/issues</url>
   <url type="donation">http://www.gnome.org/friends/</url>
   <url type="help">https://help.gnome.org/users/seahorse/stable/</url>
-  <update_contact>[email protected]</update_contact>
+  <update_contact>[email protected]</update_contact>
   <project_group>GNOME</project_group>
+  <developer_name>The GNOME Project</developer_name>
   <launchable 
type="desktop-id">org.gnome.seahorse.Application.desktop</launchable>
   <translation type="gettext">seahorse</translation>
+  <content_rating type="oars-1.1">
+    <content_attribute id="social-contacts">intense</content_attribute>
+  </content_rating>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seahorse-3.32.1/gkr/gkr-item.vala 
new/seahorse-3.32.2/gkr/gkr-item.vala
--- old/seahorse-3.32.1/gkr/gkr-item.vala       2019-04-24 18:37:03.000000000 
+0200
+++ new/seahorse-3.32.2/gkr/gkr-item.vala       2019-05-16 21:18:09.000000000 
+0200
@@ -376,7 +376,7 @@
         info.label = uri;
 
     var username = get_attribute_string(attrs, "username");
-    if (uri != null)
+    if (username != null)
         info.details = Markup.escape_text(username);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seahorse-3.32.1/meson.build 
new/seahorse-3.32.2/meson.build
--- old/seahorse-3.32.1/meson.build     2019-04-24 18:37:03.000000000 +0200
+++ new/seahorse-3.32.2/meson.build     2019-05-16 21:18:09.000000000 +0200
@@ -1,5 +1,5 @@
 project('seahorse', ['vala', 'c'],
-  version: '3.32.1',
+  version: '3.32.2',
   meson_version: '>= 0.42',
   license: 'GPL2+',
 )


Reply via email to