|
@@ -5,10 +5,10 @@
|
|
|
|
|
|
%define gtk3_version 3.4.0
|
|
%define gtk3_version 3.4.0
|
|
%define wireless_tools_version 29
|
|
%define wireless_tools_version 29
|
|
-%define libnl_version 1.1
|
|
+%define libnl3_version 3.2.14
|
|
%define ppp_version 2.4.5
|
|
%define ppp_version 2.4.5
|
|
|
|
|
|
-%define applet_version 0.9.6.2
|
|
+%define applet_version 0.9.6.4
|
|
|
|
|
|
#define snapshot .git20090414
|
|
#define snapshot .git20090414
|
|
#define applet_snapshot %{nil}
|
|
#define applet_snapshot %{nil}
|
|
@@ -16,7 +16,7 @@
|
|
Name: NetworkManager
|
|
Name: NetworkManager
|
|
Summary: Network connection manager and user applications
|
|
Summary: Network connection manager and user applications
|
|
Summary(ja): ネットワーク接続マネージャとユーザアプリケーション
|
|
Summary(ja): ネットワーク接続マネージャとユーザアプリケーション
|
|
-Version: 0.9.6.0
|
|
+Version: 0.9.6.4
|
|
Release: 1%{?snapshot}%{?_dist_release}
|
|
Release: 1%{?snapshot}%{?_dist_release}
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
@@ -26,7 +26,7 @@ Source: %{name}-%{version}%{?snapshot}.tar.xz
|
|
Source1: network-manager-applet-%{applet_version}%{?applet_snapshot}.tar.xz
|
|
Source1: network-manager-applet-%{applet_version}%{?applet_snapshot}.tar.xz
|
|
Source2: nm-system-settings.conf
|
|
Source2: nm-system-settings.conf
|
|
|
|
|
|
-Patch1: nm-applet-internal-buildfixes-nm0960.patch
|
|
+Patch1: nm-applet-internal-buildfixes-nm0964.patch
|
|
Patch2: explain-dns1-dns2.patch
|
|
Patch2: explain-dns1-dns2.patch
|
|
Patch3: nm-polkit-permissive.patch
|
|
Patch3: nm-polkit-permissive.patch
|
|
|
|
|
|
@@ -63,7 +63,8 @@ BuildRequires: gcr-devel
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: wpa_supplicant
|
|
BuildRequires: wpa_supplicant
|
|
-BuildRequires: libnl-devel >= %{libnl_version}
|
|
+BuildRequires: libnl3-devel >= %{libnl3_version}
|
|
|
|
+BuildRequires: libsoup-devel
|
|
BuildRequires: libnotify-devel >= 0.3
|
|
BuildRequires: libnotify-devel >= 0.3
|
|
BuildRequires: perl(XML::Parser)
|
|
BuildRequires: perl(XML::Parser)
|
|
BuildRequires: automake autoconf intltool libtool
|
|
BuildRequires: automake autoconf intltool libtool
|
|
@@ -381,6 +382,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Oct 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6.4-1
|
|
|
|
+- update to 0.9.6.4
|
|
|
|
+- update Patch1 (nm-applet-internal-buildfixes-nm0964.patch)
|
|
|
|
+- add BuildRequires: libsoup-devel
|
|
|
|
+- change BuildRequires: libnl3-devel instead of libnl-devel
|
|
|
|
+
|
|
* Fri Aug 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6.0-1
|
|
* Fri Aug 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6.0-1
|
|
- update to 0.9.6.0
|
|
- update to 0.9.6.0
|
|
- update Patch1 (nm-applet-internal-buildfixes-nm0960.patch)
|
|
- update Patch1 (nm-applet-internal-buildfixes-nm0960.patch)
|