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-05-11 18:20:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/newsflash (Old)
 and      /work/SRC/openSUSE:Factory/.newsflash.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "newsflash"

Sat May 11 18:20:44 2024 rev:6 rq:1173082 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/newsflash/newsflash.changes      2024-03-06 
23:07:13.627180987 +0100
+++ /work/SRC/openSUSE:Factory/.newsflash.new.1880/newsflash.changes    
2024-05-11 18:24:41.321840944 +0200
@@ -1,0 +2,13 @@
+Fri May 10 09:20:01 UTC 2024 - Richard Rahl <rra...@disroot.org>
+
+- update to 3.2.0:
+  * new per feed setting: scrap articles
+  * local RSS: edit feed url
+  * option to manually clean database
+  * article list performance improvements
+  * use adwaita adaptive dialogs
+- show actual version in the app (show-actual-version.patch)
+- improve on the spec file
+- temporarily disable dep updating, as it breaks compile
+
+-------------------------------------------------------------------

Old:
----
  news_flash_gtk-3.1.6.tar.zst

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

BETA DEBUG BEGIN:
  New:  * use adwaita adaptive dialogs
- show actual version in the app (show-actual-version.patch)
- improve on the spec file
BETA DEBUG END:

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

Other differences:
------------------
++++++ newsflash.spec ++++++
--- /var/tmp/diff_new_pack.kWX5Hi/_old  2024-05-11 18:24:42.789894402 +0200
+++ /var/tmp/diff_new_pack.kWX5Hi/_new  2024-05-11 18:24:42.789894402 +0200
@@ -17,14 +17,16 @@
 
 
 %define         _lto_cflags %{nil}
+%define         appname io.gitlab.news_flash.NewsFlash
 Name:           newsflash
-Version:        3.1.6
+Version:        3.2.0
 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
 Source1:        vendor.tar.zst
+Patch0:         show-actual-version.patch
 BuildRequires:  appstream-glib
 BuildRequires:  blueprint-compiler
 BuildRequires:  cargo-packaging
@@ -32,12 +34,11 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-tools
 BuildRequires:  glib-networking
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  python3-gobject
-BuildRequires:  sqlite3-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  webkit2gtk4-devel
 BuildRequires:  xdg-utils
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -46,6 +47,7 @@
 BuildRequires:  pkgconfig(libadwaita-1)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(webkitgtk-6.0)
 
 %description
@@ -65,6 +67,7 @@
 
 %install
 %meson_install
+%suse_update_desktop_file %{appname}
 
 %find_lang %{name}
 
@@ -72,9 +75,10 @@
 %license LICENSE
 %doc README.md
 %{_bindir}/io.gitlab.news_flash.NewsFlash
-%{_datadir}/applications/io.gitlab.news_flash.NewsFlash.desktop
-%{_datadir}/icons/hicolor/*
-%{_datadir}/metainfo/io.gitlab.news_flash.NewsFlash.appdata.xml
+%{_datadir}/applications/%{appname}.desktop
+%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg
+%{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg
+%{_datadir}/metainfo/%{appname}.appdata.xml
 
 %files lang -f %{name}.lang
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.kWX5Hi/_old  2024-05-11 18:24:42.821895567 +0200
+++ /var/tmp/diff_new_pack.kWX5Hi/_new  2024-05-11 18:24:42.825895713 +0200
@@ -3,20 +3,20 @@
   <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.1.6</param>
+    <param name="revision">refs/tags/v.3.2.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v.(.*)</param>
     <param name="changesgenerate">disable</param>
   </service>
-  <service name="tar" mode="manual" />
-  <service name="recompress" mode="manual">
+  <service name="tar" mode="buildtime" />
+  <service name="recompress" mode="buildtime">
     <param name="compression">zstd</param>
     <param name="file">*.tar</param>
   </service>
   <service name="cargo_vendor" mode="manual">
     <param name="srcdir">news_flash_gtk</param>
     <param name="compression">zst</param>
-    <param name="update">true</param>
+    <param name="update">false</param>
   </service>
   <service name="tar" mode="manual" />
   <service name="set_version" mode="manual" />

++++++ news_flash_gtk.obsinfo ++++++
name: news_flash_gtk
version: 3.2.0
mtime: 1711400413
commit: b68548c00942412fd3d6f5185bae20f18a5f6d23

++++++ show-actual-version.patch ++++++
diff -rub news_flash_gtk/meson.build news_flash_gtk-patched/meson.build
--- news_flash_gtk/meson.build  2024-05-10 10:27:40.833516864 +0200
+++ news_flash_gtk-patched/meson.build  2024-05-10 11:02:07.993624331 +0200
@@ -1,6 +1,6 @@
 project(
   'newsflash', 'rust',
-  version: '0.0.0',
+  version: '3.2.0',
   license: 'GPLv3',
 )
 

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

Reply via email to