Hello community,

here is the log from the commit of package evolution-rss for openSUSE:Factory 
checked in at 2020-02-04 19:57:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution-rss (Old)
 and      /work/SRC/openSUSE:Factory/.evolution-rss.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evolution-rss"

Tue Feb  4 19:57:34 2020 rev:44 rq:769939 version:0.3.96

Changes:
--------
--- /work/SRC/openSUSE:Factory/evolution-rss/evolution-rss.changes      
2020-01-27 20:13:47.092388721 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-rss.new.26092/evolution-rss.changes   
2020-02-04 19:57:40.225472679 +0100
@@ -1,0 +2,18 @@
+Fri Jan 31 19:06:58 UTC 2020 - [email protected]
+
+- Update to version 0.3.96:
+  + Miscellaneous build fixes (multiple declarations of variables)
+  + Fix use-after-free under rss_ep_need_proxy_http()
+  + EMailFormatterRSS: Remove unneeded fetch of EWebView content
+  + Remove markup from strings in UI files
+  + Use Unicode in translatable strings
+  + Fix AppStream metainfo validation
+  + Don't use legacy path for AppStream metainfo file
+  + Replace Bugzilla by Gitlab URL in DOAP file
+  + Avoid crash when feed formatting is cancelled
+  + Updated translations.
+- Change _service file as we now have a proper upstream released
+  tag that we want to use.
+- Drop evolution-rss-use-unicode.patch: Fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  evolution-rss-0.3.95+git.20171129.tar.xz
  evolution-rss-use-unicode.patch

New:
----
  evolution-rss-0.3.96.tar.xz

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

Other differences:
------------------
++++++ evolution-rss.spec ++++++
--- /var/tmp/diff_new_pack.DBLXYh/_old  2020-02-04 19:57:41.449473393 +0100
+++ /var/tmp/diff_new_pack.DBLXYh/_new  2020-02-04 19:57:41.449473393 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-rss
 #
-# 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
@@ -24,7 +24,7 @@
 %define _evo_errordir %(pkg-config --variable errordir evolution-shell-3.0)
 
 Name:           evolution-rss
-Version:        0.3.95+git.20171129
+Version:        0.3.96
 Release:        0
 Summary:        Evolution Plugin for RSS Feeds Support
 License:        GPL-2.0-or-later
@@ -33,8 +33,6 @@
 Source:         %{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM evolution-rss-drop-gconf-for-good.patch -- Drop gconf2 
for good.
 Patch:          evolution-rss-drop-gconf-for-good.patch
-# PATCH-FIX-UPSTREAM evolution-rss-use-unicode.patch -- Use Unicode in 
translatable strings, Remove markup from strings in UI files
-Patch1:         evolution-rss-use-unicode.patch
 
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
@@ -81,7 +79,7 @@
 
 %files -n %{_name}
 %{_bindir}/evolution-import-rss
-%{_datadir}/appdata/evolution-rss.metainfo.xml
+%{_datadir}/metainfo/evolution-rss.metainfo.xml
 %{_datadir}/applications/evolution-rss.desktop
 %{_datadir}/evolution/ui/rss-html-rendering.ui
 %{_datadir}/evolution/ui/rss-main.ui

++++++ _service ++++++
--- /var/tmp/diff_new_pack.DBLXYh/_old  2020-02-04 19:57:41.481473411 +0100
+++ /var/tmp/diff_new_pack.DBLXYh/_new  2020-02-04 19:57:41.485473414 +0100
@@ -1,10 +1,12 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">https://git.gnome.org/browse/evolution-rss</param>
+    <param name="url">https://gitlab.gnome.org/GNOME/evolution-rss.git/</param>
     <param name="scm">git</param>
-    <param name="versionformat">0.3.95+git.%cd</param>
+    <param name="revision">refs/tags/EVOLUTION_RSS_0_3_96</param>
+    <param 
name="versionrewrite-pattern">EVOLUTION_RSS_(\d+)_(\d+)_(\d+)</param>
+    <param name="versionrewrite-replacement">\1.\2.\3</param>
+    <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">bf6d793</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.DBLXYh/_old  2020-02-04 19:57:41.513473431 +0100
+++ /var/tmp/diff_new_pack.DBLXYh/_new  2020-02-04 19:57:41.513473431 +0100
@@ -1,4 +1,6 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">https://git.gnome.org/browse/evolution-rss</param>
-          <param 
name="changesrevision">bf6d79381d69575b49fd366c5b1d869c6126b083</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">696f57c5451ccf425dcca57e796feded788417dc</param></service><service
 name="tar_scm">
+                <param 
name="url">https://gitlab.gnome.org/GNOME/evolution-rss.git/</param>
+              <param 
name="changesrevision">696f57c5451ccf425dcca57e796feded788417dc</param></service></servicedata>
\ No newline at end of file

++++++ evolution-rss-0.3.95+git.20171129.tar.xz -> evolution-rss-0.3.96.tar.xz 
++++++
++++ 9962 lines of diff (skipped)


Reply via email to