2017-03-24 14:44:28 +00:00
|
|
|
%global gtk3_version %(pkg-config --modversion gtk+-3.0 2>/dev/null || echo bad)
|
|
|
|
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
|
2016-01-04 15:38:57 +00:00
|
|
|
%global nm_version 1:1.1.0
|
|
|
|
%global obsoletes_ver 1:0.9.7
|
2012-03-20 02:48:09 +00:00
|
|
|
|
2017-05-10 12:34:07 +00:00
|
|
|
%global rpm_version 1.8.0
|
|
|
|
%global real_version 1.8.0
|
|
|
|
%global release_version 1
|
|
|
|
|
2012-03-20 02:48:09 +00:00
|
|
|
Name: network-manager-applet
|
|
|
|
Summary: A network control and status applet for NetworkManager
|
2017-05-10 12:34:07 +00:00
|
|
|
Version: %{rpm_version}
|
|
|
|
Release: %{release_version}%{?dist}
|
2012-03-20 02:48:09 +00:00
|
|
|
Group: Applications/System
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://www.gnome.org/projects/NetworkManager/
|
2012-07-14 18:04:18 +00:00
|
|
|
Obsoletes: NetworkManager-gnome < %{obsoletes_ver}
|
2012-03-20 02:48:09 +00:00
|
|
|
|
2017-05-10 12:34:07 +00:00
|
|
|
Source: https://download.gnome.org/sources/network-manager-applet/1.8/%{name}-%{real_version}.tar.xz
|
2012-03-20 02:48:09 +00:00
|
|
|
Patch0: nm-applet-no-notifications.patch
|
|
|
|
|
|
|
|
Requires: NetworkManager >= %{nm_version}
|
|
|
|
Requires: NetworkManager-glib >= %{nm_version}
|
2015-07-15 15:56:07 +00:00
|
|
|
Requires: libnma%{?_isa} = %{version}-%{release}
|
2012-03-20 02:48:09 +00:00
|
|
|
Requires: libnotify >= 0.4.3
|
|
|
|
Requires: nm-connection-editor = %{version}-%{release}
|
2012-05-07 21:00:10 +00:00
|
|
|
|
2012-03-20 02:48:09 +00:00
|
|
|
BuildRequires: NetworkManager-devel >= %{nm_version}
|
|
|
|
BuildRequires: NetworkManager-glib-devel >= %{nm_version}
|
2015-07-15 15:56:07 +00:00
|
|
|
BuildRequires: NetworkManager-libnm-devel >= %{nm_version}
|
2014-03-24 15:32:01 +00:00
|
|
|
BuildRequires: ModemManager-glib-devel >= 1.0
|
2017-03-24 14:44:28 +00:00
|
|
|
BuildRequires: glib2-devel >= 2.32
|
|
|
|
BuildRequires: gtk3-devel >= 3.10
|
2013-07-17 16:25:14 +00:00
|
|
|
BuildRequires: libsecret-devel
|
2012-03-20 02:48:09 +00:00
|
|
|
BuildRequires: gobject-introspection-devel >= 0.10.3
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: /usr/bin/autopoint
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: libnotify-devel >= 0.4
|
|
|
|
BuildRequires: automake autoconf intltool libtool
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: iso-codes-devel
|
2012-10-04 14:42:04 +00:00
|
|
|
BuildRequires: libgudev1-devel >= 147
|
2013-04-01 15:17:09 +00:00
|
|
|
BuildRequires: libsecret-devel >= 0.12
|
2016-08-24 19:19:09 +00:00
|
|
|
BuildRequires: jansson-devel
|
2017-03-24 14:44:28 +00:00
|
|
|
BuildRequires: gcr-devel
|
|
|
|
BuildRequires: libselinux-devel
|
2012-03-20 02:48:09 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains a network control and status notification area applet
|
|
|
|
for use with NetworkManager.
|
|
|
|
|
|
|
|
%package -n nm-connection-editor
|
|
|
|
Summary: A network connection configuration editor for NetworkManager
|
|
|
|
Requires: NetworkManager-glib >= %{nm_version}
|
2015-07-15 15:56:07 +00:00
|
|
|
Requires: libnma%{?_isa} = %{version}-%{release}
|
2012-03-20 02:48:09 +00:00
|
|
|
|
|
|
|
%description -n nm-connection-editor
|
|
|
|
This package contains a network configuration editor and Bluetooth modem
|
|
|
|
utility for use with NetworkManager.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n libnm-gtk
|
|
|
|
Summary: Private libraries for NetworkManager GUI support
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: gtk3 >= %{gtk3_version}
|
2012-05-07 21:00:10 +00:00
|
|
|
Requires: mobile-broadband-provider-info >= 0.20090602
|
2012-07-14 18:04:18 +00:00
|
|
|
Obsoletes: NetworkManager-gtk < %{obsoletes_ver}
|
2012-03-20 02:48:09 +00:00
|
|
|
|
|
|
|
%description -n libnm-gtk
|
|
|
|
This package contains private libraries to be used only by nm-applet,
|
|
|
|
nm-connection editor, and the GNOME Control Center.
|
|
|
|
|
|
|
|
%package -n libnm-gtk-devel
|
|
|
|
Summary: Private header files for NetworkManager GUI support
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: NetworkManager-devel >= %{nm_version}
|
|
|
|
Requires: NetworkManager-glib-devel >= %{nm_version}
|
2012-07-14 18:04:18 +00:00
|
|
|
Obsoletes: NetworkManager-gtk-devel < %{obsoletes_ver}
|
2012-03-20 02:48:09 +00:00
|
|
|
Requires: libnm-gtk = %{version}-%{release}
|
|
|
|
Requires: gtk3-devel
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description -n libnm-gtk-devel
|
|
|
|
This package contains private header and pkg-config files to be used only by
|
2015-07-15 15:56:07 +00:00
|
|
|
GNOME control center.
|
|
|
|
|
|
|
|
This package is obsoleted by libnma.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n libnma
|
|
|
|
Summary: Private libraries for NetworkManager GUI support
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: gtk3 >= %{gtk3_version}
|
|
|
|
Requires: mobile-broadband-provider-info >= 0.20090602
|
|
|
|
Obsoletes: NetworkManager-gtk < %{obsoletes_ver}
|
|
|
|
|
|
|
|
%description -n libnma
|
|
|
|
This package contains private libraries to be used only by nm-applet,
|
|
|
|
nm-connection editor, and the GNOME Control Center.
|
|
|
|
|
|
|
|
%package -n libnma-devel
|
|
|
|
Summary: Private header files for NetworkManager GUI support
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: NetworkManager-devel >= %{nm_version}
|
|
|
|
Requires: NetworkManager-libnm-devel >= %{nm_version}
|
|
|
|
Obsoletes: NetworkManager-gtk-devel < %{obsoletes_ver}
|
|
|
|
Requires: libnma = %{version}-%{release}
|
|
|
|
Requires: gtk3-devel
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description -n libnma-devel
|
|
|
|
This package contains private header and pkg-config files to be used only by
|
2012-03-20 02:48:09 +00:00
|
|
|
nm-applet, nm-connection-editor, and the GNOME control center.
|
|
|
|
|
2015-07-15 15:56:07 +00:00
|
|
|
This package deprecates libnm-gtk.
|
2012-03-20 02:48:09 +00:00
|
|
|
|
|
|
|
%prep
|
2017-05-10 12:34:07 +00:00
|
|
|
%setup -q -n "%{name}-%{real_version}"
|
2016-03-07 14:14:35 +00:00
|
|
|
%patch0 -p1
|
2012-03-20 02:48:09 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -i -f
|
|
|
|
intltoolize --force
|
|
|
|
%configure \
|
2017-03-24 14:44:28 +00:00
|
|
|
--with-gcr \
|
|
|
|
--with-selinux \
|
2012-03-20 02:48:09 +00:00
|
|
|
--disable-static \
|
2016-04-20 17:22:02 +00:00
|
|
|
--enable-more-warnings=yes
|
2012-03-20 02:48:09 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome-vpn-properties
|
|
|
|
|
|
|
|
%find_lang nm-applet
|
|
|
|
cat nm-applet.lang >> %{name}.lang
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
# validate .desktop and autostart files
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/nm-applet.desktop
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/nm-connection-editor.desktop
|
|
|
|
|
|
|
|
|
2017-03-28 15:26:20 +00:00
|
|
|
%post -n libnma -p /sbin/ldconfig
|
|
|
|
%postun -n libnma -p /sbin/ldconfig
|
|
|
|
|
2012-03-20 02:48:09 +00:00
|
|
|
%post -n libnm-gtk -p /sbin/ldconfig
|
|
|
|
%postun -n libnm-gtk -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
%post -n nm-connection-editor
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
2012-09-12 09:43:43 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
2012-03-20 02:48:09 +00:00
|
|
|
|
|
|
|
%postun -n nm-connection-editor
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
fi
|
2012-09-12 09:43:43 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
2012-03-20 02:48:09 +00:00
|
|
|
|
|
|
|
%posttrans -n nm-connection-editor
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2012-09-12 09:43:43 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
2012-03-20 02:48:09 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/nm-applet
|
|
|
|
%{_datadir}/applications/nm-applet.desktop
|
|
|
|
%{_datadir}/icons/hicolor/22x22/apps/nm-adhoc.png
|
|
|
|
%{_datadir}/icons/hicolor/22x22/apps/nm-mb-roam.png
|
|
|
|
%{_datadir}/icons/hicolor/22x22/apps/nm-secure-lock.png
|
|
|
|
%{_datadir}/icons/hicolor/22x22/apps/nm-signal-*.png
|
|
|
|
%{_datadir}/icons/hicolor/22x22/apps/nm-stage*-connecting*.png
|
|
|
|
%{_datadir}/icons/hicolor/22x22/apps/nm-tech-*.png
|
|
|
|
%{_datadir}/icons/hicolor/22x22/apps/nm-vpn-active-lock.png
|
|
|
|
%{_datadir}/icons/hicolor/22x22/apps/nm-vpn-connecting*.png
|
|
|
|
%{_datadir}/icons/hicolor/22x22/apps/nm-wwan-tower.png
|
2012-07-13 08:02:24 +00:00
|
|
|
%{_datadir}/GConf/gsettings/nm-applet.convert
|
2012-03-20 02:48:09 +00:00
|
|
|
%{_sysconfdir}/xdg/autostart/nm-applet.desktop
|
2013-02-22 04:48:05 +00:00
|
|
|
%{_mandir}/man1/nm-applet*
|
2017-03-28 15:26:55 +00:00
|
|
|
%doc NEWS CONTRIBUTING
|
2015-07-15 15:56:07 +00:00
|
|
|
%license COPYING
|
2012-03-20 02:48:09 +00:00
|
|
|
|
|
|
|
# Yes, lang files for the applet go in nm-connection-editor RPM since it
|
|
|
|
# is the RPM that everything else depends on
|
|
|
|
%files -n nm-connection-editor -f %{name}.lang
|
|
|
|
%{_bindir}/nm-connection-editor
|
|
|
|
%{_datadir}/applications/nm-connection-editor.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/nm-device-*.*
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/nm-no-connection.*
|
|
|
|
%{_datadir}/icons/hicolor/16x16/apps/nm-vpn-standalone-lock.png
|
2012-09-12 09:43:43 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml
|
2016-08-24 19:19:09 +00:00
|
|
|
%{_datadir}/appdata/nm-connection-editor.appdata.xml
|
2013-02-22 04:48:05 +00:00
|
|
|
%{_mandir}/man1/nm-connection-editor*
|
2012-03-20 02:48:09 +00:00
|
|
|
%dir %{_datadir}/gnome-vpn-properties
|
|
|
|
|
|
|
|
%files -n libnm-gtk
|
|
|
|
%{_libdir}/libnm-gtk.so.*
|
2012-10-04 14:18:26 +00:00
|
|
|
%{_libdir}/girepository-1.0/NMGtk-1.0.typelib
|
2012-03-20 02:48:09 +00:00
|
|
|
|
|
|
|
%files -n libnm-gtk-devel
|
|
|
|
%dir %{_includedir}/libnm-gtk
|
|
|
|
%{_includedir}/libnm-gtk/*.h
|
|
|
|
%{_libdir}/pkgconfig/libnm-gtk.pc
|
|
|
|
%{_libdir}/libnm-gtk.so
|
2012-10-04 14:18:26 +00:00
|
|
|
%{_datadir}/gir-1.0/NMGtk-1.0.gir
|
2012-03-20 02:48:09 +00:00
|
|
|
|
2015-07-15 15:56:07 +00:00
|
|
|
%files -n libnma
|
|
|
|
%{_libdir}/libnma.so.*
|
|
|
|
%{_libdir}/girepository-1.0/NMA-1.0.typelib
|
|
|
|
|
|
|
|
%files -n libnma-devel
|
|
|
|
%dir %{_includedir}/libnma
|
|
|
|
%{_includedir}/libnma/*.h
|
|
|
|
%{_libdir}/pkgconfig/libnma.pc
|
|
|
|
%{_libdir}/libnma.so
|
|
|
|
%{_datadir}/gir-1.0/NMA-1.0.gir
|
2017-03-06 17:43:23 +00:00
|
|
|
%{_datadir}/gtk-doc
|
2015-07-15 15:56:07 +00:00
|
|
|
|
|
|
|
|
2012-03-20 02:48:09 +00:00
|
|
|
%changelog
|
2017-05-10 12:34:07 +00:00
|
|
|
* Wed May 10 2017 Thomas Haller <thaller@redhat.com> - 1.8.0-1
|
|
|
|
- Update to 1.8.0 release
|
|
|
|
|
2017-03-24 14:44:28 +00:00
|
|
|
* Fri Mar 24 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.8.0-0.1
|
|
|
|
- Update to a snapshot of network-manager-applet 1.8 release
|
|
|
|
|
2017-03-06 17:43:23 +00:00
|
|
|
* Mon Mar 06 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.4.6-1
|
|
|
|
- Update to network-manager-applet 1.4.6 release
|
|
|
|
|
2017-02-10 22:15:11 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-25 15:14:09 +00:00
|
|
|
* Wed Jan 25 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.4.4-1
|
|
|
|
- Update to network-manager-applet 1.4.4 release
|
|
|
|
|
2016-08-24 19:19:09 +00:00
|
|
|
* Wed Aug 24 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.4.0-1
|
|
|
|
- Update to network-manager-applet 1.4.0 release
|
|
|
|
|
2016-08-04 15:54:17 +00:00
|
|
|
* Thu Aug 4 2016 Francesco Giudici <fgiudici@redhat.com> - 1.2.4-1
|
|
|
|
- Update to network-manager-applet 1.2.4 release
|
|
|
|
|
2016-05-11 13:17:18 +00:00
|
|
|
* Wed May 11 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.2-1
|
|
|
|
- Update to network-manager-applet 1.2.2 release
|
|
|
|
|
2016-04-20 17:14:36 +00:00
|
|
|
* Wed Apr 20 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-1
|
|
|
|
- Update to network-manager-applet 1.2.0 release
|
|
|
|
|
2016-04-05 21:22:27 +00:00
|
|
|
* Tue Apr 5 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.3.rc1
|
|
|
|
- Update to network-manager-applet 1.2-rc1
|
|
|
|
|
2016-03-29 15:51:29 +00:00
|
|
|
* Tue Mar 29 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.3.beta3
|
|
|
|
- Update to network-manager-applet 1.2-beta3
|
|
|
|
|
2016-03-07 14:14:35 +00:00
|
|
|
* Mon Mar 07 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.3.beta2
|
|
|
|
- Update to network-manager-applet 1.2-beta2
|
|
|
|
|
2016-02-04 09:17:57 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-0.3.beta1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-19 14:55:28 +00:00
|
|
|
* Tue Jan 19 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.2.beta1
|
|
|
|
- Update to network-manager-applet 1.2-beta1
|
|
|
|
|
2015-07-15 15:56:07 +00:00
|
|
|
* Thu Sep 3 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.1.20150903git807cbdf
|
|
|
|
- Update to 1.2 git snapshot:
|
|
|
|
- Add libnma subpackages
|
|
|
|
- Add support for libnm-based properties plugins
|
|
|
|
|
2015-09-02 11:57:41 +00:00
|
|
|
* Wed Sep 2 2015 Thomas Haller <thaller@redhat.com> - 1.0.6-4
|
|
|
|
- show tooltip when connect button is disabled due to invalid connection (rh #1247885)
|
|
|
|
|
2015-09-01 07:49:46 +00:00
|
|
|
* Tue Sep 1 2015 Jiří Klimeš <jklimes@redhat.com> - 1.0.6-3
|
|
|
|
- libnm-gtk: fix a possible crash on password widget destroy (rh #1254043)
|
|
|
|
|
2015-08-27 17:23:34 +00:00
|
|
|
* Thu Aug 27 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.6-2
|
|
|
|
- Re-add an accidentally removed patch
|
|
|
|
|
|
|
|
* Thu Aug 27 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.6-1
|
2015-08-27 16:56:11 +00:00
|
|
|
- Update to 1.0.6 release
|
|
|
|
|
2015-07-15 15:33:46 +00:00
|
|
|
* Wed Jul 15 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.4-2
|
|
|
|
- Version the newly added ABI
|
|
|
|
|
2015-07-14 15:52:43 +00:00
|
|
|
* Tue Jul 14 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.4-1
|
|
|
|
- Update to 1.0.4 release
|
|
|
|
|
2015-07-07 15:50:35 +00:00
|
|
|
* Tue Jul 07 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.4-0.1.git20160702.25368df
|
|
|
|
- Update to a later Git snapshot
|
|
|
|
|
2015-06-18 21:38:07 +00:00
|
|
|
* Thu Jun 18 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.4-0.1.git20160615.28a0e28
|
|
|
|
- Update to a later Git snapshot
|
|
|
|
|
2015-06-17 21:45:05 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-05 12:27:52 +00:00
|
|
|
* Tue May 5 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.2-1
|
|
|
|
- Update to 1.0.2 release
|
|
|
|
|
2015-02-21 21:17:27 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.0.0-2
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2014-12-22 17:37:42 +00:00
|
|
|
* Mon Dec 22 2014 Dan Williams <dcbw@redhat.com> - 1.0.0-1
|
|
|
|
- Update to 1.0
|
|
|
|
|
2014-12-01 14:10:00 +00:00
|
|
|
* Mon Dec 1 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.10.1-1.git20141201.be5a9db
|
|
|
|
- update to latest git snapshot of 0.9.10 (git20141201 sha:be5a9db)
|
|
|
|
|
2014-09-03 19:12:07 +00:00
|
|
|
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.9.0-15.git20140424
|
|
|
|
- Backport a patch to hide nm-connection-editor launcher in GNOME
|
|
|
|
|
2014-08-17 11:42:47 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.0-14.git20140424
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 18:14:51 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.9.0-13.git20140424
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-07 12:40:44 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.0-12.git20140424
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-07 10:48:56 +00:00
|
|
|
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.9.0-11.git20140424
|
|
|
|
- Drop gnome-icon-theme dependency
|
|
|
|
|
2014-04-24 08:48:33 +00:00
|
|
|
* Thu Apr 24 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.0-10.git20140424
|
|
|
|
- update to latest git snapshot (git20140424 sha:9ba9c3e)
|
|
|
|
|
2014-03-24 15:32:01 +00:00
|
|
|
* Mon Mar 24 2014 Dan Winship <danw@redhat.com> - 0.9.9.0-9.git20140123
|
|
|
|
- Add ModemManager-glib-devel to BuildRequires
|
|
|
|
|
2014-01-21 09:29:07 +00:00
|
|
|
* Thu Jan 23 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.0-8.git20140123
|
|
|
|
- update to latest git snapshot (git20140123 sha:5d4f17e)
|
|
|
|
- applet: fix crash when "CA certificate is not required" (rh #1055535)
|
|
|
|
|
2013-12-20 17:53:25 +00:00
|
|
|
* Fri Dec 20 2013 Kevin Fenzi <kevin@scrye.com> 0.9.9.0-8.git20131028
|
|
|
|
- Remove bluetooth plugin, doesn't work with new gnome-bluetooth/bluez5
|
|
|
|
|
2013-10-28 17:46:47 +00:00
|
|
|
* Mon Oct 28 2013 Dan Winship <danw@redhat.com> - 0.9.9.0-7.git20131028
|
|
|
|
- update to latest git snapshot
|
|
|
|
- re-enable nm-applet on certain non-GNOME-Shell desktops (rh #1017471)
|
|
|
|
|
2013-09-13 19:37:25 +00:00
|
|
|
* Fri Sep 13 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-6.git20130906
|
|
|
|
- libnm-gtk: fix for enabling the Apply button for PEAP and TTLS (rh #1000564)
|
|
|
|
- libnm-gtk: only save CA certificate ignored value when connection is saved
|
|
|
|
- editor: fix display of VLAN parent interface
|
|
|
|
|
|
|
|
* Fri Sep 06 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-5.git20130906
|
|
|
|
- editor: fix missing user/password when re-editing a connection (rh #1000564)
|
|
|
|
- editor: fix handling of missing CA certificate prompts (rh #758076) (rh #809489)
|
|
|
|
- editor: fix handling of bonding modes (rh #953076)
|
|
|
|
- applet/editor: add InfiniBand device support (rh #867273)
|
|
|
|
|
|
|
|
* Tue Aug 06 2013 Dennis Gilmore <dennis@ausil.us> - 0.9.9.0-4.git20130515
|
2013-08-06 14:36:50 +00:00
|
|
|
- rebuild for soname bump in gnome-bluetooth
|
|
|
|
|
2013-08-03 13:13:36 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.0-3.git20130515
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-17 16:25:14 +00:00
|
|
|
* Wed Jul 17 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-2
|
|
|
|
- Disable migration tool and remove dependencies on GConf and gnome-keyring
|
|
|
|
|
2013-05-15 16:27:57 +00:00
|
|
|
* Wed May 15 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-1.git20130515
|
|
|
|
- Update to 0.9.10 snapshot
|
|
|
|
|
2013-04-29 22:52:09 +00:00
|
|
|
* Tue Apr 30 2013 Dan Williams <dcbw@redhat.com> - 0.9.8.1-3.git20130430
|
|
|
|
- editor: fix possible crash canceling connection edit dialog
|
|
|
|
- applet: only request secrets from the user when allowed to
|
|
|
|
- applet: fix signal icons with newer libpng
|
|
|
|
- applet: fix possible crash getting secrets with libsecret
|
|
|
|
|
2013-04-18 13:50:20 +00:00
|
|
|
* Thu Apr 18 2013 Jiří Klimeš <jklimes@redhat.com> - 0.9.8.1-2.git20130327
|
|
|
|
- applet: fix crash while getting a PIN to unlock a modem (rh #950925)
|
|
|
|
|
2013-04-01 15:17:09 +00:00
|
|
|
* Wed Mar 27 2013 Dan Williams <dcbw@redhat.com> - 0.9.8.1-1.git20130327
|
|
|
|
- Update to 0.9.8.2 snapshot
|
|
|
|
- Updated translations
|
|
|
|
- editor: don't overwrite bridge/bond master interface name with UUID
|
|
|
|
- applet: fix WWAN PIN dialog invalid "label1" entry widget
|
|
|
|
- editor: fix allowed values for VLAN ID and MTU
|
|
|
|
- editor: preserve existing PPP connection LCP echo failure and reply values
|
|
|
|
- editor: ensure changes to the STP checkbox are saved
|
|
|
|
- editor: hide BSSID for AdHoc connection (rh #906133)
|
|
|
|
- editor: fix random data sneaking into IPv6 route gateway fields
|
|
|
|
- editor: fix handling of initial entry for MAC address widgets
|
|
|
|
|
|
|
|
* Wed Feb 27 2013 Jiří Klimeš <jklimes@redhat.com> - 0.9.8.0-1
|
2013-02-22 04:14:03 +00:00
|
|
|
- Update to 0.9.8.0
|
|
|
|
|
2013-02-09 06:38:36 +00:00
|
|
|
* Fri Feb 8 2013 Dan Williams <dcbw@redhat.com> - 0.9.7.997-1
|
|
|
|
- Update to 0.9.7.997 (0.9.8-beta2)
|
|
|
|
- editor: better handling of gateway entry for IPv4
|
|
|
|
- editor: fix some mnemonics (rh #893466)
|
|
|
|
- editor: fix saving connection when ignoring CA certificate
|
|
|
|
- editor: enable Bridge connection editing
|
|
|
|
- editor: hide widgets not relevant for VPN connections
|
|
|
|
|
2012-12-11 14:36:46 +00:00
|
|
|
* Tue Dec 11 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-6.git20121211
|
|
|
|
- editor: fix populating Firewall zone in 'General' tab
|
|
|
|
|
2012-12-11 07:54:20 +00:00
|
|
|
* Tue Dec 11 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-5.git20121211
|
2013-02-09 06:38:36 +00:00
|
|
|
- Update to git snapshot (git20121211) without bridges
|
2012-12-11 07:54:20 +00:00
|
|
|
|
2012-11-08 10:46:54 +00:00
|
|
|
* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 0.9.7.0-4.git20121016
|
|
|
|
- Update the versioned obsoletes for the new F17 NM build
|
|
|
|
|
2012-10-16 11:21:01 +00:00
|
|
|
* Tue Oct 16 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-3.git20121016
|
|
|
|
- Update to git snapshot (git20121016)
|
|
|
|
- editor: fix a crash when no VPN plugins are installed
|
|
|
|
|
2012-10-04 14:18:26 +00:00
|
|
|
* Thu Oct 4 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-3.git20121004
|
|
|
|
- Update to git snapshot
|
|
|
|
|
2012-09-12 09:43:43 +00:00
|
|
|
* Wed Sep 12 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-3.git20120820
|
|
|
|
- move GSettings schema XML to nm-connection-editor rpm (rh #852792)
|
|
|
|
|
2012-08-30 08:29:45 +00:00
|
|
|
* Thu Aug 30 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-2.git20120820
|
|
|
|
- run glib-compile-schemas in %post scriplet (rh #852792)
|
|
|
|
|
2012-08-21 18:36:15 +00:00
|
|
|
* Tue Aug 21 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-1.git20120820
|
|
|
|
- Update to 0.9.7.0 snapshot
|
|
|
|
|
2012-08-14 22:46:00 +00:00
|
|
|
* Tue Aug 14 2012 Daniel Drake <dsd@laptop.org> - 0.9.5.96-2
|
|
|
|
- Rebuild for libgnome-bluetooth.so.11
|
|
|
|
|
2012-07-24 01:52:56 +00:00
|
|
|
* Mon Jul 23 2012 Dan Williams <dcbw@redhat.com> - 0.9.5.96-1
|
|
|
|
- Update to 0.9.6-rc2
|
|
|
|
- lib: recognize PKCS#12 files exported from Firefox
|
|
|
|
- lib: fix some wireless dialog crashes
|
|
|
|
|
2012-07-20 04:40:40 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5.95-3.git20120713
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-14 18:04:18 +00:00
|
|
|
* Sat Jul 14 2012 Kalev Lember <kalevlember@gmail.com> - 0.9.5.95-2.git20120713
|
|
|
|
- Fix the versioned obsoletes
|
|
|
|
|
2012-07-13 08:02:24 +00:00
|
|
|
* Fri Jul 13 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.5.95-1.git20120713
|
|
|
|
- update to 0.9.5.95 (0.9.6-rc1) snapshot
|
|
|
|
- editor: fixed UI mnemonics
|
|
|
|
- editor: fix defaults for PPP echo values
|
|
|
|
- applet: various crash and stability fixes
|
|
|
|
- applet: show IPv6 addressing page for VPN plugins that support it
|
|
|
|
- applet: port to GSettings and split out 0.8 -> 0.9 migration code into standalone tool
|
|
|
|
|
2012-05-21 14:17:18 +00:00
|
|
|
* Mon May 21 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.4-4
|
|
|
|
- update to git snapshot
|
|
|
|
|
2012-05-02 08:22:35 +00:00
|
|
|
* Wed May 2 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.4-3
|
|
|
|
- update to git snapshot
|
|
|
|
|
2012-03-20 02:48:09 +00:00
|
|
|
* Mon Mar 19 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.997-1
|
|
|
|
- Initial package split from NetworkManager
|
|
|
|
|