diff --git a/_service b/_service index e4588ee..380f984 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://github.com/openSUSE/openSUSE-welcome.git - v0.1.9 + v0.1.10 @PARENT_TAG@+git.@TAG_OFFSET@.%h v(.*) enable diff --git a/_servicedata b/_servicedata index 2ab4e8f..8caf412 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/openSUSE-welcome.git - 08b037928c09d7343513f18131c70c0b7fedf826 \ No newline at end of file + e0056bf5c3186dcd9489b98ca0ae4fb3bb73d0f5 \ No newline at end of file diff --git a/openSUSE-welcome-0.1.10+git.0.e0056bf.obscpio b/openSUSE-welcome-0.1.10+git.0.e0056bf.obscpio new file mode 100644 index 0000000..20b5e66 --- /dev/null +++ b/openSUSE-welcome-0.1.10+git.0.e0056bf.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489f4ed9a5af4c5845a8c47bcb6b488ab3d0b5e40caa92123887f0890853fe60 +size 7079949 diff --git a/openSUSE-welcome-0.1.10+git.0.e0056bf.tar.xz b/openSUSE-welcome-0.1.10+git.0.e0056bf.tar.xz new file mode 100644 index 0000000..92b8999 --- /dev/null +++ b/openSUSE-welcome-0.1.10+git.0.e0056bf.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102e6b128ae67714c997e5493adde693a3ebe3ac4e9a59f12a50391d5227e3cc +size 3203424 diff --git a/openSUSE-welcome-0.1.9+git.55.08b0379.obscpio b/openSUSE-welcome-0.1.9+git.55.08b0379.obscpio deleted file mode 100644 index 4bb1d33..0000000 --- a/openSUSE-welcome-0.1.9+git.55.08b0379.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610997c4abc5fbef6267afc7b72ac987a703edcab06e655f1aa49a2b1c895514 -size 7045133 diff --git a/openSUSE-welcome-0.1.9+git.55.08b0379.tar.xz b/openSUSE-welcome-0.1.9+git.55.08b0379.tar.xz deleted file mode 100644 index bc1d05f..0000000 --- a/openSUSE-welcome-0.1.9+git.55.08b0379.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff5951345b96466da9e7d7a0ac450574e9bbe534b9d479bed58fcca583668226 -size 3197812 diff --git a/openSUSE-welcome.obsinfo b/openSUSE-welcome.obsinfo index 8c2787b..688bcc1 100644 --- a/openSUSE-welcome.obsinfo +++ b/openSUSE-welcome.obsinfo @@ -1,4 +1,4 @@ name: openSUSE-welcome -version: 0.1.9+git.55.08b0379 -mtime: 1715251767 -commit: 08b037928c09d7343513f18131c70c0b7fedf826 +version: 0.1.10+git.0.e0056bf +mtime: 1753709987 +commit: e0056bf5c3186dcd9489b98ca0ae4fb3bb73d0f5 diff --git a/opensuse-welcome.changes b/opensuse-welcome.changes index cc655c5..5d056a7 100644 --- a/opensuse-welcome.changes +++ b/opensuse-welcome.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jul 29 20:39:18 UTC 2025 - Lubos Kocman + +- Update to version 0.1.10+git.0.e0056bf: + * Drop checkbox to enable autostart code-o-o#leap/features/208 + * Do not show in GNOME desktop + * Update README.md with correct ninja command + * Translated using Weblate (Dutch) + * Translated using Weblate (Hebrew) + * Translated using Weblate (Persian) + * Translated using Weblate (Polish) + * Translated using Weblate (Romanian) + * Translated using Weblate (Russian) + * Added translation using Weblate (Romanian) + * Fix string duplication in the Romanian translation + ------------------------------------------------------------------- Thu May 09 11:02:49 UTC 2024 - lubos.kocman@suse.com diff --git a/opensuse-welcome.spec b/opensuse-welcome.spec index e027fc3..e3aacaa 100644 --- a/opensuse-welcome.spec +++ b/opensuse-welcome.spec @@ -20,7 +20,7 @@ %define _name openSUSE-welcome Name: opensuse-welcome -Version: 0.1.9+git.55.08b0379 +Version: 0.1.10+git.0.e0056bf Release: 0 Summary: Welcome utility for openSUSE License: GPL-3.0-or-later AND MIT @@ -62,12 +62,15 @@ A welcome utility built to welcome new users to openSUSE. %python3_fix_shebang_path %{buildroot}%{_datadir}/openSUSE-Welcome/* %endif +# Remove autostart file to disable auto-launching +# https://code.opensuse.org/leap/features/issue/208 +rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/org.opensuse.opensuse_welcome.desktop + %files %license LICENSE %doc README.md %{_bindir}/opensuse-welcome %{_datadir}/applications/org.opensuse.opensuse_welcome.desktop -%{_sysconfdir}/xdg/autostart/org.opensuse.opensuse_welcome.desktop %{_datadir}/icons/hicolor/scalable/apps/org.opensuse.opensuse_welcome.svg %{_datadir}/icons/hicolor/symbolic/apps/org.opensuse.opensuse_welcome-symbolic.svg %{_datadir}/metainfo/org.opensuse.opensuse_welcome.appdata.xml