1643bb
%global gtk3_version    %(pkg-config --modversion gtk+-3.0 2>/dev/null || echo bad)
1643bb
%global glib2_version   %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
542f8e
%global nm_version      1:1.1.0
542f8e
%global obsoletes_ver   1:0.9.7
28a0fd
42832e
%global rpm_version 1.8.6
42832e
%global real_version 1.8.6
42832e
%global release_version 2
1643bb
28a0fd
Name: network-manager-applet
28a0fd
Summary: A network control and status applet for NetworkManager
1643bb
Version: %{rpm_version}
1643bb
Release: %{release_version}%{?dist}
28a0fd
Group: Applications/System
28a0fd
License: GPLv2+
28a0fd
URL: http://www.gnome.org/projects/NetworkManager/
28a0fd
Obsoletes: NetworkManager-gnome < %{obsoletes_ver}
28a0fd
1643bb
Source: https://download.gnome.org/sources/network-manager-applet/1.8/%{name}-%{real_version}.tar.xz
28a0fd
Patch0: nm-applet-no-notifications.patch
42832e
Patch1: 0001-po-import-translations-rh1481187.patch
28a0fd
28a0fd
Requires: NetworkManager >= %{nm_version}
28a0fd
Requires: NetworkManager-glib >= %{nm_version}
542f8e
Requires: libnma%{?_isa} = %{version}-%{release}
28a0fd
Requires: libnotify >= 0.4.3
28a0fd
Requires: gnome-icon-theme
28a0fd
Requires: nm-connection-editor = %{version}-%{release}
28a0fd
28a0fd
BuildRequires: NetworkManager-devel >= %{nm_version}
28a0fd
BuildRequires: NetworkManager-glib-devel >= %{nm_version}
542f8e
BuildRequires: NetworkManager-libnm-devel >= %{nm_version}
49336e
BuildRequires: ModemManager-glib-devel >= 1.0
1643bb
BuildRequires: glib2-devel >= 2.32
1643bb
BuildRequires: gtk3-devel >= 3.10
28a0fd
BuildRequires: libsecret-devel
28a0fd
BuildRequires: gobject-introspection-devel >= 0.10.3
28a0fd
BuildRequires: gettext-devel
28a0fd
BuildRequires: /usr/bin/autopoint
28a0fd
BuildRequires: pkgconfig
28a0fd
BuildRequires: libnotify-devel >= 0.4
28a0fd
BuildRequires: automake autoconf intltool libtool
28a0fd
BuildRequires: gtk-doc
28a0fd
BuildRequires: desktop-file-utils
28a0fd
BuildRequires: iso-codes-devel
28a0fd
BuildRequires: libgudev1-devel >= 147
28a0fd
BuildRequires: libsecret-devel >= 0.12
542f8e
BuildRequires: jansson-devel
1643bb
BuildRequires: gcr-devel
1643bb
BuildRequires: libselinux-devel
28a0fd
28a0fd
%description
28a0fd
This package contains a network control and status notification area applet
28a0fd
for use with NetworkManager.
28a0fd
28a0fd
%package -n nm-connection-editor
28a0fd
Summary: A network connection configuration editor for NetworkManager
28a0fd
Requires: NetworkManager-glib >= %{nm_version}
542f8e
Requires: libnma%{?_isa} = %{version}-%{release}
28a0fd
Requires: gnome-icon-theme
28a0fd
Requires(post): /usr/bin/gtk-update-icon-cache
28a0fd
28a0fd
%description -n nm-connection-editor
28a0fd
This package contains a network configuration editor and Bluetooth modem
28a0fd
utility for use with NetworkManager.
28a0fd
28a0fd
28a0fd
%package -n libnm-gtk
28a0fd
Summary: Private libraries for NetworkManager GUI support
28a0fd
Group: Development/Libraries
28a0fd
Requires: gtk3 >= %{gtk3_version}
28a0fd
Requires: mobile-broadband-provider-info >= 0.20090602
28a0fd
Obsoletes: NetworkManager-gtk < %{obsoletes_ver}
28a0fd
28a0fd
%description -n libnm-gtk
28a0fd
This package contains private libraries to be used only by nm-applet,
28a0fd
nm-connection editor, and the GNOME Control Center.
28a0fd
28a0fd
%package -n libnm-gtk-devel
28a0fd
Summary: Private header files for NetworkManager GUI support
28a0fd
Group: Development/Libraries
28a0fd
Requires: NetworkManager-devel >= %{nm_version}
28a0fd
Requires: NetworkManager-glib-devel >= %{nm_version}
28a0fd
Obsoletes: NetworkManager-gtk-devel < %{obsoletes_ver}
28a0fd
Requires: libnm-gtk = %{version}-%{release}
28a0fd
Requires: gtk3-devel
28a0fd
Requires: pkgconfig
28a0fd
28a0fd
%description -n libnm-gtk-devel
28a0fd
This package contains private header and pkg-config files to be used only by
542f8e
GNOME control center.
28a0fd
1643bb
This package is obsoleted by libnma.
1643bb
28a0fd
542f8e
%package -n libnma
542f8e
Summary: Private libraries for NetworkManager GUI support
542f8e
Group: Development/Libraries
542f8e
Requires: gtk3 >= %{gtk3_version}
542f8e
Requires: mobile-broadband-provider-info >= 0.20090602
542f8e
Obsoletes: NetworkManager-gtk < %{obsoletes_ver}
28a0fd
542f8e
%description -n libnma
542f8e
This package contains private libraries to be used only by nm-applet,
542f8e
nm-connection editor, and the GNOME Control Center.
542f8e
542f8e
%package -n libnma-devel
542f8e
Summary: Private header files for NetworkManager GUI support
542f8e
Group: Development/Libraries
542f8e
Requires: NetworkManager-devel >= %{nm_version}
542f8e
Requires: NetworkManager-libnm-devel >= %{nm_version}
542f8e
Obsoletes: NetworkManager-gtk-devel < %{obsoletes_ver}
542f8e
Requires: libnma = %{version}-%{release}
542f8e
Requires: gtk3-devel
542f8e
Requires: pkgconfig
542f8e
542f8e
%description -n libnma-devel
542f8e
This package contains private header and pkg-config files to be used only by
542f8e
nm-applet, nm-connection-editor, and the GNOME control center.
542f8e
1643bb
This package deprecates libnm-gtk.
1643bb
542f8e
%prep
1643bb
%setup -q -n "%{name}-%{real_version}"
1643bb
%patch0 -p1
1643bb
%patch1 -p1
28a0fd
28a0fd
%build
28a0fd
autoreconf -i -f
28a0fd
intltoolize --force
28a0fd
%configure \
1643bb
    --with-gcr \
1643bb
    --with-selinux \
28a0fd
    --disable-static \
542f8e
    --enable-more-warnings=yes
28a0fd
make %{?_smp_mflags}
28a0fd
28a0fd
%install
28a0fd
make install DESTDIR=$RPM_BUILD_ROOT
28a0fd
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome-vpn-properties
28a0fd
28a0fd
%find_lang nm-applet
28a0fd
cat nm-applet.lang >> %{name}.lang
28a0fd
28a0fd
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
28a0fd
28a0fd
# validate .desktop and autostart files
28a0fd
desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/nm-applet.desktop
28a0fd
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/nm-connection-editor.desktop
28a0fd
28a0fd
1643bb
%post	-n libnma -p /sbin/ldconfig
1643bb
%postun	-n libnma -p /sbin/ldconfig
1643bb
28a0fd
%post	-n libnm-gtk -p /sbin/ldconfig
28a0fd
%postun	-n libnm-gtk -p /sbin/ldconfig
28a0fd
28a0fd
%post
28a0fd
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
28a0fd
28a0fd
%postun
28a0fd
if [ $1 -eq 0 ] ; then
28a0fd
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
28a0fd
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
28a0fd
fi
28a0fd
28a0fd
%posttrans
28a0fd
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
28a0fd
28a0fd
28a0fd
%post -n nm-connection-editor
28a0fd
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
28a0fd
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
28a0fd
28a0fd
%postun -n nm-connection-editor
28a0fd
if [ $1 -eq 0 ] ; then
28a0fd
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
28a0fd
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
28a0fd
fi
28a0fd
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
28a0fd
28a0fd
%posttrans -n nm-connection-editor
28a0fd
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
28a0fd
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
28a0fd
28a0fd
%files
28a0fd
%{_bindir}/nm-applet
28a0fd
%{_datadir}/applications/nm-applet.desktop
28a0fd
%{_datadir}/icons/hicolor/22x22/apps/nm-adhoc.png
28a0fd
%{_datadir}/icons/hicolor/22x22/apps/nm-mb-roam.png
28a0fd
%{_datadir}/icons/hicolor/22x22/apps/nm-secure-lock.png
28a0fd
%{_datadir}/icons/hicolor/22x22/apps/nm-signal-*.png
28a0fd
%{_datadir}/icons/hicolor/22x22/apps/nm-stage*-connecting*.png
28a0fd
%{_datadir}/icons/hicolor/22x22/apps/nm-tech-*.png
28a0fd
%{_datadir}/icons/hicolor/22x22/apps/nm-vpn-active-lock.png
28a0fd
%{_datadir}/icons/hicolor/22x22/apps/nm-vpn-connecting*.png
28a0fd
%{_datadir}/icons/hicolor/22x22/apps/nm-wwan-tower.png
28a0fd
%{_datadir}/GConf/gsettings/nm-applet.convert
28a0fd
%{_sysconfdir}/xdg/autostart/nm-applet.desktop
28a0fd
%{_mandir}/man1/nm-applet*
542f8e
%doc NEWS AUTHORS README CONTRIBUTING
542f8e
%license COPYING
28a0fd
28a0fd
# Yes, lang files for the applet go in nm-connection-editor RPM since it
28a0fd
# is the RPM that everything else depends on
28a0fd
%files -n nm-connection-editor -f %{name}.lang
28a0fd
%{_bindir}/nm-connection-editor
28a0fd
%{_datadir}/applications/nm-connection-editor.desktop
28a0fd
%{_datadir}/icons/hicolor/*/apps/nm-device-*.*
28a0fd
%{_datadir}/icons/hicolor/*/apps/nm-no-connection.*
28a0fd
%{_datadir}/icons/hicolor/16x16/apps/nm-vpn-standalone-lock.png
28a0fd
%{_datadir}/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml
542f8e
%{_datadir}/appdata/nm-connection-editor.appdata.xml
28a0fd
%{_mandir}/man1/nm-connection-editor*
28a0fd
%dir %{_datadir}/gnome-vpn-properties
28a0fd
28a0fd
%files -n libnm-gtk
28a0fd
%{_libdir}/libnm-gtk.so.*
28a0fd
%{_libdir}/girepository-1.0/NMGtk-1.0.typelib
28a0fd
28a0fd
%files -n libnm-gtk-devel
28a0fd
%dir %{_includedir}/libnm-gtk
28a0fd
%{_includedir}/libnm-gtk/*.h
28a0fd
%{_libdir}/pkgconfig/libnm-gtk.pc
28a0fd
%{_libdir}/libnm-gtk.so
28a0fd
%{_datadir}/gir-1.0/NMGtk-1.0.gir
28a0fd
542f8e
%files -n libnma
542f8e
%{_libdir}/libnma.so.*
542f8e
%{_libdir}/girepository-1.0/NMA-1.0.typelib
542f8e
542f8e
%files -n libnma-devel
542f8e
%dir %{_includedir}/libnma
542f8e
%{_includedir}/libnma/*.h
542f8e
%{_libdir}/pkgconfig/libnma.pc
542f8e
%{_libdir}/libnma.so
542f8e
%{_datadir}/gir-1.0/NMA-1.0.gir
1643bb
%{_datadir}/gtk-doc
542f8e
542f8e
28a0fd
%changelog
42832e
* Tue Dec 12 2017 Lubomir Rintel <lrintel@redhat.com> - 1.8.6-2
42832e
- po: import translations (rh #1481187)
42832e
42832e
* Tue Nov 07 2017 Lubomir Rintel <lrintel@redhat.com> - 1.8.6-1
42832e
- Update to 1.8.6 release (rh #1507020)
42832e
1643bb
* Tue Jun  6 2017 Beniamino Galvani <bgalvani@redhat.com> - 1.8.0-3
1643bb
- editor: fix crash when destroying 802.1x page (rh #1458567)
1643bb
1643bb
* Mon May 29 2017 Lubomir Rintel <lrintel@redhat.com> - 1.8.0-2
1643bb
- po: update Japanese translation (rh #1379642)
1643bb
1643bb
* Wed May 10 2017 Thomas Haller <thaller@redhat.com> - 1.8.0-1
1643bb
- Update to 1.8.0 release (rh #1441621)
1643bb
1643bb
* Tue Mar 28 2017 Lubomir Rintel <lrintel@redhat.com> - 1.8.0-0.1.git20170326.f260f8a
1643bb
- Update to network-manager-applet 1.8 snapshot
1643bb
- c-e: add missing mnemonic characters to buttons (rh #1434317)
1643bb
- c-e: fix handling of devices without permanent MAC address in devices combo box (rh #1380424)
1643bb
542f8e
* Thu Sep 22 2016 Lubomir Rintel <lrintel@redhat.com> - 1.4.0-2
542f8e
- c-e: fix team page with older GTK and jansson (rh #1079465)
542f8e
542f8e
* Wed Aug 24 2016 Lubomir Rintel <lrintel@redhat.com> - 1.4.0-1
542f8e
- Update to network-manager-applet 1.4.0 release
542f8e
- c-e: add editor for teaming devices (rh #1079465)
542f8e
542f8e
* Sat Aug 20 2016 Thomas Haller <thaller@redhat.com> - 1.2.2-2
542f8e
- c-e: fix tab stop for Create button (rh#1339565)
542f8e
542f8e
* Fri Jul 08 2016 Lubomir Rintel <lrintel@redhat.com> - 1.2.2-1
542f8e
- Update to network-manager-applet 1.2.2 release
542f8e
542f8e
* Wed Apr 27 2016 Lubomir Rintel <lrintel@redhat.com> - 1.2.0-1
542f8e
- Update to network-manager-applet 1.2.0 release
542f8e
542f8e
* Wed Mar 30 2016 Lubomir Rintel <lrintel@redhat.com> - 1.2.0-0.1.beta3
542f8e
- Rebase to 1.2-beta3
542f8e
e4deb9
* Wed Sep 30 2015 Jiří Klimeš <jklimes@redhat.com> - 1.0.6-2
542f8e
- libnm-gtk: fix a possible crash on widgets destroy (rh #1267326)
542f8e
- libnm-gtk: use symbolic icons for password store menu (rh #1267330)
e4deb9
e4deb9
* Tue Jul 14 2015 Lubomir Rintel <lrintel@redhat.com> - 1.0.6-1
e4deb9
- Align with the 1.0.6 upstream release:
e4deb9
- editor: add support for setting MTU on team connections (rh #1255927)
e4deb9
- editor: offer bond connections in vlan slave picker (rh #1255735)
e4deb9
e4deb9
* Tue Jul 14 2015 Lubomir Rintel <lrintel@redhat.com> - 1.0.4-1
e4deb9
- Align with the upstream release
e4deb9
e4deb9
* Wed Jun 17 2015 Jiří Klimeš <jklimes@redhat.com> - 1.0.3-2.git20150617.a0b0166
e4deb9
- New snapshot:
e4deb9
- editor: let users edit connection.interface-name property (rh #1139536)
e4deb9
e4deb9
* Mon Jun 15 2015 Lubomir Rintel <lrintel@redhat.com> - 1.0.3-1.git20160615.28a0e28
e4deb9
- New snapshot:
e4deb9
- applet: make new auto connections only available for current user (rh #1176042)
e4deb9
- editor: allow forcing always-on-top windows for installer (rh #1097883)
e4deb9
- editor: allow changing bond MTU (rh #1177582)
e4deb9
- editor: use ifname instead of UUID in slaves' master property (rh #1083186)
e4deb9
- editor: allow adding Bluetooth connections (rh #1229471)
e4deb9
e4deb9
* Tue May 19 2015 Debarshi Ray <rishi@fedoraproject.org> - 1.0.0-3.git20150122.76569a46
e4deb9
- Drop gnome-bluetooth BR because it does not work with newer versions (rh #1174547)
e4deb9
607f76
* Thu Jan 22 2015 Dan Williams <dcbw@redhat.com> - 1.0.0-2.git20150122.76569a46
607f76
- editor: fix IPoIB editing support (rh #1182560)
607f76
607f76
* Fri Jan  9 2015 Dan Williams <dcbw@redhat.com> - 1.0.0-1
607f76
- Update to 1.0 release
607f76
607f76
* Tue Nov 25 2014 Dan Williams <dcbw@redhat.com> - 0.9.11.0-2.git20141125.b4973b85
607f76
- New snapshot
607f76
607f76
* Wed Nov 19 2014 Dan Williams <dcbw@redhat.com> - 0.9.11.0-1.git20141119.a06c7cd3
607f76
- Update translations (rh #1081943)
607f76
- Allow creating master devices without slaves (rh #1075198)
607f76
49336e
* Wed Mar 26 2014 Dan Winship <danw@redhat.com> - 0.9.9.0-15.git20140307
49336e
- Make Bluetooth plugin work more than once (rh #1054212)
49336e
49336e
* Thu Mar 20 2014 Dan Winship <danw@redhat.com> - 0.9.9.0-14.git20140307
49336e
- Add ModemManager-glib-devel to BuildRequires to fix Bluetooth (rh #1054212)
49336e
49336e
* Fri Mar  7 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.0-13.git20140307
49336e
- Update to new git master snapshot
49336e
- connection-editor: allow VLANs/slaves of more device types (rh #1045203)
49336e
- connection-editor: add DCB configuration UI (bgo #711032) (rh #1068688) 
49336e
49336e
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.9.9.0-12.git20131212
49336e
- Mass rebuild 2014-01-24
49336e
49336e
* Wed Jan 15 2014 Dan Winship <danw@redhat.com> - 0.9.9.0-11.git20131212
49336e
- Fix keyboard activation of bridge priority field (rh #1036142)
49336e
49336e
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.9.9.0-10.git20131212
49336e
- Mass rebuild 2013-12-27
49336e
49336e
* Fri Dec 13 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-9.git20131212
49336e
- applet: fix crash if some resources were not available (rh #1034500)
49336e
- editor: default to user-saved secrets and allow changing secret storage (rh #879566)
49336e
- applet/editor: fix various Coverity-found defects (rh #1025894)
49336e
49336e
* Fri Nov  8 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-8.git20131108
28a0fd
- editor: improve handling of NPAR/SRIOV devices in bonds (rh #804527)
28a0fd
- editor: allow creating bridge masters without slaves
28a0fd
28a0fd
* Fri Oct 11 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-7.git20131011
28a0fd
- editor: add support for Team devices (rh #1003646)
28a0fd
- editor: don't use deprecated WEP40 and WEP104 values for pairwise (rh #1005171)
28a0fd
- editor: add 'primary' option for bond interfaces (rh #1013727)
28a0fd
- editor: dis-allow IPv6 scopes in DNS server entry (rh #962449)
28a0fd
28a0fd
* Fri Sep 13 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-6.git20130906
28a0fd
- libnm-gtk: fix for enabling the Apply button for PEAP and TTLS (rh #1000564)
28a0fd
- libnm-gtk: only save CA certificate ignored value when connection is saved
28a0fd
- editor: fix display of VLAN parent interface
28a0fd
28a0fd
* Fri Sep 06 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-5.git20130906
28a0fd
- editor: fix missing user/password when re-editing a connection (rh #1000564)
28a0fd
- editor: fix handling of missing CA certificate prompts (rh #758076) (rh #809489)
28a0fd
- editor: fix handling of bonding modes (rh #953076)
28a0fd
- applet/editor: add InfiniBand device support (rh #867273)
28a0fd
28a0fd
* Tue Aug 06 2013 Dennis Gilmore <dennis@ausil.us> - 0.9.9.0-4.git20130515
28a0fd
- rebuild for soname bump in gnome-bluetooth
28a0fd
28a0fd
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.0-3.git20130515
28a0fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
28a0fd
28a0fd
* Wed Jul 17 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-2
28a0fd
- Disable migration tool and remove dependencies on GConf and gnome-keyring
28a0fd
28a0fd
* Wed May 15 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-1.git20130515
28a0fd
- Update to 0.9.10 snapshot
28a0fd
28a0fd
* Tue Apr 30 2013 Dan Williams <dcbw@redhat.com> - 0.9.8.1-3.git20130430
28a0fd
- editor: fix possible crash canceling connection edit dialog
28a0fd
- applet: only request secrets from the user when allowed to
28a0fd
- applet: fix signal icons with newer libpng
28a0fd
- applet: fix possible crash getting secrets with libsecret
28a0fd
28a0fd
* Thu Apr 18 2013 Jiří Klimeš <jklimes@redhat.com> - 0.9.8.1-2.git20130327
28a0fd
- applet: fix crash while getting a PIN to unlock a modem (rh #950925)
28a0fd
28a0fd
* Wed Mar 27 2013 Dan Williams <dcbw@redhat.com> - 0.9.8.1-1.git20130327
28a0fd
- Update to 0.9.8.2 snapshot
28a0fd
- Updated translations
28a0fd
- editor: don't overwrite bridge/bond master interface name with UUID
28a0fd
- applet: fix WWAN PIN dialog invalid "label1" entry widget
28a0fd
- editor: fix allowed values for VLAN ID and MTU
28a0fd
- editor: preserve existing PPP connection LCP echo failure and reply values
28a0fd
- editor: ensure changes to the STP checkbox are saved
28a0fd
- editor: hide BSSID for AdHoc connection (rh #906133)
28a0fd
- editor: fix random data sneaking into IPv6 route gateway fields
28a0fd
- editor: fix handling of initial entry for MAC address widgets
28a0fd
28a0fd
* Wed Feb 27 2013 Jiří Klimeš <jklimes@redhat.com> - 0.9.8.0-1
28a0fd
- Update to 0.9.8.0
28a0fd
28a0fd
* Fri Feb  8 2013 Dan Williams <dcbw@redhat.com> - 0.9.7.997-1
28a0fd
- Update to 0.9.7.997 (0.9.8-beta2)
28a0fd
- editor: better handling of gateway entry for IPv4
28a0fd
- editor: fix some mnemonics (rh #893466)
28a0fd
- editor: fix saving connection when ignoring CA certificate
28a0fd
- editor: enable Bridge connection editing
28a0fd
- editor: hide widgets not relevant for VPN connections
28a0fd
28a0fd
* Tue Dec 11 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-6.git20121211
28a0fd
- editor: fix populating Firewall zone in 'General' tab
28a0fd
28a0fd
* Tue Dec 11 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-5.git20121211
28a0fd
- Update to git snapshot (git20121211) without bridges
28a0fd
28a0fd
* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 0.9.7.0-4.git20121016
28a0fd
- Update the versioned obsoletes for the new F17 NM build
28a0fd
28a0fd
* Tue Oct 16 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-3.git20121016
28a0fd
- Update to git snapshot (git20121016)
28a0fd
- editor: fix a crash when no VPN plugins are installed
28a0fd
28a0fd
* Thu Oct  4 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-3.git20121004
28a0fd
- Update to git snapshot
28a0fd
28a0fd
* Wed Sep 12 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-3.git20120820
28a0fd
- move GSettings schema XML to nm-connection-editor rpm (rh #852792)
28a0fd
28a0fd
* Thu Aug 30 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-2.git20120820
28a0fd
- run glib-compile-schemas in %post scriplet (rh #852792)
28a0fd
28a0fd
* Tue Aug 21 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-1.git20120820
28a0fd
- Update to 0.9.7.0 snapshot
28a0fd
28a0fd
* Tue Aug 14 2012 Daniel Drake <dsd@laptop.org> - 0.9.5.96-2
28a0fd
- Rebuild for libgnome-bluetooth.so.11
28a0fd
28a0fd
* Mon Jul 23 2012 Dan Williams <dcbw@redhat.com> - 0.9.5.96-1
28a0fd
- Update to 0.9.6-rc2
28a0fd
- lib: recognize PKCS#12 files exported from Firefox
28a0fd
- lib: fix some wireless dialog crashes
28a0fd
28a0fd
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5.95-3.git20120713
28a0fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
28a0fd
28a0fd
* Sat Jul 14 2012 Kalev Lember <kalevlember@gmail.com> - 0.9.5.95-2.git20120713
28a0fd
- Fix the versioned obsoletes
28a0fd
28a0fd
* Fri Jul 13 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.5.95-1.git20120713
28a0fd
- update to 0.9.5.95 (0.9.6-rc1)  snapshot
28a0fd
- editor: fixed UI mnemonics
28a0fd
- editor: fix defaults for PPP echo values
28a0fd
- applet: various crash and stability fixes
28a0fd
- applet: show IPv6 addressing page for VPN plugins that support it
28a0fd
- applet: port to GSettings and split out 0.8 -> 0.9 migration code into standalone tool
28a0fd
28a0fd
* Mon May 21 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.4-4
28a0fd
- update to git snapshot
28a0fd
28a0fd
* Wed May  2 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.4-3
28a0fd
- update to git snapshot
28a0fd
28a0fd
* Mon Mar 19 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.997-1
28a0fd
- Initial package split from NetworkManager
28a0fd