Compare commits

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

2 commits

Author SHA1 Message Date
Fabio Valentini
09403a3a45
R1: update to version 2.1.1 2017-09-19 10:28:21 +02:00
Fabio Valentini
477ef4826f
R1: update to version 2.1.0 2017-09-13 11:55:41 +02:00
3 changed files with 17 additions and 6 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
/wingpanel-indicator-network-2.0.2.tar.xz /wingpanel-indicator-network-2.0.2.tar.xz
/wingpanel-indicator-network-2.1.0.tar.gz
/wingpanel-indicator-network-2.1.1.tar.gz

View file

@ -1 +1 @@
SHA512 (wingpanel-indicator-network-2.0.2.tar.xz) = 8777e765ac47f1b5f5d08def0b7f63e134085a6328bfeb6ca61ab7062c979f149a196bac3bca332b629c0ecb1680e67dc79e394f1da7ee1c9ae5f3c5aa09fd6e SHA512 (wingpanel-indicator-network-2.1.1.tar.gz) = 7c83aa1c9d71c80826b92a636117850bc4805db6940fceb4622249c4135154a4b6ebb490b5ef440e41fdf01597ecc785f17e8cd493fb321c4ca4ef5fd439d784

View file

@ -2,12 +2,12 @@
Name: wingpanel-indicator-network Name: wingpanel-indicator-network
Summary: Network Indicator for wingpanel Summary: Network Indicator for wingpanel
Version: 2.0.2 Version: 2.1.1
Release: 3%{?dist} Release: 1%{?dist}
License: GPLv3+ License: GPLv3+
URL: https://launchpad.net/wingpanel-indicator-network
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: cmake
BuildRequires: gettext BuildRequires: gettext
@ -22,7 +22,7 @@ BuildRequires: pkgconfig(libnm-gtk)
BuildRequires: pkgconfig(libnm-util) BuildRequires: pkgconfig(libnm-util)
BuildRequires: pkgconfig(wingpanel-2.0) BuildRequires: pkgconfig(wingpanel-2.0)
Supplements: wingpanel Supplements: wingpanel%{?_isa}
%description %description
@ -49,12 +49,21 @@ popd
%files -f network-indicator.lang %files -f network-indicator.lang
%doc README.md
%license COPYING
%{_libdir}/wingpanel/libnetwork.so %{_libdir}/wingpanel/libnetwork.so
%{_datadir}/glib-2.0/schemas/org.pantheon.desktop.wingpanel.indicators.network.gschema.xml %{_datadir}/glib-2.0/schemas/org.pantheon.desktop.wingpanel.indicators.network.gschema.xml
%changelog %changelog
* Tue Sep 19 2017 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
- Update to version 2.1.1.
* Wed Sep 13 2017 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
- Update to version 2.1.0.
* Wed Jan 25 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-3 * Wed Jan 25 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-3
- Remove explicit BR: pkgconfig. - Remove explicit BR: pkgconfig.