Update to version 2.3.0; Fixes RHBZ#1982586
This commit is contained in:
parent
16f6a3e695
commit
f780e02ebd
3 changed files with 6 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@
|
|||
/wingpanel-indicator-datetime-2.2.4.tar.gz
|
||||
/wingpanel-indicator-datetime-2.2.5.tar.gz
|
||||
/wingpanel-indicator-datetime-89a2496.tar.gz
|
||||
/wingpanel-indicator-datetime-2.3.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-indicator-datetime-89a2496.tar.gz) = 996509babf1cdc836e8cde957960a2d7511b7607924e30886511b2278ed32ce2cd60a7e1f5b3095e87131d9f87223b614de01543a49421841138322118748c47
|
||||
SHA512 (wingpanel-indicator-datetime-2.3.0.tar.gz) = d71053f700f6928e1fe21b3fbdfc0b3263dd847aa9ee9b35aae58c3547dacac9a60b99587928174a99fbd81a40b3cff866e48d22181da1e32ca9d5ab8f758719
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
%global commit 89a2496dd9f09d046f08cf85bdcb345c0ef22955
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20210217
|
||||
|
||||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
%global srcname wingpanel-indicator-datetime
|
||||
|
|
@ -9,12 +5,12 @@
|
|||
|
||||
Name: wingpanel-indicator-datetime
|
||||
Summary: Datetime Indicator for wingpanel
|
||||
Version: 2.2.5
|
||||
Release: %autorelease -e %{commitdate}git%{shortcommit}
|
||||
Version: 2.3.0
|
||||
Release: %autorelease
|
||||
License: GPLv3+
|
||||
|
||||
URL: https://github.com/elementary/wingpanel-indicator-datetime
|
||||
Source0: %{url}/archive/%{commit}/%{srcname}-%{shortcommit}.tar.gz
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
|
|
@ -38,7 +34,7 @@ A datetime indicator for wingpanel.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{commit} -p1
|
||||
%autosetup -n %{srcname}-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue