Hello community, here is the log from the commit of package NetworkManager for openSUSE:Factory checked in at 2012-01-06 11:46:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old) and /work/SRC/openSUSE:Factory/.NetworkManager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes 2011-10-18 14:07:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes 2012-01-06 11:46:08.000000000 +0100 @@ -1,0 +2,50 @@ +Thu Dec 8 08:44:10 UTC 2011 - [email protected] + +- Split typelib files into their own subpackages: + typelib-1_0-NetworkManager-1_0 and typelib-1_0-NMClient-1_0. +- Add typelib-1_0-NetworkManager-1_0 and typelib-1_0-NMClient-1_0 + Requires to devel subpackage. + +------------------------------------------------------------------- +Wed Dec 7 14:48:46 UTC 2011 - [email protected] + +- Update systemd-network-config.patch to handle NM_TIMEOUT value 0 + as no timeout (bnc#730628). + +------------------------------------------------------------------- +Tue Nov 15 14:07:06 UTC 2011 - [email protected] + +- Really enable parallel build: fix typo smp_flags => smp_mflags. + +------------------------------------------------------------------- +Sat Nov 12 19:06:06 UTC 2011 - [email protected] + +- Update to version 0.9.2.0: + + Fixes for building with recent GLib versions. + + Don't update routing and DNS until a device is managed. + + Fix bug causing IPv6 RA-provided routes to be ignored. + + Fix possible wrong handling of 'keyfile' connection + certificates. + + Correct Shared connection IP address range to be as documented. + +------------------------------------------------------------------- +Mon Oct 31 13:17:46 UTC 2011 - [email protected] + +- Update to version 0.9.1.95: + + Fix a crash when deleting default wired connections + + Fix a security issue in the ifcfg-rh plugin with newlines in + file names + + Fix the "SpecificObject" property for active VPN connection + objects + + Improve handling of rfkill on some platforms + + Spaces no longer used in ifcfg config file names + + IPv6 RAs are now accepted when forwarding is configured + + dnsmasq local caching nameserver plugin cache size bumped to + 400 entries (from 150) + + Fix handling of SSIDs in the keyfile plugin + + Fix some GObject Introspection annotations in libnm-glib and + libnm-util + + Fix setting hostnames from DHCP +- Drop nm-udev-rfkill-handling.patch: fixed upstream. + +------------------------------------------------------------------- Old: ---- NetworkManager-0.9.1.90.tar.bz2 nm-udev-rfkill-handling.patch New: ---- NetworkManager-0.9.2.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager.spec ++++++ --- /var/tmp/diff_new_pack.WQQO1Z/_old 2012-01-06 11:46:09.000000000 +0100 +++ /var/tmp/diff_new_pack.WQQO1Z/_new 2012-01-06 11:46:09.000000000 +0100 @@ -15,15 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: NetworkManager Url: http://www.gnome.org/projects/NetworkManager/ -Version: 0.9.1.90 -Release: 1 -License: GPLv2+ -Group: Productivity/Networking/System +Version: 0.9.2.0 +Release: 0 Summary: Network Link Manager and User Applications +License: GPL-2.0+ +Group: Productivity/Networking/System Source0: http://download.gnome.org/sources/NetworkManager/0.9/%{name}-%{version}.tar.bz2 Source1: nfs Source2: NetworkManager.conf @@ -31,8 +29,6 @@ Source99: NetworkManager-rpmlintrc # PATCH-FEATURE-OPENSUSE systemd-network-config.patch -- don't try to start NM under systemd if it is disabled in system configuration Patch0: systemd-network-config.patch -# PATCH-FIX-UPSTREAM nm-udev-rfkill-handling.patch bnc709733,bgo655773 [email protected] -- improve the rfkill handling to avoid some false-positive case -Patch1: nm-udev-rfkill-handling.patch # PATCH-UGLY-HACK-OPENSUSE nm-remove-AP-always-on-device-disconnect.diff [email protected] -- avoid pw dialog if AP out of range Patch2: nm-remove-AP-always-on-device-disconnect.diff # PATCH-HACK-OPENSUSE nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff [email protected] -- avoid polkit popups for 802.11x @@ -87,13 +83,14 @@ whenever it sees fit. %package devel -License: GPLv2+ Summary: Libraries and headers for adding NetworkManager support to applications Group: Development/Libraries/Other Requires: %{name} = %{version} Requires: libnm-util2 = %{version} Requires: libnm-glib4 = %{version} Requires: libnm-glib-vpn1 = %{version} +Requires: typelib-1_0-NetworkManager-1_0 = %{version} +Requires: typelib-1_0-NMClient-1_0 = %{version} Provides: %{name}-doc = %{version} Obsoletes: %{name}-doc < %{version} @@ -102,7 +99,6 @@ functionality from applications. %package -n libnm-util2 -License: GPLv2+ Summary: Convenience library for clients of NetworkManager Group: System/Libraries @@ -111,7 +107,6 @@ Network Manager functionality from applications that use glib. %package -n libnm-glib4 -License: GPLv2+ Summary: Convenience library for clients of NetworkManager Group: System/Libraries Provides: %{name}-glib = %{version} @@ -122,7 +117,6 @@ Network Manager functionality from applications that use glib. %package -n libnm-glib-vpn1 -License: GPLv2+ Summary: Convenience library for NetworkManager VPN plugins Group: System/Libraries @@ -130,18 +124,38 @@ This package contains the libraries that make it easier to use some Network Manager functionality from applications that use glib. +%package -n typelib-1_0-NetworkManager-1_0 +Summary: Convenience library for clients of NetworkManager -- Introspection bindings +Group: System/Libraries + +%description -n typelib-1_0-NetworkManager-1_0 +This package contains the gi-bindings that make it easier to use some +Network Manager functionality from applications that use glib. + +This package provides the GObject Introspection bindings for the +NetworkManager library. + +%package -n typelib-1_0-NMClient-1_0 +Summary: Convenience library for clients of NetworkManager -- Introspection bindings +Group: System/Libraries + +%description -n typelib-1_0-NMClient-1_0 +This package contains the gi-bindings that make it easier to use some +Network Manager functionality from applications that use glib. + +This package provides the GObject Introspection bindings for the +NetworkManager library. + %lang_package %prep %setup -n %{name}-%{version} -q translation-update-upstream %patch0 -p1 -%patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %build -#NOCONFIGURE=1 ./autogen.sh pppddir=`ls -1d /usr/%_lib/pppd/2*` test -n "$pppddir" || exit 1 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" @@ -155,7 +169,7 @@ --with-pppd-plugin-dir=$pppddir \ --with-dhclient=/sbin/dhclient \ --disable-wimax -%__make %{?_smp_flags} +%__make %{?_smp_mflags} %install %makeinstall @@ -262,17 +276,23 @@ %files -n libnm-util2 %defattr(-,root,root) %{_libdir}/libnm-util.so.* -%{_libdir}/girepository-1.0/NetworkManager-1.0.typelib %files -n libnm-glib4 %defattr(-,root,root) %{_libdir}/libnm-glib.so.* -%{_libdir}/girepository-1.0/NMClient-1.0.typelib %files -n libnm-glib-vpn1 %defattr(-,root,root) %{_libdir}/libnm-glib-vpn.so.* +%files -n typelib-1_0-NetworkManager-1_0 +%defattr(-,root,root) +%{_libdir}/girepository-1.0/NetworkManager-1.0.typelib + +%files -n typelib-1_0-NMClient-1_0 +%defattr(-,root,root) +%{_libdir}/girepository-1.0/NMClient-1.0.typelib + %files lang -f %{name}.lang %changelog ++++++ NetworkManager-0.9.1.90.tar.bz2 -> NetworkManager-0.9.2.0.tar.bz2 ++++++ ++++ 75502 lines of diff (skipped) ++++++ systemd-network-config.patch ++++++ --- /var/tmp/diff_new_pack.WQQO1Z/_old 2012-01-06 11:46:10.000000000 +0100 +++ /var/tmp/diff_new_pack.WQQO1Z/_new 2012-01-06 11:46:10.000000000 +0100 @@ -30,9 +30,9 @@ [Service] Type=oneshot -ExecStart=@bindir@/nm-online -q --timeout=30 -+Environment=NM_ONLINE_TIMEOUT=30 ++Environment=NM_ONLINE_TIMEOUT=0 +EnvironmentFile=-/etc/sysconfig/network/config -+ExecStart=@bindir@/nm-online -q --timeout=${NM_ONLINE_TIMEOUT} ++ExecStart=/bin/bash -c "if [ ${NM_ONLINE_TIMEOUT} -gt 0 ]; then @bindir@/nm-online -q --timeout=${NM_ONLINE_TIMEOUT} ; else /bin/true ; fi" [Install] WantedBy=network.target -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
