Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Fabio Valentini
d385cf1c19
R1: update to version 2.0.3 2017-05-27 13:50:10 +02:00
Fabio Valentini
8c214e2d10 remove explicit BR: pkgconfig 2017-01-24 18:26:24 +01:00
3 changed files with 14 additions and 8 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/wingpanel-indicator-ayatana-2.0.2.tar.xz
/wingpanel-indicator-ayatana-2.0.3.tar.gz

View file

@ -1 +1 @@
SHA512 (wingpanel-indicator-ayatana-2.0.2.tar.xz) = ac856b7d474f84d15ec08d9e5522386c95a669bd6bded22a8d152183b8423cf00e92edc90db121a6d9a96f342a52b8efb82d3f88e0d9ae6791e0760a645af42e
SHA512 (wingpanel-indicator-ayatana-2.0.3.tar.gz) = cc61e9fb9f2bf5dae4d5212f854ffaa8becafb2ac05d22af0f8610e465c868c5e675144b6c87115368875bb6abb9a3c73f5975bef53c6cc698a7644a8421f22f

View file

@ -2,17 +2,16 @@
Name: wingpanel-indicator-ayatana
Summary: Ayatana Indicator for wingpanel
Version: 2.0.2
Release: 2%{?dist}
Version: 2.0.3
Release: 1%{?dist}
License: GPLv2+
URL: https://launchpad.net/wingpanel-indicator-ayatana
Source0: https://launchpad.net/%{name}/loki/%{version}/+download/%{name}-%{version}.tar.xz
URL: https://github.com/elementary/%{name}
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gettext
BuildRequires: pkgconfig
BuildRequires: vala >= 0.22.0
BuildRequires: vala >= 0.24.0
BuildRequires: vala-tools
BuildRequires: pkgconfig(glib-2.0) >= 2.32
@ -21,7 +20,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(indicator3-0.4)
BuildRequires: pkgconfig(wingpanel-2.0)
Supplements: wingpanel
Supplements: wingpanel%{?_isa}
%description
@ -50,6 +49,12 @@ popd
%changelog
* Sat May 27 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1
- Update to version 2.0.3.
* Tue Jan 24 2017 Fabio Valentini <decathorpe@gmail.com>
- Remove explicit BR: pkgconfig.
* Tue Jan 17 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-2
- Clean up spec file.