Richard Rahl 2024-08-08 02:46:34 +00:00 committed by Git OBS Bridge
parent 1f4a284879
commit 89f5268c9f
3 changed files with 12 additions and 3 deletions

View File

@ -3,7 +3,8 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/pop-os/cosmic-workspaces-epoch.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="package-meta">yes</param>
<param name="filename">cosmic-workspaces</param>

View File

@ -1,7 +1,15 @@
-------------------------------------------------------------------
Thu Aug 8 01:00:47 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:59:57 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.0-alpha1:
- update to 1.0.0~alpha1:
* Close workspaces view if window spawns while open
* Correctly restrict modifiers in screencopy
* chore(desktop-file): remove ICED category

View File

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