Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-podcasts for openSUSE:Factory 
checked in at 2023-10-17 20:24:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-podcasts (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-podcasts.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-podcasts"

Tue Oct 17 20:24:04 2023 rev:4 rq:1117988 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-podcasts/gnome-podcasts.changes    
2023-09-20 13:24:14.740018247 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-podcasts.new.20540/gnome-podcasts.changes 
2023-10-17 20:24:05.825389010 +0200
@@ -1,0 +2,31 @@
+Fri Oct 13 12:33:15 UTC 2023 - bjorn....@gmail.com
+
+- Update to version 0.6.1:
+  * Added:
+    - Add translation and source code links
+    - Add escape as a universal go-back keybinding
+    - Add missing accessibility labels to lists and menus
+    - Add accessibility labels to the add feed popover
+    - Make the description and cover image accessible
+    - Episode description: make selectable, jump link titles,
+      plaintext fallback
+  * Changed:
+    - Port episode_description to gtk composite template
+    - Port home_view to gtk composite template
+    - Delete the cover directory when removing a podcast
+    - Downloader: raise the max-redirect-policy to 20 (from 5)
+    - Move to reqwest async and stop using hyper directly.
+    - Port episode_widget to gtk composite template
+    - Upgrade to gtk4 crate to 0.7
+    - Port home_episode to gtk composite template
+    - Skip hash links and empty links
+  * Fixed:
+    - MPRIS: connect seek instead of prev/next
+    - Simplify the whole view and make covers accessible
+    - Keep focus on the play button when toggling play/pause
+    - Use correct colons (U+003A instead of U+2236)
+    - Use correct IDs in the MPRIS player
+    - Set images role to presentation
+    - Don't handle 302 as a permanent redirect
+
+-------------------------------------------------------------------

Old:
----
  _servicedata
  gnome-podcasts-0.5.1+99.obscpio

New:
----
  gnome-podcasts-0.6.1.obscpio

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

Other differences:
------------------
++++++ gnome-podcasts.spec ++++++
--- /var/tmp/diff_new_pack.fESmeD/_old  2023-10-17 20:24:07.537448944 +0200
+++ /var/tmp/diff_new_pack.fESmeD/_new  2023-10-17 20:24:07.537448944 +0200
@@ -20,12 +20,12 @@
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 
 Name:           gnome-podcasts
-Version:        0.5.1+99
+Version:        0.6.1
 Release:        0
 Summary:        Podcast app for GNOME
 License:        GPL-3.0-or-later
 URL:            https://gitlab.gnome.org/World/podcasts
-Source:         %{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.zst
 Source2:        vendor.tar.zst
 Source3:        cargo_config
 
@@ -36,8 +36,8 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(gio-2.0) >= 2.56
-BuildRequires:  pkgconfig(glib-2.0) >= 2.56
+BuildRequires:  pkgconfig(gio-2.0) >= 2.76
+BuildRequires:  pkgconfig(glib-2.0) >= 2.76
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.16
 BuildRequires:  pkgconfig(gstreamer-audio-1.0) >= 1.16
 BuildRequires:  pkgconfig(gstreamer-bad-audio-1.0) >= 1.16
@@ -83,8 +83,6 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.Podcasts.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/org.gnome.Podcasts*.svg
 %{_datadir}/metainfo/org.gnome.Podcasts.appdata.xml
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/resources.gresource
 
 %files lang -f %{name}.lang
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.fESmeD/_old  2023-10-17 20:24:07.573450204 +0200
+++ /var/tmp/diff_new_pack.fESmeD/_new  2023-10-17 20:24:07.577450344 +0200
@@ -4,17 +4,17 @@
     <param name="url">https://gitlab.gnome.org/World/podcasts.git</param>
     <param name="scm">git</param>
     <param name="filename">gnome-podcasts</param>
-    <param name="revision">922b9d3d</param>
+    <param name="revision">refs/tags/0.6.1</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
-    <param name="changesgenerate">enable</param>
+<!--    <param name="changesgenerate">enable</param> -->
   </service>
   <service name="set_version" mode="manual"/>
   <service name="tar" mode="buildtime"/>
   <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
-    <param name="compression">xz</param>
+    <param name="compression">zst</param>
   </service>
   <service name="cargo_vendor" mode="manual">
   <param name="srcdir">podcasts</param>

++++++ cargo_config ++++++
--- /var/tmp/diff_new_pack.fESmeD/_old  2023-10-17 20:24:07.601451184 +0200
+++ /var/tmp/diff_new_pack.fESmeD/_new  2023-10-17 20:24:07.601451184 +0200
@@ -1,11 +1,6 @@
 [source.crates-io]
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/danigm/gettext-rs?branch=no-gettext";]
-git = "https://github.com/danigm/gettext-rs";
-branch = "no-gettext"
-replace-with = "vendored-sources"
-
 [source.vendored-sources]
 directory = "vendor"
 (No newline at EOF)

++++++ gnome-podcasts-0.5.1+99.obscpio -> gnome-podcasts-0.6.1.obscpio ++++++
/work/SRC/openSUSE:Factory/gnome-podcasts/gnome-podcasts-0.5.1+99.obscpio 
/work/SRC/openSUSE:Factory/.gnome-podcasts.new.20540/gnome-podcasts-0.6.1.obscpio
 differ: char 48, line 1

++++++ gnome-podcasts.obsinfo ++++++
--- /var/tmp/diff_new_pack.fESmeD/_old  2023-10-17 20:24:07.645452724 +0200
+++ /var/tmp/diff_new_pack.fESmeD/_new  2023-10-17 20:24:07.645452724 +0200
@@ -1,5 +1,5 @@
 name: gnome-podcasts
-version: 0.5.1+99
-mtime: 1680636373
-commit: 922b9d3d8ca207007e23c93acff0c5b49d3c109c
+version: 0.6.1
+mtime: 1695040277
+commit: bd5bc150aebe45871940e1c3774a2a236a6f6daf
 

++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.fESmeD/_old and 
/var/tmp/diff_new_pack.fESmeD/_new differ

Reply via email to