From 52be0701264a734bc9c846dcfcaa80384a74f355df6996b77c2f0a5fd4b4ee9b Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Wed, 7 Aug 2024 06:38:05 +0000 Subject: [PATCH 1/3] . OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Factory/cosmic-osd?expand=0&rev=5 --- _service | 4 ++-- cosmic-osd-0.1.0+git20240715.27fc5e5.tar.zst | 3 --- cosmic-osd-1.0.0.a1.tar.zst | 3 +++ cosmic-osd.changes | 13 +++++++++++++ cosmic-osd.spec | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 cosmic-osd-0.1.0+git20240715.27fc5e5.tar.zst create mode 100644 cosmic-osd-1.0.0.a1.tar.zst diff --git a/_service b/_service index c1647bb..2ee8104 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/pop-os/cosmic-osd.git git - master - 0.1.0+git%cd.%h + @PARENT_TAG@ + 1.0.0.a1 yes diff --git a/cosmic-osd-0.1.0+git20240715.27fc5e5.tar.zst b/cosmic-osd-0.1.0+git20240715.27fc5e5.tar.zst deleted file mode 100644 index 842bf51..0000000 --- a/cosmic-osd-0.1.0+git20240715.27fc5e5.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d48b89e4cc52339e271204029e62fcc266f2849a1db4ddd851d9127e0ba09fa -size 173892 diff --git a/cosmic-osd-1.0.0.a1.tar.zst b/cosmic-osd-1.0.0.a1.tar.zst new file mode 100644 index 0000000..daa80d7 --- /dev/null +++ b/cosmic-osd-1.0.0.a1.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c1d63f91dcc04aefd95e0b4e0f4e574be6de41400643121ef8595bb4bd586d +size 173867 diff --git a/cosmic-osd.changes b/cosmic-osd.changes index 31be1a1..e3f748e 100644 --- a/cosmic-osd.changes +++ b/cosmic-osd.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 7 01:38:01 UTC 2024 - Richard Rahl + +- update to 1.0.0-alpha1: + * Show volume as muted if mute is active + * Update cosmic-settings-subscription for integer keyboard brightness + * Divide display brighness by maximum + * Move settings_daemon subscription to cosmic-settings-subscriptions + * Use power for keyboard brightness + * Use cosmic-settings-subscriptions for some iced subscriptions + * Change OSD close timer to be 3 secs +- enable leap (thanks to vyvir) + ------------------------------------------------------------------- Thu Mar 14 01:35:21 UTC 2024 - Richard Rahl diff --git a/cosmic-osd.spec b/cosmic-osd.spec index e8fc3b5..121ddd5 100644 --- a/cosmic-osd.spec +++ b/cosmic-osd.spec @@ -17,7 +17,7 @@ Name: cosmic-osd -Version: 0.1.0+git20240715.27fc5e5 +Version: 1.0.0.a1 Release: 0 Summary: COSMIC OSD License: GPL-3.0-only From cd34008c9d8e458d7eaf5add21ddacd38b37aabdffa240da2bbab1e54e0bedea Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Wed, 7 Aug 2024 12:22:16 +0000 Subject: [PATCH 2/3] . OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Factory/cosmic-osd?expand=0&rev=6 --- _service | 2 +- cosmic-osd-1.0.0.a1.tar.zst | 3 --- cosmic-osd-1.0.0~alpha1.tar.zst | 3 +++ cosmic-osd.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 cosmic-osd-1.0.0.a1.tar.zst create mode 100644 cosmic-osd-1.0.0~alpha1.tar.zst diff --git a/_service b/_service index 2ee8104..3767c59 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/pop-os/cosmic-osd.git git @PARENT_TAG@ - 1.0.0.a1 + 1.0.0~alpha1 yes diff --git a/cosmic-osd-1.0.0.a1.tar.zst b/cosmic-osd-1.0.0.a1.tar.zst deleted file mode 100644 index daa80d7..0000000 --- a/cosmic-osd-1.0.0.a1.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4c1d63f91dcc04aefd95e0b4e0f4e574be6de41400643121ef8595bb4bd586d -size 173867 diff --git a/cosmic-osd-1.0.0~alpha1.tar.zst b/cosmic-osd-1.0.0~alpha1.tar.zst new file mode 100644 index 0000000..e026028 --- /dev/null +++ b/cosmic-osd-1.0.0~alpha1.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f310ad5ea5e824bc11365ea3bf98b8fc71d6088ee6feb04c5df4098cac398ce6 +size 173838 diff --git a/cosmic-osd.spec b/cosmic-osd.spec index 121ddd5..9c219f1 100644 --- a/cosmic-osd.spec +++ b/cosmic-osd.spec @@ -17,7 +17,7 @@ Name: cosmic-osd -Version: 1.0.0.a1 +Version: 1.0.0~alpha1 Release: 0 Summary: COSMIC OSD License: GPL-3.0-only From 73377e46302ee4a5c598cf3fb2529fdbb9bc2455435017d40049709b0c8e9f84 Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Thu, 8 Aug 2024 02:46:25 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Factory/cosmic-osd?expand=0&rev=7 --- _service | 4 +++- cosmic-osd.changes | 10 +++++++++- cosmic-osd.spec | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/_service b/_service index 3767c59..c759cc7 100644 --- a/_service +++ b/_service @@ -3,9 +3,11 @@ https://github.com/pop-os/cosmic-osd.git git - @PARENT_TAG@ + refs/tags/epoch-1.0.0-alpha.1 + epoch-(.*) 1.0.0~alpha1 yes + cosmic-osd *.tar diff --git a/cosmic-osd.changes b/cosmic-osd.changes index e3f748e..70e83c2 100644 --- a/cosmic-osd.changes +++ b/cosmic-osd.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 8 01:00:08 UTC 2024 - Richard Rahl + +- standardize packaging with also fixes for miscellaneous hardcoding + filenames, using @PARENT_TAG where applicable, and be more specific + with files in the %files section (so no non-wanted files are getting + added + ------------------------------------------------------------------- Wed Aug 7 01:38:01 UTC 2024 - Richard Rahl -- update to 1.0.0-alpha1: +- update to 1.0.0~alpha1: * Show volume as muted if mute is active * Update cosmic-settings-subscription for integer keyboard brightness * Divide display brighness by maximum diff --git a/cosmic-osd.spec b/cosmic-osd.spec index 9c219f1..124a50d 100644 --- a/cosmic-osd.spec +++ b/cosmic-osd.spec @@ -42,7 +42,7 @@ BuildRequires: pkgconfig(xkbcommon) %make_build %install -%make_install prefix=%{_prefix} +%make_install DESTDIR=%{buildroot} prefix=%{_prefix} %check %{cargo_test}