From 705b3ee2fd7d46e51eab6919924d0a4ef961ad12fa64bc5c76891dd2d629e22f Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Wed, 7 Aug 2024 06:43:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Factory/cosmic-bg?expand=0&rev=4 --- _service | 4 ++-- cosmic-bg-0.1.0+git20240704.343410f.tar.zst | 3 --- cosmic-bg-1.0.0.a1.tar.zst | 3 +++ cosmic-bg.changes | 10 ++++++++++ cosmic-bg.spec | 7 +++---- 5 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 cosmic-bg-0.1.0+git20240704.343410f.tar.zst create mode 100644 cosmic-bg-1.0.0.a1.tar.zst diff --git a/_service b/_service index 1093e93..9d15d41 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/pop-os/cosmic-bg.git git - master - 0.1.0+git%cd.%h + @PARENT_TAG@ + 1.0.0.a1 yes diff --git a/cosmic-bg-0.1.0+git20240704.343410f.tar.zst b/cosmic-bg-0.1.0+git20240704.343410f.tar.zst deleted file mode 100644 index f88490a..0000000 --- a/cosmic-bg-0.1.0+git20240704.343410f.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0fffb78636d55cd3ab01ed1d2c44cc895d9e44ebc49728d5b50e041da32effa -size 156104 diff --git a/cosmic-bg-1.0.0.a1.tar.zst b/cosmic-bg-1.0.0.a1.tar.zst new file mode 100644 index 0000000..2f4feba --- /dev/null +++ b/cosmic-bg-1.0.0.a1.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f231fab73d886394d92de140ef6d84429b292356febef11fcfa3203a9328b7 +size 157111 diff --git a/cosmic-bg.changes b/cosmic-bg.changes index 2f4fc6d..a53c08b 100644 --- a/cosmic-bg.changes +++ b/cosmic-bg.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Aug 7 01:01:10 UTC 2024 - Richard Rahl + +- update to 1.0.0-alpha1: + * fix malloc_trim + * fix gradient match preview + * reduce memory usage + * add translations +- enable leap (thanks to vyvir) + ------------------------------------------------------------------- Wed Mar 13 21:36:37 UTC 2024 - Richard Rahl diff --git a/cosmic-bg.spec b/cosmic-bg.spec index 82bb628..9e9ea19 100644 --- a/cosmic-bg.spec +++ b/cosmic-bg.spec @@ -18,7 +18,7 @@ %define appname com.system76.CosmicBackground Name: cosmic-bg -Version: 0.1.0+git20240704.343410f +Version: 1.0.0.a1 Release: 0 Summary: COSMIC service for backgrounds License: MPL-2.0 @@ -45,7 +45,6 @@ Supports the following features: Per-display background application Wallpaper slideshows that alternate between backgrounds periodically - %prep %autosetup -a1 @@ -65,8 +64,8 @@ just rootdir=%{buildroot} prefix=%{_prefix} install %{_bindir}/%{name} %{_datadir}/applications/%{appname}.desktop %{_datadir}/cosmic -%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg -%{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg +%{_datadir}/icons/hicolor/scalable/apps/%{appname}.svg +%{_datadir}/icons/hicolor/symbolic/apps/%{appname}-symbolic.svg %{_datadir}/metainfo/%{appname}.metainfo.xml %changelog