Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:Factory checked in at 2013-04-17 22:47:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-gnome (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager-gnome.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager-gnome", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-gnome.changes    
    2013-02-05 11:45:19.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-gnome.changes
   2013-04-17 22:47:07.000000000 +0200
@@ -1,0 +2,55 @@
+Fri Feb 22 19:46:25 UTC 2013 - [email protected]
+
+- Update to version 0.9.8.0:
+  + Add manpages for nm-applet and nm-connection-editor.
+- Stop passing --disable-more-warnings to configure, it builds fine
+  without it now.
+- Exchange NetworkManager-devel BuildRequires for
+  pkgconfig(NetworkManager), pkgconfig(libnm-glib),
+  pkgconfig(libnm-glib-vpn) and pkgconfig(libnm-util)
+  BuildRequires, following what configure checks for.
+
+-------------------------------------------------------------------
+Sat Feb  9 21:38:43 UTC 2013 - [email protected]
+
+- Update to version 0.9.7.997:
+  + Ensure AP mode connections are treated as Hotspot too.
+  + Build fixes.
+  + Editor fixes.
+  + Editor: hide widgets that aren't supported for VPNs on the
+    general page.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb  4 20:44:32 UTC 2013 - [email protected]
+
+- Update to version 0.9.7.995:
+  + Rework connection editor main UI to better support different
+    connection types
+  + Add connection editor support for WiMAX, Infiniband, Bond, and
+    VLAN connections
+  + Suggest "seen BSSIDs" for WiFi BSSID entry
+  + Add connection editor support for autoconnect VPN connections
+  + Add a "General" page to the connection editor and move general
+    options to it
+  + Fix GNOME Bluetooth plugin for recent versions of GNOME
+    Bluetooth and the GNOME Control Center
+  + Add LTE and HSPA+ icons to the applet
+  + Fix connection editor command-line passing to already-running
+    instance
+  + Suppress nm-applet notifications when GNOME Shell is running
+  + Ensure 802.1x passwords default to "agent owned" and not
+    system-wide
+  + Default to using system CA certificates for new connections
+  + Add support for ModemManager 0.7/0.8
+  + Fix a crash when editing IP addresses with the XIM input
+    framework
+  + Fix handling of connection Zone when firewalld is active
+  + Fix saving a connection when ignoring a missing CA certificate
+- Add pkgconfig(mm-glib) BuildRequires: dependency for ModemManager
+  support.
+- Add pkgconfig(gudev-1.0) BuildRequires: new depdendency.
+- Add gobject-introspection-devel BuildRequires: new dependency.
+- Split new subpackage typelib-1_0-NMGtk-1_0.
+
+-------------------------------------------------------------------

Old:
----
  network-manager-applet-0.9.6.4.tar.xz

New:
----
  network-manager-applet-0.9.8.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ NetworkManager-gnome.spec ++++++
--- /var/tmp/diff_new_pack.FpUumu/_old  2013-04-17 22:47:09.000000000 +0200
+++ /var/tmp/diff_new_pack.FpUumu/_new  2013-04-17 22:47:09.000000000 +0200
@@ -18,16 +18,15 @@
 
 Name:           NetworkManager-gnome
 Url:            http://www.gnome.org/projects/NetworkManager/
-Version:        0.9.6.4
+Version:        0.9.8.0
 Release:        0
-# FIXME: --disable-more-warnings should be dropped from configure when 
possible. Added with 0.9.2.0 for Gtk+ 3.3 build.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  NetworkManager-devel >= 0.9.6
 BuildRequires:  dbus-1-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gnome-bluetooth-devel
 # Needed for patch0
 BuildRequires:  gnome-common
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel >= 3.0
 BuildRequires:  intltool
 BuildRequires:  libgnome-keyring-devel
@@ -37,13 +36,19 @@
 BuildRequires:  polkit-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(NetworkManager) >= 0.9.8
+BuildRequires:  pkgconfig(gudev-1.0) >= 147
 BuildRequires:  pkgconfig(iso-codes)
+BuildRequires:  pkgconfig(libnm-glib) >= 0.9.8
+BuildRequires:  pkgconfig(libnm-glib-vpn) >= 0.9.8
+BuildRequires:  pkgconfig(libnm-util) >= 0.9.8
+BuildRequires:  pkgconfig(mm-glib)
 Summary:        GNOME applications for use with NetworkManager
 License:        GPL-2.0+
 Group:          System/GUI/GNOME
 Source:         
http://download.gnome.org/sources/network-manager-applet/0.9/network-manager-applet-%{version}.tar.xz
 Source1:        nm-icons.tar.gz
-# PATCH-FIX-UPSTREAM nm-applet-private-connection.patch bnc#751211 bgo#646187 
[email protected] -- Create private connections if the user is not 
authorized. Allows to create wifi connections without root access. Patch under 
discussion upstream.
+# PATCH-NEEDS-REBASE PATCH-FIX-UPSTREAM nm-applet-private-connection.patch 
bnc#751211 bgo#646187 [email protected] -- Create private connections if the 
user is not authorized. Allows to create wifi connections without root access. 
Patch under discussion upstream.
 Patch0:         nm-applet-private-connection.patch
 Provides:       NetworkManager-client
 Requires:       NetworkManager >= 0.9.3
@@ -66,10 +71,19 @@
 %description -n libnm-gtk0
 This library provides GTK+ dialogs for NetworkManager integration.
 
+%package -n typelib-1_0-NMGtk-1_0
+Summary:        NetworkManager Gtk+ dialogs -- Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-NMGtk-1_0
+This library provides GTK+ dialogs for NetworkManager integration
+provided as introspection bindings.
+
 %package -n libnm-gtk-devel
 Summary:        NetworkManager Gtk+ dialogs -- Development Files
 Group:          Development/Libraries/GNOME
 Requires:       libnm-gtk0 = %{version}
+Requires:       typelib-1_0-NMGtk-1_0 = %{version}
 
 %description -n libnm-gtk-devel
 This library provides GTK+ dialogs for NetworkManager integration.
@@ -77,8 +91,9 @@
 %lang_package
 %prep
 %setup -q -n network-manager-applet-%{version} -a 1
-%patch0 -p1
-translation-update-upstream
+# Needs rebase
+#patch0 -p1
+##translation-update-upstream
 
 %build
 # Needed for patch0
@@ -86,7 +101,6 @@
 %configure \
     --disable-static \
     --disable-maintainer-mode \
-    --disable-more-warnings \
     --disable-migration
 %__make %{?_smp_mflags}
 
@@ -116,6 +130,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING
+%doc %{_mandir}/man?/nm-*.gz
 %{_bindir}/nm-applet
 %{_bindir}/nm-connection-editor
 %{_libdir}/gnome-bluetooth/plugins/libnma.*
@@ -133,8 +148,13 @@
 %{_libdir}/libnm-gtk.so.*
 %{_datadir}/libnm-gtk/
 
+%files -n typelib-1_0-NMGtk-1_0
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/NMGtk-1.0.typelib
+
 %files -n libnm-gtk-devel
 %defattr(-,root,root)
+%{_datadir}/gir-1.0/NMGtk-1.0.gir
 %{_includedir}/libnm-gtk/
 %{_libdir}/libnm-gtk.so
 %{_libdir}/pkgconfig/libnm-gtk.pc

++++++ network-manager-applet-0.9.6.4.tar.xz -> 
network-manager-applet-0.9.8.0.tar.xz ++++++
++++ 179068 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to