Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6bb6b2b23 |
3 changed files with 10 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,4 @@
|
|||
/results*
|
||||
/*.src.rpm
|
||||
/wingpanel-applications-menu-2.3.0.tar.gz
|
||||
/wingpanel-applications-menu-2.4.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-applications-menu-2.3.0.tar.gz) = e179963de01ebf026f3cfe4a54c884979b7da14af78f2dab0304d138831fb64443d87229fd2a940148a3bc7664c16c85166614e9c6eb1c556383da592adcb3b2
|
||||
SHA512 (wingpanel-applications-menu-2.4.0.tar.gz) = 63b8fdea55bf926b3e08ae85845272be7e5ab994bcbff76d4e53ebb9b3de4dae865a819a5cba5e32933fd7567075f2d5a8d1fb65755aec75ac8971e6eab15c74
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Name: wingpanel-applications-menu
|
||||
Summary: Lightweight and stylish app launcher
|
||||
Version: 2.3.0
|
||||
Version: 2.4.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
|
||||
|
|
@ -13,6 +13,8 @@ URL: https://github.com/elementary/%{srcname}
|
|||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: vala >= 0.32.1
|
||||
|
||||
|
|
@ -77,6 +79,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 18 2018 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
|
||||
- Update to version 2.4.0.
|
||||
|
||||
* Sun Jul 08 2018 Fabio Valentini <decathorpe@gmail.com> - 2.3.0-1
|
||||
- Initial package renamed from slingshot-launcher.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue