2f72c41764
* Avoid re-downloaing non-expired favicons * Increase network-monitor changed signal timeout - update to 3.3.3: * local rss: handle articles that are published with the same GUID by multiple feeds (eg planet.gnome.org) * local rss: use etags to skip downloading unchanged feeds * local rss: avoid writing unchanged articles to the database (feed-rs fix) * log running/successful database migrations * improve favicon and thumbnail download logic * fix drag and drop regression in feed list * article list: load queue to avoid data races * multiple ping urls for online checks * online check: try to reach backend server before falling back to generic urls * add back unread/starred database indices * re-enable full text search in article plain text OBS-URL: https://build.opensuse.org/package/show/network:utilities/newsflash?expand=0&rev=18
24 lines
886 B
XML
24 lines
886 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<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.3.4</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">
|
|
<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">false</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|