diff --git a/.gitignore b/.gitignore index b3e778b..0fe0fce 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /wingpanel-indicator-ayatana-2.0.2.tar.xz +/wingpanel-indicator-ayatana-2.0.3.tar.gz diff --git a/sources b/sources index c782a2f..45c7c47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wingpanel-indicator-ayatana-2.0.2.tar.xz) = ac856b7d474f84d15ec08d9e5522386c95a669bd6bded22a8d152183b8423cf00e92edc90db121a6d9a96f342a52b8efb82d3f88e0d9ae6791e0760a645af42e +SHA512 (wingpanel-indicator-ayatana-2.0.3.tar.gz) = cc61e9fb9f2bf5dae4d5212f854ffaa8becafb2ac05d22af0f8610e465c868c5e675144b6c87115368875bb6abb9a3c73f5975bef53c6cc698a7644a8421f22f diff --git a/wingpanel-indicator-ayatana.spec b/wingpanel-indicator-ayatana.spec index 54c8613..8dd5ac0 100644 --- a/wingpanel-indicator-ayatana.spec +++ b/wingpanel-indicator-ayatana.spec @@ -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 - 2.0.3-1 +- Update to version 2.0.3. + +* Tue Jan 24 2017 Fabio Valentini +- Remove explicit BR: pkgconfig. + * Tue Jan 17 2017 Fabio Valentini - 2.0.2-2 - Clean up spec file.