Blame SPECS/network-manager-applet.spec

5bb4c0
%global gtk3_version    %(pkg-config --modversion gtk+-3.0 2>/dev/null || echo bad)
5bb4c0
%global gtk4_version    %(pkg-config --modversion gtk4 2>/dev/null || echo bad)
5bb4c0
%global glib2_version   %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
5bb4c0
%global nm_version      1:1.16.0
5bb4c0
%global libnma_version  1.8.27
5bb4c0
%global obsoletes_ver   1:0.9.7
5bb4c0
526913
%global rpm_version 1.26.0
526913
%global real_version 1.26.0
f222a0
%global release_version 2
5bb4c0
5bb4c0
%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')
5bb4c0
5bb4c0
%if 0%{?fedora} > 31 || 0%{?rhel} > 8
5bb4c0
%bcond_with libnma_gtk4
5bb4c0
%else
5bb4c0
%bcond_without libnma_gtk4
5bb4c0
%endif
5bb4c0
5bb4c0
%if 0%{?fedora} || 0%{?rhel} < 9
5bb4c0
%bcond_without appindicator
5bb4c0
%else
5bb4c0
%bcond_with appindicator
5bb4c0
%endif
5bb4c0
5bb4c0
Name: network-manager-applet
5bb4c0
Summary: A network control and status applet for NetworkManager
5bb4c0
Version: %{rpm_version}
5bb4c0
Release: %{release_version}%{?dist}
5bb4c0
License: GPLv2+
5bb4c0
URL: http://www.gnome.org/projects/NetworkManager/
5bb4c0
Obsoletes: NetworkManager-gnome < %{obsoletes_ver}
5bb4c0
5bb4c0
Source: https://download.gnome.org/sources/network-manager-applet/%{real_version_major}/%{name}-%{real_version}.tar.xz
526913
# Patch1: 0001-sample-name.patch
f222a0
Patch1: 0001-po-ja-update-Japanese-translation.patch
5bb4c0
5bb4c0
Requires: NetworkManager >= %{nm_version}
5bb4c0
Requires: libnotify >= 0.4.3
5bb4c0
Requires: nm-connection-editor%{?_isa} = %{version}-%{release}
5bb4c0
Requires: libnma%{?_isa} >= %{libnma_version}
5bb4c0
5bb4c0
BuildRequires: NetworkManager-libnm-devel >= %{nm_version}
5bb4c0
BuildRequires: libnma-devel >= %{libnma_version}
5bb4c0
BuildRequires: ModemManager-glib-devel >= 1.0
5bb4c0
BuildRequires: glib2-devel >= 2.32
5bb4c0
BuildRequires: gtk3-devel >= 3.10
5bb4c0
%if %{with libnma_gtk4}
5bb4c0
BuildRequires: gtk4-devel >= 3.96
5bb4c0
%endif
5bb4c0
BuildRequires: gobject-introspection-devel >= 0.10.3
5bb4c0
BuildRequires: gettext-devel
5bb4c0
BuildRequires: /usr/bin/autopoint
5bb4c0
BuildRequires: pkgconfig
5bb4c0
BuildRequires: libnotify-devel >= 0.4
5bb4c0
BuildRequires: meson
5bb4c0
BuildRequires: intltool
5bb4c0
BuildRequires: gtk-doc
5bb4c0
BuildRequires: desktop-file-utils
5bb4c0
BuildRequires: iso-codes-devel
5bb4c0
BuildRequires: libgudev1-devel >= 147
5bb4c0
BuildRequires: libsecret-devel >= 0.12
5bb4c0
BuildRequires: jansson-devel
5bb4c0
BuildRequires: gcr-devel
5bb4c0
BuildRequires: libselinux-devel
5bb4c0
BuildRequires: mobile-broadband-provider-info-devel
5bb4c0
%if %{with appindicator}
5bb4c0
BuildRequires: libappindicator-gtk3-devel
5bb4c0
%endif
5bb4c0
%if 0%{?fedora} || 0%{?rhel} < 9
5bb4c0
BuildRequires: libdbusmenu-gtk3-devel
5bb4c0
%endif
5bb4c0
5bb4c0
%description
5bb4c0
This package contains a network control and status notification area applet
5bb4c0
for use with NetworkManager.
5bb4c0
5bb4c0
%package -n nm-connection-editor
5bb4c0
Summary: A network connection configuration editor for NetworkManager
5bb4c0
Requires: libnma%{?_isa} >= %{libnma_version}
5bb4c0
5bb4c0
%description -n nm-connection-editor
5bb4c0
This package contains a network configuration editor and Bluetooth modem
5bb4c0
utility for use with NetworkManager.
5bb4c0
5bb4c0
5bb4c0
%package -n nm-connection-editor-desktop
5bb4c0
Summary: The desktop file for nm-connection-editor
5bb4c0
Requires: nm-connection-editor%{?_isa} = %{version}-%{release}
5bb4c0
5bb4c0
%description -n nm-connection-editor-desktop
5bb4c0
This package contains the desktop file and appdata for nm-connection-editor.
5bb4c0
Without it, the nm-connection-editor cannot be started from the desktop
5bb4c0
environment.
5bb4c0
5bb4c0
5bb4c0
%prep
5bb4c0
%autosetup -p1 -n "%{name}-%{real_version}"
5bb4c0
5bb4c0
%build
5bb4c0
%meson \
5bb4c0
    -Dselinux=true \
5bb4c0
%if %{with appindicator}
5bb4c0
    -Dappindicator=yes
5bb4c0
%else
5bb4c0
    -Dappindicator=no
5bb4c0
%endif
5bb4c0
%meson_build
5bb4c0
5bb4c0
%install
5bb4c0
%meson_install
5bb4c0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome-vpn-properties
5bb4c0
5bb4c0
%find_lang nm-applet
5bb4c0
cat nm-applet.lang >> %{name}.lang
5bb4c0
5bb4c0
# validate .desktop and autostart files
5bb4c0
desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/nm-applet.desktop
5bb4c0
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/nm-connection-editor.desktop
5bb4c0
5bb4c0
%check
5bb4c0
%meson_test
5bb4c0
5bb4c0
5bb4c0
%files
5bb4c0
%{_bindir}/nm-applet
5bb4c0
%{_datadir}/applications/nm-applet.desktop
5bb4c0
%{_datadir}/icons/hicolor/22x22/apps/nm-adhoc.png
5bb4c0
%{_datadir}/icons/hicolor/22x22/apps/nm-mb-roam.png
5bb4c0
%{_datadir}/icons/hicolor/22x22/apps/nm-secure-lock.png
5bb4c0
%{_datadir}/icons/hicolor/22x22/apps/nm-signal-*.png
5bb4c0
%{_datadir}/icons/hicolor/22x22/apps/nm-stage*-connecting*.png
5bb4c0
%{_datadir}/icons/hicolor/22x22/apps/nm-tech-*.png
5bb4c0
%{_datadir}/icons/hicolor/22x22/apps/nm-vpn-active-lock.png
5bb4c0
%{_datadir}/icons/hicolor/22x22/apps/nm-vpn-connecting*.png
5bb4c0
%{_datadir}/icons/hicolor/22x22/apps/nm-wwan-tower.png
5bb4c0
%{_datadir}/icons/hicolor/scalable/apps/*.svg
526913
%{_datadir}/icons/hicolor/22x22/apps/nm-insecure-warn.png
5bb4c0
%{_datadir}/GConf/gsettings/nm-applet.convert
5bb4c0
%{_sysconfdir}/xdg/autostart/nm-applet.desktop
5bb4c0
%{_mandir}/man1/nm-applet*
5bb4c0
%doc NEWS CONTRIBUTING
5bb4c0
%license COPYING
5bb4c0
5bb4c0
# Yes, lang files for the applet go in nm-connection-editor RPM since it
5bb4c0
# is the RPM that everything else depends on
5bb4c0
%files -n nm-connection-editor -f %{name}.lang
5bb4c0
%{_bindir}/nm-connection-editor
5bb4c0
%{_datadir}/icons/hicolor/*/apps/nm-device-*.*
5bb4c0
%{_datadir}/icons/hicolor/*/apps/nm-no-connection.*
5bb4c0
%{_datadir}/icons/hicolor/16x16/apps/nm-vpn-standalone-lock.png
5bb4c0
%{_mandir}/man1/nm-connection-editor*
5bb4c0
%dir %{_datadir}/gnome-vpn-properties
5bb4c0
5bb4c0
5bb4c0
%files -n nm-connection-editor-desktop
5bb4c0
%{_datadir}/applications/nm-connection-editor.desktop
5bb4c0
%{_datadir}/metainfo/nm-connection-editor.appdata.xml
5bb4c0
5bb4c0
5bb4c0
%changelog
f222a0
* Fri Oct 07 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.26.0-2
f222a0
- Update Japanese translation (rh #2083047)
f222a0
526913
* Tue Mar 22 2022 Ana Cabral <acabral@redhat.com> - 1.26.0-1
526913
- Update to 1.26.0 release (rh #2066750)
526913
5bb4c0
* Tue Feb 22 2022 Ana Cabral <acabral@redhat.com> - 1.24.0-2
5bb4c0
- Fix OWE settings disappearing on nm-connection-editor (rh #2057004)
5bb4c0
5bb4c0
* Tue Aug 17 2021 Beniamino Galvani <bgalvani@redhat.com> - 1.24.0-1
5bb4c0
- Update to 1.24.0 release
5bb4c0
5bb4c0
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.22.0-1.2
5bb4c0
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
5bb4c0
  Related: rhbz#1991688
5bb4c0
5bb4c0
* Mon Jul  5 2021 Wen Liang <wenliang@redhat.com> - 1.22.0-1
5bb4c0
- Update to 1.22.0 release.
5bb4c0
- editor: show missing toggle in the 8021x-security page.
5bb4c0
5bb4c0
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.20.0-4.1
5bb4c0
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
5bb4c0
5bb4c0
* Wed Feb  3 2021 Thomas Haller <thaller@redhat.com> - 1.20.0-1
5bb4c0
- Update to 1.20.0 release
5bb4c0
- Drop NotShowIn=GNOME
5bb4c0
- Use wireless-security code from libnma
5bb4c0
- Add flatpak build configuration
5bb4c0
- applet: hide unmanaged ethernet devices in nm-applet
5bb4c0
- applet: fix Wi-Fi scan requests with appindicator
5bb4c0
- editor: fix drop down list for connection.secondaries
5bb4c0
5bb4c0
* Tue Feb  2 2021 Thomas Haller <thaller@redhat.com> - 1.18.0-4
5bb4c0
- Move desktop file to new nm-connection-editor-desktop package (rh #1923262)
5bb4c0
5bb4c0
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-3.2
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
5bb4c0
5bb4c0
* Wed Jan  6 2021 Thomas Haller <thaller@redhat.com> - 1.18.0-3
5bb4c0
- Build without libdbusmenu-gtk3-devel on RHEL >=9
5bb4c0
5bb4c0
* Wed Nov 18 2020 Antonio Cardace <acardace@redhat.com> - 1.18.0-2
5bb4c0
- Build without libappindicator-gtk3-devel on RHEL >=9
5bb4c0
5bb4c0
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-1.1
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5bb4c0
5bb4c0
* Sat Jul 11 2020 Thomas Haller <thaller@redhat.com> - 1.18.0-1
5bb4c0
- Update to 1.18.0 release
5bb4c0
- Enable build with appindicator by default.
5bb4c0
- Add WireGuard support to the editor.
5bb4c0
- Support OWE (Opportunistic Wireless Encryption) in the editor.
5bb4c0
- Fix crash when disposing VPN secret dialog.
5bb4c0
5bb4c0
* Thu Apr 30 2020 Ivan Mironov <mironov.ivan@gmail.com> - 1.16.0-2
5bb4c0
- Build with libappindicator which enables Status Notifier Item support
5bb4c0
5bb4c0
* Sat Mar  7 2020 Thomas Haller <thaller@redhat.com> - 1.16.0-1
5bb4c0
- Update to 1.16.0 release
5bb4c0
- Move libnma to separate, independent project
5bb4c0
- move org.gnome.nm-applet.gschema.xml to libnma
5bb4c0
5bb4c0
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.24-1.1
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5bb4c0
5bb4c0
* Wed Oct 09 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.8.24-1
5bb4c0
- Update to 1.8.24 release
5bb4c0
- Enable experimental GTK4 build on Rawhide
5bb4c0
5bb4c0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.22-1.1
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5bb4c0
5bb4c0
* Wed May 29 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.8.22-1
5bb4c0
- Update to 1.8.22 release
5bb4c0
5bb4c0
* Wed Feb 27 2019 Beniamino Galvani <bgalvani@redhat.com> - 1.8.20-2
5bb4c0
- Fix parsing of hints in wifi secret dialog (rh #1679251)
5bb4c0
- Import other upstream fixes after 1.8.20
5bb4c0
5bb4c0
* Fri Feb 08 2019 Beniamino Galvani <bgalvani@redhat.com> - 1.8.20-1
5bb4c0
- Update to 1.8.20 release
5bb4c0
5bb4c0
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-3.1
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5bb4c0
5bb4c0
* Sat Jan 19 2019 Beniamino Galvani <bgalvani@redhat.com> - 1.8.18-3
5bb4c0
- wifi-dialog: fix widget hiding logic (rh #1665653)
5bb4c0
5bb4c0
* Fri Sep 21 2018 Thomas Haller <thaller@redhat.com> - 1.8.18-2
5bb4c0
- libnma: fix wrongly showing hidden GUI elements (rh #1626397) (2)
5bb4c0
5bb4c0
* Fri Sep  7 2018 Thomas Haller <thaller@redhat.com> - 1.8.18-1
5bb4c0
- Update to 1.8.18 release
5bb4c0
- libnma: fix wrongly showing hidden GUI elements (rh #1626397)
5bb4c0
5bb4c0
* Sat Aug 11 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.8.16-1
5bb4c0
- Update to 1.8.16 release
5bb4c0
5bb4c0
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.14-1.1
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5bb4c0
5bb4c0
* Mon Jun 25 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.8.14-1
5bb4c0
- Update to 1.8.14 release
5bb4c0
5bb4c0
* Mon Jun  4 2018 Thomas Haller <thaller@redhat.com> - 1.8.12-4
5bb4c0
- applet: fix double-free in ap-menu-item (rh #1585302)
5bb4c0
5bb4c0
* Fri Jun 01 2018 Adam Williamson <awilliam@redhat.com> - 1.8.12-3
5bb4c0
- Fix GGO #1 (nm-connection-editor --keep-above fails with any other arg)
5bb4c0
5bb4c0
* Mon May 28 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.8.12-2
5bb4c0
- Update to 1.8.12 release
5bb4c0
5bb4c0
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.10-2.2
5bb4c0
- Escape macros in %%changelog
5bb4c0
5bb4c0
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.10-2.1
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5bb4c0
5bb4c0
* Sun Feb  4 2018 Thomas Haller <thaller@redhat.com> - 1.8.10-2
5bb4c0
- fix double-free handling VPN data in nm-applet (rh #1541565)
5bb4c0
- fix certificate chooser for no available modules (bgo #785674)
5bb4c0
5bb4c0
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.10-1.2
5bb4c0
- Switch to %%ldconfig_scriptlets
5bb4c0
5bb4c0
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.10-1.1
5bb4c0
- Remove obsolete scriptlets
5bb4c0
5bb4c0
* Tue Dec 19 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.8.10-1
5bb4c0
- Update to 1.8.10 release
5bb4c0
5bb4c0
* Mon Dec 18 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.8.8-1
5bb4c0
- Update to 1.8.8 release
5bb4c0
5bb4c0
* Mon Nov 13 2017 Kalev Lember <klember@redhat.com> - 1.8.6-3
5bb4c0
- Backport an upstream patch to fix generated .pc file
5bb4c0
5bb4c0
* Wed Nov 08 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.8.6-2
5bb4c0
- Meson build fixups
5bb4c0
5bb4c0
* Tue Nov 07 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.8.6-1
5bb4c0
- Update to 1.8.6 release
5bb4c0
- Switch to Meson build system
5bb4c0
5bb4c0
* Wed Sep 20 2017 Thomas Haller <thaller@redhat.com> - 1.8.4-1
5bb4c0
- Update to 1.8.4 release
5bb4c0
5bb4c0
* Mon Sep 18 2017 Beniamino Galvani <bgalvani@redhat.com> - 1.8.2-4
5bb4c0
- applet: fix status icon when a VPN has the default route (rh#1471510)
5bb4c0
5bb4c0
* Wed Aug 23 2017 Thomas Haller <thaller@redhat.com> - 1.8.2-3
5bb4c0
- libnma: fix certificate picker for empty certificates (rh#1469852)
5bb4c0
5bb4c0
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-2.2
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
5bb4c0
5bb4c0
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-2.1
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5bb4c0
5bb4c0
* Thu Jun 22 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.8.2-2
5bb4c0
- editor: fix a crash on connection save
5bb4c0
5bb4c0
* Tue Jun 13 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.8.2-1
5bb4c0
- Update to network-manager-applet 1.8.2 release
5bb4c0
5bb4c0
* Fri Jun 09 2017 Lubomir Rintel <lrintel@redhat.com> - 1.8.0-2
5bb4c0
- editor: fix crash when destroying 802.1x page (rh #1458567)
5bb4c0
- po: update Japanese translation (rh #1379642)
5bb4c0
5bb4c0
* Wed May 10 2017 Thomas Haller <thaller@redhat.com> - 1.8.0-1
5bb4c0
- Update to 1.8.0 release
5bb4c0
5bb4c0
* Fri Mar 24 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.8.0-0.1
5bb4c0
- Update to a snapshot of network-manager-applet 1.8 release
5bb4c0
5bb4c0
* Mon Mar 06 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.4.6-1
5bb4c0
- Update to network-manager-applet 1.4.6 release
5bb4c0
5bb4c0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5bb4c0
5bb4c0
* Wed Jan 25 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.4.4-1
5bb4c0
- Update to network-manager-applet 1.4.4 release
5bb4c0
5bb4c0
* Wed Aug 24 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.4.0-1
5bb4c0
- Update to network-manager-applet 1.4.0 release
5bb4c0
5bb4c0
* Thu Aug  4 2016 Francesco Giudici <fgiudici@redhat.com> - 1.2.4-1
5bb4c0
- Update to network-manager-applet 1.2.4 release
5bb4c0
5bb4c0
* Wed May 11 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.2-1
5bb4c0
- Update to network-manager-applet 1.2.2 release
5bb4c0
5bb4c0
* Wed Apr 20 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-1
5bb4c0
- Update to network-manager-applet 1.2.0 release
5bb4c0
5bb4c0
* Tue Apr  5 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.3.rc1
5bb4c0
- Update to network-manager-applet 1.2-rc1
5bb4c0
5bb4c0
* Tue Mar 29 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.3.beta3
5bb4c0
- Update to network-manager-applet 1.2-beta3
5bb4c0
5bb4c0
* Mon Mar 07 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.3.beta2
5bb4c0
- Update to network-manager-applet 1.2-beta2
5bb4c0
5bb4c0
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-0.3.beta1
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5bb4c0
5bb4c0
* Tue Jan 19 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.2.beta1
5bb4c0
- Update to network-manager-applet 1.2-beta1
5bb4c0
5bb4c0
* Thu Sep  3 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.1.20150903git807cbdf
5bb4c0
- Update to 1.2 git snapshot:
5bb4c0
- Add libnma subpackages
5bb4c0
- Add support for libnm-based properties plugins
5bb4c0
5bb4c0
* Wed Sep  2 2015 Thomas Haller <thaller@redhat.com> - 1.0.6-4
5bb4c0
- show tooltip when connect button is disabled due to invalid connection (rh #1247885)
5bb4c0
5bb4c0
* Tue Sep  1 2015 Jiří Klimeš <jklimes@redhat.com> - 1.0.6-3
5bb4c0
- libnm-gtk: fix a possible crash on password widget destroy (rh #1254043)
5bb4c0
5bb4c0
* Thu Aug 27 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.6-2
5bb4c0
- Re-add an accidentally removed patch
5bb4c0
5bb4c0
* Thu Aug 27 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.6-1
5bb4c0
- Update to 1.0.6 release
5bb4c0
5bb4c0
* Wed Jul 15 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.4-2
5bb4c0
- Version the newly added ABI
5bb4c0
5bb4c0
* Tue Jul 14 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.4-1
5bb4c0
- Update to 1.0.4 release
5bb4c0
5bb4c0
* Tue Jul 07 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.4-0.1.git20160702.25368df
5bb4c0
- Update to a later Git snapshot
5bb4c0
5bb4c0
* Thu Jun 18 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.4-0.1.git20160615.28a0e28
5bb4c0
- Update to a later Git snapshot
5bb4c0
5bb4c0
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5bb4c0
5bb4c0
* Tue May 5 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.2-1
5bb4c0
- Update to 1.0.2 release
5bb4c0
5bb4c0
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.0.0-2
5bb4c0
- Rebuilt for Fedora 23 Change
5bb4c0
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
5bb4c0
5bb4c0
* Mon Dec 22 2014 Dan Williams <dcbw@redhat.com> - 1.0.0-1
5bb4c0
- Update to 1.0
5bb4c0
5bb4c0
* Mon Dec  1 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.10.1-1.git20141201.be5a9db
5bb4c0
- update to latest git snapshot of 0.9.10 (git20141201 sha:be5a9db)
5bb4c0
5bb4c0
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.9.0-15.git20140424
5bb4c0
- Backport a patch to hide nm-connection-editor launcher in GNOME
5bb4c0
5bb4c0
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.0-14.git20140424
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5bb4c0
5bb4c0
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.9.0-13.git20140424
5bb4c0
- Rebuilt for gobject-introspection 1.41.4
5bb4c0
5bb4c0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.0-12.git20140424
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5bb4c0
5bb4c0
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.9.0-11.git20140424
5bb4c0
- Drop gnome-icon-theme dependency
5bb4c0
5bb4c0
* Thu Apr 24 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.0-10.git20140424
5bb4c0
- update to latest git snapshot (git20140424 sha:9ba9c3e)
5bb4c0
5bb4c0
* Mon Mar 24 2014 Dan Winship <danw@redhat.com> - 0.9.9.0-9.git20140123
5bb4c0
- Add ModemManager-glib-devel to BuildRequires
5bb4c0
5bb4c0
* Thu Jan 23 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.0-8.git20140123
5bb4c0
- update to latest git snapshot (git20140123 sha:5d4f17e)
5bb4c0
- applet: fix crash when "CA certificate is not required" (rh #1055535)
5bb4c0
5bb4c0
* Fri Dec 20 2013 Kevin Fenzi <kevin@scrye.com> 0.9.9.0-8.git20131028
5bb4c0
- Remove bluetooth plugin, doesn't work with new gnome-bluetooth/bluez5
5bb4c0
5bb4c0
* Mon Oct 28 2013 Dan Winship <danw@redhat.com> - 0.9.9.0-7.git20131028
5bb4c0
- update to latest git snapshot
5bb4c0
- re-enable nm-applet on certain non-GNOME-Shell desktops (rh #1017471)
5bb4c0
5bb4c0
* Fri Sep 13 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-6.git20130906
5bb4c0
- libnm-gtk: fix for enabling the Apply button for PEAP and TTLS (rh #1000564)
5bb4c0
- libnm-gtk: only save CA certificate ignored value when connection is saved
5bb4c0
- editor: fix display of VLAN parent interface
5bb4c0
5bb4c0
* Fri Sep 06 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-5.git20130906
5bb4c0
- editor: fix missing user/password when re-editing a connection (rh #1000564)
5bb4c0
- editor: fix handling of missing CA certificate prompts (rh #758076) (rh #809489)
5bb4c0
- editor: fix handling of bonding modes (rh #953076)
5bb4c0
- applet/editor: add InfiniBand device support (rh #867273)
5bb4c0
5bb4c0
* Tue Aug 06 2013 Dennis Gilmore <dennis@ausil.us> - 0.9.9.0-4.git20130515
5bb4c0
- rebuild for soname bump in gnome-bluetooth
5bb4c0
5bb4c0
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9.0-3.git20130515
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5bb4c0
5bb4c0
* Wed Jul 17 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-2
5bb4c0
- Disable migration tool and remove dependencies on GConf and gnome-keyring
5bb4c0
5bb4c0
* Wed May 15 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-1.git20130515
5bb4c0
- Update to 0.9.10 snapshot
5bb4c0
5bb4c0
* Tue Apr 30 2013 Dan Williams <dcbw@redhat.com> - 0.9.8.1-3.git20130430
5bb4c0
- editor: fix possible crash canceling connection edit dialog
5bb4c0
- applet: only request secrets from the user when allowed to
5bb4c0
- applet: fix signal icons with newer libpng
5bb4c0
- applet: fix possible crash getting secrets with libsecret
5bb4c0
5bb4c0
* Thu Apr 18 2013 Jiří Klimeš <jklimes@redhat.com> - 0.9.8.1-2.git20130327
5bb4c0
- applet: fix crash while getting a PIN to unlock a modem (rh #950925)
5bb4c0
5bb4c0
* Wed Mar 27 2013 Dan Williams <dcbw@redhat.com> - 0.9.8.1-1.git20130327
5bb4c0
- Update to 0.9.8.2 snapshot
5bb4c0
- Updated translations
5bb4c0
- editor: don't overwrite bridge/bond master interface name with UUID
5bb4c0
- applet: fix WWAN PIN dialog invalid "label1" entry widget
5bb4c0
- editor: fix allowed values for VLAN ID and MTU
5bb4c0
- editor: preserve existing PPP connection LCP echo failure and reply values
5bb4c0
- editor: ensure changes to the STP checkbox are saved
5bb4c0
- editor: hide BSSID for AdHoc connection (rh #906133)
5bb4c0
- editor: fix random data sneaking into IPv6 route gateway fields
5bb4c0
- editor: fix handling of initial entry for MAC address widgets
5bb4c0
5bb4c0
* Wed Feb 27 2013 Jiří Klimeš <jklimes@redhat.com> - 0.9.8.0-1
5bb4c0
- Update to 0.9.8.0
5bb4c0
5bb4c0
* Fri Feb  8 2013 Dan Williams <dcbw@redhat.com> - 0.9.7.997-1
5bb4c0
- Update to 0.9.7.997 (0.9.8-beta2)
5bb4c0
- editor: better handling of gateway entry for IPv4
5bb4c0
- editor: fix some mnemonics (rh #893466)
5bb4c0
- editor: fix saving connection when ignoring CA certificate
5bb4c0
- editor: enable Bridge connection editing
5bb4c0
- editor: hide widgets not relevant for VPN connections
5bb4c0
5bb4c0
* Tue Dec 11 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-6.git20121211
5bb4c0
- editor: fix populating Firewall zone in 'General' tab
5bb4c0
5bb4c0
* Tue Dec 11 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-5.git20121211
5bb4c0
- Update to git snapshot (git20121211) without bridges
5bb4c0
5bb4c0
* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 0.9.7.0-4.git20121016
5bb4c0
- Update the versioned obsoletes for the new F17 NM build
5bb4c0
5bb4c0
* Tue Oct 16 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-3.git20121016
5bb4c0
- Update to git snapshot (git20121016)
5bb4c0
- editor: fix a crash when no VPN plugins are installed
5bb4c0
5bb4c0
* Thu Oct  4 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-3.git20121004
5bb4c0
- Update to git snapshot
5bb4c0
5bb4c0
* Wed Sep 12 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-3.git20120820
5bb4c0
- move GSettings schema XML to nm-connection-editor rpm (rh #852792)
5bb4c0
5bb4c0
* Thu Aug 30 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-2.git20120820
5bb4c0
- run glib-compile-schemas in %%post scriplet (rh #852792)
5bb4c0
5bb4c0
* Tue Aug 21 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-1.git20120820
5bb4c0
- Update to 0.9.7.0 snapshot
5bb4c0
5bb4c0
* Tue Aug 14 2012 Daniel Drake <dsd@laptop.org> - 0.9.5.96-2
5bb4c0
- Rebuild for libgnome-bluetooth.so.11
5bb4c0
5bb4c0
* Mon Jul 23 2012 Dan Williams <dcbw@redhat.com> - 0.9.5.96-1
5bb4c0
- Update to 0.9.6-rc2
5bb4c0
- lib: recognize PKCS#12 files exported from Firefox
5bb4c0
- lib: fix some wireless dialog crashes
5bb4c0
5bb4c0
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5.95-3.git20120713
5bb4c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5bb4c0
5bb4c0
* Sat Jul 14 2012 Kalev Lember <kalevlember@gmail.com> - 0.9.5.95-2.git20120713
5bb4c0
- Fix the versioned obsoletes
5bb4c0
5bb4c0
* Fri Jul 13 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.5.95-1.git20120713
5bb4c0
- update to 0.9.5.95 (0.9.6-rc1)  snapshot
5bb4c0
- editor: fixed UI mnemonics
5bb4c0
- editor: fix defaults for PPP echo values
5bb4c0
- applet: various crash and stability fixes
5bb4c0
- applet: show IPv6 addressing page for VPN plugins that support it
5bb4c0
- applet: port to GSettings and split out 0.8 -> 0.9 migration code into standalone tool
5bb4c0
5bb4c0
* Mon May 21 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.4-4
5bb4c0
- update to git snapshot
5bb4c0
5bb4c0
* Wed May  2 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.4-3
5bb4c0
- update to git snapshot
5bb4c0
5bb4c0
* Mon Mar 19 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.997-1
5bb4c0
- Initial package split from NetworkManager
5bb4c0