Blame SPECS/network-manager-applet.spec

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