Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package newsflash for openSUSE:Factory 
checked in at 2024-07-12 17:05:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/newsflash (Old)
 and      /work/SRC/openSUSE:Factory/.newsflash.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "newsflash"

Fri Jul 12 17:05:42 2024 rev:7 rq:1187030 version:3.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/newsflash/newsflash.changes      2024-05-11 
18:24:41.321840944 +0200
+++ /work/SRC/openSUSE:Factory/.newsflash.new.17339/newsflash.changes   
2024-07-12 17:05:57.903032770 +0200
@@ -1,0 +2,28 @@
+Fri Jul 12 06:17:13 UTC 2024 - Richard Rahl <rra...@opensuse.org>
+
+- update to 3.3.1:
+  * video player: mpris support
+  * zoom controls in article menu
+  * properly escape markup of empty feed list status
+  * fix keyboard navigation article list with collapsed article view
+  * favicon cache: cache and reuse gdk Textures to reduce memory consumption
+  * local RSS: keep order of articles when no date is specified
+  * article scraper: apply suggestions regarding libxml2 thread safety
+  * article scraper: update full-text-rss config files
+  * article scraper: replace images with single emoji in alt-text with unicode 
emoji
+  * database: store timestamps with UTC timezone
+  * database: reduce connection-pool size
+- update to 3.3.0:
+  * Video player based on libclapper
+  * Performance: parallelize requests to services during sync as much as 
possible
+  * miniflux: fix fetching a single feed after adding it
+  * feed parsing: improve selecting the correct website link
+  * Properly disconnect signals of listview rows
+  * Ping: timeout faster than the 3s delay for network changes
+  * Only show error badges if error count is greater than 0
+  * Use gtk4 uri launcher instead of ashpd
+  * Context menu to mark all articles as read
+  * Add dialogs: fit long translated string into mobile form factor
+- switch to changing version in spec file, removing show-actual-version.patch
+
+-------------------------------------------------------------------

Old:
----
  news_flash_gtk-3.2.0.obscpio
  news_flash_gtk.obsinfo
  show-actual-version.patch

New:
----
  newsflash-3.3.1.obscpio
  newsflash.obsinfo

BETA DEBUG BEGIN:
  Old:  * Add dialogs: fit long translated string into mobile form factor
- switch to changing version in spec file, removing show-actual-version.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ newsflash.spec ++++++
--- /var/tmp/diff_new_pack.AhorFi/_old  2024-07-12 17:05:59.747100524 +0200
+++ /var/tmp/diff_new_pack.AhorFi/_new  2024-07-12 17:05:59.751100671 +0200
@@ -19,16 +19,14 @@
 %define         _lto_cflags %{nil}
 %define         appname io.gitlab.news_flash.NewsFlash
 Name:           newsflash
-Version:        3.2.0
+Version:        3.3.1
 Release:        0
 Summary:        The spiritual successor to FeedReader
 License:        GPL-3.0-only
 URL:            https://gitlab.com/news-flash/news_flash_gtk
-Source0:        news_flash_gtk-%{version}.tar.zst
+Source0:        %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
-Patch0:         show-actual-version.patch
 BuildRequires:  appstream-glib
-BuildRequires:  blueprint-compiler
 BuildRequires:  cargo-packaging
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
@@ -40,15 +38,19 @@
 BuildRequires:  python3-gobject
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils
+BuildRequires:  pkgconfig(blueprint-compiler)
+BuildRequires:  pkgconfig(clapper-gtk-0.0)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gtk4)
 BuildRequires:  pkgconfig(libadwaita-1)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(webkitgtk-6.0)
+BuildRequires:  typelib(ClapperGtk)
 
 %description
 NewsFlash is a program designed to complement an already existing web-based 
RSS reader account.
@@ -59,7 +61,10 @@
 %lang_package
 
 %prep
-%autosetup -p1 -a1 -n news_flash_gtk-%{version}
+%autosetup -a1
+
+# show the actual version in the about page
+sed -i "s|version: '0.0.0'|version: '%{version}'|g" meson.build
 
 %build
 %meson
@@ -74,7 +79,7 @@
 %files
 %license LICENSE
 %doc README.md
-%{_bindir}/io.gitlab.news_flash.NewsFlash
+%{_bindir}/%{appname}
 %{_datadir}/applications/%{appname}.desktop
 %{_iconsdir}/hicolor/scalable/apps/%{appname}.svg
 %{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg

++++++ _service ++++++
--- /var/tmp/diff_new_pack.AhorFi/_old  2024-07-12 17:05:59.779101700 +0200
+++ /var/tmp/diff_new_pack.AhorFi/_new  2024-07-12 17:05:59.783101847 +0200
@@ -3,10 +3,11 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.com/news-flash/news_flash_gtk.git</param>
-    <param name="revision">refs/tags/v.3.2.0</param>
+    <param name="revision">refs/tags/v.3.3.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v.(.*)</param>
     <param name="changesgenerate">disable</param>
+    <param name="filename">newsflash</param>
   </service>
   <service name="tar" mode="buildtime" />
   <service name="recompress" mode="buildtime">
@@ -18,7 +19,6 @@
     <param name="compression">zst</param>
     <param name="update">false</param>
   </service>
-  <service name="tar" mode="manual" />
   <service name="set_version" mode="manual" />
 </services>
 

++++++ newsflash.obsinfo ++++++
name: newsflash
version: 3.3.1
mtime: 1720738542
commit: 82863f7ffe58bbbb3f77b752d4b986554d50bc30

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/newsflash/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.newsflash.new.17339/vendor.tar.zst differ: char 7, 
line 1

Reply via email to