Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 91b521f338 |
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1 @@
|
||||
/gnome-shell-extension-dash-to-dock-92.tar.gz
|
||||
/gnome-shell-extension-dash-to-dock-94.tar.gz
|
||||
/gnome-shell-extension-dash-to-dock-96.tar.gz
|
||||
/gnome-shell-extension-dash-to-dock-99.tar.gz
|
||||
/gnome-shell-extension-dash-to-dock-100.tar.gz
|
||||
/gnome-shell-extension-dash-to-dock-102.tar.gz
|
||||
gnome-shell-extension-dash-to-dock-100.tar.gz
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
@ -1,3 +1,13 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 1;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%global extdir %{_datadir}/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com
|
||||
%global gschemadir %{_datadir}/glib-2.0/schemas
|
||||
|
||||
@ -7,7 +17,7 @@
|
||||
#%%global commit_date 20240320
|
||||
|
||||
Name: gnome-shell-extension-dash-to-dock
|
||||
Version: 102
|
||||
Version: 100
|
||||
Release: %autorelease
|
||||
#Release: %%autorelease -e %%{commit_date}git%%{commit_short}
|
||||
Summary: Dock for the Gnome Shell by micxgx@gmail.com
|
||||
@ -92,4 +102,34 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
## START: Generated by rpmautospec
|
||||
* Mon May 05 2025 Florian Müllner <fmuellner@redhat.com> - 100-1
|
||||
- Update to 100
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 99-2
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
|
||||
* Mon Oct 14 2024 Florian Müllner <fmuellner@redhat.com> - 99-1
|
||||
- Update to 99
|
||||
|
||||
* Mon Sep 16 2024 František Zatloukal <fzatlouk@redhat.com> - 96-1
|
||||
- dash-to-dock 96
|
||||
|
||||
* Mon Aug 26 2024 Florian Müllner <fmuellner@redhat.com> - 94-1
|
||||
- Update to version 94
|
||||
|
||||
* Mon Aug 26 2024 Florian Müllner <fmuellner@redhat.com> - 92-5
|
||||
- Move pre-generated stylesheet to separate source
|
||||
|
||||
* Tue Jul 23 2024 Florian Müllner <fmuellner@redhat.com> - 92-4
|
||||
- Ensure compatibility with 47.alpha
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 92-3
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Wed May 22 2024 Tomas Pelka <tpelka@redhat.com> - 92-2
|
||||
- Add gating.yaml via API
|
||||
|
||||
* Wed May 22 2024 Tomas Popela <tpopela@redhat.com> - 92-1
|
||||
- Import from Fedora
|
||||
## END: Generated by rpmautospec
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-extension-dash-to-dock-102.tar.gz) = 4c05d30fbfce6007abd2220a806ebd330d9012ffe2f4cbf954a2a54186fa750d079d18b86ab87f0f2fbfde870b5294f07e04a33b59998a5b04ddf94e33477bdb
|
||||
SHA512 (gnome-shell-extension-dash-to-dock-100.tar.gz) = cb8d925049a32fc9eef53b73ec07d9cddd8eb978f8e1777209c5f4be66e54d0dd474cad6173c16c773ed256f4a8726e59bd30bd8f15f0ed3e3bc81e42f87261c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user