Blame SPECS/network-manager-applet.spec

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