update to version 1.1.1
This commit is contained in:
parent
cf359a9066
commit
7aa7be805b
3 changed files with 7 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/appeditor-1.1.0.tar.gz
|
||||
/appeditor-1.1.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,16 +2,13 @@
|
|||
|
||||
Name: appeditor
|
||||
Summary: Edit application menu
|
||||
Version: 1.1.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
URL: https://github.com/donadigo/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# simple patch to fix compilation with newer vala versions
|
||||
Patch0: 00-fix-vala-issues.patch
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
|
|
@ -70,6 +67,9 @@ appstream-util validate-relax --nonet \
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 17 2020 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
|
||||
- Update to version 1.1.1.
|
||||
|
||||
* Sat Nov 02 2019 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-3
|
||||
- Include a simple patch to fix compilation with newer vala versions.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (appeditor-1.1.0.tar.gz) = 23054d2dcd083d345052facd3fe2b0f779ab7bad5b6b23cda52e2d0eda9c62de6f62fcde3b72bcd060a9c0cd6e3e96eba2bf9ea19276d56b516621b95594f60b
|
||||
SHA512 (appeditor-1.1.1.tar.gz) = 7700fdc6cfcca71250d1da2d84640a6d8160034aace04a6ed9d7dcc3c77d4dde7e0ef3c4e21a1a847069f009d2e45bfac0a33bf5e0868da560415231c653d27a
|
||||
|
|
|
|||
Reference in a new issue