Blame SPECS/network-manager-applet.spec

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