Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39667318d1 |
||
|
|
16f08cbf0a |
3 changed files with 17 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (wingpanel-indicator-network-2.0.2.tar.xz) = 8777e765ac47f1b5f5d08def0b7f63e134085a6328bfeb6ca61ab7062c979f149a196bac3bca332b629c0ecb1680e67dc79e394f1da7ee1c9ae5f3c5aa09fd6e
|
SHA512 (wingpanel-indicator-network-2.1.1.tar.gz) = 7c83aa1c9d71c80826b92a636117850bc4805db6940fceb4622249c4135154a4b6ebb490b5ef440e41fdf01597ecc785f17e8cd493fb321c4ca4ef5fd439d784
|
||||||
|
|
|
||||||
|
|
@ -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: 4%{?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.
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-4
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue