From 73377e46302ee4a5c598cf3fb2529fdbb9bc2455435017d40049709b0c8e9f84 Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Thu, 8 Aug 2024 02:46:25 +0000 Subject: [PATCH] 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}