Richard Rahl 2024-08-08 02:46:25 +00:00 committed by Git OBS Bridge
parent cd34008c9d
commit 73377e4630
3 changed files with 13 additions and 3 deletions

View File

@ -3,9 +3,11 @@
<service name="tar_scm" mode="manual"> <service name="tar_scm" mode="manual">
<param name="url">https://github.com/pop-os/cosmic-osd.git</param> <param name="url">https://github.com/pop-os/cosmic-osd.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">@PARENT_TAG@</param> <param name="revision">refs/tags/epoch-1.0.0-alpha.1</param>
<param name="versionrewrite-pattern">epoch-(.*)</param>
<param name="versionformat">1.0.0~alpha1</param> <param name="versionformat">1.0.0~alpha1</param>
<param name="package-meta">yes</param> <param name="package-meta">yes</param>
<param name="filename">cosmic-osd</param>
</service> </service>
<service name="recompress" mode="manual"> <service name="recompress" mode="manual">
<param name="file">*.tar</param> <param name="file">*.tar</param>

View File

@ -1,7 +1,15 @@
-------------------------------------------------------------------
Thu Aug 8 01:00:08 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- 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 <rrahl0@opensuse.org> Wed Aug 7 01:38:01 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.0-alpha1: - update to 1.0.0~alpha1:
* Show volume as muted if mute is active * Show volume as muted if mute is active
* Update cosmic-settings-subscription for integer keyboard brightness * Update cosmic-settings-subscription for integer keyboard brightness
* Divide display brighness by maximum * Divide display brighness by maximum

View File

@ -42,7 +42,7 @@ BuildRequires: pkgconfig(xkbcommon)
%make_build %make_build
%install %install
%make_install prefix=%{_prefix} %make_install DESTDIR=%{buildroot} prefix=%{_prefix}
%check %check
%{cargo_test} %{cargo_test}